Repository URL to install this package:
|
Version:
1.3.0 ▾
|
novicell/custom_forms
/
composer.json
|
|---|
{
"name": "novicell/custom_forms",
"type": "drupal-module",
"description": "Novicell Custom Forms module",
"keywords": [
"Novicell"
],
"license": "GPL-2.0+",
"homepage": "https://www.novicell.dk",
"minimum-stability": "dev",
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://packages.drupal.dk/php/"
}
],
"require": {
"drupal/core": "^8.7|^9.0",
"drupal/entity_clone": "^1.0@beta",
"drupal/state_machine": "^1.0-rc1",
"hashids/hashids": "^3.0",
"novicell/dds": "^2.0",
"phpseclib/phpseclib": "^2.0"
}
}