add app folder

This commit is contained in:
Andrey Kuvshinov
2020-04-01 21:26:25 +03:00
parent 67c28f6b97
commit eee8dfbee6
11 changed files with 56 additions and 136 deletions

20
app/composer.json Normal file
View File

@@ -0,0 +1,20 @@
{
"require": {
"php":">=5.3.0",
"masterforweb/kuri":"dev-master",
"masterforweb/db_lite":"dev-master"
},
"repositories":[
{
"type":"git",
"url":"https://github.com/masterforweb/kuri"
},
{
"type":"git",
"url":"https://github.com/masterforweb/db_lite"
}
]
}