Skip to content

Commit 9682bf3

Browse files
committed
Introduce namespace for migrations
1 parent 85825c8 commit 9682bf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
},
6868
"autoload": {
6969
"psr-4": {
70-
"SimpleSAML\\Module\\oidc\\": "src/"
70+
"SimpleSAML\\Module\\oidc\\": "src/",
71+
"SimpleSAML\\Module\\oidcMigrations\\": "migrations/"
7172
}
7273
},
7374
"autoload-dev": {

0 commit comments

Comments
 (0)