update implementation of chapter 9

This commit is contained in:
lubiana 2022-05-21 00:57:02 +02:00
parent cbc11e5630
commit c9515c6583
7 changed files with 329 additions and 24 deletions

View file

@ -16,7 +16,9 @@
"filp/whoops": "^2.14",
"laminas/laminas-diactoros": "^2.11",
"nikic/fast-route": "^1.3",
"psr/http-server-handler": "^1.0"
"psr/http-server-handler": "^1.0",
"psr/container": "^1.0",
"php-di/php-di": "^6.4"
},
"require-dev": {
"phpstan/phpstan": "^1.6",