From b3a96c620033b9ae4ebea2463ad44ee5086830fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Costa?= Date: Wed, 26 Aug 2026 15:57:02 -0300 Subject: [PATCH] Chore: require container-contract ^1.1 instead of pinning 1.0.4 --- composer.json | 2 +- composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 7dd17fa..0a372e9 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "stellarwp/container-contract": "1.0.4", + "stellarwp/container-contract": "^1.1", "stellarwp/field-conditions": "^1.0", "ext-json": "*" }, diff --git a/composer.lock b/composer.lock index c0f19ea..d5d2b83 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e030b86c9bdc981348f98418ad2c2e39", + "content-hash": "ee814cdb497681f9806c6063373aa72b", "packages": [ { "name": "stellarwp/container-contract", - "version": "1.0.4", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/stellarwp/container-contract.git", - "reference": "37becc9edbecb0ff95556048337600dd9cc888f0" + "reference": "ea6e93c95ddf95bbefaa0b6bc529f63ebdb1a8f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stellarwp/container-contract/zipball/37becc9edbecb0ff95556048337600dd9cc888f0", - "reference": "37becc9edbecb0ff95556048337600dd9cc888f0", + "url": "https://api.github.com/repos/stellarwp/container-contract/zipball/ea6e93c95ddf95bbefaa0b6bc529f63ebdb1a8f1", + "reference": "ea6e93c95ddf95bbefaa0b6bc529f63ebdb1a8f1", "shasum": "" }, "require": { @@ -49,9 +49,9 @@ ], "support": { "issues": "https://github.com/stellarwp/container-contract/issues", - "source": "https://github.com/stellarwp/container-contract/tree/1.0.4" + "source": "https://github.com/stellarwp/container-contract/tree/1.1.2" }, - "time": "2022-12-20T21:29:17+00:00" + "time": "2026-06-04T17:17:02+00:00" }, { "name": "stellarwp/field-conditions", @@ -5427,7 +5427,7 @@ }, "platform-dev": {}, "platform-overrides": { - "php": "7.2" + "php": "7.4" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }