Skip to content

Commit 18ebaa0

Browse files
Fixes some references to Drupal 8 (#633)
Co-authored-by: Raakesh Blokhra <[email protected]>
1 parent dee46d3 commit 18ebaa0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Apigee Edge Drupal module
22

3-
The Apigee Edge module enables you to integrate Drupal 9 or Drupal 8 with Apigee:
3+
The Apigee Edge module enables you to integrate Drupal 9 with Apigee.
44

55
* Users that register or are added to the Drupal site will be added as developers in Apigee.
66
* Click on "Apps" in user menu to get keys for the APIs exposed in Apigee.
@@ -10,7 +10,7 @@ This module includes the following submodules:
1010
* __Debug:__ enables administrators to configure and manage Apigee debug logs.
1111
* __Teams:__ enables developers to be organized into teams.
1212

13-
For more details read the [Apigee Edge module documentation](https://www.drupal.org/docs/8/modules/apigee-edge).
13+
For more details read the [Apigee Edge module documentation](https://www.drupal.org/docs/contributed-modules/apigee-edge).
1414

1515
## Support for Apigee Hybrid Cloud: Beta Release
1616

@@ -20,8 +20,8 @@ Please note that Team APIs and Monetization APIs are not currently supported on
2020

2121
## Requirements
2222

23-
* The Apigee Edge module requires **Drupal 8.7.x** or higher and PHP 7.1 or higher.
24-
* Drupal 8'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`.
23+
* The Apigee Edge module requires **Drupal 8.7.x** or higher and PHP 7.1 or higher, though Drupal 9.x is recommended due to [Drupal 8's EOL timeline](https://www.drupal.org/psa-2021-2021-06-29).
24+
* 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`.
2525
* **Check [composer.json](https://github.com/apigee/apigee-edge-drupal/blob/8.x-1.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.
2626
* (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).
2727

@@ -40,15 +40,15 @@ Please note that Team APIs and Monetization APIs are not currently supported on
4040
2. Click **Extend** in the Drupal administration menu.
4141
3. Select the **Apigee Edge** module.
4242
4. Click **Install**.
43-
5. Configure the [connection to your Apigee org](https://www.drupal.org/docs/8/modules/apigee-edge/configure-the-connection-to-apigee-edge)
43+
5. Configure the [connection to your Apigee org](https://www.drupal.org/docs/contributed-modules/apigee-edge/configure-the-connection-to-apigee)
4444

4545
## Notes
4646

4747
* If you do not configure the connection between Drupal and Apigee, you will not be able to register developers on
4848
the site and may cause other issues with Drupal core functions. If you do not plan to configure the connection between
4949
Drupal and Apigee, you should uninstall the Apigee Edge module.
5050
* When you first install the module, existing users in the Drupal site may not have a developer account in Apigee.
51-
You can run [developer synchronization](https://www.drupal.org/docs/8/modules/apigee-edge/synchronize-developers-with-apigee-edge)
51+
You can run [developer synchronization](https://www.drupal.org/docs/contributed-modules/apigee-edge/synchronize-developers-with-apigee-edge)
5252
to make sure Drupal users and Apigee developers are synchronized.
5353

5454
## Applying Patches
@@ -80,4 +80,4 @@ Development is coordinated in our [GitHub repository](https://github.com/apigee/
8080

8181
## Support
8282

83-
This project, which integrates Drupal 9 & 8 with Apigee, is supported by Google.
83+
This project, which integrates Drupal with Apigee, is supported by Google.

0 commit comments

Comments
 (0)