|
38 | 38 | "php": ">=8.0", |
39 | 39 | "ext-json": "*", |
40 | 40 | "laravel/framework": "^9.52 || ^10.0 || ^11.0 || ^12.0", |
41 | | - "spatie/laravel-package-tools": "^1.19" |
| 41 | + "spatie/laravel-package-tools": "^1.92" |
42 | 42 | }, |
43 | 43 | "require-dev": { |
44 | 44 | "bamarni/composer-bin-plugin": "^1.8", |
45 | 45 | "brainmaestro/composer-git-hooks": "^3.0", |
46 | 46 | "composer/semver": "^3.4", |
47 | 47 | "driftingly/rector-laravel": "^2.0", |
48 | | - "ergebnis/composer-normalize": "^2.45", |
49 | | - "ergebnis/rector-rules": "^1.3", |
| 48 | + "ergebnis/composer-normalize": "^2.47", |
| 49 | + "ergebnis/rector-rules": "^1.4", |
50 | 50 | "guanguans/ai-commit": "dev-main", |
51 | | - "guanguans/monorepo-builder-worker": "^1.4", |
| 51 | + "guanguans/monorepo-builder-worker": "^2.0", |
52 | 52 | "guzzlehttp/psr7": "^2.7", |
53 | 53 | "laravel-lang/http-statuses": "^3.2", |
54 | 54 | "laravel/facade-documenter": "dev-main", |
55 | 55 | "maglnet/composer-require-checker": "^4.4", |
56 | 56 | "mockery/mockery": "^1.6", |
57 | | - "orchestra/testbench": "^7.53 || ^8.0 || ^9.0 || ^10.0", |
| 57 | + "orchestra/testbench": "^7.54 || ^8.0 || ^9.0 || ^10.0", |
58 | 58 | "pestphp/pest": "^1.23 || ^2.0 || ^3.0", |
59 | 59 | "pestphp/pest-plugin-faker": "^1.0 || ^2.0 || ^3.0", |
60 | 60 | "pestphp/pest-plugin-laravel": "^1.4 || ^2.0 || ^3.0", |
|
68 | 68 | "shipmonk/composer-dependency-analyser": "^1.8", |
69 | 69 | "shipmonk/phpstan-baseline-per-identifier": "^2.1", |
70 | 70 | "spatie/pest-plugin-snapshots": "^1.1 || ^2.0", |
71 | | - "spaze/phpstan-disallowed-calls": "^4.4", |
| 71 | + "spaze/phpstan-disallowed-calls": "^4.5", |
72 | 72 | "symplify/phpstan-extensions": "^12.0", |
73 | | - "symplify/phpstan-rules": "^14.4", |
| 73 | + "symplify/phpstan-rules": "^14.6", |
74 | 74 | "tomasvotruba/type-coverage": "^2.0", |
75 | 75 | "yamadashy/phpstan-friendly-formatter": "^1.2" |
76 | 76 | }, |
|
206 | 206 | "md-lint": "lint-md --config .lintmdrc ./*.md ./.github/ ./docs/", |
207 | 207 | "peck": "/opt/homebrew/opt/php@8.3/bin/php ./vendor/bin/peck check --path=src/ --config=peck.json --ansi -v", |
208 | 208 | "peck-init": "@peck --init", |
209 | | - "pest": "@php ./vendor/bin/pest --coverage", |
| 209 | + "pest": "@php ./vendor/bin/pest --colors=always --coverage", |
210 | 210 | "pest-coverage": "@pest --coverage-html=./.build/phpunit/ --coverage-clover=./.build/phpunit/clover.xml", |
211 | 211 | "pest-highest": [ |
212 | 212 | "@putenvs", |
|
0 commit comments