You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments