Skip to content

Commit f210f95

Browse files
committed
Add laravel 11 support
1 parent 785048d commit f210f95

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

composer.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,17 @@
2626
"source": "https://github.com/laravel-ready/fortify-ui"
2727
},
2828
"require": {
29-
"php": "^8.1 || ^8.0",
30-
"illuminate/support": "^10.3 || ^10.0 || ^9.0 || ^8.0"
29+
"php": "^8.2 || ^8.1 || ^8.0",
30+
"illuminate/support": "^11.8 || ^10.3 || ^10.0 || ^9.0 || ^8.0"
3131
},
3232
"require-dev": {
33-
"mockery/mockery": "^1.5.1",
34-
"orchestra/testbench": "^v8.0.8",
35-
"phpstan/phpstan": "^1.10.6",
36-
"phpstan/phpstan-phpunit": "^1.3.10",
37-
"phpstan/phpstan-deprecation-rules": "^1.1.2",
38-
"phpstan/extension-installer": "^1.2.0",
39-
"nunomaduro/larastan": "^2.5.1",
40-
"pestphp/pest": "^v1.22.5",
41-
"pestphp/pest-plugin-laravel": "^v1.4.0",
42-
"pestphp/pest-plugin-parallel": "^v1.2.1"
33+
"mockery/mockery": "^1.6.12",
34+
"orchestra/testbench": "v9.1.0",
35+
"phpstan/phpstan": "^1.11.2",
36+
"phpstan/phpstan-phpunit": "^1.4.0",
37+
"phpstan/phpstan-deprecation-rules": "^1.2.0",
38+
"phpstan/extension-installer": "^1.3.1",
39+
"nunomaduro/larastan": "^v2.9.6"
4340
},
4441
"autoload": {
4542
"psr-4": {

0 commit comments

Comments
 (0)