Skip to content

Commit b218891

Browse files
authored
Unpin the acquia/drupal-recommended-settings. (#4)
Patch was committed
1 parent da3cacb commit b218891

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require": {
2121
"acquia/drupal-environment-detector": "^1",
22-
"acquia/drupal-recommended-settings": "1.1.0",
22+
"acquia/drupal-recommended-settings": "^1",
2323
"acquia/memcache-settings": "^1",
2424
"composer/installers": "^2.3",
2525
"cweagans/composer-patches": "^1.7",
@@ -97,9 +97,6 @@
9797
"docroot/themes/custom/{$name}": ["type:drupal-custom-theme"]
9898
},
9999
"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-
}
103100
}
104101
},
105102
"scripts": {}

0 commit comments

Comments
 (0)