Skip to content

Commit

Permalink
chore: allow phpunit 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Mar 31, 2024
1 parent e7edf89 commit 8326d8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"php" : ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit" : "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
"phpunit/phpunit" : "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9",
"friendsofphp/php-cs-fixer": "^3.51"
},
"autoload": {
"psr-4": {"Masterminds\\": "src"}
Expand Down

0 comments on commit 8326d8c

Please sign in to comment.