Skip to content

Commit 5464862

Browse files
committed
remove unused dep
1 parent 64684b6 commit 5464862

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,16 @@
2424
"illuminate/support": "^11.0",
2525
"illuminate/filesystem": "^11.0",
2626
"illuminate/cache": "^11.0",
27-
"monolog/monolog": "^3.6",
28-
"laravel/prompts": "^0.3.3"
27+
"monolog/monolog": "^3.6"
2928
},
3029
"require-dev": {
3130
"laravel/pint": "^1.14",
32-
"nunomaduro/collision": "^8.1.1||^7.10.0",
31+
"nunomaduro/collision": "^8.1.1",
3332
"larastan/larastan": "^2.9",
34-
"orchestra/testbench": "^9.0.0||^8.22.0",
35-
"pestphp/pest": "^2.35|^3.0",
36-
"pestphp/pest-plugin-arch": "^2.7||^3.0",
37-
"pestphp/pest-plugin-laravel": "^2.4||^3.0",
33+
"orchestra/testbench": "^9.0.0",
34+
"pestphp/pest": "^3.0",
35+
"pestphp/pest-plugin-arch": "^3.0",
36+
"pestphp/pest-plugin-laravel": "^3.0",
3837
"phpstan/extension-installer": "^1.3",
3938
"phpstan/phpstan-deprecation-rules": "^1.1",
4039
"phpstan/phpstan-phpunit": "^1.3"

0 commit comments

Comments
 (0)