Initial commit
This commit is contained in:
commit
bd3fce7e64
25 changed files with 888 additions and 0 deletions
9
composer.json
Normal file
9
composer.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"require": {
|
||||
"twig/twig": "^3.3",
|
||||
"symfony/yaml": "^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/var-dumper": "^6.0"
|
||||
}
|
||||
}
|
||||
Reference in a new issue