Skip to content

Commit

Permalink
Update composer phive script
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Dec 10, 2023
1 parent 5901d00 commit 08837d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,8 @@
"ecs:check": "ecs check --clear-cache || true",
"ecs:fix": "ecs check --clear-cache --fix",
"phive": [
".phive/tools/phive.phar selfupdate",
".phive/tools/phive.phar update --force-accept-unsigned",
".phive/tools/phive.phar purge"
".phive/tools/phive update --force-accept-unsigned",
".phive/tools/phive purge"
],
"phpunit": "vendor/bin/phpunit --do-not-cache-result --colors=always",
"phpunit:coverage": "@phpunit --coverage-clover=coverage.xml",
Expand Down

0 comments on commit 08837d9

Please sign in to comment.