Skip to content

Commit ac3aa4f

Browse files
authored
bug #267 [Symfony 6] Depend on the development version of Sylius (Rafikooo)
This PR was merged into the 1.5-dev branch. Discussion ---------- | Q | A | --------------- | ----- | Branch? | master | Bug fix? | yes | New feature? | no | Related tickets | fixes 5cb7c0e It will cause a problem with the test app (adding products to the cart) until switching to the stable `Sylius 1.12` version Commits ------- d7cfb60 [GitHubActions] Validate composer.json dbeb9e5 [Maintenance] Depend on the dev Sylius version
2 parents f44ed64 + dbeb9e5 commit ac3aa4f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ jobs:
151151
name: Load fixtures in test application
152152
run: (cd tests/Application && bin/console sylius:fixtures:load -n)
153153

154+
-
155+
name: Validate composer.json
156+
run: composer validate --ansi --strict
157+
154158
-
155159
name: Run analysis
156160
run: composer analyse

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"phpseclib/phpseclib": "^2.0",
1111
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
1212
"sylius-labs/doctrine-migrations-extra-bundle": "^0.1.4 || ^0.2",
13-
"sylius/sylius": "~1.11.0 || v1.12.0-rc.1",
13+
"sylius/sylius": "~1.11.0 || 1.12.x-dev",
1414
"symfony/mailer": "^5.4 || ^6.0"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)