Skip to content

Commit 5b3f546

Browse files
Compatibility with WordPress 5.3 (#15)
* Declare compatiblity with WP 5.3, update depenencies, test wth PHP 7.4 * Don't test with PHP 7.4 yet
1 parent 76a0223 commit 5b3f546

File tree

3 files changed

+45
-44
lines changed

3 files changed

+45
-44
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
"source": "https://github.com/patrickrobrecht/posts-and-users-stats"
1616
},
1717
"require": {
18-
"php": "^5.6|^7",
19-
"npm-asset/chartist": "^0.11.0",
20-
"npm-asset/chartist-plugin-axistitle": "^0.0.5",
21-
"npm-asset/moment": "^2.21.0"
18+
"php": ">=5.6",
19+
"npm-asset/chartist": "^0.11.4",
20+
"npm-asset/chartist-plugin-axistitle": "^0.0.6",
21+
"npm-asset/moment": "^2.24.0"
2222
},
2323
"require-dev": {
2424
"dealerdirect/phpcodesniffer-composer-installer": "^0.4",
2525
"matthiasmullie/minify": "^1.3",
26-
"phpcompatibility/php-compatibility": "^9.1",
27-
"slowprog/composer-copy-file": "^0.2",
28-
"squizlabs/php_codesniffer": "^3.1",
26+
"phpcompatibility/php-compatibility": "^9.3",
27+
"slowprog/composer-copy-file": "^0.3",
28+
"squizlabs/php_codesniffer": "^3.5",
2929
"wp-coding-standards/wpcs": "^2.1"
3030
},
3131
"repositories": [

composer.lock

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

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: patrickrobrecht
33
Tags: dashboard, statistics
44
Requires at least: 4.4
5-
Tested up to: 5.2
5+
Tested up to: 5.3
66
Requires PHP: 5.6
77
Stable tag: 1.1.2
88
License: GPLv3

0 commit comments

Comments
 (0)