From ab2c67138e75be97cb79a42b9e788a887943f0b9 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Tue, 1 Oct 2024 17:56:41 +0200 Subject: [PATCH] Update Felix #10547 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index ab264c0e..54ad875d 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,7 @@ "ext-json": "*", "ext-pdo": "*", "beberlei/doctrineextensions": "^1.5", - "ecodev/felix": "^15.0", + "ecodev/felix": "^15.1", "ecodev/graphql-doctrine": "^10.0", "ecodev/graphql-upload": "^7.0", "laminas/laminas-config-aggregator": "^1.15", diff --git a/composer.lock b/composer.lock index f8814beb..c687775d 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": "f920669879aa7b8b96825ccf54d0225c", + "content-hash": "fa2e670d1791e399bbaa42aa63cbe5b1", "packages": [ { "name": "beberlei/doctrineextensions", @@ -1371,16 +1371,16 @@ }, { "name": "ecodev/felix", - "version": "15.0.0", + "version": "15.1.0", "source": { "type": "git", "url": "https://github.com/Ecodev/felix.git", - "reference": "945706bda54a103a8003e106177cfac4d803a98a" + "reference": "cd3983449b93ad3f774587e2fd851b90d9c08bc3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Ecodev/felix/zipball/945706bda54a103a8003e106177cfac4d803a98a", - "reference": "945706bda54a103a8003e106177cfac4d803a98a", + "url": "https://api.github.com/repos/Ecodev/felix/zipball/cd3983449b93ad3f774587e2fd851b90d9c08bc3", + "reference": "cd3983449b93ad3f774587e2fd851b90d9c08bc3", "shasum": "" }, "require": { @@ -1437,9 +1437,9 @@ "description": "Various utilities tailored for our ecosystem", "support": { "issues": "https://github.com/Ecodev/felix/issues", - "source": "https://github.com/Ecodev/felix/tree/15.0.0" + "source": "https://github.com/Ecodev/felix/tree/15.1.0" }, - "time": "2024-07-11T12:37:02+00:00" + "time": "2024-10-01T15:52:40+00:00" }, { "name": "ecodev/graphql-doctrine",