billator/composer.json
2022-02-22 13:37:20 +01:00

21 lines
470 B
JSON

{
"name": "mbess/bill_generator",
"autoload": {
"psr-4": {
"Mbess\\BillGenerator\\": "src/"
}
},
"authors": [
{
"name": "Matthieu Bessat",
"email": "spamfree@matthieubessat.fr"
}
],
"require": {
"symfony/yaml": "^6.0",
"dompdf/dompdf": "^1.2",
"symfony/expression-language": "^6.0",
"twig/twig": "^3.0",
"twig/intl-extra": "^3.3"
}
}