Skip to content

Commit 4c209c2

Browse files
committed
bump phpcs version and remove cypress files
1 parent 62363ea commit 4c209c2

30 files changed

+248
-1083
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
"config": {
3838
"optimize-autoloader": true,
3939
"platform": {
40-
"php": "5.6"
40+
"php": "7.2"
4141
},
4242
"allow-plugins": {
4343
"dealerdirect/phpcodesniffer-composer-installer": true
4444
}
4545
},
4646
"require-dev": {
47-
"wp-coding-standards/wpcs": "^2.3",
47+
"wp-coding-standards/wpcs": "^3.1",
4848
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
49-
"phpcompatibility/phpcompatibility-wp": "*"
49+
"phpcompatibility/phpcompatibility-wp": "^2.1"
5050
}
5151
}

composer.lock

Lines changed: 196 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cypress.config.js

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)