File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments