- Issue created by @guaneagler
- 🇲🇩Moldova sergiuteaca
@guaneagler
Per the readme file in the v5 you need to add a new repository in your project composer, so it takes one of the forks of that package, and not the original one because it was deprecated.As we require a fork of the Akamai {OPEN} EdgeGrid Authentication Client, you will need to add a repositories entry to your project's root `composer.json` file. For example:
"repositories": [ { "type": "vcs", "url": "https://github.com/francemediasmonde/akamaiopen-edgegrid-php-client" } ],
With the repositories entry in place, run
composer require drupal/akamai --update-with-dependencies
to install the module and it's dependency.This changes was introduced in this Issue https://www.drupal.org/project/akamai/issues/3337078 📌 Drupal 10 compatibility Fixed
- 🇨🇳China guaneagler
Hi @sergiuteaca, thanks for your information, this help a lot.
- Status changed to Fixed
over 1 year ago 8:31am 28 June 2023 Automatically closed - issue fixed for 2 weeks with no activity.