Files
anpdf/app/composer.json

21 lines
399 B
JSON
Raw Normal View History

2020-04-01 17:51:22 +03:00
{
"require": {
"php":">=5.3.0",
"masterforweb/kuri":"dev-master",
2020-05-08 21:23:23 +03:00
"masterforweb/db_lite":"dev-master"
2020-04-01 17:51:22 +03:00
},
"repositories":[
{
"type":"git",
"url":"https://github.com/masterforweb/kuri"
},
{
"type":"git",
"url":"https://github.com/masterforweb/db_lite"
}
]
2020-05-08 13:22:22 +03:00
}