From c26ad1991d5e89d4b7b3bc2a95fd3a3d6083ebb3 Mon Sep 17 00:00:00 2001 From: Chemaclass Date: Wed, 12 Oct 2022 14:22:26 +0200 Subject: [PATCH] Update gacela@0.27 --- composer.json | 2 +- composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 2d6e2d5d..7a5b6282 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": ">=8.0", - "gacela-project/gacela": "^0.26", + "gacela-project/gacela": "^0.27", "symfony/console": "^5.4", "phpunit/php-timer": "^5.0" }, diff --git a/composer.lock b/composer.lock index 114cff3b..ee4cd2fa 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": "5f1386cdebce55ee07c0ebb42ceed995", + "content-hash": "7048a356dcd67d3804b3626ef20aaa55", "packages": [ { "name": "gacela-project/gacela", - "version": "0.26.0", + "version": "0.27.0", "source": { "type": "git", "url": "https://github.com/gacela-project/gacela.git", - "reference": "27818eab30445ebfe21cc6dfa42e512c29a66d71" + "reference": "a08c152beb9a358ca4c923d085c37de8994297ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/gacela-project/gacela/zipball/27818eab30445ebfe21cc6dfa42e512c29a66d71", - "reference": "27818eab30445ebfe21cc6dfa42e512c29a66d71", + "url": "https://api.github.com/repos/gacela-project/gacela/zipball/a08c152beb9a358ca4c923d085c37de8994297ff", + "reference": "a08c152beb9a358ca4c923d085c37de8994297ff", "shasum": "" }, "require": { @@ -72,15 +72,15 @@ ], "support": { "issues": "https://github.com/gacela-project/gacela/issues", - "source": "https://github.com/gacela-project/gacela/tree/0.26.0" + "source": "https://github.com/gacela-project/gacela/tree/0.27.0" }, "funding": [ { - "url": "https://github.com/Chemaclass", - "type": "github" + "url": "https://www.paypal.me/chemaclass", + "type": "custom" } ], - "time": "2022-10-01T16:58:55+00:00" + "time": "2022-10-12T12:20:00+00:00" }, { "name": "phpunit/php-timer",