From 04831bfa75aa55769eef07304f16f51c792a5145 Mon Sep 17 00:00:00 2001 From: shaxzodbek-uzb <47610909+shaxzodbek-uzb@users.noreply.github.com> Date: Wed, 26 Jan 2022 11:44:40 +0500 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 87a8696..861f7be 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.1", + "php": "^7.1|^8.0", "illuminate/support": "5.7.*|5.8.*|6.*|7.*|^8.0", "stripe/stripe-php": "^6.31|^7.60" },