File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626 "cakephp/cakephp" : " ^3.4" ,
2727 "squizlabs/php_codesniffer" : " ^2.8 || ^3.0" ,
2828 "cakephp/bake" : " ^1.3.2" ,
29- "sebastian/diff" : " ^1.4"
29+ "sebastian/diff" : " ^1.4 || ^2.0 "
3030 },
3131 "require-dev" : {
3232 "dereuromark/cakephp-tools" : " ^1.2" ,
4848 },
4949 "scripts" : {
5050 "test" : " php phpunit.phar" ,
51- "test-setup" : " [ ! -f phpunit.phar ] && wget https://phar.phpunit.de/phpunit-5.7.phar && mv phpunit-5.7.phar phpunit.phar || true" ,
51+ "test-setup" : " [ ! -f phpunit.phar ] && wget https://phar.phpunit.de/phpunit-5.7.20. phar && mv phpunit-5.7.20 .phar phpunit.phar || true" ,
5252 "test-coverage" : " php phpunit.phar --log-junit tmp/coverage/unitreport.xml --coverage-html tmp/coverage --coverage-clover tmp/coverage/coverage.xml" ,
5353 "phpstan" : " phpstan analyse -c tests/phpstan.neon -l 3 src" ,
5454 "phpstan-setup" : " cp composer.json composer.backup && composer require --dev phpstan/phpstan && mv composer.backup composer.json" ,
You can’t perform that action at this time.
0 commit comments