Skip to content

Commit e79c9db

Browse files
committed
issue #96: new structure: split the code in Core and App
Signed-off-by: horea <[email protected]>
1 parent a1610ff commit e79c9db

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/book/v5/introduction/packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* `laminas/laminas-inputfilter` - Normalize and validate input sets from the web, APIs, the CLI, and more, including files
2121
* `laminas/laminas-stdlib` - SPL extensions, array utilities, error handlers, and more
2222
* `mezzio/mezzio` - PSR-15 Middleware Microframework
23-
* `mezzio/mezzio-authentication-oauth2` - OAuth2 (server) authentication middleware for Mezzio and PSR-7 applications
23+
* `mezzio/mezzio-authentication-oauth2` - OAuth2 (server) authentication middleware for Mezzio and PSR-15 applications
2424
* `mezzio/mezzio-authorization-acl` - laminas-permissions-acl adapter for mezzio-authorization
2525
* `mezzio/mezzio-authorization-rbac` - mezzio authorization rbac adapter for laminas/laminas-permissions-rbac
2626
* `mezzio/mezzio-cors` - CORS component for Mezzio and other PSR-15 middleware runners

docs/book/v6/introduction/packages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* `dotkernel/dot-errorhandler` - Logging Error Handler for Middleware Applications
1414
* `dotkernel/dot-mail` - Mail component based on laminas-mail
1515
* `dotkernel/dot-response-header` - Middleware for setting custom response headers.
16+
* `dotkernel/dot-router` - Dotkernel component to build complex routes, based on `mezzio/mezzio-fastroute`
17+
* `laminas/laminas-authentication` - API for authentication and includes concrete authentication adapters for common use case scenarios
1618
* `laminas/laminas-component-installer` - Composer plugin for injecting modules and configuration providers into application configuration
1719
* `laminas/laminas-config` - Provides a nested object property based user interface for accessing this configuration data within application code
1820
* `laminas/laminas-config-aggregator` - Lightweight library for collecting and merging configuration from different sources

0 commit comments

Comments
 (0)