add app folder
This commit is contained in:
20
app/composer.json
Normal file
20
app/composer.json
Normal 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"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user