Skip to content

Commit

Permalink
Bump dependencies for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Mar 1, 2024
1 parent 4353fb5 commit 3782962
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.0|~6.0|~7.0|~8.0|^9.0|^10.0"
"illuminate/support": "~5.0|~6.0|~7.0|~8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpspec/phpspec": "~2.0",
"mockery/mockery": "~0.9"
"phpspec/phpspec": "~2.0|^7.5",
"mockery/mockery": "~0.9|^1.6"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 3782962

Please sign in to comment.