forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
92 lines
2.5 KiB
JSON
92 lines
2.5 KiB
JSON
{
|
|
"name": "drupal/gin_lb",
|
|
"type": "drupal-module",
|
|
"description": "Gin Layout Builder",
|
|
"keywords": [
|
|
"drupal",
|
|
"web",
|
|
"ui"
|
|
],
|
|
"license": "GPL-2.0+",
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"authors": [
|
|
{
|
|
"name": "Christian Wiedemann",
|
|
"email": "christian.wiedemann@key-tec.de"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"composer/installers": "^1.2",
|
|
"cweagans/composer-patches": "~1.4",
|
|
"drupal/core-composer-scaffold": "^8.8 || ^9 || ^10",
|
|
"drupal/core-dev": "^8.8 || ^9 || ^10",
|
|
"drupal/core-recommended": "~10",
|
|
"drupal/field_group": "3.x-dev@dev",
|
|
"drupal/gin": "^3.0@rc",
|
|
"drush/drush": "~11",
|
|
"openeuropa/task-runner": "~2.0.0-alpha1",
|
|
"phpro/grumphp": "~1.5",
|
|
"phpspec/prophecy-phpunit": "^2.0"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "composer",
|
|
"url": "https://packages.drupal.org/8"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Drupal\\gin_lb\\": "./src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Drupal\\Tests\\gin_lb\\": "./tests/src"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": "./vendor/bin/run drupal:site-setup",
|
|
"post-update-cmd": "./vendor/bin/run drupal:site-setup"
|
|
},
|
|
"extra": {
|
|
"enable-patching": false,
|
|
"composer-exit-on-patch-failure": true,
|
|
"drupal-scaffold": {
|
|
"locations": {
|
|
"web-root": "build/"
|
|
}
|
|
},
|
|
"installer-paths": {
|
|
"build/core": [
|
|
"type:drupal-core"
|
|
],
|
|
"build/modules/contrib/{$name}": [
|
|
"type:drupal-module"
|
|
],
|
|
"build/profiles/contrib/{$name}": [
|
|
"type:drupal-profile"
|
|
],
|
|
"build/themes/contrib/{$name}": [
|
|
"type:drupal-theme"
|
|
],
|
|
"build/libraries/{$name}": [
|
|
"type:drupal-library"
|
|
]
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"composer/installers": true,
|
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
|
"drupal/console-extend-plugin": true,
|
|
"cweagans/composer-patches": true,
|
|
"drupal/core-composer-scaffold": true,
|
|
"phpro/grumphp": true,
|
|
"phpstan/extension-installer": true
|
|
}
|
|
}
|
|
|
|
}
|