Skip to content

Commit fd6db19

Browse files
committed
Added packages versions for packages.md
Signed-off-by: nati <nati@dotkernel.com>
1 parent 8661077 commit fd6db19

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed
Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
# Packages
22

3-
* `dotkernel/dot-cache` - Provides caching based on symfony/cache
4-
* `dotkernel/dot-cli` - Build console applications based on laminas-cli
5-
* `dotkernel/dot-data-fixtures` - Provides a CLI interface for listing & executing doctrine data fixtures
6-
* `dotkernel/dot-dependency-injection` - Dependency injection component using class attributes
7-
* `dotkernel/dot-errorhandler` - Logging Error Handler for Middleware Applications
8-
* `dotkernel/dot-flashmessenger` - Provides session messages between redirects
9-
* `dotkernel/dot-geoip` - Retrieve information about an IP address based on maxmind/GeoIP2-php
10-
* `dotkernel/dot-helpers` - Helper/Utility classes based on mezzio/mezzio-helpers
11-
* `dotkernel/dot-mail` - Mail component based on laminas-mail
12-
* `dotkernel/dot-navigation` - Allows you to easily define and parse menus inside templates, configuration based approach
13-
* `dotkernel/dot-rbac-guard` - Defines authorization guards that authorize users for accessing certain parts of an application based on various criteria
14-
* `dotkernel/dot-router` - Dotkernel component to build complex routes, based on mezzio/mezzio-fastroute
15-
* `dotkernel/dot-session` - Dotkernel session component extending and customizing laminas-session
16-
* `dotkernel/dot-twigrenderer` - Dotkernel component providing twig extensions and customizations
17-
* `friendsofphp/proxy-manager-lts` - Fork of ocramius/proxy-manager
18-
* `laminas/laminas-component-installer` - Composer plugin for injecting modules and configuration providers into application configuration
19-
* `laminas/laminas-config-aggregator` - Lightweight library for collecting and merging configuration from different sources
20-
* `mezzio/mezzio` - PSR-15 Middleware Microframework
21-
* `mezzio-authentication-oauth2` - Middleware for Mezzio and PSR-7 applications providing an OAuth2 server for authentication.
22-
* `mezzio/mezzio-authorization-rbac` - Mezzio authorization rbac adapter for laminas/laminas-permissions-rbac
23-
* `mezzio/mezzio-cors` - CORS component for Mezzio and other PSR-15 middleware runners
24-
* `mezzio/mezzio-fastroute` - FastRoute integration for Mezzio
25-
* `ramsey/uuid` - Library for generating and working with universally unique identifiers (UUIDs).
26-
* `ramsey/uuid-doctrine` - Use ramsey/uuid as a Doctrine field type
27-
* `roave/psr-container-doctrine` - Doctrine Factories for PSR-11 Containers
3+
* `dotkernel/dot-cache`:`^4.3` - Provides caching based on symfony/cache
4+
* `dotkernel/dot-cli`:`^3.9` - Build console applications based on laminas-cli
5+
* `dotkernel/dot-data-fixtures`:`^1.4` - Provides a CLI interface for listing & executing doctrine data fixtures
6+
* `dotkernel/dot-dependency-injection`:`^1.2` - Dependency injection component using class attributes
7+
* `dotkernel/dot-errorhandler`:`^4.0` - Logging Error Handler for Middleware Applications
8+
* `dotkernel/dot-flashmessenger`:`^3.6` - Provides session messages between redirects
9+
* `dotkernel/dot-geoip`:`^3.9` - Retrieve information about an IP address based on maxmind/GeoIP2-php
10+
* `dotkernel/dot-helpers`:`^3.8` - Helper/Utility classes based on mezzio/mezzio-helpers
11+
* `dotkernel/dot-mail`:`^5.1` - Mail component based on laminas-mail
12+
* `dotkernel/dot-navigation`:`^3.5` - Allows you to easily define and parse menus inside templates, configuration based approach
13+
* `dotkernel/dot-rbac-guard`:`^3.6` - Defines authorization guards that authorize users for accessing certain parts of an application based on various criteria
14+
* `dotkernel/dot-router`:`^1.0` - Dotkernel component to build complex routes, based on mezzio/mezzio-fastroute
15+
* `dotkernel/dot-session`:`^5.7` - Dotkernel session component extending and customizing laminas-session
16+
* `dotkernel/dot-twigrenderer`:`^3.6` - Dotkernel component providing twig extensions and customizations
17+
* `friendsofphp/proxy-manager-lts`:`^1.0` - Fork of ocramius/proxy-manager
18+
* `laminas/laminas-component-installer`:`^3.5` - Composer plugin for injecting modules and configuration providers into application configuration
19+
* `laminas/laminas-config-aggregator`:`^1.18` - Lightweight library for collecting and merging configuration from different sources
20+
* `mezzio/mezzio`:`^3.21` - PSR-15 Middleware Microframework
21+
* `mezzio-authentication-oauth2`:`^2.11` - Middleware for Mezzio and PSR-7 applications providing an OAuth2 server for authentication.
22+
* `mezzio/mezzio-authorization-rbac`:`^1.9` - Mezzio authorization rbac adapter for laminas/laminas-permissions-rbac
23+
* `mezzio/mezzio-cors`:`^1.14` - CORS component for Mezzio and other PSR-15 middleware runners
24+
* `mezzio/mezzio-fastroute`:`^3.13` - FastRoute integration for Mezzio
25+
* `ramsey/uuid`:`^4.5` - Library for generating and working with universally unique identifiers (UUIDs).
26+
* `ramsey/uuid-doctrine`:`^2.1` - Use ramsey/uuid as a Doctrine field type
27+
* `roave/psr-container-doctrine`:`^5.2` - Doctrine Factories for PSR-11 Containers

0 commit comments

Comments
 (0)