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 2c8c5d7 commit 1c6a42d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0",
"illuminate/config": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0",
"illuminate/translation": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0"
"illuminate/support": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0",
"illuminate/config": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0",
"illuminate/translation": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "4.0.*|^9.5.10",
"phpunit/phpunit": "4.0.*|^9.5.10|^10.5",
"mockery/mockery": "0.9.*|^1.4.4"
},
"autoload": {
Expand Down

1 comment on commit 1c6a42d

@sdebacker
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we have a new release that include this commit? Thanks in advance.

Please sign in to comment.