|
24 | 24 | "post-install-cmd": "Tooly\\ScriptHandler::installPharTools", |
25 | 25 | "post-update-cmd": "Tooly\\ScriptHandler::installPharTools", |
26 | 26 | "quickcheck": [ |
27 | | - "./vendor/bin/phpunit.phar -c ./phpunit.xml --testdox", |
28 | | - "./vendor/bin/phpstan.phar analyse -l max ./src", |
29 | | - "./vendor/bin/phpcs.phar ./src --standard=PSR2" |
| 27 | + "./vendor/bin/phpunit.phar --testdox", |
| 28 | + "./vendor/bin/phpstan.phar analyse", |
| 29 | + "./vendor/bin/phpcs.phar" |
30 | 30 | ] |
31 | 31 | }, |
32 | 32 | "extra": { |
33 | 33 | "tools": { |
34 | 34 | "phpunit": { |
35 | | - "url": "https://phar.phpunit.de/phpunit-8.5.1.phar", |
36 | | - "sign-url": "https://phar.phpunit.de/phpunit-8.5.1.phar.asc", |
| 35 | + "url": "https://phar.phpunit.de/phpunit-9.2.3.phar", |
| 36 | + "sign-url": "https://phar.phpunit.de/phpunit-9.2.3.phar.asc", |
37 | 37 | "force-replace": true |
38 | 38 | }, |
39 | 39 | "phpcs": { |
40 | | - "url": "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.3/phpcs.phar", |
41 | | - "sign-url": "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.3/phpcs.phar.asc", |
| 40 | + "url": "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.5/phpcs.phar", |
| 41 | + "sign-url": "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.5/phpcs.phar.asc", |
42 | 42 | "force-replace": true |
43 | 43 | }, |
44 | | - "phpcs-fixer": { |
45 | | - "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.16.1/php-cs-fixer.phar", |
46 | | - "sign-url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.16.1/php-cs-fixer.phar.asc", |
| 44 | + "phpcbf": { |
| 45 | + "url": "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.5/phpcbf.phar", |
| 46 | + "sign-url": "https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.5/phpcbf.phar.asc", |
47 | 47 | "force-replace": true |
48 | 48 | }, |
49 | 49 | "phpstan": { |
50 | | - "url": "https://github.com/phpstan/phpstan/releases/download/0.11.19/phpstan.phar", |
51 | | - "sign-url": "https://github.com/phpstan/phpstan/releases/download/0.11.19/phpstan.phar.asc", |
| 50 | + "url": "https://github.com/phpstan/phpstan/releases/download/0.12.29/phpstan.phar", |
| 51 | + "sign-url": "https://github.com/phpstan/phpstan/releases/download/0.12.29/phpstan.phar.asc", |
52 | 52 | "force-replace": true |
53 | 53 | } |
54 | 54 | } |
|
0 commit comments