Skip to content

Commit

Permalink
switched to phpunit 10 for tests to run on php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robclancy committed Feb 21, 2024
1 parent 490e192 commit 024c026
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 @@ -15,7 +15,7 @@
},
"require-dev": {
"illuminate/view": ">=9.0",
"phpunit/phpunit": "^11.0",
"phpunit/phpunit": "^10.0",
"mockery/mockery": "~1.3.0"
},
"autoload": {
Expand Down

0 comments on commit 024c026

Please sign in to comment.