Skip to content

Commit fa0e36c

Browse files
committed
no message
1 parent 01fa5f0 commit fa0e36c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"bshaffer/oauth2-server-php": "~1.7"
2121
},
2222
"autoload": {
23-
"psr-4": {
24-
"filsh\\yii2\\oauth2server\\": ""
25-
}
23+
"psr-4": {
24+
"wind\\oauth2\\": ""
25+
}
2626
},
2727
"extra": {
28-
"bootstrap": "filsh\\yii2\\oauth2server\\Bootstrap",
29-
"branch-alias": {
30-
"dev-master": "1.0.x-dev"
31-
}
28+
"bootstrap": "wind\\oauth2\\Bootstrap",
29+
"branch-alias": {
30+
"dev-master": "1.0.x-dev"
31+
}
3232
}
3333
}

0 commit comments

Comments
 (0)