Repository URL to install this package:
|
Version:
2.0.2 ▾
|
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": "^9.0|^10.0",
"drupal/entity_clone": "^1.0@beta || ^2.0@beta",
"drupal/state_machine": "^1.0",
"hashids/hashids": "^3.0 || ^5.0",
"phpseclib/phpseclib": "^2.0"
}
}