Skip to content
Snippets Groups Projects
Verified Commit 9d45557f authored by Pavel Břoušek's avatar Pavel Břoušek Committed by Pavel Břoušek
Browse files

fix: namespace for autoload

use the new namespace PrivacyIdea\PHPClient\ for PSR-4 autoload
parent de47f2a6
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
],
"autoload": {
"psr-4": {
"": "src"
"PrivacyIdea\\PHPClient\\": "src"
}
},
"repositories": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment