Skip to content

Commit

Permalink
Merge pull request #11 from melanger/patch-4
Browse files Browse the repository at this point in the history
fix: PSR-4 autoload without namespaces
  • Loading branch information
lukasmatusiewicz authored Jan 27, 2022
2 parents 117cce3 + 4174d78 commit fc6dba1
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 @@ -11,7 +11,7 @@
],
"autoload": {
"psr-4": {
"PrivacyIdea\\PHPClient\\": "src"
"": "src"
}
},
"repositories": [
Expand Down

0 comments on commit fc6dba1

Please sign in to comment.