From 960cdde40e55d730eb5f5473701184d66e506626 Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Sun, 2 Jun 2024 03:21:54 +0700 Subject: [PATCH] Fix phpunit invoke --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 05c8559..e20db27 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "homepage": "https://php.watch/versions/8.4/array_find-array_find_key-array_any-array_all", "keywords": ["php84", "phpwatch", "polyfills", "polyfill", "compatibility", "compat", "shim"], "require": { - "php": "^7.0" + "php": "^7.0 || ^8.0" }, "require-dev": { "symfony/phpunit-bridge": "^5.3|^6.0"