|
19 | 19 | "require": { |
20 | 20 | "php": ">=8.2", |
21 | 21 | "behat/behat": "^3.14", |
22 | | - "behat/mink": ">=1.11", |
23 | | - "dmore/behat-chrome-extension": "^1.4", |
24 | | - "drupal/drupal-extension": "^6.0", |
25 | | - "lullabot/mink-selenium2-driver": "^1.7.4", |
26 | | - "softcreatr/jsonpath": "^0.10 || ^1.0" |
| 22 | + "behat/mink": ">=1.11" |
27 | 23 | }, |
28 | 24 | "require-dev": { |
29 | 25 | "alexskrypnyk/phpunit-helpers": "^0.15.0", |
30 | 26 | "cweagans/composer-patches": "^2.0", |
31 | 27 | "dantleech/gherkin-lint": "^0.2.3", |
32 | 28 | "dealerdirect/phpcodesniffer-composer-installer": "^1", |
| 29 | + "dmore/behat-chrome-extension": "^1.4", |
33 | 30 | "drevops/behat-phpserver": "^2.1.1", |
34 | 31 | "drevops/behat-screenshot": "^2.1", |
35 | 32 | "drevops/phpcs-standard": "^0.7", |
36 | 33 | "drupal/coder": "^8.3.28", |
| 34 | + "drupal/drupal-extension": "^6.0", |
37 | 35 | "dvdoug/behat-code-coverage": "^5.3.2.1", |
38 | 36 | "ergebnis/composer-normalize": "^2.47", |
39 | 37 | "justinrainbow/json-schema": "^6.0", |
| 38 | + "lullabot/mink-selenium2-driver": "^1.7.4", |
40 | 39 | "mglaman/phpstan-drupal": "^2.0.0", |
41 | 40 | "php-parallel-lint/php-parallel-lint": "^1.4", |
42 | 41 | "phpcompatibility/php-compatibility": "^9.3.5", |
43 | 42 | "phpspec/prophecy-phpunit": "^2.3", |
44 | 43 | "phpstan/extension-installer": "^1.4.3", |
45 | 44 | "phpstan/phpstan": "^2.0.0", |
46 | 45 | "phpunit/phpunit": "^11", |
47 | | - "rector/rector": "^2.0" |
| 46 | + "rector/rector": "^2.0", |
| 47 | + "softcreatr/jsonpath": "^0.10 || ^1.0" |
48 | 48 | }, |
49 | 49 | "conflict": { |
50 | 50 | "drupal/drupal-extension": "<6" |
51 | 51 | }, |
52 | 52 | "suggest": { |
53 | | - "justinrainbow/json-schema": "Required by JsonTrait for JSON Schema validation steps ('the response should match the JSON schema ...')." |
| 53 | + "dmore/behat-chrome-extension": "JavaScript driver for @javascript scenarios: drives headless Chrome directly over the Chrome DevTools Protocol (selenium-less). Interchangeable with lullabot/mink-selenium2-driver - install one.", |
| 54 | + "drupal/drupal-extension": "Required by all Drupal step traits (src/Drupal/*), which build on the Drupal Extension RawDrupalContext and Drupal driver.", |
| 55 | + "justinrainbow/json-schema": "Required by JsonTrait for JSON Schema validation steps ('the response should match the JSON schema ...').", |
| 56 | + "lullabot/mink-selenium2-driver": "JavaScript driver for @javascript scenarios: drives a Selenium/WebDriver server. Interchangeable with dmore/behat-chrome-extension - install one.", |
| 57 | + "softcreatr/jsonpath": "Required by JsonTrait for JSON path assertion steps ('the JSON path ... should ...')." |
54 | 58 | }, |
55 | 59 | "autoload": { |
56 | 60 | "psr-4": { |
|
0 commit comments