Commit 0491870
committed
bug #1039 Do not synchronize package.json if symfony/flex is not installed (leofeyer)
This PR was submitted for the 2.x branch but it was merged into the 1.x branch instead.
Discussion
----------
Do not synchronize package.json if symfony/flex is not installed
Just as the project is not configured and no recipes are loaded if symfony/flex is not in the root `composer.json`, the `package.json` should not be synchronized in this case.
Commits
-------
740bc2f Do not synchronize package.json if symfony/flex is not installed1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
600 | 600 | | |
601 | 601 | | |
602 | 602 | | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
603 | 609 | | |
604 | 610 | | |
605 | 611 | | |
| |||
0 commit comments