initial commit 1

This commit is contained in:
2024-11-14 13:47:46 +01:00
parent 99d46ae4ae
commit cb7dd9ff7b
37 changed files with 10443 additions and 18 deletions

View File

@@ -7,15 +7,19 @@
"php": ">=8.1",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/dbal": "^3",
"doctrine/doctrine-bundle": "^2.13",
"doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/orm": "^3.3",
"symfony/console": "6.4.*",
"symfony/doctrine-bridge": "6.4.*",
"symfony/dotenv": "6.4.*",
"symfony/flex": "^2",
"symfony/framework-bundle": "6.4.*",
"symfony/runtime": "6.4.*",
"symfony/twig-bundle": "6.4.*",
"symfony/yaml": "6.4.*"
},
"require-dev": {
},
"config": {
"allow-plugins": {
"php-http/discovery": true,
@@ -44,8 +48,10 @@
"symfony/polyfill-php81": "*"
},
"scripts": {
"auto-scripts": [
],
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
],
@@ -61,5 +67,8 @@
"allow-contrib": false,
"require": "6.4.*"
}
},
"require-dev": {
"symfony/maker-bundle": "^1.61"
}
}