Skip to content

Commit 42bf77c

Browse files
committed
Use the new package drupol/php-conventions.
1 parent 94eea79 commit 42bf77c

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

composer.json

+7-18
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,10 @@
1616
"php": ">=7.1"
1717
},
1818
"require-dev":{
19-
"apigen/apigen": "dev-master",
20-
"drupol/phpspec-annotation": "^1.0",
21-
"friendsofphp/php-cs-fixer": "^2",
19+
"drupol/php-conventions": "^1",
2220
"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",
2721
"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"
3923
},
4024
"autoload": {
4125
"psr-4": {
@@ -60,5 +44,10 @@
6044
"infection": "./vendor/bin/infection run -j 10",
6145
"scrutinizer": "./vendor/bin/ocular code-coverage:upload --format=php-clover build/logs/clover.xml",
6246
"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+
}
6352
}
6453
}

0 commit comments

Comments
 (0)