Skip to content

Commit e03cf1d

Browse files
committed
Deps: Bumped for Laravel 10
1 parent f333c6d commit e03cf1d

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

composer.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,20 @@
2020
],
2121
"require": {
2222
"php": "^8.1",
23-
"illuminate/contracts": "^9.0",
24-
"spatie/laravel-package-tools": "^1.13.0"
23+
"illuminate/contracts": "^v10.6.2",
24+
"spatie/laravel-package-tools": "^1.14.0"
2525
},
2626
"require-dev": {
2727
"laravel/pint": "^1.0",
28-
"nunomaduro/collision": "^6.0",
29-
"orchestra/testbench": "^7.0",
30-
"pestphp/pest": "^1.21",
31-
"pestphp/pest-plugin-laravel": "^1.1",
32-
"phpunit/phpunit": "^9.5",
28+
"nunomaduro/collision": "^7.9",
29+
"nunomaduro/larastan": "^2.0.1",
30+
"orchestra/testbench": "^8.0",
31+
"pestphp/pest": "^2.0",
32+
"pestphp/pest-plugin-arch": "^2.0",
33+
"pestphp/pest-plugin-laravel": "^2.0",
34+
"phpstan/extension-installer": "^1.1",
35+
"phpstan/phpstan-deprecation-rules": "^1.0",
36+
"phpstan/phpstan-phpunit": "^1.0",
3337
"spatie/laravel-ray": "^1.26"
3438
},
3539
"autoload": {

0 commit comments

Comments
 (0)