composer updates

This commit is contained in:
Joey Kimsey
2024-08-09 01:25:21 -04:00
parent 0aa1b52a6d
commit 6cf4594622
3 changed files with 81 additions and 79 deletions

View File

@ -28,16 +28,16 @@
},
"autoload":
{
"files":
[
"app/config/constants.php"
],
"classmap":
[
"app/classes",
"app/functions",
"app/models"
],
"files":
[
"app/config/constants.php"
],
"psr-4":
{
"TheTempusProject\\Bedrock\\": "vendor/thetempusproject/bedrock",