-
Notifications
You must be signed in to change notification settings - Fork 66
Support for Symfony 4 #247
base: master
Are you sure you want to change the base?
Conversation
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.
This package requires nelmio/alice: ~2.0
which has a dependency on symfony/yaml: ^2.0||^3.0
: this is incompatible with Symfony 4. To support it, you'll need to update nelmio/alice
dependency to ^3.1
Hello, upgrade to Symfony 4 is impossible ATM, indeed. |
In the intent of upgrading our codebase to symfony 4, we have been facing a composer update rejection due to the improper "nelmio/alice" version requirement. Package constraint is set to |
See #249 |
hi, you can use my fork until an official merge: "require-dev": {
"knplabs/friendly-contexts": "@dev"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/aitboudad/FriendlyContexts.git"
}
] |
It would be great to figure this out. I didn't know this PR existed so i created a ticket #250. |
Now is 2019, we need support for Symfony 4. Any news about it? |
#SymfonyConHackday2017