From d0e59997d54e027d30cfa7f747f6262df0f37144 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Fri, 29 Jul 2016 13:10:41 +0200 Subject: [PATCH] proper indentation and syntax --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 378211fce5f..92f423931ee 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "^5.5|^7.0", + "php": "^5.5 || ^7.0", "psr/http-message": "^1.0", "psr/cache": "^1.0", "php-http/httplug": "^1.0",