Skip to content

Commit 3f65041

Browse files
committed
Fix namespace
1 parent 3fbe404 commit 3f65041

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@
2323
},
2424
"autoload": {
2525
"psr-4": {
26-
"SimpleSAML\\modules\\cdc\\": "lib/"
26+
"SimpleSAML\\Module\\cdc\\": "lib/"
2727
}
2828
},
2929
"autoload-dev": {
3030
"psr-4": {
31-
"Tests\\SimpleSAML\\modules\\cdc\\TestFiles\\": "tests/files",
3231
"SimpleSAML\\Test\\Utils\\": "vendor/simplesamlphp/simplesamlphp/tests/Utils"
3332
}
3433
},

0 commit comments

Comments
 (0)