diff --git a/composer.json b/composer.json index bfb4978..a370b3b 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "*", - "johnpbloch/wordpress-core": "^6.1.1", + "johnpbloch/wordpress-core": "^7.0.0", "phpcompatibility/phpcompatibility-wp": "^2.1.4", "wp-cli/wp-cli": "*", "wp-coding-standards/wpcs": "^3.1", diff --git a/composer.lock b/composer.lock index 20eadd4..ac50e93 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "72ffc87211d482d914ec1ed6b909ed04", + "content-hash": "37b48a8106d34d488e2da71f5ed07fff", "packages": [], "packages-dev": [ { @@ -175,24 +175,24 @@ }, { "name": "johnpbloch/wordpress-core", - "version": "6.9.1", + "version": "7.0.0", "source": { "type": "git", "url": "https://github.com/johnpbloch/wordpress-core.git", - "reference": "840ffab74cb3d19cc0076363358f783041b5f3cf" + "reference": "fcbc2f2636d65ae060dfb6a5377ba43e0a599e84" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/840ffab74cb3d19cc0076363358f783041b5f3cf", - "reference": "840ffab74cb3d19cc0076363358f783041b5f3cf", + "url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/fcbc2f2636d65ae060dfb6a5377ba43e0a599e84", + "reference": "fcbc2f2636d65ae060dfb6a5377ba43e0a599e84", "shasum": "" }, "require": { "ext-json": "*", - "php": ">=7.2.24" + "php": ">=7.4" }, "provide": { - "wordpress/core-implementation": "6.9.1" + "wordpress/core-implementation": "7.0.0" }, "type": "wordpress-core", "notification-url": "https://packagist.org/downloads/", @@ -219,7 +219,7 @@ "source": "https://core.trac.wordpress.org/browser", "wiki": "https://codex.wordpress.org/" }, - "time": "2026-02-03T18:03:48+00:00" + "time": "2026-05-20T19:36:40+00:00" }, { "name": "myclabs/deep-copy", @@ -2998,5 +2998,5 @@ "platform-overrides": { "php": "7.4" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }