Skip to content
Snippets Groups Projects
Unverified Commit 4174d78c authored by Pavel Břoušek's avatar Pavel Břoušek Committed by GitHub
Browse files

fix: PSR-4 autoload without namespaces

parent ea43ac7d
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
], ],
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"PrivacyIdea\\PHPClient\\": "src" "": "src"
} }
}, },
"repositories": [ "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