-
- Downloads
Avoid extra composer.json files at build
Patching composer.json creates extra composer.json files in the .pc/ directory. During the build we search for composer.json files. Errors occur in subsequent builds if a file in .pc/ is found and parsed after the intended one in the source tree. Limit the selection of composer.json files to the known locations: in the project root and in the component directories in src/.
Please register or sign in to comment