Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated packages #72

Merged
merged 3 commits into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/book/v5/introduction/packages.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 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
Expand All @@ -10,12 +16,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
Expand Down