Skip to content
Snippets Groups Projects
This project manages its dependencies using Composer. Learn more
composer.json 342 B
{
    "name": "drupal/content_section_image",
    "description": "A paragraph type which displays a single image",
    "type": "drupal-module",
    "homepage": "https://gitlab.agile.coop/agile-public/content_section_image",
    "license": "GPL-2.0+",
    "minimum-stability": "dev",
    "require": {
        "drupal/ac_image": "^1.0"
    }
}