fix script path

This commit is contained in:
Jeremiah VALERIE 2018-08-31 11:42:36 +02:00
parent ff0733d013
commit 21a7611820
No known key found for this signature in database
GPG Key ID: 668676FD50ADF244

View File

@ -43,6 +43,6 @@
},
"scripts": {
"lint" : "phpcs",
"static-analysis": "@php ./vendor/bin/phpstan analyse --ansi -l 1 -c phpstan.neon.dist src tests"
"static-analysis": "phpstan analyse --ansi -l 1 -c phpstan.neon.dist src tests"
}
}