Install basic packages for webapp

make twig orm
This commit is contained in:
Tim
2023-03-31 11:09:58 +02:00
parent 0265c1e7ce
commit 2292e2a543
15 changed files with 3062 additions and 5 deletions

View File

@ -7,14 +7,19 @@
"php": ">=8.1",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/doctrine-bundle": "^2.9",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.14",
"symfony/console": "6.2.*",
"symfony/dotenv": "6.2.*",
"symfony/flex": "^2",
"symfony/framework-bundle": "6.2.*",
"symfony/runtime": "6.2.*",
"symfony/yaml": "6.2.*"
},
"require-dev": {
"symfony/security-bundle": "6.2.*",
"symfony/twig-bundle": "6.2.*",
"symfony/yaml": "6.2.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.12|^3.0"
},
"config": {
"allow-plugins": {
@ -63,5 +68,8 @@
"allow-contrib": false,
"require": "6.2.*"
}
},
"require-dev": {
"symfony/maker-bundle": "^1.48"
}
}