Skip to content

Commit 889c59f

Browse files
Add support to Laravel 11 and 12
1 parent a116c7d commit 889c59f

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
@@ -23,18 +23,18 @@
2323
}],
2424
"require": {
2525
"php": "^8.1.0",
26-
"illuminate/support": "^10.0",
27-
"illuminate/console": "^10.0",
26+
"illuminate/support": "^10.0|^11.0|^12.0",
27+
"illuminate/console": "^10.0|^11.0|^12.0",
2828
"laracasts/flash": "^3.2.2",
2929
"laravelcollective/html": "^6.4",
30-
"symfony/var-exporter": "^6.2.5"
30+
"symfony/var-exporter": "^6.2.5|^7.0"
3131
},
3232
"require-dev": {
3333
"phpunit/phpunit": "^10.0.7",
3434
"mockery/mockery": "^1.5.1",
35-
"orchestra/testbench": "^8.0.0",
36-
"pestphp/pest": "2.x-dev",
37-
"pestphp/pest-plugin-laravel": "2.x-dev"
35+
"orchestra/testbench": "^8.0|^9.0|^10.0",
36+
"pestphp/pest": "^2.0|^3.0",
37+
"pestphp/pest-plugin-laravel": "^2.0|^3.0"
3838
},
3939
"autoload": {
4040
"psr-4": {

0 commit comments

Comments
 (0)