Files
exdv/composer.json

21 lines
399 B
JSON
Raw Permalink Normal View History

2025-10-17 12:23:41 +03:00
{
"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"
}
]
}