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 5178053 commit 52992cfCopy full SHA for 52992cf
composer.json
@@ -16,7 +16,7 @@
16
}
17
],
18
"require": {
19
- "php": "7.1.*|7.2.*|7.3.*|7.4.*|8.0.*|8.1.*",
+ "php": "7.1.*|7.2.*|7.3.*|7.4.*|8.0.*|8.1.*|8.2.*|8.3.*",
20
"bearcms/bearframework-addon": "^1.83",
21
"bearframework/localization-addon": "1.*",
22
"ivopetkov/html-server-components-bearframework-addon": "1.*",
phpunit.xml
@@ -1,6 +1,6 @@
1
<phpunit bootstrap="vendor/autoload.php">
2
<testsuites>
3
- <testsuite name="">
+ <testsuite name="Tests">
4
<directory>./tests/</directory>
5
</testsuite>
6
</testsuites>
0 commit comments