File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,5 @@ composer.lock
1616/phpbu.xml
1717/phpbu.json
1818/vendor /
19+ /tools /
1920cache.properties
Original file line number Diff line number Diff line change 9090 }
9191 },
9292 "scripts" : {
93- "post-autoload-dump" : " vendor/bin/captainhook install -f -s"
93+ "post-autoload-dump" : " vendor/bin/captainhook install -f -s" ,
94+ "setup" : " phive install" ,
95+ "test" : " tools/phpunit" ,
96+ "analyse" : " tools/phpstan analyse" ,
97+ "style" : " tools/phpcs --standard=psr2 src"
9498 }
9599}
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <phive xmlns =" https://phar.io/phive" >
3+ <phar name =" phpunit" version =" ^7.0.0" location =" ./tools/phpunit" copy =" true" installed =" 7.5.20" />
4+ <phar name =" phpcs" version =" ^3.5.2" location =" ./tools/phpcs" copy =" true" installed =" 3.5.4" />
5+ <phar name =" phpstan" version =" ^0.12.2" location =" ./tools/phpstan" copy =" true" installed =" 0.12.9" />
6+ </phive >
You can’t perform that action at this time.
0 commit comments