We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3046c1 commit 3f78a9fCopy full SHA for 3f78a9f
README.md
@@ -23,13 +23,13 @@ vendor/bin/symlink-git-hooks-to-hub
23
```
24
Now your source code is being checked before the commit.
25
26
-##Uninstall
+## Uninstall
27
Remove the link to the pre-commit-hook with the following command
28
29
vendor/bin/remove-git-hook
30
31
Then remove the following line from your composer.json
32
33
-"coding-pioneers/laravel-php-code-analysis-hook": "@dev"
+"coding-pioneers/laravel-php-code-analysis-hook": "~1.0"
34
35
Then run `composer update`
0 commit comments