Skip to content

Commit d433617

Browse files
committed
Update dependencies
1 parent 2d5c5f8 commit d433617

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

composer.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,17 @@
2424
],
2525
"require": {
2626
"php": "^8.0",
27-
"illuminate/contracts": "^8.37"
27+
"illuminate/contracts": "^9.0"
2828
},
2929
"require-dev": {
30-
"brianium/paratest": "^6.2",
31-
"nunomaduro/collision": "^5.3",
32-
"orchestra/testbench": "^6.15",
33-
"phpunit/phpunit": "^9.3",
34-
"spatie/laravel-ray": "^1.23",
35-
"vimeo/psalm": "^4.8"
30+
"nunomaduro/collision": "^6.0",
31+
"nunomaduro/larastan": "^2.0.1",
32+
"orchestra/testbench": "^7.0",
33+
"phpstan/extension-installer": "^1.1",
34+
"phpstan/phpstan-deprecation-rules": "^1.0",
35+
"phpstan/phpstan-phpunit": "^1.0",
36+
"phpunit/phpunit": "^9.5",
37+
"spatie/laravel-ray": "^1.26"
3638
},
3739
"autoload": {
3840
"psr-4": {
@@ -53,7 +55,9 @@
5355
"config": {
5456
"sort-packages": true,
5557
"allow-plugins": {
56-
"composer/package-versions-deprecated": true
58+
"composer/package-versions-deprecated": true,
59+
"pestphp/pest-plugin": false,
60+
"phpstan/extension-installer": true
5761
}
5862
},
5963
"extra": {

0 commit comments

Comments
 (0)