Skip to content

Commit

Permalink
Merge pull request #152 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
mnapoli committed Mar 3, 2024
2 parents 6dc0b1b + e53abd5 commit b77b272
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"php": "^8.0",
"aws/aws-sdk-php": "^3.222",
"bref/bref": "^2.1.8",
"illuminate/container": "^8.0 || ^9.0 || ^10.0",
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0",
"illuminate/http": "^8.0 || ^9.0 || ^10.0",
"illuminate/queue": "^8.0 || ^9.0 || ^10.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
"illuminate/container": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/http": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/queue": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"laravel/octane": "^1.2 || ^2.0",
"riverline/multipart-parser": "^2.0"
},
"require-dev": {
"nunomaduro/larastan": "^2.2",
"orchestra/testbench": "^7.13",
"orchestra/testbench": "^7.13 || ^9.0",
"php-parallel-lint/php-parallel-lint": "^1.3",
"squizlabs/php_codesniffer": "^3.7"
},
Expand Down

0 comments on commit b77b272

Please sign in to comment.