diff --git a/Readme.md b/Readme.md index 0220b22..9dc3b85 100644 --- a/Readme.md +++ b/Readme.md @@ -10,9 +10,6 @@ Simply install the package via composer: composer require "t3n/graphql" ``` -Note: we currently need composer set to `"minimum-stability": "dev"` as we wait for a new release of [webonyx/graphql-php](https://github.com/webonyx/graphql-php) -to get a bugfix released. - ## Configuration In order to use your GraphQL API endpoint some configuration is necessary. diff --git a/composer.json b/composer.json index 530c723..2e6899a 100644 --- a/composer.json +++ b/composer.json @@ -5,11 +5,9 @@ "config": { "bin-dir": "bin" }, - "minimum-stability": "dev", - "prefer-stable": true, "require": { "neos/flow": "~4.3 || ~5.0", - "t3n/graphql-tools": "~1.0.1", + "t3n/graphql-tools": "~1.0.2", "php": ">=7.2" }, "require-dev": { diff --git a/composer.json.ci b/composer.json.ci index bcb04f9..e16abfd 100644 --- a/composer.json.ci +++ b/composer.json.ci @@ -22,10 +22,6 @@ "url": "./graphql" } }, - "replace": { - "typo3/flow-base-distribution": "self.version" - }, - "minimum-stability": "dev", "scripts": { "post-update-cmd": "Neos\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall", "post-install-cmd": "Neos\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall",