|
12 | 12 | "authors": [ |
13 | 13 | { |
14 | 14 | "name": "Franck Nijhof", |
15 | | - "email": "f.nijhof@dealerdirect.nl", |
| 15 | + "email": "franck.nijhof@dealerdirect.nl", |
16 | 16 | "homepage": "http://workingatdealerdirect.eu", |
17 | 17 | "role": "Developer" |
18 | 18 | } |
|
24 | 24 | }, |
25 | 25 | "require": { |
26 | 26 | "php": ">=5.6,<8.0-dev", |
27 | | - |
28 | | - "hirak/prestissimo": "^0.3", |
29 | | - "dealerdirect/phpcodesniffer-composer-installer": "^0.3.0", |
30 | | - |
31 | 27 | "behat/behat": "^3.1.0", |
32 | 28 | "behat/mink": "^1.7.0", |
33 | 29 | "behat/mink-goutte-driver": "^1.2.0", |
34 | 30 | "brianium/paratest": ">=0.14.0,<1.0.0", |
35 | 31 | "codeception/codeception": "^2.2.0", |
| 32 | + "dealerdirect/phpcodesniffer-composer-installer": "^0.3.0", |
36 | 33 | "deployer/deployer": "^3.0.0", |
37 | 34 | "frenck/php-compatibility": "^7.0.0", |
38 | 35 | "friendsofphp/php-cs-fixer": "^2.0.0", |
| 36 | + "hirak/prestissimo": "^0.3", |
| 37 | + "humbug/humbug": "~1.0@dev", |
39 | 38 | "jakub-onderka/php-parallel-lint": ">=0.9.1,<1.0.0", |
| 39 | + "ocramius/package-versions": "^1.1.2", |
| 40 | + "pdepend/pdepend": "^2.2.0", |
40 | 41 | "phploc/phploc": "^3.0.1", |
41 | | - "phpmetrics/phpmetrics": "^2.0.0", |
42 | 42 | "phpmd/phpmd": "^2.2.0", |
| 43 | + "phpmetrics/phpmetrics": "^2.0.0", |
43 | 44 | "phpro/grumphp": ">=0.11.0,<1.0.0", |
44 | | - "phpunit/phpunit": "^5.5.0|^6.0.0", |
45 | | - "pdepend/pdepend": "^2.2.0", |
| 45 | + "phpunit/phpunit": "^5.5.0", |
| 46 | + "scheb/tombstone-analyzer": "^0.3.0", |
46 | 47 | "sebastian/phpcpd": "^3.0.0", |
47 | 48 | "seld/jsonlint": "^1.4.0", |
48 | 49 | "sensiolabs/security-checker": "^4.0", |
49 | 50 | "sllh/composer-versions-check": "^2.0.0", |
50 | | - "squizlabs/php_codesniffer": "^2.5", |
51 | | - "scheb/tombstone-analyzer": "^0.3.0", |
52 | | - "humbug/humbug": "~1.0@dev" |
| 51 | + "squizlabs/php_codesniffer": "^2.5" |
53 | 52 | }, |
54 | 53 | "suggest": { |
55 | 54 | "apigen/apigen": "Smart and Readable Documentation for your PHP project.", |
|
59 | 58 | "phpunit/phpcov": "Command-line frontend for the PHP_CodeCoverage library", |
60 | 59 | "sami/sami": "Documentation generator used for Symfony2 docs.", |
61 | 60 | "theseer/phpdox": "A fast Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT) with event based processing." |
| 61 | + }, |
| 62 | + "config": { |
| 63 | + "sort-packages": true |
62 | 64 | } |
63 | 65 | } |
0 commit comments