diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 628c49f..47b617c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: matrix: php: ["8.0"] symfony: ["5.4.*"] - sylius: ["^1.11"] + sylius: ["^1.11.2"] node: ["14.x"] mysql: ["8.0"] diff --git a/composer.json b/composer.json index bee9255..4de411e 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "license": "MIT", "require": { "php": "^8.0", - "sylius/sylius": "^1.11" + "sylius/sylius": "^1.11.2" }, "require-dev": { "behat/behat": "^3.6.1",