initial commit

This commit is contained in:
Matthieu Bessat 2022-02-22 13:37:20 +01:00
commit 76c96f2348
8 changed files with 1587 additions and 0 deletions

21
composer.json Normal file
View file

@ -0,0 +1,21 @@
{
"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"
}
}