Skip to content

Commit ea70c2b

Browse files
authored
Merge pull request #302 from rdallimore/3.0.0
Corrected psr-4 path for composer autoload
2 parents c3a7e9e + e5cde08 commit ea70c2b

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)