From abadbd11339b52d5f62e3b78478f62c62f87f64a Mon Sep 17 00:00:00 2001
From: Piotr Potrebka <piotr.potrebka@wpdesk.net>
Date: Mon, 7 Oct 2024 22:38:36 +0200
Subject: [PATCH] fix: tests

---
 composer.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 548c318..e17800e 100644
--- a/composer.json
+++ b/composer.json
@@ -7,12 +7,12 @@
     }
   ],
   "require": {
-    "php": ">=5.5",
+    "php": ">=7.2 | ^8",
     "ext-curl": "*",
     "ext-json": "*"
   },
   "require-dev": {
-    "phpunit/phpunit": "<7",
+    "phpunit/phpunit": "^8 || ^9",
     "wp-coding-standards/wpcs": "^0.14.1",
     "squizlabs/php_codesniffer": "^3.0.2",
     "mockery/mockery": "*",
-- 
GitLab