From bb5c1f220ef79017af360668f41fae9c0eba6b98 Mon Sep 17 00:00:00 2001 From: David Stone Date: Mon, 16 Dec 2024 22:49:30 -0700 Subject: [PATCH] Add php reqs --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index b5f15e6..4728c5d 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,9 @@ "GPL-3.0-or-later" ], "type": "wordpress-plugin", + "require": { + "php": ">=7.4.30" + }, "require-dev": { "composer/installers": "1.9.0", "phpunit/phpunit": "^11.5.0", @@ -34,6 +37,7 @@ "archive": { "exclude": [ "tests", + "bin", "phpunit.xml.dist", "composer.lock", ".phpcs.xml.dist",