Update Action Scheduler dependency to use version 3.9.x

Changed the version constraint for the woocommerce/action-scheduler dependency from 3.9.2 to 3.9.* in composer.json. This ensures compatibility with all minor updates within the 3.9 release.
This commit is contained in:
Mykyta Synelnikov
2025-07-15 12:59:39 +03:00
parent 976c0c75e2
commit a50ab63067
+1 -1
View File
@@ -24,7 +24,7 @@
"ext-iconv": "*", "ext-iconv": "*",
"ext-tidy": "*", "ext-tidy": "*",
"composer/installers": "^2.3", "composer/installers": "^2.3",
"woocommerce/action-scheduler": "3.9.2" "woocommerce/action-scheduler": "3.9.*"
}, },
"require-dev": { "require-dev": {
"wp-cli/wp-cli": "*", "wp-cli/wp-cli": "*",