Update composer.json

This commit is contained in:
Daniel Supernault 2021-05-11 23:56:33 -06:00
parent 68a21de57c
commit f2be7ea551
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 4 additions and 1 deletions

View File

@ -58,7 +58,10 @@
], ],
"psr-4": { "psr-4": {
"App\\": "app/" "App\\": "app/"
} },
"files": [
"app/helpers.php"
]
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": { "psr-4": {