Skip to content

Commit

Permalink
Merge pull request #12 from t3n/update
Browse files Browse the repository at this point in the history
Upgrade to stable versions
  • Loading branch information
Torsten85 authored Mar 18, 2019
2 parents a416717 + 291797f commit 7214ef3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 0 additions & 4 deletions composer.json.ci
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7214ef3

Please sign in to comment.