Skip to content

Commit

Permalink
Fixed psr-4 autoloading skipping.
Browse files Browse the repository at this point in the history
  • Loading branch information
divineniiquaye committed Jun 9, 2020
1 parent c4565fb commit 18ae820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"autoload": {
"psr-4": {
"BiuradPHP\\Security\\": ""
"BiuradPHP\\Security\\": "src/"
},
"exclude-from-classmap": [
"/Tests/"
Expand Down

0 comments on commit 18ae820

Please sign in to comment.