Skip to content

Commit

Permalink
Merge pull request #64 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
saqueib authored May 15, 2024
2 parents 2810400 + 8dd23d9 commit 8795485
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 @@ -21,13 +21,13 @@
],
"require": {
"php": "^7.3|^8.0",
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"intervention/image": "^2.4"
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"intervention/image": "^2.4|^3.4"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0|^7.0|^8.0",
"phpunit/phpunit": "^8.0|^9.0",
"dms/phpunit-arraysubset-asserts": "^0.2.0|^0.3|^0.4"
"orchestra/testbench": "^4.0|^5.0|^7.0|^8.0|^9.0",
"phpunit/phpunit": "^8.0|^9.0|^10.5",
"dms/phpunit-arraysubset-asserts": "^0.2.0|^0.3|^0.4|^0.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8795485

Please sign in to comment.