Skip to content

Commit

Permalink
Allow phpunit 10 in dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harrygulliford committed Oct 16, 2024
1 parent 722c1f1 commit b17c949
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 @@ -11,7 +11,7 @@
},
"require-dev": {
"mockery/mockery": "^1.6",
"phpunit/phpunit": "^11.1",
"phpunit/phpunit": "^10.5|^11.1",
"orchestra/testbench": "^8.0|^9.0",
"fakerphp/faker": "^1.23"
},
Expand Down

0 comments on commit b17c949

Please sign in to comment.