All add db backup cronjob on production sites
Code style
parent
d4644f39
No related branches found
No related tags found
... | ... | @@ -8,14 +8,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" | ||
} | ||
], | ||
... | ... | @@ -35,8 +41,10 @@ |
}, | ||
"require-dev": { | ||
"composer/composer": "^1||^2", | ||
"drupal/coder": "^8.3", | ||
"lakedrops/drupal-environment": "^3.0", | ||
"phpunit/phpunit": "^8.4" | ||
"phpunit/phpunit": "^8.4", | ||
"roave/security-advisories": "dev-latest" | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
... | ... |
Please register or sign in to comment