From 1fe78264775509b1d03cc981d4eabb00f649f99c Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Mon, 2 Dec 2024 14:34:55 +0100 Subject: [PATCH] wip --- composer.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 8b36117..9bb00b5 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,6 @@ "php": "^7.4 || ^8.0", "ext-curl": "*", "ext-json": "*", - "nunomaduro/collision": "^6.4|^7.0|^8.0", "ramsey/uuid": "^3.0 || ^4.1", "spatie/backtrace": "^1.1|^2.0", "spatie/macroable": "^1.0 || ^2.0", @@ -38,12 +37,12 @@ }, "require-dev": { "illuminate/support": "^7.20 || ^8.18 || ^9.0 || ^10.0 || ^11.0", - "nesbot/carbon": "^2.63|^3.0", - "pestphp/pest": "^1.22|^2.0|^3.0", - "phpstan/phpstan": "^1.10.57|^2.0.2", - "phpunit/phpunit": "^9.5|^10.0|^11.0|^12.0", + "nesbot/carbon": "^2.63", + "pestphp/pest": "^1.22", + "phpstan/phpstan": "^1.10.57 || ^2.0.2", + "phpunit/phpunit": "^9.5", "rector/rector": "dev-main", - "spatie/phpunit-snapshot-assertions": "^4.2|^5.1", + "spatie/phpunit-snapshot-assertions": "^4.2", "spatie/test-time": "^1.2" }, "minimum-stability": "dev",