Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for laravel 11 #127

Merged
merged 5 commits into from
Mar 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump phpunit version
  • Loading branch information
tonysm committed Mar 11, 2024
commit d8a9db90c4cc0bf6132eaebf9a2e35c1f00305fe
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"require-dev": {
"orchestra/testbench": "^7.0||^8.0||^9.0",
"phpunit/phpunit": "^9.5.10||^10.0",
"phpunit/phpunit": "^10.5",
"tightenco/duster": "^2.7"
},
"autoload": {
Expand Down
Loading