initial commit
This commit is contained in:
commit
76c96f2348
8 changed files with 1587 additions and 0 deletions
21
composer.json
Normal file
21
composer.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue