php-buildpack
php-buildpack copied to clipboard
Use https instead of git+ssh for podhmo/python-node-semver submodule
Short explanation of the proposed change:
Use https instead of git+ssh for podhmo/python-node-semver
git submodule as it can cause problems in certain environments where only retrieval of a git repository via https is allowed.
Explanation of the use cases your change solves: Fix git submodul retrieval in environments where git clone is only allowed through https.
-
[x] I have viewed signed and have submitted the Contributor License Agreement
-
[x] I have made this pull request to the
develop
branch