From 2b64d8df2c28fc487553af2385fd3622827f7c80 Mon Sep 17 00:00:00 2001 From: Jeremiah VALERIE Date: Thu, 15 Sep 2016 10:36:09 +0200 Subject: [PATCH] Prepared for production --- README.md | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 717128de3..c9ce8b244 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -OverblogGraphQLBundle [WIP] -=========================== +OverblogGraphQLBundle +====================== This Bundle provide integration [GraphQL](https://facebook.github.io/graphql/) using [webonyx/graphql-php](https://github.com/webonyx/graphql-php) and [GraphQL Relay](https://facebook.github.io/relay/docs/graphql-relay-specification.html). diff --git a/composer.json b/composer.json index ac85579fa..283fd511f 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "symfony/framework-bundle": "^2.7|^3.0", "symfony/options-resolver": "^2.7|^3.0", "symfony/property-access": "^2.7|^3.0", - "webonyx/graphql-php": "0.7.0" + "webonyx/graphql-php": "^0.7" }, "suggest": { "twig/twig": "If you want to use graphiQL."