From e593cab4eb5a1d114a4e1470ef51d3fcaea68bb0 Mon Sep 17 00:00:00 2001 From: Lupacescu Eduard Date: Mon, 3 Feb 2020 11:40:33 +0200 Subject: [PATCH] Support for php ^7.2. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6b25a47..1f68c95 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.3", + "php": "^7.2", "illuminate/support": "5.8.*|^6.0|^7.0", "symfony/stopwatch": "^4.0|^5.0" },