Skip to content

Commit 4df0030

Browse files
committed
Attempt to make PHPCS work with PHP 5.3 in Travis CI
1 parent f4ee64e commit 4df0030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "~4.8|5.7",
21-
"squizlabs/php_codesniffer": "3.*"
21+
"squizlabs/php_codesniffer": "~2.8|3.*"
2222
},
2323
"autoload": {
2424
"classmap": ["Mobile_Detect.php"],

0 commit comments

Comments
 (0)