mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-02 20:26:09 +03:00
Add composer script for linting
This commit is contained in:
parent
4bc3b7885c
commit
f44ff2cfe7
1 changed files with 3 additions and 0 deletions
|
@ -36,5 +36,8 @@
|
|||
"suggest": {
|
||||
"react/promise": "To leverage async resolving on React PHP platform",
|
||||
"psr/http-message": "To use standard GraphQL server"
|
||||
},
|
||||
"scripts": {
|
||||
"lint" : "vendor/bin/phpcs"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue