Update Framework
This commit is contained in:
parent
06f17dff5b
commit
69f3313f0f
19 changed files with 974 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue