Updated composer.json
... | ... | @@ -2,6 +2,7 @@ |
"name": "drupal/ac_page", | ||
"description": "Provides a basic page content type.", | ||
"type": "drupal-module", | ||
"homepage": "https://gitlab.agile.coop/agile-public/content_section_image", | ||
"authors": [ | ||
{ | ||
"name": "Tancredi D'Onofrio (tanc)", | ||
... | ... | @@ -10,5 +11,10 @@ |
} | ||
], | ||
"license": "GPL-2.0+", | ||
"minimum-stability": "dev" | ||
"minimum-stability": "dev", | ||
"require": { | ||
"drupal/ac_base": "^1.0", | ||
"drupal/features": "^3.0", | ||
"composer/installers": "~1.0" | ||
} | ||
} |
Please register or sign in to comment