1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/drupal_ynh.git synced 2024-09-03 18:35:53 +02:00

Update composer.json

This commit is contained in:
yalh76 2021-03-04 01:43:28 +01:00
parent c6496ba1c5
commit 5cdade74fb

View file

@ -16,20 +16,19 @@
} }
], ],
"require": { "require": {
"php": ">=5.6", "php": ">=7.0.8",
"composer/installers": "^1.2", "composer/installers": "^1.2",
"cweagans/composer-patches": "^1.6.5", "cweagans/composer-patches": "^1.6.5",
"drupal-composer/drupal-scaffold": "^2.5",
"drupal/console": "^1.0.2", "drupal/console": "^1.0.2",
"drupal/core": "^8.7.0", "drupal/core": "^8.8.0",
"drush/drush": "^9.0.0", "drupal/core-composer-scaffold": "^8.8.0",
"vlucas/phpdotenv": "^2.4", "drush/drush": "^9.7.1 | ^10.0.0",
"vlucas/phpdotenv": "^4.0",
"webflo/drupal-finder": "^1.0.0", "webflo/drupal-finder": "^1.0.0",
"webmozart/path-util": "^2.3",
"zaporylie/composer-drupal-optimizations": "^1.0" "zaporylie/composer-drupal-optimizations": "^1.0"
}, },
"require-dev": { "require-dev": {
"webflo/drupal-core-require-dev": "^8.7.0" "drupal/core-dev": "^8.8.0"
}, },
"conflict": { "conflict": {
"drupal/drupal": "*" "drupal/drupal": "*"
@ -64,6 +63,11 @@
"patchLevel": { "patchLevel": {
"drupal/core": "-p2" "drupal/core": "-p2"
}, },
"drupal-scaffold": {
"locations": {
"web-root": "web__APP__"
}
},
"installer-paths": { "installer-paths": {
"__APP__/core": ["type:drupal-core"], "__APP__/core": ["type:drupal-core"],
"__APP__/libraries/{$name}": ["type:drupal-library"], "__APP__/libraries/{$name}": ["type:drupal-library"],
@ -71,12 +75,6 @@
"__APP__/profiles/contrib/{$name}": ["type:drupal-profile"], "__APP__/profiles/contrib/{$name}": ["type:drupal-profile"],
"__APP__/themes/contrib/{$name}": ["type:drupal-theme"], "__APP__/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/Commands/{$name}": ["type:drupal-drush"] "drush/Commands/{$name}": ["type:drupal-drush"]
},
"drupal-scaffold": {
"initial": {
".editorconfig": "../.editorconfig",
".gitattributes": "../.gitattributes"
}
} }
} }
} }