Skip to content

Commit 0b8c56b

Browse files
authored
Merge pull request #21 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents 4b6d5dc + 33ba96d commit 0b8c56b

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
@@ -11,17 +11,17 @@
1111
],
1212
"require": {
1313
"php": "^7.1 || ^8.0",
14-
"illuminate/container": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0",
15-
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0",
16-
"illuminate/http": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0",
17-
"illuminate/routing": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0",
14+
"illuminate/container": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0 || ^12.0",
15+
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0 || ^12.0",
16+
"illuminate/http": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0 || ^12.0",
17+
"illuminate/routing": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0 || ^11.0 || ^12.0",
1818
"cloudconvert/cloudconvert-php": "^3.1.0",
1919
"symfony/psr-http-message-bridge": "^1.2|^2.0 || ^7.0",
2020
"nyholm/psr7": "^1.2"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^7.0|^8.0|^9.5.10 || ^10.5",
24-
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0|^7.0|^8.0 || ^9.0",
23+
"phpunit/phpunit": "^7.0|^8.0|^9.5.10 || ^10.5 || ^11.5.3",
24+
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0|^7.0|^8.0 || ^9.0 || ^10.0",
2525
"php-http/guzzle7-adapter": "^1.0"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)