From 748b72637c76555f848b970173be5c1c6ed9affe Mon Sep 17 00:00:00 2001 From: Daniele Scasciafratte Date: Tue, 6 Feb 2024 17:03:30 +0100 Subject: [PATCH] fix(composer): normalize --- plugin-name/composer.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/plugin-name/composer.json b/plugin-name/composer.json index e9b6aac..bddd21a 100644 --- a/plugin-name/composer.json +++ b/plugin-name/composer.json @@ -14,32 +14,32 @@ "require": { "php": ">=7.4", "ayecode/wp-super-duper": "2.0.2", - "cmb2/cmb2": "2.9.*", + "cmb2/cmb2": "~2.9.0", "composer/installers": "1.x", "decodelabs/tagged": "^0.11.9", - "freemius/wordpress-sdk": "2.6.*", + "freemius/wordpress-sdk": "~2.6.0", "inpsyde/assets": "^2.8", - "inpsyde/wp-context": "1.3.*", - "johnbillion/extended-cpts": "4.5.*", + "inpsyde/wp-context": "~1.3.0", + "johnbillion/extended-cpts": "~4.5.0", "julien731/wp-review-me": "dev-develop", "micropackage/requirements": "^1.0", "origgami/cmb2-grid": "dev-master", "seravo/wp-custom-bulk-actions": "dev-master", "stevegrunwell/wp-cache-remember": "dev-master", - "wpbp/cpt_columns": "1.0.*", - "wpbp/cronplus": "1.0.*", - "wpbp/debug": "1.1.*", + "wpbp/cpt_columns": "~1.0.0", + "wpbp/cronplus": "~1.0.0", + "wpbp/debug": "~1.1.0", "wpbp/i18n-notice": "dev-main", "wpbp/page-madness-detector": "^1.0", - "wpbp/pointerplus": "1.0.*", - "wpbp/template": "1.0.*", - "wpbp/widgets-helper": "1.0.*", + "wpbp/pointerplus": "~1.0.0", + "wpbp/template": "~1.0.0", + "wpbp/widgets-helper": "~1.0.0", "wpdesk/wp-notice": "^3.2", "yahnis-elsts/plugin-update-checker": "^4.9" }, "require-dev": { "codeatcode/codeatcs": "^1.0", - "codeception/codeception": "4.2.*", + "codeception/codeception": "~4.2.0", "codeception/module-asserts": "^1.0", "codeception/module-cli": "^1.0", "codeception/module-db": "^1.0", @@ -50,7 +50,7 @@ "codeception/util-universalframework": "^1.0", "dealerdirect/phpcodesniffer-composer-installer": "1.0.0", "ergebnis/composer-normalize": "^2.6", - "lucatume/function-mocker": "~1.0", + "lucatume/function-mocker": "^1.0", "lucatume/wp-browser": "^3.1", "phpro/grumphp": "^1.13", "phpunit/phpunit": "^9.2", @@ -66,14 +66,14 @@ "prefer-stable": true, "autoload": { "psr-4": { - "Plugin_Name\\Backend\\": "backend/", - "Plugin_Name\\Frontend\\": "frontend/", - "Plugin_Name\\Rest\\": "rest/", "Plugin_Name\\Ajax\\": "ajax/", - "Plugin_Name\\Internals\\": "internals/", + "Plugin_Name\\Backend\\": "backend/", "Plugin_Name\\Cli\\": "cli/", + "Plugin_Name\\Engine\\": "engine/", + "Plugin_Name\\Frontend\\": "frontend/", "Plugin_Name\\Integrations\\": "integrations/", - "Plugin_Name\\Engine\\": "engine/" + "Plugin_Name\\Internals\\": "internals/", + "Plugin_Name\\Rest\\": "rest/" }, "files": [ "vendor/wp-custom-bulk-actions/custom-bulk-actions.php"