Fixed composer lint command

This commit is contained in:
Vladimir Razuvaev 2018-08-22 12:07:40 +07:00
parent 90623f68d7
commit 6e7cf27579

View File

@ -39,6 +39,6 @@
"psr/http-message": "To use standard GraphQL server" "psr/http-message": "To use standard GraphQL server"
}, },
"scripts": { "scripts": {
"lint" : "vendor/bin/phpcs" "lint" : "phpcs"
} }
} }