From 5acd1c10df633f388f71ef9c5ba19ece45ae3c5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sat, 7 Jan 2017 16:29:00 +0100 Subject: [PATCH] Fix: Use double pipe for specifying alternate PHP versions --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 354f43c90..c764cc27e 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": "^5.6|^7.0", + "php": "^5.6 || ^7.0", "paragonie/random_compat": "^2.0" }, "require-dev": {