markhuot / craftql

A drop-in GraphQL server for Craft CMS
Other
320 stars 53 forks source link

Require graphql-php ^0.12 #309

Closed brandonkelly closed 5 years ago

brandonkelly commented 5 years ago

Craft 3.3.0 requires webonyx/graphql-php ^0.12.0, which conflicts with CraftQL’s ^0.11.0 requirement.

0.12.0 is still compatible with PHP 7.0 and seems to not introduce any breaking changes, so it should be safe to update.