|
24 | 24 | },
|
25 | 25 | "require": {
|
26 | 26 | "php": ">=5.6,<8.0-dev",
|
27 |
| - "behat/behat": "^3.1.0", |
28 |
| - "behat/mink": "^1.7.0", |
29 |
| - "behat/mink-goutte-driver": "^1.2.0", |
30 | 27 | "brianium/paratest": ">=0.14.0,<1.0.0",
|
31 | 28 | "codeception/codeception": "^2.2.0",
|
32 | 29 | "dealerdirect/phpcodesniffer-composer-installer": "^0.4.0",
|
33 | 30 | "deployer/deployer": "^4.0.0",
|
34 | 31 | "deployer/recipes": "^4.0.0",
|
35 |
| - "wimg/php-compatibility": "^8.0.0", |
36 | 32 | "friendsofphp/php-cs-fixer": "^2.0.0",
|
37 | 33 | "hirak/prestissimo": "^0.3",
|
38 | 34 | "jakub-onderka/php-parallel-lint": ">=0.9.1,<1.0.0",
|
|
50 | 46 | "seld/jsonlint": "^1.4.0",
|
51 | 47 | "sensiolabs/security-checker": "^4.0",
|
52 | 48 | "sllh/composer-versions-check": "^2.0.0",
|
53 |
| - "squizlabs/php_codesniffer": "^3.0.2" |
| 49 | + "squizlabs/php_codesniffer": "^3.0.2", |
| 50 | + "wimg/php-compatibility": "^8.0.0" |
54 | 51 | },
|
55 | 52 | "suggest": {
|
56 | 53 | "apigen/apigen": "Smart and Readable Documentation for your PHP project.",
|
| 54 | + "behat/behat": "Scenario-oriented BDD framework", |
57 | 55 | "mayflower/php-codebrowser": "A code browser that augments the code with information from various QA tools.",
|
58 | 56 | "mockery/mockery": "A simple yet flexible PHP mock object framework",
|
59 | 57 | "phpdocumentor/phpdocumentor": "Documentation generator for PHP.",
|
|
0 commit comments