Skip to content

Commit

Permalink
Merge pull request #19 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
imanghafoori1 authored Aug 16, 2024
2 parents 1b873c6 + 5a948ca commit 0863cfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
],
"require": {
"php": "^7.1.3|7.2.*|7.3.*|7.4.*|8.*",
"laravel/framework":"~5.1|6.*|7.*|8.*|9.*|10.*"
"laravel/framework": "~5.1|6.*|7.*|8.*|9.*|10.*|^11.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0|^6.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^9.0",
"imanghafoori/php-imports-analyzer": "^1.0.6",
"laravel/legacy-factories": "^1.1"
},
Expand Down

0 comments on commit 0863cfc

Please sign in to comment.