Skip to content

Commit e5cde08

Browse files
author
richardd
committed
Corrected psr-4 path for composer autoload
1 parent c3a7e9e commit e5cde08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"keywords": ["saml", "saml2", "onelogin"],
88
"autoload": {
99
"psr-4": {
10-
"OneLogin\\Saml2\\": "src/"
10+
"OneLogin\\": "src/"
1111
}
1212
},
1313
"support": {

0 commit comments

Comments
 (0)