Skip to content

Commit 224fb8f

Browse files
committed
Update deps
1 parent 31f6af5 commit 224fb8f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@
2727
"source": "https://github.com/laravel-ready/fortify-ui"
2828
},
2929
"require": {
30-
"php": "^8.0",
31-
"illuminate/support": "^9.0"
30+
"php": "^8.1 || ^8.0",
31+
"illuminate/support": "^10.3 || ^9.0 || ^8.0"
3232
},
3333
"require-dev": {
34-
"mockery/mockery": "^1.4",
35-
"orchestra/testbench": "^7.0.0",
36-
"phpstan/phpstan": "^1.8",
37-
"phpstan/phpstan-phpunit": "^1.1",
38-
"phpstan/phpstan-deprecation-rules": "^1.0",
39-
"phpstan/extension-installer": "^1.1",
40-
"nunomaduro/larastan": "^2.1",
41-
"pestphp/pest": "^1.2",
42-
"pestphp/pest-plugin-laravel": "^1.2",
43-
"pestphp/pest-plugin-parallel": "^1.2"
34+
"mockery/mockery": "^1.5.1",
35+
"orchestra/testbench": "^v8.0.8",
36+
"phpstan/phpstan": "^1.10.6",
37+
"phpstan/phpstan-phpunit": "^1.3.10",
38+
"phpstan/phpstan-deprecation-rules": "^1.1.2",
39+
"phpstan/extension-installer": "^1.2.0",
40+
"nunomaduro/larastan": "^2.5.1",
41+
"pestphp/pest": "^v1.22.5",
42+
"pestphp/pest-plugin-laravel": "^v1.4.0",
43+
"pestphp/pest-plugin-parallel": "^v1.2.1"
4444
},
4545
"autoload": {
4646
"psr-4": {

0 commit comments

Comments
 (0)