Skip to content

Commit db09ce2

Browse files
committed
Add support for illuminate ^12.0
1 parent 5fd0ff3 commit db09ce2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Diff for: composer.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,23 @@
2020
"php": "^8.1",
2121
"ext-fileinfo": "*",
2222
"guzzlehttp/guzzle": "^7.2",
23-
"illuminate/contracts": "^10.0|^11.0",
24-
"illuminate/filesystem": "^10.0|^11.0",
25-
"illuminate/http": "^10.0|^11.0",
26-
"illuminate/support": "^10.0|^11.0",
23+
"illuminate/contracts": "^10.0 || ^11.0 || ^12.0",
24+
"illuminate/filesystem": "^10.0 || ^11.0 || ^12.0",
25+
"illuminate/http": "^10.0 || ^11.0 || ^12.0",
26+
"illuminate/support": "^10.0 || ^11.0 || ^12.0",
2727
"league/flysystem": "^3.0"
2828
},
2929
"require-dev": {
30-
"larastan/larastan": "^2.0.1",
30+
"larastan/larastan": "^2.0.1 || ^3.0",
3131
"laravel/pint": "^1.0",
32-
"nunomaduro/collision": "^7.8",
33-
"orchestra/testbench": "^8.8",
34-
"pestphp/pest": "^2.20",
35-
"pestphp/pest-plugin-arch": "^2.0",
36-
"pestphp/pest-plugin-laravel": "^2.0",
32+
"nunomaduro/collision": "^7.8 || ^8.0",
33+
"orchestra/testbench": "^8.8 || ^9.0 || ^10.0",
34+
"pestphp/pest": "^2.20 || ^3.0 ",
35+
"pestphp/pest-plugin-arch": "^2.0 || ^3.0",
36+
"pestphp/pest-plugin-laravel": "^2.0 || ^3.0",
3737
"phpstan/extension-installer": "^1.1",
38-
"phpstan/phpstan-deprecation-rules": "^1.0",
39-
"phpstan/phpstan-phpunit": "^1.0"
38+
"phpstan/phpstan-deprecation-rules": "^1.0 || ^2.0",
39+
"phpstan/phpstan-phpunit": "^1.0 || ^2.0"
4040
},
4141
"autoload": {
4242
"psr-4": {

0 commit comments

Comments
 (0)