Skip to content

Commit

Permalink
Fix phpcs path on post install and update cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
hjrocha committed Jul 8, 2024
1 parent cc8be3f commit f9bddb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit f9bddb9

Please sign in to comment.