- Issue created by @andresgmh
- @andresgmh opened merge request.
- @andresgmh opened merge request.
- Status changed to Closed: won't fix
over 1 year ago 4:16am 31 July 2023 - 🇨🇴Colombia andresgmh
Please close this issue and delete the fork.
It didn't work due an issue with a recursively package composer dependency in the module's composer.json file . I resolved library dependencies by adding my forked
cloudflare/sdk
repository as VCS repository in the main composer.json file of the project:1. Exclude cloudflare/sdk in the repository
{ "type": "composer", "url": "https://packages.drupal.org/8", "exclude": [ "cloudflare/sdk", ] },
2. Add the new VCS repository
{ "type": "vcs", "url": "git@github.com:andresgmh/cloudflare-php.git" }
3. then
composer require cloudflare/sdk:dev-master