-
- Downloads
There was a problem fetching the pipeline summary.
#15 Update to Drush 9, add DCB and adjust license and CI workflow
parent
f8e99b7c
No related branches found
No related tags found
Pipeline #
... | ... | @@ -9,7 +9,7 @@ |
"Update" | ||
], | ||
"homepage": "https://gitlab.lakedrops.com/composer/plugin/drupal-8-scaffold", | ||
"license": "GPL-2.0+", | ||
"license": "GPL-2.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "Jürgen Haas", | ||
... | ... | @@ -54,13 +54,14 @@ |
"drupal/navbar_filter": "^1.1", | ||
"drupal/security_review": "1.x-dev", | ||
"drupal/stage_file_proxy": "^1.0-alpha3", | ||
"drush/drush": "9.0-beta4", | ||
"drush/drush": "^9.0", | ||
"lakedrops/composer-scripts": "^0.1", | ||
"lakedrops/docker4drupal": "^0.8", | ||
"lakedrops/dorgflow": "^0.3" | ||
}, | ||
"require-dev": { | ||
"composer/composer": "^1.5.0", | ||
"drupal-code-builder/drupal-code-builder-drush": "^9.0", | ||
"phpunit/phpunit": "^4.8.0" | ||
}, | ||
"minimum-stability": "dev", | ||
... | ... |
Please register or sign in to comment