Skip to content

Commit

Permalink
Bump minimum versions of composer plugins to ones supporting composer 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcnventura committed Apr 19, 2021
1 parent 267d7fe commit 8ec6a47
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"ext-openssl": "*",
"ext-pdo": "*",
"ext-xml": "*",
"composer/installers": "^1.2",
"composer/installers": "^1.9",
"composer/semver": "^1.4",
"cweagans/composer-patches": "^1.6.5",
"drupal-composer/preserve-paths": "^0.1",
"cweagans/composer-patches": "^1.7",
"drupal-composer/preserve-paths": "^0.1.6",
"drupal/composer_autoloader": "^1.0",
"drupal/drupal": "^7.62",
"drush/drush": "^8.0",
"symfony/filesystem": "~2.7|^3",
"webflo/drupal-finder": "^1.0.0"
"symfony/filesystem": "~2.7 || ^3",
"webflo/drupal-finder": "^1.2.1"
},
"conflict": {
"drupal/core": "8.*"
Expand Down Expand Up @@ -72,9 +72,10 @@
"web/sites/all/modules/contrib/{$name}/": ["type:drupal-module"],
"web/sites/all/themes/contrib/{$name}/": ["type:drupal-theme"]
},
"patches-install-hooks": true,
"patches": {
"cweagans/composer-patches": {
"Call the preserve paths hooks" : "https://github.com/SebCorbin/composer-patches/commit/1cb9bacba51f8bba0c5f3f322c3bb61e4ceae974.patch"
"Call the preserve paths hooks" : "https://github.com/jcnventura/composer-patches/compare/1.x...jcnventura:fix-preserve-paths.diff"
}
},
"preserve-paths": [
Expand Down

0 comments on commit 8ec6a47

Please sign in to comment.