Skip to content

Commit b2b4c24

Browse files
authored
Merge pull request #172 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents 434a96f + daa4df9 commit b2b4c24

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
"aws/aws-sdk-php": "^3.222",
1616
"bref/bref": "^2.1.8",
1717
"bref/laravel-health-check": "^1",
18-
"illuminate/container": "^8.0 || ^9.0 || ^10.0 || ^11.0",
19-
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0 || ^11.0",
20-
"illuminate/http": "^8.0 || ^9.0 || ^10.0 || ^11.0",
21-
"illuminate/queue": "^8.0 || ^9.0 || ^10.0 || ^11.0",
22-
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
18+
"illuminate/container": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
19+
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
20+
"illuminate/http": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
21+
"illuminate/queue": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
22+
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
2323
"laravel/octane": "^1.2 || ^2.0",
2424
"riverline/multipart-parser": "^2.0"
2525
},
2626
"require-dev": {
2727
"nunomaduro/larastan": "^2.2",
28-
"orchestra/testbench": "^7.13 || ^9.0",
28+
"orchestra/testbench": "^7.13 || ^9.0 || ^10.0",
2929
"php-parallel-lint/php-parallel-lint": "^1.3",
3030
"squizlabs/php_codesniffer": "^3.7"
3131
},

0 commit comments

Comments
 (0)