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 Feb 27, 2024
1 parent 6f02b50 commit 254cdeb
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 @@ -21,14 +21,14 @@
],
"require": {
"php": "^8.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"intervention/image": "^2.5",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"intervention/image": "^2.5|^3.4",
"laravel/pint": "^1.10"
},
"require-dev": {
"laravel/legacy-factories": "^1.0",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^9.3",
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
"phpunit/phpunit": "^9.3|^10.5",
"vimeo/psalm": "^5.0"
},
"autoload": {
Expand Down

0 comments on commit 254cdeb

Please sign in to comment.