From 46e3804d90b704c196ab222de87c330a441e05a6 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Sat, 17 Aug 2024 12:12:41 +1000 Subject: [PATCH] Removed references to `vlucas/phpdotenv` in docs. --- .scaffold/docs/content/drupal/composer.mdx | 4 ---- .scaffold/docs/cspell.json | 1 - 2 files changed, 5 deletions(-) diff --git a/.scaffold/docs/content/drupal/composer.mdx b/.scaffold/docs/content/drupal/composer.mdx index 4b49ceeca..019790b81 100644 --- a/.scaffold/docs/content/drupal/composer.mdx +++ b/.scaffold/docs/content/drupal/composer.mdx @@ -122,10 +122,6 @@ specifies the essential packages and libraries your project needs. default `vendor` directory within a project on a package-by-package basis. This plugin extends the `composer/installers` plugin to allow any arbitrary package type to be handled by their custom installer. -- [`vlucas/phpdotenv`](https://github.com/vlucas/phpdotenv): Allows to load - environment variables from `.env` files into PHP so that they become available - to the application and can be accessed via `getenv()`, `$_ENV`, - and `$_SERVER`. - [`webflo/drupal-finder`](https://github.com/webflo/drupal-finder): Locates Drupal installations in a directory structure. diff --git a/.scaffold/docs/cspell.json b/.scaffold/docs/cspell.json index a8bf4c8f8..d21eb4f48 100644 --- a/.scaffold/docs/cspell.json +++ b/.scaffold/docs/cspell.json @@ -41,7 +41,6 @@ "phpcbf", "phpcodesniffer", "phpcompatibility", - "phpdotenv", "phpspec", "phpstorm", "pyrech",