Skip to content

Commit ea51f34

Browse files
committed
Add PHP 8.5 support.
1 parent 8c37b04 commit ea51f34

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/client-packages-bearframework-addon": "1.*"

phpunit.xml

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

0 commit comments

Comments
 (0)