Re-rolling for 2.1.0 version
Re-rolling patch for 2.1.4 version.
andresgmh β made their first commit to this issueβs fork.
Hey Nitesh my friend. I'm re-rolling this patch for 1.6 version.
andresgmh β created an issue.
andresgmh β created an issue.
andresgmh β made their first commit to this issueβs fork.
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
andresgmh β created an issue.
andresgmh β created an issue.
Re-rolling to 9.5.7 version