Skip to content

Commit

Permalink
feat: allow phpunit 9
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed Sep 24, 2022
1 parent 65e6e4a commit 97334ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -20,7 +20,7 @@
"php": "^5.6 | ^7.4 | ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"phpunit/phpunit": "^5.7 | ^9",
"squizlabs/php_codesniffer": "~2.3"
},
"autoload": {
Expand Down

0 comments on commit 97334ca

Please sign in to comment.