YAML Config Implement and post api
This commit is contained in:
parent
e9c09311fe
commit
6d1928da70
7 changed files with 529 additions and 4 deletions
|
@ -4,12 +4,14 @@
|
|||
"type": "project",
|
||||
"require": {
|
||||
"erusev/parsedown": "^1.6",
|
||||
"fguillot/picofeed": "^0.1.18"
|
||||
"fguillot/picofeed": "^0.1.18",
|
||||
"slim/slim": "^3.0",
|
||||
"symfony/yaml": "^3.0"
|
||||
},
|
||||
"license": "MIT License",
|
||||
"authors": [
|
||||
{
|
||||
"name": "mmk2410",
|
||||
"name": "Marcel Kapfer (mmk2410)",
|
||||
"email": "marcelmichaelkapfer@yahoo.co.nz"
|
||||
}
|
||||
],
|
||||
|
|
Reference in a new issue