add files

This commit is contained in:
Andrey Kuvshinov
2020-04-01 17:51:22 +03:00
commit aa95d4bae8
7 changed files with 228 additions and 0 deletions

20
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"
}
]
}