From 70153dae10973a6e0de5977ba2b0e4a97ee1d859 Mon Sep 17 00:00:00 2001 From: Rich Shank Date: Mon, 23 Jan 2023 19:43:06 -0600 Subject: [PATCH] Updates for php and webonxy --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b3b7ae2..a7635f3 100644 --- a/composer.json +++ b/composer.json @@ -13,11 +13,11 @@ "sort-packages": true }, "require": { - "php": ">=7.1 || ^8.0", + "php": "^8.0", "psr/container": "^1.0", "psr/http-server-middleware": "^1.0", "psr/log": "^1.0", - "webonyx/graphql-php": "^14.0.0" + "webonyx/graphql-php": "^15.0.0" }, "require-dev": { "codeception/codeception": "^4.0.0",