Skip to content

Commit

Permalink
add autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Apr 9, 2022
1 parent ce5bc1d commit 6989052
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@
"php": ">=8.0",
"fusio/impl": "^6.0",
"symfony/dotenv": "^6.0"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
}
}

0 comments on commit 6989052

Please sign in to comment.