mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-04 20:58:13 +08:00
Added brach-alias and config.
This commit is contained in:
parent
82f7548224
commit
665f350692
@ -23,6 +23,14 @@
|
||||
"Hyperf\\GraphQL\\": "src/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0-dev"
|
||||
},
|
||||
"hyperf": {
|
||||
"config": "Hyperf\\GraphQL\\ConfigProvider"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"cs-fix": "php-cs-fixer fix $1"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user