Skip to content

Commit

Permalink
chore: Allow for upgrade of webonyx/graphql-php (#10)
Browse files Browse the repository at this point in the history
* chore: remove composer.lock

As a package, we shouldn't be locking in the dependencies beyond what is defined in composer.json.
Plus, it has no effect.

* chore: include current version of webonyx/graphql-php

Nothing breaks in this package, so we should be goood to accept v0.13 or v14
  • Loading branch information
xiian authored Aug 10, 2020
1 parent bfea3fe commit b24a021
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,796 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": "^7.1||^8.0",
"webonyx/graphql-php": "^0.13.8"
"webonyx/graphql-php": "^0.13.8 || ^14.0"
},
"scripts": {
"test": "phpunit",
Expand Down
Loading

0 comments on commit b24a021

Please sign in to comment.