@@ -28,8 +28,14 @@ A minimal skeleton to start with a minimal php project.
28
28
* [ chubbyphp/chubbyphp-framework-router-fastroute] [ 22 ] : ^1.2
29
29
* [ chubbyphp/chubbyphp-laminas-config] [ 23 ] : ^1.2.1
30
30
* [ monolog/monolog] [ 24 ] : ^2.2
31
- * [ slim/psr7] [ 25 ] : ^1.4
32
- * [ symfony/console] [ 26 ] : ^4.4.23|^5.2.8
31
+ * [ psr/container] [ 25 ] : ^1.1|^2.0
32
+ * [ psr/http-factory] [ 26 ] : ^1.0.1
33
+ * [ psr/http-message] [ 27 ] : ^1.0.1
34
+ * [ psr/http-server-handler] [ 28 ] : ^1.0.1
35
+ * [ psr/http-server-middleware] [ 29 ] : ^1.0.1
36
+ * [ psr/log] [ 30 ] : ^1.1.4
37
+ * [ slim/psr7] [ 31 ] : ^1.4
38
+ * [ symfony/console] [ 32 ] : ^4.4.23|^5.2.8
33
39
34
40
## Installation
35
41
@@ -58,5 +64,11 @@ Dominik Zogg 2021
58
64
[ 22 ] : https://packagist.org/packages/chubbyphp/chubbyphp-framework-router-fastroute
59
65
[ 23 ] : https://packagist.org/packages/chubbyphp/chubbyphp-laminas-config
60
66
[ 24 ] : https://packagist.org/packages/monolog/monolog
61
- [ 25 ] : https://packagist.org/packages/slim/psr7
62
- [ 26 ] : https://packagist.org/packages/symfony/console
67
+ [ 25 ] : https://packagist.org/packages/psr/container
68
+ [ 26 ] : https://packagist.org/packages/psr/http-factory
69
+ [ 27 ] : https://packagist.org/packages/psr/http-message
70
+ [ 28 ] : https://packagist.org/packages/psr/http-server-handler
71
+ [ 29 ] : https://packagist.org/packages/psr/http-server-middleware
72
+ [ 30 ] : https://packagist.org/packages/psr/log
73
+ [ 31 ] : https://packagist.org/packages/slim/psr7
74
+ [ 32 ] : https://packagist.org/packages/symfony/console
0 commit comments