Skip to content

Commit 9a0f55b

Browse files
author
Bastian Schwarz
committed
Added phive update to composer
1 parent a0507e0 commit 9a0f55b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"sort-packages": true
3636
},
3737
"scripts": {
38+
"phive-update": "XDEBUG_MODE=off phive update && git add tools/* phive.xml && git commit -m 'Updated phive dependencies'",
3839
"phpunit": "XDEBUG_MODE=coverage tools/phpunit.phar -c test/phpunit.dist.xml test/",
3940
"psalm": "XDEBUG_MODE=off tools/psalm --threads=10 --long-progress",
4041
"composer-unused": "XDEBUG_MODE=off tools/composer-unused --no-progress --no-interaction",
@@ -49,6 +50,7 @@
4950
]
5051
},
5152
"scripts-descriptions": {
53+
"phive-update": "Runs a phive update and commits all tools and the phive.xml so PHPStorm won't run code formatting on the phars",
5254
"phpunit": "Runs phpunit tests",
5355
"psalm": "Runs psalm static analysis",
5456
"composer-unused": "Checks for unused composer packages",

0 commit comments

Comments
 (0)