diff --git a/composer.json b/composer.json index b2ebf80..2207bc7 100644 --- a/composer.json +++ b/composer.json @@ -70,7 +70,7 @@ "newfold-labs/wp-module-loader": "^1.0.11", "newfold-labs/wp-module-marketplace": "^2.5.0", "newfold-labs/wp-module-notifications": "^1.6.6", - "newfold-labs/wp-module-performance": "^2.5.0", + "newfold-labs/wp-module-performance": "^2.6.0", "newfold-labs/wp-module-runtime": "^1.1.3", "newfold-labs/wp-module-secure-passwords": "^1.1.1", "newfold-labs/wp-module-sso": "^1.0.8", diff --git a/composer.lock b/composer.lock index d654c29..3943d41 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": "e961fe9c7dcca84cbf2621e7b3070cfe", + "content-hash": "6418fc50a0b4b98f426c1a518760fc42", "packages": [ { "name": "doctrine/inflector", @@ -818,16 +818,16 @@ }, { "name": "newfold-labs/wp-module-performance", - "version": "2.5.0", + "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-performance.git", - "reference": "83d61c928a2c905963e82d6a7913eb72a6de0e58" + "reference": "0bd806268710a548ecd595fc04bc612d8874dd23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-performance/zipball/83d61c928a2c905963e82d6a7913eb72a6de0e58", - "reference": "83d61c928a2c905963e82d6a7913eb72a6de0e58", + "url": "https://api.github.com/repos/newfold-labs/wp-module-performance/zipball/0bd806268710a548ecd595fc04bc612d8874dd23", + "reference": "0bd806268710a548ecd595fc04bc612d8874dd23", "shasum": "" }, "require": { @@ -854,6 +854,9 @@ ] }, "scripts": { + "test": [ + "phpunit --bootstrap tests/phpunit/bootstrap.php" + ], "cs-fix": [ "phpcbf --standard=phpcs.xml ." ], @@ -872,10 +875,10 @@ ], "description": "A module for managing caching functionality.", "support": { - "source": "https://github.com/newfold-labs/wp-module-performance/tree/2.5.0", + "source": "https://github.com/newfold-labs/wp-module-performance/tree/2.6.0", "issues": "https://github.com/newfold-labs/wp-module-performance/issues" }, - "time": "2025-01-29T12:42:28+00:00" + "time": "2025-02-05T18:06:22+00:00" }, { "name": "newfold-labs/wp-module-pls",