Skip to content

Commit 67ad32f

Browse files
authored
Update composer.json
1 parent 27a2829 commit 67ad32f

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

composer.json

+12-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@
2121
"spatie/laravel-package-tools": "^1.4"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^7.0|^8.0|^9.0",
24+
"nunomaduro/collision": "^8.1.1||^7.10.0",
25+
"larastan/larastan": "^2.9",
26+
"orchestra/testbench": "^9.0.0||^8.22.0",
27+
"phpstan/extension-installer": "^1.3",
28+
"phpstan/phpstan-deprecation-rules": "^1.1",
29+
"phpstan/phpstan-phpunit": "^1.3",
2530
"phpunit/phpunit": "^9.0|^10.0|^11.0",
2631
"vimeo/psalm": "^5.0"
2732
},
@@ -36,12 +41,17 @@
3641
}
3742
},
3843
"scripts": {
44+
"analyse": "vendor/bin/phpstan analyse",
3945
"psalm": "vendor/bin/psalm",
4046
"test": "vendor/bin/phpunit --colors=always",
4147
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
4248
},
4349
"config": {
44-
"sort-packages": true
50+
"sort-packages": true,
51+
"allow-plugins": {
52+
"pestphp/pest-plugin": true,
53+
"phpstan/extension-installer": true
54+
}
4555
},
4656
"extra": {
4757
"laravel": {

0 commit comments

Comments
 (0)