-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove winzou state machine dependency #202
Remove winzou state machine dependency #202
Conversation
loic425
commented
Oct 14, 2020
Q | A |
---|---|
Bug fix? | no |
New feature? | yes |
BC breaks? | no |
Deprecations? | no |
Related tickets | |
License | MIT |
37fac4a
to
b6f4875
Compare
@pamil This one is ready, I will make the second part (upgrading the test app) on another PR. |
b6f4875
to
671d393
Compare
}, | ||
"replace": { | ||
"sylius/resource": "self.version" | ||
}, | ||
"conflict": { | ||
"friendsofsymfony/rest-bundle": "<3.0 >=4.0", | ||
"jms/serializer-bundle": "<3.5 >=4.0", | ||
"willdurand/hateoas-bundle": "<2.0 >=3.0" | ||
"willdurand/hateoas-bundle": "<2.0 >=3.0", | ||
"winzou/state-machine-bundle": "<0.3.2 || >=0.4.0 <0.4.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pamil I'm not sure at all for "<0.3.2 || >=0.4.0 <0.4.3", Can you confirm it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be fine I guess 👍
@@ -16,28 +16,14 @@ | |||
|
|||
class AppKernel extends Kernel | |||
{ | |||
public function registerBundles() | |||
public function registerBundles(): iterable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pamil I just use that part of new Symfony architecture to have something easier with all environments on travis to test optional bundles.
}, | ||
"replace": { | ||
"sylius/resource": "self.version" | ||
}, | ||
"conflict": { | ||
"friendsofsymfony/rest-bundle": "<3.0 >=4.0", | ||
"jms/serializer-bundle": "<3.5 >=4.0", | ||
"willdurand/hateoas-bundle": "<2.0 >=3.0" | ||
"willdurand/hateoas-bundle": "<2.0 >=3.0", | ||
"winzou/state-machine-bundle": "<0.3.2 || >=0.4.0 <0.4.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be fine I guess 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/Bundle/test/config/db.sql
should not be added
3054cae
to
917f40b
Compare
Rebased with master and ported Travis CI changes to GitHub Actions 🎉 |
917f40b
to
7bb221d
Compare
Thank you, Loïc! 🥇 |
This PR was merged into the 1.7-dev branch. Discussion ---------- | Q | A | --------------- | ----- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets | | License | MIT depends on #202 Commits ------- 2531d31 [WIP] Remove twig bundle dependency 83606fb Trying to fix test app conf