From 1103839ba5a764cdc20144eb90ae48117619aaf1 Mon Sep 17 00:00:00 2001 From: Vincent Dauce Date: Sun, 5 Jan 2020 13:26:28 +0100 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index fc22398..97398db 100644 --- a/composer.json +++ b/composer.json @@ -14,12 +14,12 @@ "require": { "php": ">=5.6.0 <8.0", - "flow/jsonpath": "^0.4.0", - "codeception/codeception": "4.0.x-dev | ^4.0" + "flow/jsonpath": "^0.5", + "codeception/codeception": "^4.0" }, "require-dev": { "codeception/util-robohelpers": "dev-master", - "codeception/util-universalframework": "dev-master", + "codeception/util-universalframework": "^1.0", "codeception/lib-innerbrowser": "^1.0" }, "suggest": {