Files
anpdf/app/composer.json
Andrey Kuvshinov eee8dfbee6 add app folder
2020-04-01 21:26:25 +03:00

20 lines
398 B
JSON

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