Skip to content

Commit

Permalink
Fix Sylius 1.12 composer requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed Oct 26, 2023
1 parent 10d3651 commit 231d568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 231d568

Please sign in to comment.