Skip to content

Commit

Permalink
Merge pull request #131 from oomphinc/issue-123/remove-preserve-paths
Browse files Browse the repository at this point in the history
Remove preserve-paths plugin
  • Loading branch information
ben-hamelin authored May 8, 2024
2 parents b7830f3 + c9daba1 commit 62e9913
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ modified Semantic Versioning scheme. See the "Versioning scheme" section of the
### Deprecated

### Removed
- #123: drupal-composer/preserve-paths plugin.

### Fixed

Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"require": {
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.7",
"drupal-composer/preserve-paths": "^0.1.4",
"drupal/admin_toolbar": "^3.3.0",
"drupal/coder": "^8.3",
"drupal/config_split": "^1.5",
Expand All @@ -42,7 +41,6 @@
"sort-packages": true,
"allow-plugins": {
"cweagans/composer-patches": true,
"drupal-composer/preserve-paths": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"drupal/core-vendor-hardening": true,
Expand Down Expand Up @@ -83,7 +81,6 @@
"drush/contrib/{$name}": ["type:drupal-drush"]
},
"patches": {},
"preserve-paths": [],
"drupal-scaffold": {
"locations": {
"web-root": "web"
Expand Down

0 comments on commit 62e9913

Please sign in to comment.