diff --git a/composer.json b/composer.json index 3228b5993592aa7ea8620722db1feb5c333a175d..85e29d1f1f3b0c972709a6adbd1e3b35a89e1ddc 100644 --- a/composer.json +++ b/composer.json @@ -10,18 +10,24 @@ "Update" ], "homepage": "https://gitlab.lakedrops.com/composer/plugin/ahoy", - "license": "GPL-2.0+", + "license": "GPL-2.0-or-later", "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" } ], @@ -33,12 +39,20 @@ "require": { "php": ">=7.2", "composer-plugin-api": "^1||^2", - "lakedrops/composer-json-utils": "^2.0||dev-main", - "symfony/yaml": "^3.4||^4.4||^5.0" + "lakedrops/composer-json-utils": "^2.0||dev-develop", + "symfony/yaml": "^3.4||^4.4||^5.0||^6.0" }, "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": { + "dealerdirect/phpcodesniffer-composer-installer": true + } }, "minimum-stability": "dev", "prefer-stable": true,