We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b56c7 commit 20e5a07Copy full SHA for 20e5a07
composer.json
@@ -12,8 +12,7 @@
12
"phpcompatibility/phpcompatibility-wp": "^2"
13
},
14
"require-dev": {
15
- "wp-coding-standards/wpcs": "^1",
16
- "overtrue/phplint": "^1.2"
+ "wp-coding-standards/wpcs": "^1"
17
18
"scripts": {
19
"post-update-cmd": [
@@ -23,7 +22,6 @@
23
22
"cd php52; composer install; cd .."
24
],
25
"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"
+ "phpcs:fix": "phpcbf --standard=src/ruleset-wordpress.xml wpengine-phpcompat.php load-files.php src/*.php"
28
}
29
0 commit comments