Account created on 28 January 2015, over 9 years ago
#

Recent comments

πŸ‡¨πŸ‡΄Colombia andresgmh

Hey Nitesh my friend. I'm re-rolling this patch for 1.6 version.

πŸ‡¨πŸ‡΄Colombia andresgmh

andresgmh β†’ made their first commit to this issue’s fork.

πŸ‡¨πŸ‡΄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

Production build 0.69.0 2024