diff --git a/composer.json b/composer.json index a8500a3..1467943 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "phpcompatibility/php-compatibility": "*" }, "scripts": { - "post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility", - "post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility" + "post-install-cmd": "phpcs --config-set installed_paths vendor/phpcompatibility/php-compatibility", + "post-update-cmd" : "phpcs --config-set installed_paths vendor/phpcompatibility/php-compatibility" } }