We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0507e0 commit 9a0f55bCopy full SHA for 9a0f55b
1 file changed
composer.json
@@ -35,6 +35,7 @@
35
"sort-packages": true
36
},
37
"scripts": {
38
+ "phive-update": "XDEBUG_MODE=off phive update && git add tools/* phive.xml && git commit -m 'Updated phive dependencies'",
39
"phpunit": "XDEBUG_MODE=coverage tools/phpunit.phar -c test/phpunit.dist.xml test/",
40
"psalm": "XDEBUG_MODE=off tools/psalm --threads=10 --long-progress",
41
"composer-unused": "XDEBUG_MODE=off tools/composer-unused --no-progress --no-interaction",
@@ -49,6 +50,7 @@
49
50
]
51
52
"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",
54
"phpunit": "Runs phpunit tests",
55
"psalm": "Runs psalm static analysis",
56
"composer-unused": "Checks for unused composer packages",
0 commit comments