-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update composer.json and monorepo-builder.php
- Update `composer.json` to use `@php` instead of absolute path for `ai-commit` and `release` commands. - Update `monorepo-builder.php` to use relative path for `monorepo-builder-worker` autoload file. - Update `phpunit.xml.dist` to use schema version 9.3 and configure code coverage. - Update `tests/Pest.php` with annotations.
- Loading branch information
Showing
4 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -162,7 +162,7 @@ | |
"post-update-cmd": [ | ||
"@cghooks update" | ||
], | ||
"ai-commit": "/opt/homebrew/opt/[email protected]/bin/php ./vendor/bin/ai-commit commit --generator=bito_cli --ansi", | ||
"ai-commit": "@php ./vendor/bin/ai-commit commit --generator=bito_cli --ansi", | ||
"ai-commit-no-verify": "@ai-commit --commit-options=--no-verify", | ||
"benchmark": "@php ./vendor/bin/phpbench run --warmup=1 --retry-threshold=1 --iterations=3 --revs=5 --ansi -v", | ||
"cghooks": "@php ./vendor/bin/cghooks --ansi -v", | ||
|
@@ -171,7 +171,6 @@ | |
"@composer-validate", | ||
"@md-lint", | ||
"@zh-lint", | ||
"@lint", | ||
"@style-lint", | ||
"@test" | ||
], | ||
|
@@ -208,7 +207,7 @@ | |
"psalm-baseline": "@psalm --update-baseline", | ||
"rector": "@php ./vendor/bin/rector --ansi -v", | ||
"rector-dry-run": "@rector --dry-run", | ||
"release": "/opt/homebrew/opt/[email protected]/bin/php ./vendor/bin/monorepo-builder release --ansi -v", | ||
"release": "@php ./vendor/bin/monorepo-builder release --ansi -v", | ||
"release-major": "@release major", | ||
"release-major-dry-run": "@release-major --dry-run", | ||
"release-minor": "@release minor", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters