We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59bf1c9 commit 0efa446Copy full SHA for 0efa446
composer.json
@@ -3,7 +3,9 @@
3
"license": "MIT",
4
"autoload": {
5
"psr-4": {
6
- "Bermuda\\Config\\": "src/"
+ "Bermuda\\Config\\": "src/",
7
+ "Bermuda\\Config\\Env\\": "src/env/",
8
+ "Bermuda\\Config\\Reader\\": "src/reader/"
9
},
10
"files": ["src/functions.php"]
11
0 commit comments