Use an external repository with symfony4 trouble with autoload and parameters
问题 I use two self developed libraries located in github as a private repository so I can reuse it in several projects. I include them via composer: "license": "proprietary", "repositories": [ { "type": "vcs", "url": "https://github.com/my-account/puc-web-sap-client.git", "options": { "ssl": { "verify_peer": "false" } } }, { "type": "vcs", "url": "https://github.com/my-account/puc-web-soap-client.git", "options": { "ssl": { "verify_peer": "false" } } } ], Now symfony complains that the classes