From 89e90adb74463d4b3f89c3cf52adb37f9ef3704b Mon Sep 17 00:00:00 2001 From: George Drakakis Date: Fri, 5 Apr 2019 15:31:51 +0300 Subject: [PATCH] php7.2 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index abef63a..957ff1d 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php" : "~7.1", + "php" : "~7.2", "illuminate/contracts": "^5.0", "illuminate/support": "^5.0", "guzzlehttp/guzzle": "~6.0" @@ -52,4 +52,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} \ No newline at end of file +}