|
22 | 22 | "spatie/laravel-package-tools": "^1.13.0"
|
23 | 23 | },
|
24 | 24 | "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", |
29 | 29 | "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" |
33 | 33 | },
|
34 | 34 | "autoload": {
|
35 | 35 | "psr-4": {
|
|
46 | 46 | },
|
47 | 47 | "scripts": {
|
48 | 48 | "post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi",
|
| 49 | + "post-update-cmd": [ |
| 50 | + "@composer bump --dev-only" |
| 51 | + ], |
49 | 52 | "analyse": "vendor/bin/phpstan analyse",
|
50 | 53 | "test": "vendor/bin/phpunit",
|
51 | 54 | "test-coverage": "vendor/bin/phpunit --coverage",
|
|
0 commit comments