Skip to content

Commit 20e5a07

Browse files
committed
Removed phplint composer package as it only works for php 7.2+
1 parent 73b56c7 commit 20e5a07

File tree

2 files changed

+3
-573
lines changed

2 files changed

+3
-573
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"phpcompatibility/phpcompatibility-wp": "^2"
1313
},
1414
"require-dev": {
15-
"wp-coding-standards/wpcs": "^1",
16-
"overtrue/phplint": "^1.2"
15+
"wp-coding-standards/wpcs": "^1"
1716
},
1817
"scripts": {
1918
"post-update-cmd": [
@@ -23,7 +22,6 @@
2322
"cd php52; composer install; cd .."
2423
],
2524
"phpcs": "phpcs --standard=src/ruleset-wordpress.xml wpengine-phpcompat.php load-files.php src/*.php",
26-
"phpcs:fix": "phpcbf --standard=src/ruleset-wordpress.xml wpengine-phpcompat.php load-files.php src/*.php",
27-
"lint": "phplint --no-cache --exclude=vendor"
25+
"phpcs:fix": "phpcbf --standard=src/ruleset-wordpress.xml wpengine-phpcompat.php load-files.php src/*.php"
2826
}
2927
}

0 commit comments

Comments
 (0)