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:
parent
c6496ba1c5
commit
5cdade74fb
1 changed files with 11 additions and 13 deletions
|
@ -16,20 +16,19 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.6",
|
||||
"php": ">=7.0.8",
|
||||
"composer/installers": "^1.2",
|
||||
"cweagans/composer-patches": "^1.6.5",
|
||||
"drupal-composer/drupal-scaffold": "^2.5",
|
||||
"drupal/console": "^1.0.2",
|
||||
"drupal/core": "^8.7.0",
|
||||
"drush/drush": "^9.0.0",
|
||||
"vlucas/phpdotenv": "^2.4",
|
||||
"drupal/core": "^8.8.0",
|
||||
"drupal/core-composer-scaffold": "^8.8.0",
|
||||
"drush/drush": "^9.7.1 | ^10.0.0",
|
||||
"vlucas/phpdotenv": "^4.0",
|
||||
"webflo/drupal-finder": "^1.0.0",
|
||||
"webmozart/path-util": "^2.3",
|
||||
"zaporylie/composer-drupal-optimizations": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"webflo/drupal-core-require-dev": "^8.7.0"
|
||||
"drupal/core-dev": "^8.8.0"
|
||||
},
|
||||
"conflict": {
|
||||
"drupal/drupal": "*"
|
||||
|
@ -64,6 +63,11 @@
|
|||
"patchLevel": {
|
||||
"drupal/core": "-p2"
|
||||
},
|
||||
"drupal-scaffold": {
|
||||
"locations": {
|
||||
"web-root": "web__APP__"
|
||||
}
|
||||
},
|
||||
"installer-paths": {
|
||||
"__APP__/core": ["type:drupal-core"],
|
||||
"__APP__/libraries/{$name}": ["type:drupal-library"],
|
||||
|
@ -71,12 +75,6 @@
|
|||
"__APP__/profiles/contrib/{$name}": ["type:drupal-profile"],
|
||||
"__APP__/themes/contrib/{$name}": ["type:drupal-theme"],
|
||||
"drush/Commands/{$name}": ["type:drupal-drush"]
|
||||
},
|
||||
"drupal-scaffold": {
|
||||
"initial": {
|
||||
".editorconfig": "../.editorconfig",
|
||||
".gitattributes": "../.gitattributes"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue