Update Framework

This commit is contained in:
Maarten 2019-12-23 18:55:25 +01:00
parent 06f17dff5b
commit 69f3313f0f
19 changed files with 974 additions and 35 deletions

View file

@ -7,7 +7,10 @@
],
"license": "MIT",
"require": {
"php": "^7.2"
"php": "^7.2",
"ext-json": "*",
"pecee/simple-router": "4.2.0.6",
"twig/twig": "^3.0"
},
"config": {
"optimize-autoloader": true,
@ -18,7 +21,10 @@
"psr-4": {
"Runtime\\": "src/Runtime/",
"App\\": "app/"
}
},
"files": [
"src/Runtime/Helpers/helpers.php"
]
},
"minimum-stability": "dev",
"prefer-stable": true