Skip to content

Commit

Permalink
Merge pull request #23 from omarlopesino/feature/composer-binary-remove
Browse files Browse the repository at this point in the history
Issue #0: Cleanup composer binary
  • Loading branch information
juanjol authored Nov 26, 2024
2 parents 64b805f + a2ccb5f commit 35ecfe7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion aljibe-kickstart/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"metadrop/backstopjs-addons": true,
"liborm85/composer-vendor-cleaner": true,
"metadrop/composer-comments": true,
"php-http/discovery": true
"php-http/discovery": true,
"liborm85/composer-vendor-cleaner": true
}
},
"scripts": {
Expand All @@ -84,6 +85,11 @@
"web/profiles/custom/{$name}": ["type:drupal-custom-profile"],
"web/themes/custom/{$name}": ["type:drupal-custom-theme"]
},
"dev-files": {
"bin": [
"composer"
]
},
"composer-exit-on-patch-failure": true,
"enable-patching": true
}
Expand Down

0 comments on commit 35ecfe7

Please sign in to comment.