Skip to content
Snippets Groups Projects
Unverified Commit fc6dba15 authored by lukasmatusiewicz's avatar lukasmatusiewicz Committed by GitHub
Browse files

Merge pull request #11 from melanger/patch-4

fix: PSR-4 autoload without namespaces
parents 117cce30 4174d78c
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
],
"autoload": {
"psr-4": {
"PrivacyIdea\\PHPClient\\": "src"
"": "src"
}
},
"repositories": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment