From f9cfc1f16a321a499f43c2603f4d5976a361f827 Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Fri, 30 Sep 2022 12:54:58 -0600 Subject: [PATCH] updating versions for PHP, BladeOne, and WP CLI i18n command --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f7f8b68..6235919 100644 --- a/composer.json +++ b/composer.json @@ -11,12 +11,12 @@ } ], "require": { - "php": ">=7.3.0", - "eftec/bladeone": "^4.1" + "php": "^8.0.2", + "eftec/bladeone": "^4.6" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.3.0", - "wp-cli/i18n-command": "^2.2.8", + "wp-cli/i18n-command": "^2.4.0", "wp-coding-standards/wpcs": "^2.3.0" }, "config": {