Skip to content

Commit

Permalink
Manually autoloading Dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaromartinezmajado committed Nov 20, 2018
1 parent 3275430 commit 46dad25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"satooshi/php-coveralls": "1.*"
},
"autoload": {
"psr-4": { "PhilippBaschke\\ACFProInstaller\\": "src/ACFProInstaller" }
"psr-4": {
"PhilippBaschke\\ACFProInstaller\\": "src/ACFProInstaller",
"\\Dotenv\\Dotenv"
}
},
"extra": {
"class": "PhilippBaschke\\ACFProInstaller\\Plugin"
Expand Down

0 comments on commit 46dad25

Please sign in to comment.