From 231d568d82baa88caa7c0d62b991bb6ba8a95bf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pysiak?= Date: Thu, 26 Oct 2023 10:55:16 +0200 Subject: [PATCH] Fix Sylius 1.12 composer requirements --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97b5ac5..1e88c72 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ If you are curious about the details of this plugin, read [this blog post](https ## Installation ```bash -$ composer require bitbag/shipping-export-plugin +composer require bitbag/shipping-export-plugin ``` Add plugin dependencies to your `config/bundles.php` file: diff --git a/composer.json b/composer.json index 5d29d07..3e8fbbb 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "php": "^8.0", - "doctrine/dbal": "^2.7", + "doctrine/dbal": "^2.7 || ^3.0", "sylius/sylius": "~1.11.0 || ~1.12.0" }, "require-dev": {