|
12 | 12 | "authors": [
|
13 | 13 | {
|
14 | 14 | "name": "Martin Hujer",
|
15 |
| - |
| 15 | + |
16 | 16 | "homepage": "https://www.martinhujer.cz"
|
17 | 17 | }
|
18 | 18 | ],
|
|
26 | 26 | "symfony/http-kernel": "^4.3|^5.0"
|
27 | 27 | },
|
28 | 28 | "require-dev": {
|
29 |
| - "consistence/coding-standard": "3.9", |
30 |
| - "jakub-onderka/php-parallel-lint": "1.0.0", |
31 |
| - "matthiasnoback/symfony-config-test": "4.1.0", |
32 |
| - "matthiasnoback/symfony-dependency-injection-test": "4.1.0", |
33 |
| - "phpstan/phpstan-shim": "0.11.19", |
34 |
| - "phpstan/phpstan-phpunit": "0.11.2", |
35 |
| - "phpunit/phpunit": "8.4.3", |
36 |
| - "php-coveralls/php-coveralls": "2.2.0" |
| 29 | + "composer/package-versions-deprecated": "1.11.99.1", |
| 30 | + "consistence-community/coding-standard": "3.11.0", |
| 31 | + "matthiasnoback/symfony-config-test": "4.2.1", |
| 32 | + "matthiasnoback/symfony-dependency-injection-test": "4.2.1", |
| 33 | + "php-parallel-lint/php-parallel-lint": "1.2.0", |
| 34 | + "phpstan/phpstan": "0.12.79", |
| 35 | + "phpstan/phpstan-phpunit": "0.12.17", |
| 36 | + "phpstan/phpstan-symfony": "0.12.20", |
| 37 | + "phpunit/phpunit": "9.5.2" |
37 | 38 | },
|
38 | 39 | "autoload": {
|
39 | 40 | "psr-4": {
|
|
64 | 65 | "@phpunit"
|
65 | 66 | ],
|
66 | 67 | "phplint": "parallel-lint src tests",
|
67 |
| - "phpcs": "phpcs --standard=ruleset.xml src tests", |
68 |
| - "phpcbf": "phpcbf --standard=ruleset.xml src tests", |
69 |
| - "phpstan": "php vendor/phpstan/phpstan-shim/phpstan.phar analyse -c phpstan.neon src tests --level 7 --no-progress", |
| 68 | + "phpcs": "phpcs src tests", |
| 69 | + "phpcbf": "phpcbf src tests", |
| 70 | + "phpstan": "phpstan analyse -c phpstan.neon src tests --level 8 --no-progress", |
70 | 71 | "phpunit": "phpunit"
|
71 | 72 | }
|
72 | 73 | }
|
0 commit comments