Skip to content

Commit

Permalink
[Composer] Bump sylius/grid-bundle dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Oct 7, 2024
1 parent de50f97 commit 3a1a7ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,9 @@ jobs:
composer require winzou/state-machine-bundle --no-scripts
-
name: Run lint container without twig/twig package
name: Run lint container without sylius/grid-bundle package
run: |
composer remove symfony/twig-bundle --no-scripts
composer remove sylius/grid-bundle --no-scripts --dev
(cd tests/Application && bin/console cache:clear --env=test_without_twig)
(cd tests/Application && bin/console lint:container --env=test_without_twig)
composer require symfony/twig-bundle --no-scripts
composer require "sylius/grid-bundle: ^1.7 || v1.12.0-ALPHA.1" --no-scripts --dev
composer require "sylius/grid-bundle: ^1.11" --no-scripts --dev
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpunit/phpunit": "^9.5",
"sylius-labs/coding-standard": "^4.0",
"sylius/grid-bundle": "^1.7 || v1.12.0-ALPHA.1",
"sylius/grid-bundle": "^1.11",
"symfony/console": "^5.4 || ^6.4",
"symfony/dependency-injection": "^5.4 || ^6.4",
"symfony/dotenv": "^5.4 || ^6.4",
Expand Down

0 comments on commit 3a1a7ef

Please sign in to comment.