From ec79bbdf278b9461f090358c7bf3e5af735cdc34 Mon Sep 17 00:00:00 2001 From: Harshit Yadav Date: Sat, 30 Apr 2022 11:31:34 +0530 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fefa244..8eb2514 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A collection of PHP classes for managing barcodes.", "license": "GPL-3.0+", "require": { - "php": "^5.0 || ^7.0" + "php": "^5.0 || ^7.0 ||^8.0" }, "require-dev": { "phpunit/phpunit": "^4.8"