declare compatibility with WordPress 6.3

This commit is contained in:
Stefan Kalscheuer 2023-08-14 18:42:51 +02:00
parent 5d7a75ed31
commit 268e3933c8
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
# Statify Filter # # Statify Filter #
* Contributors: Stefan Kalscheuer * Contributors: Stefan Kalscheuer
* Requires at least: 4.7 * Requires at least: 4.7
* Tested up to: 6.2 * Tested up to: 6.3
* Requires PHP: 5.5 * Requires PHP: 5.5
* Stable tag: 1.6.2 * Stable tag: 1.6.2
* License: GPLv2 or later * License: GPLv2 or later

View File

@ -22,7 +22,7 @@
"composer/installers": "~v1.12|~v2.2" "composer/installers": "~v1.12|~v2.2"
}, },
"require-dev": { "require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7", "dealerdirect/phpcodesniffer-composer-installer": "^v1.0",
"phpunit/phpunit": "^5|^6|^7|^8|^9", "phpunit/phpunit": "^5|^6|^7|^8|^9",
"phpunit/php-code-coverage": "*", "phpunit/php-code-coverage": "*",
"slowprog/composer-copy-file": "~0.3", "slowprog/composer-copy-file": "~0.3",