From 8d441ec99f8612b942b55f5183151d91591b618a Mon Sep 17 00:00:00 2001 From: barryvdh <973269+barryvdh@users.noreply.github.com> Date: Tue, 11 Feb 2025 13:59:46 +0000 Subject: [PATCH] normalize composer.json --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 494f1b8..366d0e6 100644 --- a/composer.json +++ b/composer.json @@ -25,19 +25,19 @@ "ext-json": "*", "barryvdh/reflection-docblock": "^2.3", "composer/class-map-generator": "^1.0", - "illuminate/console": "^11.15|^12", - "illuminate/database": "^11.15|^12", - "illuminate/filesystem": "^11.15|^12", - "illuminate/support": "^11.15|^12" + "illuminate/console": "^11.15 || ^12", + "illuminate/database": "^11.15 || ^12", + "illuminate/filesystem": "^11.15 || ^12", + "illuminate/support": "^11.15 || ^12" }, "require-dev": { "ext-pdo_sqlite": "*", "friendsofphp/php-cs-fixer": "^3", - "illuminate/config": "^11.15|^12", - "illuminate/view": "^11.15|^12", + "illuminate/config": "^11.15 || ^12", + "illuminate/view": "^11.15 || ^12", "mockery/mockery": "^1.4", - "orchestra/testbench": "^9.2|^10", - "phpunit/phpunit": "^10.5|^11.5.3", + "orchestra/testbench": "^9.2 || ^10", + "phpunit/phpunit": "^10.5 || ^11.5.3", "spatie/phpunit-snapshot-assertions": "^4 || ^5", "vimeo/psalm": "^5.4", "vlucas/phpdotenv": "^5"