We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3cacb commit b218891Copy full SHA for b218891
composer.json
@@ -19,7 +19,7 @@
19
},
20
"require": {
21
"acquia/drupal-environment-detector": "^1",
22
- "acquia/drupal-recommended-settings": "1.1.0",
+ "acquia/drupal-recommended-settings": "^1",
23
"acquia/memcache-settings": "^1",
24
"composer/installers": "^2.3",
25
"cweagans/composer-patches": "^1.7",
@@ -97,9 +97,6 @@
97
"docroot/themes/custom/{$name}": ["type:drupal-custom-theme"]
98
99
"patches": {
100
- "acquia/drupal-recommended-settings": {
101
- "ACMS-4480: Include settings for MySQL Compatibility": "https://patch-diff.githubusercontent.com/raw/acquia/drupal-recommended-settings/pull/82.patch"
102
- }
103
}
104
105
"scripts": {}
0 commit comments