Skip to content

Commit 8ee770d

Browse files
committed
Update PHPUnit
1 parent 51cae23 commit 8ee770d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require-dev": {
1212
"squizlabs/php_codesniffer": "^3.5",
1313
"php-coveralls/php-coveralls": "~2.0",
14-
"phpunit/phpunit": "~7.0||~8.0||~9.0||~10.0||~11.0"
14+
"phpunit/phpunit": "~7.0||~8.0||~9.0"
1515
},
1616
"autoload": {
1717
"psr-4": {

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
<logging>
1515
<log type="coverage-clover" target="coverage.xml"/>
1616
</logging>
17-
</phpunit>
17+
</phpunit>

0 commit comments

Comments
 (0)