|
16 | 16 | "php": ">=7.1"
|
17 | 17 | },
|
18 | 18 | "require-dev":{
|
19 |
| - "apigen/apigen": "dev-master", |
20 |
| - "drupol/phpspec-annotation": "^1.0", |
21 |
| - "friendsofphp/php-cs-fixer": "^2", |
| 19 | + "drupol/php-conventions": "^1", |
22 | 20 | "graphp/graphviz": "^0.2.1",
|
23 |
| - "infection/infection": "^0.11", |
24 |
| - "jakub-onderka/php-parallel-lint": "^1.0", |
25 |
| - "leanphp/phpspec-code-coverage": "^4", |
26 |
| - "maglnet/composer-require-checker": "^1.1", |
27 | 21 | "php-http/guzzle6-adapter": "^1.1",
|
28 |
| - "phpbench/phpbench": "dev-master", |
29 |
| - "phpmd/phpmd": "^2.6", |
30 |
| - "phpro/grumphp": "^0.14", |
31 |
| - "phpspec/phpspec": "^4", |
32 |
| - "phpstan/phpstan": "^0.10", |
33 |
| - "roave/better-reflection": "dev-master", |
34 |
| - "roave/security-advisories": "dev-master", |
35 |
| - "scrutinizer/ocular": "^1.3", |
36 |
| - "sebastian/phpcpd": "^4.0", |
37 |
| - "sensiolabs/security-checker": "^4.1", |
38 |
| - "squizlabs/php_codesniffer": "^3" |
| 22 | + "scrutinizer/ocular": "^1.3" |
39 | 23 | },
|
40 | 24 | "autoload": {
|
41 | 25 | "psr-4": {
|
|
60 | 44 | "infection": "./vendor/bin/infection run -j 10",
|
61 | 45 | "scrutinizer": "./vendor/bin/ocular code-coverage:upload --format=php-clover build/logs/clover.xml",
|
62 | 46 | "bench": "./vendor/bin/phpbench run --report=aggregate --store --precision=3"
|
| 47 | + }, |
| 48 | + "extra": { |
| 49 | + "grumphp": { |
| 50 | + "config-default-path": "vendor/drupol/php-conventions/config/grumphp.yml" |
| 51 | + } |
63 | 52 | }
|
64 | 53 | }
|
0 commit comments