Files
anpdf/app/composer.json

24 lines
531 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-22 15:32:05 +03:00
"masterforweb/db_lite":"dev-master",
2020-07-02 17:27:30 +03:00
"mobiledetect/mobiledetectlib": "^2.8",
2021-06-11 09:45:27 +00:00
"phpmailer/phpmailer": "^6.1",
"yoomoney/yookassa-sdk-php": "^2.0"
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
}