From 06170b6d212e9df31b4b2041705b25a3e8491435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andi=20R=C3=BCckauer?= Date: Wed, 29 Sep 2021 15:44:56 +0200 Subject: [PATCH] Remove mentioning of deprecated mezzio-config-manager Fixes #37 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andi Rückauer --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 487e9ac..9b0be42 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,7 @@ one or more of the following keys under the `extra.laminas` configuration in the - `config/development.config.php` - A **config-provider** is for use with applications that utilize - [mezzio-config-manager](https://github.com/mtymek/mezzio-config-manager) - or [laminas-config-aggregator](https://github.com/laminas/laminas-config-aggregator) + [laminas-config-aggregator](https://github.com/laminas/laminas-config-aggregator) (which may or may not be Mezzio applications). The class listed must be an invokable that returns an array of configuration, and will be injected at the top of: