Skip to content

Commit c483377

Browse files
authored
Merge pull request #949 from GSadee/bump-resource
[Composer] Bump sylius/grid-bundle dev dependency
2 parents de50f97 + 3a1a7ef commit c483377

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,9 @@ jobs:
170170
composer require winzou/state-machine-bundle --no-scripts
171171
172172
-
173-
name: Run lint container without twig/twig package
173+
name: Run lint container without sylius/grid-bundle package
174174
run: |
175-
composer remove symfony/twig-bundle --no-scripts
176175
composer remove sylius/grid-bundle --no-scripts --dev
177176
(cd tests/Application && bin/console cache:clear --env=test_without_twig)
178177
(cd tests/Application && bin/console lint:container --env=test_without_twig)
179-
composer require symfony/twig-bundle --no-scripts
180-
composer require "sylius/grid-bundle: ^1.7 || v1.12.0-ALPHA.1" --no-scripts --dev
178+
composer require "sylius/grid-bundle: ^1.11" --no-scripts --dev

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"phpstan/phpstan-webmozart-assert": "^1.2",
7373
"phpunit/phpunit": "^9.5",
7474
"sylius-labs/coding-standard": "^4.0",
75-
"sylius/grid-bundle": "^1.7 || v1.12.0-ALPHA.1",
75+
"sylius/grid-bundle": "^1.11",
7676
"symfony/console": "^5.4 || ^6.4",
7777
"symfony/dependency-injection": "^5.4 || ^6.4",
7878
"symfony/dotenv": "^5.4 || ^6.4",

0 commit comments

Comments
 (0)