Skip to content

Commit 757a306

Browse files
committed
Fix namespace
1 parent 5b6960f commit 757a306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
},
1818
"autoload": {
1919
"psr-4": {
20-
"Simplesamlphp\\Module\\casserver\\": "lib"
20+
"SimpleSAML\\Module\\casserver\\": "lib"
2121
}
2222
},
2323
"autoload-dev": {
2424
"psr-4": {
25-
"Simplesamlphp\\Casserver\\": "tests/lib"
25+
"SimpleSAML\\Casserver\\": "tests/lib"
2626
}
2727
},
2828
"require": {

0 commit comments

Comments
 (0)