diff --git a/composer.json b/composer.json index 725d24ecc..37bd6d0b2 100644 --- a/composer.json +++ b/composer.json @@ -6,14 +6,14 @@ "require": { "php": "~8.1", "ext-json": "*", - "apigee/apigee-client-php": "dev-drupal10-prep", + "apigee/apigee-client-php": "^3.0.0", "drupal/core": "^10.0", "drupal/entity": "^1.0", "drupal/key": "^1.8", "php-http/guzzle7-adapter": "^1.0" }, "require-dev": { - "apigee/apigee-mock-client-php": "dev-drupal10-prep", + "apigee/apigee-mock-client-php": "^1.1.2", "drupal/drupal-extension": "^4.2.1 || ~5", "cweagans/composer-patches": "^1.6", "drupal/core-dev": "^10.0",