Skip to content

Commit

Permalink
chore: update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jul 2, 2024
1 parent 63fd99f commit 36624a5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"App\\": "app/",
"Config\\": "app/Config"
},
"exclude-from-classmap": [
"**/Database/Migrations/**"
]
Expand All @@ -55,7 +59,10 @@
},
"platform": {
"php": "8.1"
}
},
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"scripts": {
"analyze": [
Expand Down

0 comments on commit 36624a5

Please sign in to comment.