-
- Downloads
Merge branch 'develop' into 'main'
Merging develop into main [MINOR_VERSION] See merge request !2
No related branches found
No related tags found
... | ... | @@ -13,14 +13,20 @@ |
"authors": [ | ||
{ | ||
"name": "Jürgen Haas", | ||
"email": "juergen@paragon-es.de", | ||
"homepage": "https://www.paragon-es.de", | ||
"email": "juergen.haas@lakedrops.com", | ||
"homepage": "https://www.lakedrops.com", | ||
"role": "Drupal Expert" | ||
}, | ||
{ | ||
"name": "Daniel Speicher", | ||
"email": "daniel.speicher@lakedrops.com", | ||
"homepage": "https://www.lakedrops.com", | ||
"role": "Drupal Expert" | ||
}, | ||
{ | ||
"name": "Richard Papp", | ||
"email": "richard.papp@boromino.com", | ||
"homepage": "http://www.boromino.com", | ||
"email": "richard.papp@lakedrops.com", | ||
"homepage": "https://www.lakedrops.com", | ||
"role": "Drupal Expert" | ||
} | ||
], | ||
... | ... | @@ -30,22 +36,30 @@ |
"docs": "https://devops-tools.docs.lakedrops.com/composer/plugin/b4d/" | ||
}, | ||
"require": { | ||
"php": ">=7.2", | ||
"behat/behat": "^3.5", | ||
"behat/mink": "^1.7", | ||
"behat/mink-goutte-driver": "^1.2", | ||
"behat/mink-selenium2-driver": "^1.3", | ||
"php": ">=7.4", | ||
"behat/behat": "^3.12", | ||
"behat/mink": "^1.10", | ||
"behat/mink-goutte-driver": "^1.3||^2.0", | ||
"behat/mink-selenium2-driver": "^1.6", | ||
"composer-plugin-api": "^1||^2", | ||
"drupal/drupal-extension": "^3.4||^4.1", | ||
"drush-ops/behat-drush-endpoint": "^9.2", | ||
"jcalderonzumba/gastonjs": "^1.2", | ||
"jcalderonzumba/mink-phantomjs-driver": "^0.3", | ||
"lakedrops/composer-json-utils": "^2.0||dev-main", | ||
"lakedrops/docker4drupal": "^3.0||dev-main" | ||
"drupal/drupal-extension": "^3.4||^4.1||^5.0", | ||
"drush-ops/behat-drush-endpoint": "^9.4", | ||
"lakedrops/composer-json-utils": "^2.4||dev-develop", | ||
"lakedrops/docker4drupal": "^3.8||dev-develop" | ||
}, | ||
"require-dev": { | ||
"composer/composer": "^1||^2", | ||
"phpunit/phpunit": "^8.4" | ||
"drupal/coder": "^8.3", | ||
"phpunit/phpunit": "^9.5", | ||
"roave/security-advisories": "dev-master", | ||
"squizlabs/php_codesniffer": "^3.7" | ||
}, | ||
"config": { | ||
"allow-plugins": { | ||
"lakedrops/docker4drupal": false, | ||
"dealerdirect/phpcodesniffer-composer-installer": true, | ||
"lakedrops/ahoy": false | ||
} | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
... | ... |
Please register or sign in to comment