mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-21 20:36:05 +03:00
Cleanup composer script
This commit is contained in:
parent
da70134c38
commit
6a4c815b6d
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,5 +2,3 @@ composer.phar
|
||||
composer.lock
|
||||
phpcs.xml
|
||||
vendor/
|
||||
bin/
|
||||
phpstan.phar
|
||||
|
@ -42,6 +42,6 @@
|
||||
},
|
||||
"scripts": {
|
||||
"lint" : "phpcs",
|
||||
"static-analysis": "@php bin/phpstan.phar analyse --ansi -l 1 -c phpstan.neon src"
|
||||
"static-analysis": "@php ./vendor/bin/phpstan.phar analyse --ansi -l 1 -c phpstan.neon src"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user