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 a0e1fc6 commit 4fd8958Copy full SHA for 4fd8958
composer.json
@@ -16,7 +16,7 @@
16
}
17
],
18
"require": {
19
- "php": "7.1.*|7.2.*|7.3.*|7.4.*|8.0.*|8.1.*|8.2.*"
+ "php": "7.1.*|7.2.*|7.3.*|7.4.*|8.0.*|8.1.*|8.2.*|8.3.*"
20
},
21
"require-dev": {
22
"ivopetkov/docs-generator": "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