Skip to content

Commit

Permalink
Update PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Nov 6, 2024
1 parent 51cae23 commit 8ee770d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
"php-coveralls/php-coveralls": "~2.0",
"phpunit/phpunit": "~7.0||~8.0||~9.0||~10.0||~11.0"
"phpunit/phpunit": "~7.0||~8.0||~9.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
<logging>
<log type="coverage-clover" target="coverage.xml"/>
</logging>
</phpunit>
</phpunit>

0 comments on commit 8ee770d

Please sign in to comment.