From f3acc57dc7eaa1284d87343ae29b009aa12f1638 Mon Sep 17 00:00:00 2001 From: Gintautas Miselis Date: Fri, 17 Dec 2021 22:26:05 +0200 Subject: [PATCH] Require lib-innerbrowser 2.0 module-phpbrowser 2.0 is incompatible with lib-innerbrowser 1.0 because property types don't match --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 70eb7b9..4d17876 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "php": "^7.4 | ^8.0", "ext-json": "*", "guzzlehttp/guzzle": "^7.3", - "codeception/lib-innerbrowser": "^1.5 | *@dev", + "codeception/lib-innerbrowser": "^2.0 | *@dev", "codeception/codeception": "^4.0 | *@dev" }, "require-dev": {