Skip to content

Commit

Permalink
Revert the phpstan setup
Browse files Browse the repository at this point in the history
  • Loading branch information
challgren committed Jan 3, 2019
1 parent 8abda6c commit 09ba691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"scripts": {
"phpstan": "phpstan analyse -c tests/phpstan.neon -l 3 src/",
"phpstan-setup": "cp composer.json composer.backup && composer.phar require --dev phpstan/phpstan:^0.10.1 && mv composer.backup composer.json",
"phpstan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:^0.10.1 && mv composer.backup composer.json",
"test": "php phpunit.phar",
"test-setup": "[ ! -f phpunit.phar ] && wget https://phar.phpunit.de/phpunit-6.5.13.phar && mv phpunit-6.5.13.phar phpunit.phar || true",
"test-coverage": "php phpunit.phar --log-junit webroot/coverage/unitreport.xml --coverage-html webroot/coverage --coverage-clover webroot/coverage/coverage.xml",
Expand Down

0 comments on commit 09ba691

Please sign in to comment.