From 973d6a19edea32ca858e2232abca1bfd634d8920 Mon Sep 17 00:00:00 2001 From: Grzegorz Sadowski Date: Mon, 7 Oct 2024 14:54:12 +0200 Subject: [PATCH] [Composer] Add GridBundle 1.13 beta in dev dependencies for SF7 builds --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5b577842c..0f5eb2a85 100644 --- a/composer.json +++ b/composer.json @@ -71,7 +71,7 @@ "phpunit/phpunit": "^9.5", "rector/rector": "^0.18.2", "sylius-labs/coding-standard": "^4.0", - "sylius/grid-bundle": "^1.11", + "sylius/grid-bundle": "^1.11 || ^1.13@beta", "symfony/console": "^5.4 || ^6.4 || ^7.0", "symfony/css-selector": "^5.4 || ^6.4 || ^7.0", "symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",