mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 01:20:59 +00:00
[Composer] Move winzou/state-machine dependency to suggest section
This commit is contained in:
parent
3eb30033ec
commit
b9c57eb046
4 changed files with 9 additions and 16 deletions
|
|
@ -141,9 +141,7 @@
|
|||
"twig/intl-extra": "^3.13.0",
|
||||
"twig/string-extra": "^3.13.0",
|
||||
"twig/twig": "^3.14.0",
|
||||
"webmozart/assert": "^1.9",
|
||||
"winzou/state-machine": "^0.4",
|
||||
"winzou/state-machine-bundle": "^0.6"
|
||||
"webmozart/assert": "^1.9"
|
||||
},
|
||||
"replace": {
|
||||
"sylius/addressing": "self.version",
|
||||
|
|
@ -239,7 +237,9 @@
|
|||
"ext-iconv": "For better performance than using Symfony Polyfill Component",
|
||||
"ext-intl": "For better performance than using Symfony Polyfill Component",
|
||||
"ext-mbstring": "For better performance than using Symfony Polyfill Component",
|
||||
"hwi/oauth-bundle": "If you want to use Facebook login (see https://docs.sylius.com/en/latest/cookbook/shop/facebook-login.html)"
|
||||
"hwi/oauth-bundle": "If you want to use Facebook login (see https://docs.sylius.com/en/latest/cookbook/shop/facebook-login.html)",
|
||||
"winzou/state-machine": "If you want to use Winzou State Machine (^0.4)",
|
||||
"winzou/state-machine-bundle": "If you want to use Winzou State Machine (^0.6)"
|
||||
},
|
||||
"config": {
|
||||
"preferred-install": {
|
||||
|
|
|
|||
|
|
@ -23,12 +23,12 @@
|
|||
"php": "^8.2",
|
||||
"symfony/dependency-injection": "^6.4.1 || ^7.1",
|
||||
"symfony/http-kernel": "^6.4.1 || ^7.1",
|
||||
"symfony/workflow": "^6.4.0 || ^7.1",
|
||||
"winzou/state-machine": "^0.4",
|
||||
"winzou/state-machine-bundle": "^0.6"
|
||||
"symfony/workflow": "^6.4.0 || ^7.1"
|
||||
},
|
||||
"suggest": {
|
||||
"twig/twig": "Access the state machine in your twig templates (^2.12|^3.3)"
|
||||
"twig/twig": "Access the state machine in your twig templates (^2.12|^3.3)",
|
||||
"winzou/state-machine": "If you want to use Winzou State Machine (^0.4)",
|
||||
"winzou/state-machine-bundle": "If you want to use Winzou State Machine (^0.6)"
|
||||
},
|
||||
"require-dev": {
|
||||
"matthiasnoback/symfony-config-test": "^5.1",
|
||||
|
|
|
|||
|
|
@ -68,8 +68,7 @@
|
|||
"symfony/mailer": "^6.4.0 || ^7.1",
|
||||
"symfony/messenger": "^6.4.0 || ^7.1",
|
||||
"symfony/webpack-encore-bundle": "^2.1",
|
||||
"symfony/workflow": "^6.4.0 || ^7.1",
|
||||
"winzou/state-machine-bundle": "^0.6"
|
||||
"symfony/workflow": "^6.4.0 || ^7.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/doctrine-bundle": "^2.3.1",
|
||||
|
|
|
|||
|
|
@ -972,11 +972,5 @@
|
|||
},
|
||||
"willdurand/negotiation": {
|
||||
"version": "v2.3.1"
|
||||
},
|
||||
"winzou/state-machine": {
|
||||
"version": "0.3.3"
|
||||
},
|
||||
"winzou/state-machine-bundle": {
|
||||
"version": "0.3.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue