mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 12:56:05 +03:00
Add composer script for linting
This commit is contained in:
parent
4bc3b7885c
commit
f44ff2cfe7
@ -36,5 +36,8 @@
|
|||||||
"suggest": {
|
"suggest": {
|
||||||
"react/promise": "To leverage async resolving on React PHP platform",
|
"react/promise": "To leverage async resolving on React PHP platform",
|
||||||
"psr/http-message": "To use standard GraphQL server"
|
"psr/http-message": "To use standard GraphQL server"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"lint" : "vendor/bin/phpcs"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user