Skip to content

Commit 3c92b08

Browse files
committed
Changed: Update QA tools versions and added deployer and humbug
1 parent 5cf6f17 commit 3c92b08

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

composer.json

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,30 @@
2626
"php": ">=5.6,<8.0-dev",
2727

2828
"hirak/prestissimo": "^0.3",
29-
"dealerdirect/phpcodesniffer-composer-installer": "^0.2.0",
29+
"dealerdirect/phpcodesniffer-composer-installer": "^0.3.0",
3030

3131
"behat/behat": "^3.1.0",
3232
"behat/mink": "^1.7.0",
3333
"behat/mink-goutte-driver": "^1.2.0",
3434
"brianium/paratest": ">=0.14.0,<1.0.0",
3535
"codeception/codeception": "^2.2.0",
36+
"deployer/deployer": "^3.0.0",
3637
"frenck/php-compatibility": "^7.0.0",
3738
"friendsofphp/php-cs-fixer": "^2.0.0",
3839
"jakub-onderka/php-parallel-lint": ">=0.9.1,<1.0.0",
3940
"phploc/phploc": "^3.0.1",
40-
"phpmetrics/phpmetrics": "^1.9.0",
41+
"phpmetrics/phpmetrics": "^2.0.0",
4142
"phpmd/phpmd": "^2.2.0",
42-
"phpro/grumphp": ">=0.9.0,<1.0.0",
43-
"phpunit/phpunit": "^5.5.0",
43+
"phpro/grumphp": ">=0.11.0,<1.0.0",
44+
"phpunit/phpunit": "^5.5.0|^6.0.0",
4445
"pdepend/pdepend": "^2.2.0",
45-
"sebastian/phpcpd": "^2.0.0",
46+
"sebastian/phpcpd": "^3.0.0",
4647
"seld/jsonlint": "^1.4.0",
4748
"sensiolabs/security-checker": "^4.0",
4849
"sllh/composer-versions-check": "^2.0.0",
4950
"squizlabs/php_codesniffer": "^2.5",
5051
"scheb/tombstone-analyzer": "^0.3.0",
51-
52-
"ocramius/proxy-manager": "^1.0.0"
52+
"humbug/humbug": "~1.0@dev"
5353
},
5454
"suggest": {
5555
"apigen/apigen": "Smart and Readable Documentation for your PHP project.",
@@ -59,10 +59,5 @@
5959
"phpunit/phpcov": "Command-line frontend for the PHP_CodeCoverage library",
6060
"sami/sami": "Documentation generator used for Symfony2 docs.",
6161
"theseer/phpdox": "A fast Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT) with event based processing."
62-
},
63-
"extra": {
64-
"phpcodesniffer-mapping": {
65-
"wimg/php-compatibility": "PHPCompatibility"
66-
}
6762
}
6863
}

0 commit comments

Comments
 (0)