Use .dist extension

This commit is contained in:
Jeremiah VALERIE 2018-08-31 11:31:00 +02:00
parent 7428cb8a31
commit ff0733d013
No known key found for this signature in database
GPG Key ID: 668676FD50ADF244
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ composer.phar
composer.lock
phpcs.xml
vendor/
phpstan.neon

View File

@ -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"
}
}