-
- Downloads
Merge branch 'develop' into 'main'
Merging develop into main See merge request !19
... | @@ -8,14 +8,20 @@ | ... | @@ -8,14 +8,20 @@ |
"authors": [ | "authors": [ | ||
{ | { | ||
"name": "Jürgen Haas", | "name": "Jürgen Haas", | ||
"email": "juergen@paragon-es.de", | "email": "juergen.haas@lakedrops.com", | ||
"homepage": "https://www.paragon-es.de", | "homepage": "https://www.lakedrops.com", | ||
"role": "Drupal Expert" | |||
}, | |||
{ | |||
"name": "Daniel Speicher", | |||
"email": "daniel.speicher@lakedrops.com", | |||
"homepage": "https://www.lakedrops.com", | |||
"role": "Drupal Expert" | "role": "Drupal Expert" | ||
}, | }, | ||
{ | { | ||
"name": "Richard Papp", | "name": "Richard Papp", | ||
"email": "richard.papp@boromino.com", | "email": "richard.papp@lakedrops.com", | ||
"homepage": "http://www.boromino.com", | "homepage": "https://www.lakedrops.com", | ||
"role": "Drupal Expert" | "role": "Drupal Expert" | ||
} | } | ||
], | ], | ||
... | @@ -35,8 +41,10 @@ | ... | @@ -35,8 +41,10 @@ |
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"composer/composer": "^1||^2", | "composer/composer": "^1||^2", | ||
"drupal/coder": "^8.3", | |||
"lakedrops/drupal-environment": "^3.0", | "lakedrops/drupal-environment": "^3.0", | ||
"phpunit/phpunit": "^8.4" | "phpunit/phpunit": "^8.4", | ||
"roave/security-advisories": "dev-latest" | |||
}, | }, | ||
"minimum-stability": "dev", | "minimum-stability": "dev", | ||
"prefer-stable": true, | "prefer-stable": true, | ||
... | ... |
Please register or sign in to comment