Skip to content

Commit 816e7ea

Browse files
authored
Merge pull request #873 from loic425/dev-dependencies/move-winzou
Move winzou state machine on optional requirements
2 parents 9aeddfe + 1dd9012 commit 816e7ea

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
name: Run lint container without winzou/state-machine-bundle package
175175
if: matrix.app_env == 'test'
176176
run: |
177-
composer remove winzou/state-machine-bundle --no-scripts
177+
composer remove --dev winzou/state-machine-bundle --no-scripts
178178
(cd tests/Application && bin/console cache:clear --env=test_without_state_machine)
179179
(cd tests/Application && bin/console lint:container --env=test_without_state_machine)
180180
composer require winzou/state-machine-bundle --no-scripts

UPGRADE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ In preparation of removal, following dependencies were moved to optional require
77
* friendsofsymfony/rest-bundle
88
* jms/serializer-bundle
99
* willdurand/hateoas-bundle
10+
* winzou/state-machine-bundle
1011

1112
## UPGRADE FOR `1.11.x`
1213

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"symfony/validator": "^5.4 || ^6.4 || ^7.0",
5050
"symfony/yaml": "^5.4 || ^6.4 || ^7.0",
5151
"webmozart/assert": "^1.8",
52-
"winzou/state-machine-bundle": "^0.6.2",
5352
"willdurand/negotiation": "^3.1"
5453
},
5554
"replace": {
@@ -86,14 +85,16 @@
8685
"symfony/security-bundle": "^5.4 || ^6.4 || ^7.0",
8786
"twig/twig": "^3.0",
8887
"vimeo/psalm": "^5.20",
89-
"willdurand/hateoas-bundle": "^2.0"
88+
"willdurand/hateoas-bundle": "^2.0",
89+
"winzou/state-machine-bundle": "^0.6.2"
9090
},
9191
"conflict": {
9292
"doctrine/orm": "<2.18 || ^3.0",
9393
"doctrine/doctrine-bundle": "<2.0 || ^3.0",
9494
"friendsofsymfony/rest-bundle": "<3.0",
9595
"jms/serializer-bundle": "<3.5",
9696
"willdurand/hateoas-bundle": "<2.0 || ^2.6",
97+
"winzou/state-machine-bundle": "<0.6.2",
9798
"twig/twig": "<3.0"
9899
},
99100
"suggest": {

0 commit comments

Comments
 (0)