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

Rollbacking composer.json

This commit is contained in:
yalh76 2020-03-25 12:02:48 +01:00
parent cf5dcb6aa2
commit c363f8aa11

View file

@ -16,19 +16,20 @@
} }
], ],
"require": { "require": {
"php": ">=7.0.8", "php": ">=5.6",
"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.8.0", "drupal/core": "^8.7.0",
"drupal/core-composer-scaffold": "^8.8.0", "drush/drush": "^9.0.0",
"drush/drush": "^9.7.1 | ^10.0.0", "vlucas/phpdotenv": "^2.4",
"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": {
"drupal/core-dev": "^8.8.0" "webflo/drupal-core-require-dev": "^8.7.0"
}, },
"conflict": { "conflict": {
"drupal/drupal": "*" "drupal/drupal": "*"
@ -63,18 +64,19 @@
"patchLevel": { "patchLevel": {
"drupal/core": "-p2" "drupal/core": "-p2"
}, },
"drupal-scaffold": {
"locations": {
"web-root": "__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"],
"__APP__/modules/contrib/{$name}": ["type:drupal-module"], "__APP__/modules/contrib/{$name}": ["type:drupal-module"],
"__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/contrib/{$name}": ["type:drupal-drush"] "drush/Commands/{$name}": ["type:drupal-drush"]
},
"drupal-scaffold": {
"initial": {
".editorconfig": "../.editorconfig",
".gitattributes": "../.gitattributes"
}
} }
} }
} }