diff --git a/composer.json b/composer.json index 74d03e055a994f525c3bab6d357e74a59c42f990..831e2b97214e5140b5d1ff5ea846c8c7abacbacf 100644 --- a/composer.json +++ b/composer.json @@ -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" } ], @@ -45,7 +51,17 @@ }, "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,