Skip to content

Commit

Permalink
Merge pull request #39 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
iamgergo authored Mar 22, 2024
2 parents d17d544 + 1170f12 commit 26f3b6c
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 26f3b6c

Please sign in to comment.