From 688af9b7f489c692bcb1e030bb03540861b128a4 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Mon, 4 Apr 2016 22:00:06 +0200 Subject: [PATCH] Switch to new recommended syntax Composer now recommends using two || instead of a single |. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d172686..ec1764f 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "illuminate/filesystem": "^5.1" }, "require-dev": { - "phpunit/phpunit" : "^4.8|^5.0", + "phpunit/phpunit" : "^4.8 || ^5.0", "orchestra/testbench": "^3.2", "mockery/mockery": "~0.9.4" },