Skip to content

Commit

Permalink
fix phpunit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Cor Bosman committed Mar 15, 2024
1 parent d00837b commit b3f8864
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 @@ -21,7 +21,7 @@
"laravel/passport": "^10.3|^11.2|^12.0"
},
"require-dev": {
"phpunit/phpunit": "^10.5",
"phpunit/phpunit": "^9.5.10|^10.5",
"mockery/mockery": "^1.4",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"phpseclib/phpseclib": "^3.0",
Expand Down

0 comments on commit b3f8864

Please sign in to comment.