start developing quiz challenge thingamabob site.

This commit is contained in:
Krzysztof Płaczek
2024-10-22 12:41:20 +02:00
parent 279a398467
commit a7dc813513
21 changed files with 1410 additions and 6 deletions

View File

@@ -8,14 +8,17 @@
"ext-ctype": "*",
"ext-iconv": "*",
"efficience-it/certification-symfony": "^1.0",
"symfony/asset": "7.1.*",
"symfony/asset-mapper": "7.1.*",
"symfony/console": "7.1.*",
"symfony/dotenv": "7.1.*",
"symfony/finder": "7.1.*",
"symfony/flex": "^2",
"symfony/framework-bundle": "7.1.*",
"symfony/runtime": "7.1.*",
"symfony/yaml": "7.1.*"
},
"require-dev": {
"symfony/twig-bundle": "7.1.*",
"symfony/yaml": "7.1.*",
"symfonycasts/tailwind-bundle": "^0.6.0"
},
"config": {
"allow-plugins": {
@@ -48,7 +51,8 @@
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
"assets:install %PUBLIC_DIR%": "symfony-cmd",
"importmap:install": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"