From be3f4f5ce33a0dd9c865342b44458796cff557aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 17:04:00 +0000 Subject: [PATCH] Update php-stubs/woocommerce-stubs requirement from ^10.9 to ^11.0 Updates the requirements on [php-stubs/woocommerce-stubs](https://github.com/php-stubs/woocommerce-stubs) to permit the latest version. - [Commits](https://github.com/php-stubs/woocommerce-stubs/compare/v10.9.1...v11.0.0) --- updated-dependencies: - dependency-name: php-stubs/woocommerce-stubs dependency-version: 11.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f62f06d..52ec5a6 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "require-dev": { "brain/monkey": "^2.6", - "php-stubs/woocommerce-stubs": "^10.9", + "php-stubs/woocommerce-stubs": "^11.0", "php-stubs/wp-cli-stubs": "^2.12", "phpunit/phpunit": "^10.0", "squizlabs/php_codesniffer": "^3.0",