Skip to content

Commit ae4fbf3

Browse files
author
Maxime Leclercq
committed
feat: support sylius 2.1
1 parent 13771c0 commit ae4fbf3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
php: ['8.2', '8.3']
18-
sylius: ['~2.0.0']
18+
sylius: ['~2.0.0', '~2.1.0']
1919

2020
steps:
2121
- name: Setup PHP

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.DEFAULT_GOAL := help
22
SHELL=/bin/bash
33
APP_DIR=tests/Application
4-
SYLIUS_VERSION=2.0.0
4+
SYLIUS_VERSION=2.1.0
55
SYMFONY=cd ${APP_DIR} && symfony
66
COMPOSER=symfony composer
77
CONSOLE=${SYMFONY} console

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This plugin adds a blog to your Sylius project. It allows you to create blog art
1313

1414
| Sylius Version | PHP Version |
1515
|----------------|-----------------|
16-
| 2.0 | 8.2 - 8.3 |
16+
| 2.0, 2.1 | 8.2 - 8.3 |
1717

1818
ℹ️ For Sylius 1.x, see our [1.x branch](https://github.com/monsieurbiz/SyliusBlogPlugin/tree/1.x) and all 1.x releases.
1919

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"require": {
88
"php": "^8.2",
9-
"sylius/sylius": "~2.0.0",
9+
"sylius/sylius": "~2.0",
1010
"monsieurbiz/sylius-rich-editor-plugin": "^3.0",
1111
"monsieurbiz/sylius-media-manager-plugin": "^2.0"
1212
},

0 commit comments

Comments
 (0)