Improvements and upgrades

* Making the .env and .env.dist files part of the webapp container
to ensure that they are loaded by default.
* Upgrading Composer dependencies.
* Removing vlucas/dotenv because it's not needed anymore with us
loading env values directly into the container.
This commit is contained in:
Sarah Savage 2024-10-10 07:43:50 -04:00
parent 72f66182e8
commit c39747f07b
5 changed files with 73 additions and 295 deletions

View file

@ -28,7 +28,6 @@
"ramsey/composer-repl": "^1.4",
"ramsey/uuid": "^4.7",
"robmorgan/phinx": "^0.16.0",
"vlucas/phpdotenv": "^5.6",
"webmozart/assert": "^1.11"
},
"require-dev": {