Skip to content

Commit ba22274

Browse files
author
Felix Arntz
committed
Update PHPCS to last 5.3-compatible version.
1 parent 147701c commit ba22274

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"email": "[email protected]"
88
}],
99
"require": {
10-
"squizlabs/php_codesniffer": "2.8.*",
10+
"squizlabs/php_codesniffer": "2.9.*",
1111
"wimg/php-compatibility": "7.1.5",
1212
"simplyadmire/composer-plugins" : "@dev"
1313
},

php52/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"squizlabs/php_codesniffer": "2.8.*",
3+
"squizlabs/php_codesniffer": "2.9.*",
44
"wimg/php-compatibility": "7.1.5"
55
},
66
"scripts": {

0 commit comments

Comments
 (0)