Core and composer updates
This commit is contained in:
parent
a82634bb98
commit
62cac30480
1118 changed files with 21770 additions and 6306 deletions
|
@ -34,6 +34,9 @@
|
|||
"paragonie/random_compat": "^1.0|^2.0",
|
||||
"asm89/stack-cors": "~1.0"
|
||||
},
|
||||
"conflict": {
|
||||
"drush/drush": "<8.1.10"
|
||||
},
|
||||
"require-dev": {
|
||||
"behat/mink": "1.7.x-dev",
|
||||
"behat/mink-goutte-driver": "~1.2",
|
||||
|
@ -172,8 +175,7 @@
|
|||
"scripts": {
|
||||
"pre-autoload-dump": "Drupal\\Core\\Composer\\Composer::preAutoloadDump",
|
||||
"post-autoload-dump": [
|
||||
"Drupal\\Core\\Composer\\Composer::ensureHtaccess",
|
||||
"Drupal\\Core\\Composer\\Composer::configurePhpcs"
|
||||
"Drupal\\Core\\Composer\\Composer::ensureHtaccess"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue