|  | 
| 98 | 98 |         "ergebnis/composer-normalize": "^2.47", | 
| 99 | 99 |         "ergebnis/json-printer": "^3.7", | 
| 100 | 100 |         "ergebnis/rector-rules": "^1.4", | 
| 101 |  | -        "guanguans/ai-commit": "dev-main", | 
| 102 | 101 |         "guanguans/monorepo-builder-worker": "^2.0", | 
| 103 | 102 |         "laravel/facade-documenter": "dev-main", | 
| 104 | 103 |         "mockery/mockery": "^1.6", | 
| 105 | 104 |         "nette/utils": "^4.0", | 
| 106 |  | -        "orchestra/testbench": "^7.54 || ^8.0 || ^9.0 || ^10.0", | 
|  | 105 | +        "orchestra/testbench": "^7.55 || ^8.0 || ^9.0 || ^10.0", | 
| 107 | 106 |         "pestphp/pest": "^1.23 || ^2.0 || ^3.0", | 
| 108 | 107 |         "pestphp/pest-plugin-faker": "^1.0 || ^2.0 || ^3.0", | 
| 109 | 108 |         "pestphp/pest-plugin-laravel": "^1.4 || ^2.0 || ^3.0", | 
|  | 
| 112 | 111 |         "phpstan/phpstan": "^2.1", | 
| 113 | 112 |         "phpstan/phpstan-deprecation-rules": "^2.0", | 
| 114 | 113 |         "phpstan/phpstan-webmozart-assert": "^2.0", | 
|  | 114 | +        "rector/jack": "^0.2", | 
| 115 | 115 |         "rector/rector": "^2.0", | 
| 116 |  | -        "rector/swiss-knife": "^2.2", | 
|  | 116 | +        "rector/swiss-knife": "^2.3", | 
| 117 | 117 |         "rector/type-perfect": "^2.1", | 
| 118 | 118 |         "shipmonk/composer-dependency-analyser": "^1.8", | 
| 119 | 119 |         "shipmonk/phpstan-baseline-per-identifier": "^2.1", | 
|  | 
| 199 | 199 |         "post-update-cmd": [ | 
| 200 | 200 |             "@cghooks update" | 
| 201 | 201 |         ], | 
| 202 |  | -        "ai-commit": "@php ./vendor/bin/ai-commit commit --ansi", | 
|  | 202 | +        "ai-commit": [ | 
|  | 203 | +            "@putenvs", | 
|  | 204 | +            "$PHP82 ./vendor-bin/ai-commit/vendor/guanguans/ai-commit/ai-commit commit --ansi" | 
|  | 205 | +        ], | 
| 203 | 206 |         "ai-commit-bito": "@ai-commit --generator=bito_cli", | 
| 204 | 207 |         "ai-commit-bito-no-verify": "@ai-commit-bito --no-verify", | 
| 205 | 208 |         "ai-commit-github-copilot": "@ai-commit --generator=github_copilot_cli", | 
|  | 
| 240 | 243 |             "@putenvs", | 
| 241 | 244 |             "$PHP81 -f ./vendor/bin/facade.php -- Guanguans\\\\LaravelExceptionNotify\\\\Facades\\\\ExceptionNotify" | 
| 242 | 245 |         ], | 
|  | 246 | +        "jack": "@php vendor/bin/jack --ansi -v", | 
|  | 247 | +        "jack-breakpoint": "@jack breakpoint --limit=5", | 
|  | 248 | +        "jack-breakpoint-dev": "@jack-breakpoint --dev", | 
|  | 249 | +        "jack-open-versions": "@jack open-versions --limit=99", | 
|  | 250 | +        "jack-open-versions-dev": "@jack-open-versions --dev", | 
|  | 251 | +        "jack-open-versions-dev-dry-run": "@jack-open-versions-dev --dry-run", | 
|  | 252 | +        "jack-open-versions-dry-run": "@jack-open-versions --dry-run", | 
|  | 253 | +        "jack-raise-to-installed": "@jack raise-to-installed", | 
|  | 254 | +        "jack-raise-to-installed-dry-run": "@jack-raise-to-installed --dry-run", | 
| 243 | 255 |         "lint": [ | 
| 244 | 256 |             "@putenvs", | 
| 245 | 257 |             "for DIR in .; do find $DIR -maxdepth 1 -type f -name '*.php' -type f ! -name 'xxx.php' -exec $PHP80 -l {} \\; 2>&1 | (! grep -v '^No syntax errors detected'); done", | 
|  | 
| 324 | 336 |         "test-phpunit-coverage": "@test --coverage-html=./.build/phpunit/ --coverage-clover=clover.xml", | 
| 325 | 337 |         "test-type-coverage": "@pest-type-coverage", | 
| 326 | 338 |         "test-update-snapshots": "@pest-update-snapshots", | 
|  | 339 | +        "testbench": "@php vendor/bin/testbench --ansi", | 
| 327 | 340 |         "time-end": "@php -r 'date_default_timezone_set('\\''Asia/Shanghai'\\''); echo \"\\nTime: \".round(time() - (int) getenv('\\''START_TIME'\\'')).'\\'' seconds, Memory: '\\''.round(memory_get_peak_usage(true) / 1024 / 1024, 2).\" MB\\n\";'", | 
| 328 | 341 |         "time-start": "@putenv START_TIME=$(date +%s);", | 
| 329 | 342 |         "trufflehog": "trufflehog git https://github.com/guanguans/notify --only-verified", | 
|  | 
0 commit comments