Skip to content

Commit 0efa446

Browse files
authored
Update composer.json
1 parent 59bf1c9 commit 0efa446

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"license": "MIT",
44
"autoload": {
55
"psr-4": {
6-
"Bermuda\\Config\\": "src/"
6+
"Bermuda\\Config\\": "src/",
7+
"Bermuda\\Config\\Env\\": "src/env/",
8+
"Bermuda\\Config\\Reader\\": "src/reader/"
79
},
810
"files": ["src/functions.php"]
911
},

0 commit comments

Comments
 (0)