Skip to content

Commit 3f78a9f

Browse files
committed
Updated installation-guide
1 parent b3046c1 commit 3f78a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ vendor/bin/symlink-git-hooks-to-hub
2323
```
2424
Now your source code is being checked before the commit.
2525

26-
##Uninstall
26+
## Uninstall
2727
Remove the link to the pre-commit-hook with the following command
2828
```
2929
vendor/bin/remove-git-hook
3030
```
3131
Then remove the following line from your composer.json
3232
```
33-
"coding-pioneers/laravel-php-code-analysis-hook": "@dev"
33+
"coding-pioneers/laravel-php-code-analysis-hook": "~1.0"
3434
```
3535
Then run `composer update`

0 commit comments

Comments
 (0)