Skip to content

Commit 39d863f

Browse files
author
Oliver Tappin
committed
Minor tidy up for 2.0.0 release
1 parent 3404c58 commit 39d863f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
vendor
44
.phpunit.cache
55
coverage.clover
6+
composer.lock
7+

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ checks:
1616
fix_php_opening_tag: true
1717
fix_linefeed: true
1818
fix_line_ending: true
19-
fix_identation_4spaces: true
19+
fix_indentation_4spaces: true
2020
fix_doc_comments: true
2121
tools:
2222
external_code_coverage:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Alternatively, you can manually include a dependency for `olivertappin/phpcs-dif
2424
```json
2525
{
2626
"require-dev": {
27-
"olivertappin/phpcs-diff": "^1.0"
27+
"olivertappin/phpcs-diff": "^2.0"
2828
}
2929
}
3030
```

0 commit comments

Comments
 (0)