Skip to content

Commit d873381

Browse files
committed
update dependencies
1 parent a9d44d2 commit d873381

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

composer.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"spatie/laravel-package-tools": "^1.13.0"
2323
},
2424
"require-dev": {
25-
"laravel/pint": "^1.5",
26-
"nunomaduro/collision": "^7.0.4",
27-
"nunomaduro/larastan": "^2.4.1",
28-
"orchestra/testbench": "^8.0.1",
25+
"laravel/pint": "^1.7",
26+
"nunomaduro/collision": "^7.3.3",
27+
"nunomaduro/larastan": "^2.5.1",
28+
"orchestra/testbench": "^8.0.11",
2929
"phpstan/extension-installer": "^1.2",
30-
"phpstan/phpstan-deprecation-rules": "^1.1.1",
31-
"phpstan/phpstan-phpunit": "^1.3.4",
32-
"phpunit/phpunit": "^10.0.7"
30+
"phpstan/phpstan-deprecation-rules": "^1.1.3",
31+
"phpstan/phpstan-phpunit": "^1.3.10",
32+
"phpunit/phpunit": "^10.0.18"
3333
},
3434
"autoload": {
3535
"psr-4": {
@@ -46,6 +46,9 @@
4646
},
4747
"scripts": {
4848
"post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi",
49+
"post-update-cmd": [
50+
"@composer bump --dev-only"
51+
],
4952
"analyse": "vendor/bin/phpstan analyse",
5053
"test": "vendor/bin/phpunit",
5154
"test-coverage": "vendor/bin/phpunit --coverage",

0 commit comments

Comments
 (0)