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 d17d544 commit 1170f12
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
},
"require": {
"php": "^8.0 || ^8.1",
"illuminate/translation": "^9.0 || ^10.0",
"illuminate/config": "^9.0 || ^10.0",
"illuminate/support": "^9.0 || ^10.0",
"illuminate/view": "^9.0 || ^10.0",
"illuminate/filesystem": "^9.0 || ^10.0"
"illuminate/translation": "^9.0 || ^10.0 || ^11.0",
"illuminate/config": "^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
"illuminate/view": "^9.0 || ^10.0 || ^11.0",
"illuminate/filesystem": "^9.0 || ^10.0 || ^11.0"
},
"require-dev": {
"laravel/laravel": "^10.0",
Expand All @@ -47,6 +47,6 @@
"dev-master": "1.0-dev"
}
},
"minimum-stability" : "dev",
"prefer-stable" : true
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 1170f12

Please sign in to comment.