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 22, 2024
1 parent e2e826a commit 66cd077
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
],
"require": {
"php": "^7.3|^8.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"illuminate/database": "^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"illuminate/pagination": "^7.0|^8.0|^9.0|^10.0",
"orchestra/testbench": "^6.3|^7.0|^8.0",
"phpunit/phpunit": "^8.4|^9.1"
"illuminate/pagination": "^7.0|^8.0|^9.0|^10.0|^11.0",
"orchestra/testbench": "^6.3|^7.0|^8.0|^9.0",
"phpunit/phpunit": "^8.4|^9.1|^10.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 66cd077

Please sign in to comment.