Skip to content

Commit 86f1c65

Browse files
authored
Merge pull request #32 from jrfnl/feature/add-phpcompatibility
Add the PHPCompatibility PHPCS standard
2 parents f8c5889 + 4b46a35 commit 86f1c65

File tree

3 files changed

+418
-2
lines changed

3 files changed

+418
-2
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
}
2222
},
2323
"require": {
24-
"doctrine/coding-standard": "^9.0"
24+
"doctrine/coding-standard": "^9.0",
25+
"phpcompatibility/phpcompatibility-all": "^1.1"
2526
},
2627
"config": {
2728
"sort-packages": true

0 commit comments

Comments
 (0)