mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-16 18:19:47 +05:30
Fixed composer.json replace key
This commit is contained in:
parent
eada9053ad
commit
8cdc273dba
@ -34,9 +34,9 @@
|
|||||||
"role": "Developer"
|
"role": "Developer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"replace": [
|
"replace": {
|
||||||
"lncd/oauth2"
|
"lncd/oauth2": "*"
|
||||||
],
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"OAuth2": "src/"
|
"OAuth2": "src/"
|
||||||
|
Loading…
Reference in New Issue
Block a user