Moved non-dependencies to suggest in composer.json
This commit is contained in:
parent
0c8d9c0f74
commit
42c5543cab
1 changed files with 7 additions and 4 deletions
|
|
@ -24,16 +24,19 @@
|
|||
|
||||
"require": {
|
||||
"block8/b8framework" : "dev-master",
|
||||
"ircmaxell/password-compat": "1.x",
|
||||
"swiftmailer/swiftmailer" : "v5.0.0",
|
||||
"symfony/yaml" : "2.2.x-dev",
|
||||
"symfony/console" : "2.2.*"
|
||||
},
|
||||
|
||||
"suggest": {
|
||||
"phpunit/phpunit" : "3.*",
|
||||
"phpmd/phpmd" : "1.*",
|
||||
"sebastian/phpcpd" : "1.*",
|
||||
"squizlabs/php_codesniffer": "1.*",
|
||||
"ircmaxell/password-compat": "1.x",
|
||||
"phpspec/phpspec" : "2.*",
|
||||
"symfony/yaml" : "2.2.x-dev",
|
||||
"symfony/console" : "2.2.*",
|
||||
"fabpot/php-cs-fixer" : "0.3.*@dev",
|
||||
"swiftmailer/swiftmailer" : "v5.0.0",
|
||||
"phploc/phploc": "*",
|
||||
"atoum/atoum":"*",
|
||||
"jakub-onderka/php-parallel-lint": "dev-master"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue