Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Ensuring that enable-patching remains in root composer.json. #1315

Merged
merged 1 commit into from
Apr 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/Update/Updates.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ public function update_8007000() {

// Remove deprecated config.
unset($composer_json['extra']['blt']['composer-exclude-merge']);
// Remove config that should only be defined in composer.required.json.
unset($composer_json['extra']['enable-patching']);

// Remove packages from root composer.json that are already defined in BLT's composer.required.json with matching version.
if (!empty($composer_required_json['require'])) {
Expand Down