Skip to content

Commit

Permalink
Use the new package drupol/php-conventions.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 22, 2019
1 parent 94eea79 commit 42bf77c
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,10 @@
"php": ">=7.1"
},
"require-dev":{
"apigen/apigen": "dev-master",
"drupol/phpspec-annotation": "^1.0",
"friendsofphp/php-cs-fixer": "^2",
"drupol/php-conventions": "^1",
"graphp/graphviz": "^0.2.1",
"infection/infection": "^0.11",
"jakub-onderka/php-parallel-lint": "^1.0",
"leanphp/phpspec-code-coverage": "^4",
"maglnet/composer-require-checker": "^1.1",
"php-http/guzzle6-adapter": "^1.1",
"phpbench/phpbench": "dev-master",
"phpmd/phpmd": "^2.6",
"phpro/grumphp": "^0.14",
"phpspec/phpspec": "^4",
"phpstan/phpstan": "^0.10",
"roave/better-reflection": "dev-master",
"roave/security-advisories": "dev-master",
"scrutinizer/ocular": "^1.3",
"sebastian/phpcpd": "^4.0",
"sensiolabs/security-checker": "^4.1",
"squizlabs/php_codesniffer": "^3"
"scrutinizer/ocular": "^1.3"
},
"autoload": {
"psr-4": {
Expand All @@ -60,5 +44,10 @@
"infection": "./vendor/bin/infection run -j 10",
"scrutinizer": "./vendor/bin/ocular code-coverage:upload --format=php-clover build/logs/clover.xml",
"bench": "./vendor/bin/phpbench run --report=aggregate --store --precision=3"
},
"extra": {
"grumphp": {
"config-default-path": "vendor/drupol/php-conventions/config/grumphp.yml"
}
}
}

0 comments on commit 42bf77c

Please sign in to comment.