From 63f668088ac38afacaa9e88e0400c87dcefac5b5 Mon Sep 17 00:00:00 2001 From: Karsten Gohm Date: Mon, 3 May 2021 10:16:09 +0200 Subject: [PATCH] allow aeon-php/calendar ^0.17.0 and ^0.18.0 (#228) * allow aeon-php/calendar ^0.17.0 * allow aeon-php/calendar ^0.18.0 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 54ec9c77..2082e94a 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "ext-filter": "*", "ext-json": "*", "ext-simplexml": "*", - "aeon-php/calendar": "^0.14.0 || ^0.15.0 || ^0.16.0", + "aeon-php/calendar": "^0.14.0 || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0", "coduo/php-to-string": "^3", "doctrine/lexer": "^1.0" }, diff --git a/composer.lock b/composer.lock index bed2c0f0..aa76c3a4 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": "7ec6bfcdc0590b92a6b2b3f67f3f1adf", + "content-hash": "5c20cbfa0e98863a26e463745a8bbc7d", "packages": [ { "name": "aeon-php/calendar", - "version": "0.16.1", + "version": "0.18.0", "source": { "type": "git", "url": "https://github.com/aeon-php/calendar.git", - "reference": "9509656c6b01024aad6158628fc8c950f9cf1199" + "reference": "61c1582fac59275287cbe3f256ac86226ddce3d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aeon-php/calendar/zipball/9509656c6b01024aad6158628fc8c950f9cf1199", - "reference": "9509656c6b01024aad6158628fc8c950f9cf1199", + "url": "https://api.github.com/repos/aeon-php/calendar/zipball/61c1582fac59275287cbe3f256ac86226ddce3d1", + "reference": "61c1582fac59275287cbe3f256ac86226ddce3d1", "shasum": "" }, "require": { @@ -51,7 +51,7 @@ ], "support": { "issues": "https://github.com/aeon-php/calendar/issues", - "source": "https://github.com/aeon-php/calendar/tree/0.16.1" + "source": "https://github.com/aeon-php/calendar/tree/0.18.0" }, "funding": [ { @@ -59,7 +59,7 @@ "type": "github" } ], - "time": "2021-02-23T08:58:57+00:00" + "time": "2021-05-01T20:04:37+00:00" }, { "name": "coduo/php-to-string",