From 2f0a5dc0e67a4f04d1d2e4b9e5fc795c19b53d2a Mon Sep 17 00:00:00 2001 From: Andre Sugai <2228791+asugai@users.noreply.github.com> Date: Thu, 16 Feb 2023 13:52:57 -0600 Subject: [PATCH] Use double pipes in composer.json (#54) --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 71353aa..8d45225 100644 --- a/composer.json +++ b/composer.json @@ -31,16 +31,16 @@ ], "require": { "php": "^8.0", - "bensampo/laravel-enum": "^5.0|^6.0", - "illuminate/support": "^9.0|^10.0", + "bensampo/laravel-enum": "^5.0 || ^6.0", + "illuminate/support": "^9.0 || ^10.0", "laravel/nova": "^4.0" }, "require-dev": { "joshgaber/novaunit": "dev-l10-compatibility", "laravel/pint": "^1.2", "mockery/mockery": "^1.3.3", - "nunomaduro/collision": "^6.1|^7.0", - "orchestra/testbench": "^7.0|^8.0", + "nunomaduro/collision": "^6.1 || ^7.0", + "orchestra/testbench": "^7.0 || ^8.0", "phpunit/phpunit": "^9.3.3", "symfony/var-dumper": "^6.0" },