From e064d96438a7334affafcb2a9d0e4ab1953085b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Fejfar?= Date: Tue, 30 Jan 2018 11:22:02 +0100 Subject: [PATCH] fixup! Require minimal platform --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aba501e..e38c930 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } }, "require": { - "php": "~7.1" + "php": "~7.1" }, "require-dev": { "jakub-onderka/php-parallel-lint": "^0.9.2",