From 1de97e9c7ebfe6851611e67790a68a7ccb3c0464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 13:34:02 +0000 Subject: [PATCH] build(deps-dev): update php-stubs/woocommerce-stubs requirement 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 a5979d0..6028045 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^1.2", - "php-stubs/woocommerce-stubs": "^10.9", + "php-stubs/woocommerce-stubs": "^11.0", "php-stubs/wp-cli-stubs": "^2.12", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpstan/phpstan": "^2.1",