From 0984e6d6ea752040c91be2d0210274bec6c9ad02 Mon Sep 17 00:00:00 2001 From: Bob Horvers Date: Tue, 17 Sep 2024 10:42:05 +0200 Subject: [PATCH] Bumped PHP version --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 9330f80..5995af7 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "license": "OSL-3.0", "description": "Magento 2 module for RobinHQ integration. Provides API endpoints for RobinHQ dynamic API", "require": { - "php": ">=8.0 <=8.3", + "php": ">=8.0 <=8.4", "emico/robinhq-lib": "^4.0", "magento/module-customer": "101.*|102.*|103.*", "magento/module-catalog": "102.*|103.*|104.*", @@ -28,8 +28,8 @@ } }, "require-dev": { - "codeception/codeception": "^3.1", - "mockery/mockery": "^1.2" + "codeception/codeception": "^5.1", + "mockery/mockery": "^1.6" }, "repositories": { "magento": {