Skip to content

Commit 9d54776

Browse files
committed
Add PHP 8.5 support.
1 parent 1d0254c commit 9d54776

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "8.0.*|8.1.*|8.2.*|8.3.*|8.4.*",
19+
"php": "8.0.*|8.1.*|8.2.*|8.3.*|8.4.*|8.5.*",
2020
"bearcms/bearframework-addon": "^1.83",
2121
"bearframework/localization-addon": "1.*",
2222
"ivopetkov/html-server-components-bearframework-addon": "1.*",

phpunit.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<directory>./tests/</directory>
55
</testsuite>
66
</testsuites>
7-
<coverage>
7+
<source>
88
<include>
99
<directory>./classes/</directory>
1010
<directory>./components/</directory>
1111
<directory>./locales/</directory>
1212
<file>./index.php</file>
1313
</include>
14-
</coverage>
14+
</source>
1515
</phpunit>

0 commit comments

Comments
 (0)