Files
anpdf/app/composer.json
Andrey Kuvshinov 797ebaa707 add Dockerfile
2020-05-08 13:22:22 +03:00

22 lines
441 B
JSON

{
"require": {
"php":">=5.3.0",
"masterforweb/kuri":"dev-master",
"masterforweb/db_lite":"dev-master",
"mikehaertl/php-pdftk": "^0.8.0"
},
"repositories":[
{
"type":"git",
"url":"https://github.com/masterforweb/kuri"
},
{
"type":"git",
"url":"https://github.com/masterforweb/db_lite"
}
]
}