From 6e597f8fd08bf0984ca09aafb20648a82fd64e0a Mon Sep 17 00:00:00 2001 From: bidi Date: Fri, 15 Nov 2024 19:05:50 +0200 Subject: [PATCH 1/3] updated packages Signed-off-by: bidi --- docs/book/v5/introduction/packages.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/book/v5/introduction/packages.md b/docs/book/v5/introduction/packages.md index fe04427..391106e 100644 --- a/docs/book/v5/introduction/packages.md +++ b/docs/book/v5/introduction/packages.md @@ -1,5 +1,10 @@ # Packages +> Version 5.1.1 had these packages removed or moved where noted: +> - `laminas/laminas-http` was moved to `require-dev` +> - `laminas/laminas-paginator` +> - `laminas/laminas-text` + * `dotkernel/dot-dependency-injection` - Dependency injection component using class attributes. * `dotkernel/dot-cache` - Cache component extending symfony-cache * `dotkernel/dot-cli` - Component for creating console applications based on laminas-cli @@ -10,12 +15,9 @@ * `laminas/laminas-component-installer` - Composer plugin for injecting modules and configuration providers into application configuration * `laminas/laminas-config` - Provides a nested object property based user interface for accessing this configuration data within application code * `laminas/laminas-config-aggregator` - Lightweight library for collecting and merging configuration from different sources -* `laminas/laminas-http` - Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests * `laminas/laminas-hydrator` - Serialize objects to arrays, and vice versa * `laminas/laminas-inputfilter` - Normalize and validate input sets from the web, APIs, the CLI, and more, including files -* `laminas/laminas-paginator` - Paginate collections of data from arbitrary sources * `laminas/laminas-stdlib` - SPL extensions, array utilities, error handlers, and more -* `laminas/laminas-text` - Create FIGlets and text-based tables * `mezzio/mezzio` - PSR-15 Middleware Microframework * `mezzio/mezzio-authentication-oauth2` - OAuth2 (server) authentication middleware for Mezzio and PSR-7 applications * `mezzio/mezzio-authorization-acl` - laminas-permissions-acl adapter for mezzio-authorization From 3607784f3a4e4fc04e473f605239b434f125158a Mon Sep 17 00:00:00 2001 From: bidi Date: Fri, 15 Nov 2024 19:08:01 +0200 Subject: [PATCH 2/3] fixed linting Signed-off-by: bidi --- docs/book/v5/introduction/packages.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/book/v5/introduction/packages.md b/docs/book/v5/introduction/packages.md index 391106e..f44925d 100644 --- a/docs/book/v5/introduction/packages.md +++ b/docs/book/v5/introduction/packages.md @@ -1,9 +1,9 @@ # Packages > Version 5.1.1 had these packages removed or moved where noted: -> - `laminas/laminas-http` was moved to `require-dev` -> - `laminas/laminas-paginator` -> - `laminas/laminas-text` +> * `laminas/laminas-http` was moved to `require-dev` +> * `laminas/laminas-paginator` +> * `laminas/laminas-text` * `dotkernel/dot-dependency-injection` - Dependency injection component using class attributes. * `dotkernel/dot-cache` - Cache component extending symfony-cache From 86ac2cbfd84fbd10358e5d0018f32776c747153a Mon Sep 17 00:00:00 2001 From: bidi Date: Fri, 15 Nov 2024 19:09:20 +0200 Subject: [PATCH 3/3] fixed linting Signed-off-by: bidi --- docs/book/v5/introduction/packages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/book/v5/introduction/packages.md b/docs/book/v5/introduction/packages.md index f44925d..55212be 100644 --- a/docs/book/v5/introduction/packages.md +++ b/docs/book/v5/introduction/packages.md @@ -1,6 +1,7 @@ # Packages > Version 5.1.1 had these packages removed or moved where noted: +> > * `laminas/laminas-http` was moved to `require-dev` > * `laminas/laminas-paginator` > * `laminas/laminas-text`