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 51cae23 commit 8ee770dCopy full SHA for 8ee770d
composer.json
@@ -11,7 +11,7 @@
11
"require-dev": {
12
"squizlabs/php_codesniffer": "^3.5",
13
"php-coveralls/php-coveralls": "~2.0",
14
- "phpunit/phpunit": "~7.0||~8.0||~9.0||~10.0||~11.0"
+ "phpunit/phpunit": "~7.0||~8.0||~9.0"
15
},
16
"autoload": {
17
"psr-4": {
phpunit.xml
@@ -14,4 +14,4 @@
<logging>
<log type="coverage-clover" target="coverage.xml"/>
</logging>
-</phpunit>
+</phpunit>
0 commit comments