mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-08-14 17:27:21 -05:00
Basic splash page set up
Just getting the bare minimum styles and templates created and rendering properly to have a simple splash going.
This commit is contained in:
@ -7,14 +7,16 @@
|
||||
"php": ">=8.1",
|
||||
"ext-ctype": "*",
|
||||
"ext-iconv": "*",
|
||||
"sensio/framework-extra-bundle": "^6.2",
|
||||
"symfony/console": "6.1.*",
|
||||
"symfony/dotenv": "6.1.*",
|
||||
"symfony/flex": "^2",
|
||||
"symfony/framework-bundle": "6.1.*",
|
||||
"symfony/runtime": "6.1.*",
|
||||
"symfony/yaml": "6.1.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/twig-bundle": "6.1.*",
|
||||
"symfony/yaml": "6.1.*",
|
||||
"twig/extra-bundle": "^2.12|^3.0",
|
||||
"twig/twig": "^2.12|^3.0"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
Reference in New Issue
Block a user