Skip to content

Commit f02c59a

Browse files
authored
Merge pull request #72 from dotkernel/issue-71
updated packages
2 parents a7f94eb + 86ac2cb commit f02c59a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/book/v5/introduction/packages.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Packages
22

3+
> Version 5.1.1 had these packages removed or moved where noted:
4+
>
5+
> * `laminas/laminas-http` was moved to `require-dev`
6+
> * `laminas/laminas-paginator`
7+
> * `laminas/laminas-text`
8+
39
* `dotkernel/dot-dependency-injection` - Dependency injection component using class attributes.
410
* `dotkernel/dot-cache` - Cache component extending symfony-cache
511
* `dotkernel/dot-cli` - Component for creating console applications based on laminas-cli
@@ -10,12 +16,9 @@
1016
* `laminas/laminas-component-installer` - Composer plugin for injecting modules and configuration providers into application configuration
1117
* `laminas/laminas-config` - Provides a nested object property based user interface for accessing this configuration data within application code
1218
* `laminas/laminas-config-aggregator` - Lightweight library for collecting and merging configuration from different sources
13-
* `laminas/laminas-http` - Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests
1419
* `laminas/laminas-hydrator` - Serialize objects to arrays, and vice versa
1520
* `laminas/laminas-inputfilter` - Normalize and validate input sets from the web, APIs, the CLI, and more, including files
16-
* `laminas/laminas-paginator` - Paginate collections of data from arbitrary sources
1721
* `laminas/laminas-stdlib` - SPL extensions, array utilities, error handlers, and more
18-
* `laminas/laminas-text` - Create FIGlets and text-based tables
1922
* `mezzio/mezzio` - PSR-15 Middleware Microframework
2023
* `mezzio/mezzio-authentication-oauth2` - OAuth2 (server) authentication middleware for Mezzio and PSR-7 applications
2124
* `mezzio/mezzio-authorization-acl` - laminas-permissions-acl adapter for mezzio-authorization

0 commit comments

Comments
 (0)