mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 04:46:04 +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
|
composer.lock
|
||||||
phpcs.xml
|
phpcs.xml
|
||||||
vendor/
|
vendor/
|
||||||
bin/
|
|
||||||
phpstan.phar
|
|
||||||
|
@ -42,6 +42,6 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint" : "phpcs",
|
"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