Router beginnings.
This commit is contained in:
parent
4512040362
commit
364fa3c24f
23 changed files with 1664 additions and 202 deletions
|
@ -13,6 +13,7 @@
|
|||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-pdo": "*",
|
||||
"ext-readline": "*",
|
||||
"ext-xml": "*",
|
||||
"ext-zip": "*",
|
||||
"twig/twig": "^2.0",
|
||||
|
@ -22,7 +23,9 @@
|
|||
"twig/extensions": "^1.5",
|
||||
"filp/whoops": "^2.2",
|
||||
"jublonet/codebird-php": "^3.1",
|
||||
"chillerlan/php-qrcode": "^3.0"
|
||||
"chillerlan/php-qrcode": "^3.0",
|
||||
"psr/http-message": "^1.0",
|
||||
"psr/http-server-handler": "^1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue