Skip to content

Commit

Permalink
Bump dependencies for Laravel 11 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Feb 28, 2024
1 parent 2e7176b commit 9b4471d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"require": {
"ext-json": "*",
"php": "^7.2|^8.0|^8.1",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"pkerrigan/xray": "^1.2",
"aws/aws-sdk-php": "^3.133"
},
"require-dev": {
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0"
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9b4471d

Please sign in to comment.