From 518ea424a870e34915ff796e6f75ebaf0e8c0a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20L=C3=B8vgaard?= Date: Tue, 2 Jul 2024 20:50:07 +0200 Subject: [PATCH] Fix some deps --- composer.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 62545bf..a9d5129 100644 --- a/composer.json +++ b/composer.json @@ -12,18 +12,17 @@ "require": { "php": ">=8.1", "ext-json": "*", - "doctrine/event-manager": "^1.2", - "doctrine/orm": "^2.14", - "doctrine/persistence": "^2.5", + "doctrine/event-manager": "^1.2 || ^2.0", + "doctrine/orm": "^2.14 || ^3.0", + "doctrine/persistence": "^2.5 || ^3.0", "liip/imagine-bundle": "^2.10", "meilisearch/meilisearch-php": "^1.8", "psr/cache": "^1.0 || ^2.0 || ^3.0", "psr/event-dispatcher": "^1.0", - "psr/link": "^1.0 || ^2.0", "psr/log": "^1.1 || ^2.0 || ^3.0", "setono/composite-compiler-pass": "^1.2", "setono/doctrine-orm-trait": "^1.1", - "sylius/resource-bundle": "^1.8", + "sylius/resource-bundle": "^1.6", "symfony/cache-contracts": "^2.5 || ^3.2", "symfony/config": "^5.4 || ^6.4 || ^7.0", "symfony/console": "^5.4 || ^6.4 || ^7.0", @@ -56,8 +55,8 @@ "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.6.17", "psalm/plugin-phpunit": "^0.18.4", - "setono/code-quality-pack": "^2.7", - "sylius/sylius": "~1.12.13", + "setono/code-quality-pack": "^2.8.2", + "sylius/sylius": "~1.12.18", "symfony/debug-bundle": "^5.4 || ^6.4 || ^7.0", "symfony/dotenv": "^5.4 || ^6.4 || ^7.0", "symfony/http-client": "^6.4",