diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 2bc3fe16..bf9d395d 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -33,7 +33,6 @@ jobs: - "8.2" drupal-core: # Should update the following as the minimum supported version from Drupal.org - - "10.0.x" - "10.1.x" steps: diff --git a/README.md b/README.md index b7a36312..5257839b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Please note that the Monetization APIs are not currently supported on Apigee hyb ## Requirements -* The Apigee Edge module requires **Drupal 10.0.x** or higher and PHP 8.1, Drupal 10.x is recommended due to [Drupal 9's EOL timeline](https://www.drupal.org/docs/understanding-drupal/drupal-9-release-date-and-what-it-means/how-long-will-drupal-9-be-supported#s-drupal-9-support-will-end-in-november-2023). +* The Apigee Edge module requires **Drupal 10.1.x** or higher and PHP 8.1, Drupal 10.x is recommended due to [Drupal 9's EOL timeline](https://www.drupal.org/docs/understanding-drupal/drupal-9-release-date-and-what-it-means/how-long-will-drupal-9-be-supported#s-drupal-9-support-will-end-in-november-2023). * Drupal's minimum requirement is phpdocumentor/reflection-docblock:2.0.4 but at least 3.0 is required by this module. If you get the error "Your requirements could not be resolved to an installable set of packages" it may be because you are running reflection-docblock version 2. You can update `phpdocumentor/reflection-docblock` with the following command: `composer update phpdocumentor/reflection-docblock --with-dependencies`. * **Check [composer.json](https://github.com/apigee/apigee-edge-drupal/blob/3.x/composer.json) for any required patches.** Patches prefixed with "(For testing)" are only required for running tests. Those are not necessary for using this module. Patches can be applied with the [cweagans/composer-patches](https://packagist.org/packages/cweagans/composer-patches) plugin automatically or manually. See [Applying Patches](#applying-patches) section below. * (For developers) The locked commit from `behat/mink` library is required otherwise tests may fail. This caused by a Drupal core [bug](https://www.drupal.org/project/drupal/issues/2956279). See the related pull request for behat/mink [here](https://github.com/minkphp/Mink/pull/760). diff --git a/composer.json b/composer.json index fc3b90d7..ec7fb753 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "php": "~8.1", "ext-json": "*", "apigee/apigee-client-php": "^3.0.0", - "drupal/core": "^10.0", + "drupal/core": "^10.1", "drupal/entity": "^1.0", "drupal/key": "^1.8", "php-http/guzzle7-adapter": "^1.0" @@ -16,7 +16,7 @@ "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", + "drupal/core-dev": "^10.1", "drush/drush": "^12.0", "mglaman/drupal-check": "1.3", "phpmd/phpmd": "^2.8.2",