From e05f879a18e61a729495b53d7d61f22ded86610b Mon Sep 17 00:00:00 2001 From: Marcin Kolanko <marcin.kolanko@wpdesk.net> Date: Fri, 16 May 2025 15:11:14 +0200 Subject: [PATCH] chore: replace requirements --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a7dd46f..ac08a3f 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "config": { "platform": { - "php": "7.0.8" + "php": "7.4.33" }, "allow-plugins": { "kylekatarnls/update-helper": true, @@ -21,7 +21,7 @@ } }, "require": { - "php": ">=7.0.8", + "php": ">=7.4", "wpdesk/wp-builder": "^1.0|^2.0" }, "require-dev": { @@ -30,7 +30,8 @@ "mockery/mockery": "*", "10up/wp_mock": "*", "wimg/php-compatibility": "^8", - "wpdesk/wp-codeception": "^2.7" + "wpdesk/wp-codeception": "^2.7", + "phpunit/phpunit": "^8" }, "autoload": { "psr-4": {"WPDesk\\Notice\\": "src/WPDesk/Notice/"}, -- GitLab