56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name" : "sasedev/mpdf-bundle",
|
|
"description" : "Mpdf for Symfony (>=5.1)",
|
|
"keywords" : [
|
|
"mpdf",
|
|
"symfony",
|
|
"sasedev"
|
|
],
|
|
"type" : "symfony-bundle",
|
|
"homepage": "https://git.sasedev.com/Sasedev/mpdf-bundle",
|
|
"support": {
|
|
"email": "sinus@sasedev.net",
|
|
"issues": "https://git.sasedev.com/Sasedev/mpdf-bundle/issues"
|
|
},
|
|
"license" : "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "SALAH Abdelkadeur Seifeddine",
|
|
"homepage": "https://sasedev.com",
|
|
"email": "sinus@sasedev.net"
|
|
}
|
|
],
|
|
"config" : {
|
|
"bin-dir" : "bin",
|
|
"component-dir" : "vendor",
|
|
"preferred-install" : {
|
|
"*" : "dist"
|
|
},
|
|
"process-timeout" : 1200,
|
|
"sort-packages" : true
|
|
},
|
|
"autoload" : {
|
|
"psr-4" : {
|
|
"" : "src"
|
|
}
|
|
},
|
|
"autoload-dev" : {
|
|
"psr-4" : {
|
|
"" : "tests"
|
|
}
|
|
},
|
|
"require" : {
|
|
"php": ">=7.2",
|
|
"mpdf/mpdf": "*",
|
|
"symfony/config": "^5.1|^6.3|^7.0",
|
|
"symfony/dependency-injection": "^5.1|^6.3|^7.0",
|
|
"symfony/http-kernel": "^5.1|^6.3|^7.0"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1-dev"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
} |