Skip to content

Commit

Permalink
Allow phpunit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Jul 22, 2024
1 parent e74b0e6 commit bd4844d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"require-dev": {
"ext-json": "*",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.5|^10",
"orchestra/testbench": "^5.20|^6.24|^7.10|^8|9.x-dev|10.x-dev|dev-master",
"friendsofphp/php-cs-fixer": "^3.0"
},
Expand Down

0 comments on commit bd4844d

Please sign in to comment.