diff --git a/composer.json b/composer.json index 1153b42d..c96c7bd8 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "codeinwp/themeisle-sdk": "^3.3", "neitanod/forceutf8": "~2.0", "openspout/openspout": "^3.7", - "woocommerce/action-scheduler": "^3.8" + "woocommerce/action-scheduler": "^4.1" }, "autoload": { "files": [ diff --git a/composer.lock b/composer.lock index 81e48703..5caf33b3 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": "881b5f99c0b72f47e79eb09bdac7fbea", + "content-hash": "4007d243d0b78bfeb38afc09d9251b74", "packages": [ { "name": "codeinwp/themeisle-sdk", @@ -179,16 +179,16 @@ }, { "name": "woocommerce/action-scheduler", - "version": "3.9.3", + "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/woocommerce/action-scheduler.git", - "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c" + "reference": "40a3df93a251590c58717b91b1049a13410e2ac4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/c58cdbab17651303d406cd3b22cf9d75c71c986c", - "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c", + "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/40a3df93a251590c58717b91b1049a13410e2ac4", + "reference": "40a3df93a251590c58717b91b1049a13410e2ac4", "shasum": "" }, "require": { @@ -196,16 +196,20 @@ }, "require-dev": { "phpunit/phpunit": "^8.5", - "woocommerce/woocommerce-sniffs": "0.1.0", + "sirbrillig/phpcs-changed": "^2.11", + "woocommerce/woocommerce-sniffs": "^1.0.1", "wp-cli/wp-cli": "~2.5.0", "yoast/phpunit-polyfills": "^2.0" }, "type": "wordpress-plugin", "extra": { "scripts-description": { + "lint": "Run phpcs against PHP files with unstaged changes", "test": "Run unit tests", "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer", - "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier" + "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier", + "lint-branch": "Run phpcs against PHP files changed on the current branch compared to its base branch", + "lint-staged": "Run phpcs against PHP files with staged changes" } }, "notification-url": "https://packagist.org/downloads/", @@ -216,9 +220,9 @@ "homepage": "https://actionscheduler.org/", "support": { "issues": "https://github.com/woocommerce/action-scheduler/issues", - "source": "https://github.com/woocommerce/action-scheduler/tree/3.9.3" + "source": "https://github.com/woocommerce/action-scheduler/tree/4.1.0" }, - "time": "2025-07-15T09:32:30+00:00" + "time": "2026-08-05T21:19:48+00:00" } ], "packages-dev": [