Skip to content

Commit

Permalink
Merge pull request #6 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
jdavidbakr authored Feb 27, 2024
2 parents 87b671b + 2f18656 commit 5c7c070
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
}
],
"require": {
"illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|^9.0|^10.0",
"illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|^9.0|^10.0|^11.0",
"guzzlehttp/guzzle": "^6.3|^7.0"
},
"require-dev": {
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~7.0|~8.0|^9.0",
"phpunit/phpunit": "~7.0|~8.0|^9.0|^10.5",
"orchestra/testbench": "~3.0|~4.0|~5.0|~6.0|^7.0|^8.0|^9.0"
},
"autoload": {
Expand All @@ -41,4 +41,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 5c7c070

Please sign in to comment.