From 46c179fe1359c559ab99c1aa7c552666efe8f2dc Mon Sep 17 00:00:00 2001 From: konradoboza Date: Mon, 21 Feb 2022 13:46:00 +0100 Subject: [PATCH 1/2] IBX-1993: Added dependencies to `ibexa/graphql-php` fork --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 7f9c973..0c1b43b 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,7 @@ "ezsystems/ezplatform-admin-ui": "^2.0@dev", "ezsystems/ezplatform-rest": "^1.2@dev", "ezsystems/ezplatform-richtext": "^2.0@dev", + "ibexa/graphql-php": "^0.13.x", "lexik/jwt-authentication-bundle": "^2.8", "overblog/graphql-bundle": "^0.13", "erusev/parsedown": "^1.7", From e6d6718dc9ce53153e97d377759791047333b2f5 Mon Sep 17 00:00:00 2001 From: konradoboza Date: Tue, 22 Feb 2022 08:41:44 +0100 Subject: [PATCH 2/2] switched to tag for ibexa/graphql-php fork --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0c1b43b..d91f4ef 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "ezsystems/ezplatform-admin-ui": "^2.0@dev", "ezsystems/ezplatform-rest": "^1.2@dev", "ezsystems/ezplatform-richtext": "^2.0@dev", - "ibexa/graphql-php": "^0.13.x", + "ibexa/graphql-php": "^0.13", "lexik/jwt-authentication-bundle": "^2.8", "overblog/graphql-bundle": "^0.13", "erusev/parsedown": "^1.7",