build: add composer dependencies

This commit is contained in:
xaseiresh 2023-05-30 00:10:02 +02:00
parent 3e5afb783a
commit 24167ed96c
3 changed files with 261 additions and 0 deletions

5
composer.json Normal file
View file

@ -0,0 +1,5 @@
{
"require": {
"twig/twig": "^3.0"
}
}