|
26 | 26 | "php": ">=5.6,<8.0-dev", |
27 | 27 |
|
28 | 28 | "hirak/prestissimo": "^0.3", |
29 | | - "dealerdirect/phpcodesniffer-composer-installer": "^0.2.0", |
| 29 | + "dealerdirect/phpcodesniffer-composer-installer": "^0.3.0", |
30 | 30 |
|
31 | 31 | "behat/behat": "^3.1.0", |
32 | 32 | "behat/mink": "^1.7.0", |
33 | 33 | "behat/mink-goutte-driver": "^1.2.0", |
34 | 34 | "brianium/paratest": ">=0.14.0,<1.0.0", |
35 | 35 | "codeception/codeception": "^2.2.0", |
| 36 | + "deployer/deployer": "^3.0.0", |
36 | 37 | "frenck/php-compatibility": "^7.0.0", |
37 | 38 | "friendsofphp/php-cs-fixer": "^2.0.0", |
38 | 39 | "jakub-onderka/php-parallel-lint": ">=0.9.1,<1.0.0", |
39 | 40 | "phploc/phploc": "^3.0.1", |
40 | | - "phpmetrics/phpmetrics": "^1.9.0", |
| 41 | + "phpmetrics/phpmetrics": "^2.0.0", |
41 | 42 | "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", |
44 | 45 | "pdepend/pdepend": "^2.2.0", |
45 | | - "sebastian/phpcpd": "^2.0.0", |
| 46 | + "sebastian/phpcpd": "^3.0.0", |
46 | 47 | "seld/jsonlint": "^1.4.0", |
47 | 48 | "sensiolabs/security-checker": "^4.0", |
48 | 49 | "sllh/composer-versions-check": "^2.0.0", |
49 | 50 | "squizlabs/php_codesniffer": "^2.5", |
50 | 51 | "scheb/tombstone-analyzer": "^0.3.0", |
51 | | - |
52 | | - "ocramius/proxy-manager": "^1.0.0" |
| 52 | + "humbug/humbug": "~1.0@dev" |
53 | 53 | }, |
54 | 54 | "suggest": { |
55 | 55 | "apigen/apigen": "Smart and Readable Documentation for your PHP project.", |
|
59 | 59 | "phpunit/phpcov": "Command-line frontend for the PHP_CodeCoverage library", |
60 | 60 | "sami/sami": "Documentation generator used for Symfony2 docs.", |
61 | 61 | "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 | | - } |
67 | 62 | } |
68 | 63 | } |
0 commit comments