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 544851f commit bedcf73
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 @@ -19,12 +19,12 @@
],
"require": {
"php": ">=8.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/cache": "^8.0|^9.0|^10.0",
"intervention/image": "^2.7"
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"illuminate/cache": "^8.0|^9.0|^10.0|^11.0",
"intervention/image": "^2.7|^3.4"
},
"require-dev": {
"phpunit/phpunit": "~9.0",
"phpunit/phpunit": "~9.0|^10.5",
"mockery/mockery": "~1.3",
"php-coveralls/php-coveralls": "^2.1"
},
Expand Down

0 comments on commit bedcf73

Please sign in to comment.