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