Files
anpdf/app/composer.json
2021-06-11 09:45:27 +00:00

24 lines
531 B
JSON

{
"require": {
"php":">=5.3.0",
"masterforweb/kuri":"dev-master",
"masterforweb/db_lite":"dev-master",
"mobiledetect/mobiledetectlib": "^2.8",
"phpmailer/phpmailer": "^6.1",
"yoomoney/yookassa-sdk-php": "^2.0"
},
"repositories":[
{
"type":"git",
"url":"https://github.com/masterforweb/kuri"
},
{
"type":"git",
"url":"https://github.com/masterforweb/db_lite"
}
]
}