From bea2c2615b2610553b3e454c82c5b8b5be1e869b Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 28 Jan 2021 15:14:34 +0100 Subject: [PATCH] Bump to PHP 7.4 (#5527) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5333ee8a..8f171644 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ ], "license": "MIT", "require": { - "php": "^7.3|^8.0", + "php": "^7.4|^8.0", "fideloper/proxy": "^4.4.1", "fruitcake/laravel-cors": "^2.0.3", "guzzlehttp/guzzle": "^7.0.1",