We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c37b04 commit ea51f34Copy full SHA for ea51f34
composer.json
@@ -16,7 +16,7 @@
16
}
17
],
18
"require": {
19
- "php": "8.0.*|8.1.*|8.2.*|8.3.*|8.4.*",
+ "php": "8.0.*|8.1.*|8.2.*|8.3.*|8.4.*|8.5.*",
20
"bearcms/bearframework-addon": "^1.83",
21
"bearframework/localization-addon": "1.*",
22
"ivopetkov/client-packages-bearframework-addon": "1.*"
phpunit.xml
@@ -4,11 +4,11 @@
4
<directory>./tests/</directory>
5
</testsuite>
6
</testsuites>
7
- <coverage>
+ <source>
8
<include>
9
<directory>./components/</directory>
10
<directory>./locales/</directory>
11
<file>./index.php</file>
12
</include>
13
- </coverage>
+ </source>
14
</phpunit>
0 commit comments