Skip to content

Commit 1a69490

Browse files
committed
update composer.json
1 parent 02be101 commit 1a69490

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,15 @@
2828
"require-dev": {
2929
"filament/filament": "^3.0",
3030
"laravel/pint": "^1.0",
31-
"nunomaduro/collision": "^7.9|^8.1",
3231
"larastan/larastan": "^2.8|^3.0",
32+
"nunomaduro/collision": "^7.0|^8.0",
33+
"nunomaduro/larastan": "^2.8.0|^3.1.0",
3334
"orchestra/testbench": "^8.0|^9.0|^10.0",
34-
"pestphp/pest": "^2.0|^3.0",
35+
"pestphp/pest": "^2.0|^3.7",
3536
"pestphp/pest-plugin-arch": "^2.0|^3.0",
36-
"pestphp/pest-plugin-laravel": "^2.0|^3.0",
37-
"pestphp/pest-plugin-livewire": "^2.0|^3.0",
3837
"phpstan/extension-installer": "^1.1",
39-
"phpstan/phpstan-deprecation-rules": "^1.0",
40-
"phpstan/phpstan-phpunit": "^1.0"
38+
"phpstan/phpstan-deprecation-rules": "^1.0|^2.0",
39+
"phpstan/phpstan-phpunit": "^1.0|^2.0"
4140
},
4241
"autoload": {
4342
"psr-4": {

0 commit comments

Comments
 (0)