@eric.chenchao Thanks for the patch. It works on my project where I have conditional_fields and field_group modules.
@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