From 7e21a43c5d9018566a2c5e9730a8f1b4ba473a1d Mon Sep 17 00:00:00 2001 From: SignpostMarv Date: Mon, 26 Aug 2019 21:23:00 +0100 Subject: [PATCH] amending version constraint --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 48b7ccf..6ca3edd 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "php": "^7.3", "ext-hash": "*", "ext-json": "*", - "signpostmarv/daft-typed-object": "^0.1|^0.2|0.2.x-dev" + "signpostmarv/daft-typed-object": "^0.2|0.2.x-dev" }, "require-dev": { "infection/infection": "^0.13.5", diff --git a/composer.lock b/composer.lock index dd7c140..7be53f3 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": "9449ef06b65213761e4cf86b7c94bfc5", + "content-hash": "19f88649a0a4c25fed83c567490cefea", "packages": [ { "name": "signpostmarv/daft-typed-object",