Skip to content

Commit

Permalink
Merge pull request #189 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
jeremykenedy committed Jan 31, 2023
2 parents fc0b0f6 + 55d9dc5 commit 6986354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -25,14 +25,14 @@
],
"require": {
"php": "^7.2|^8.0.2|^8.1",
"laravel/framework": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|^9.0",
"laravel/framework": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|^9.0|^10.0",
"eklundkristoffer/seedster": "^5.0",
"laravel/helpers": "^1.5"
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"laravel/tinker": "^2.7",
"illuminate/support": "^8.5|^9.0",
"illuminate/support": "^8.5|^9.0|^10.0",
"laravel/laravel": "^8.0|^9.0"
},
"autoload": {
Expand Down

0 comments on commit 6986354

Please sign in to comment.