-
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #1032 feat: add ability to skip package.json synchronization …
…(wuchen90) This PR was submitted for the 2.x branch but it was merged into the 1.x branch instead. Discussion ---------- feat: add ability to skip package.json synchronization For those who doesn't want the package.json synchronization, this PR offers to opt-out this behavior by setting the config below in extra section of composer.json: ```json { "extra": { "symfony/flex": { "synchronize_package_json": false } } } ``` fix #1017 Commits ------- 791e814 feat: add ability to skip package.json synchronization
- Loading branch information
Showing
2 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters