FriendlyContexts
FriendlyContexts copied to clipboard
Support for Symfony 4
#SymfonyConHackday2017
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 ~2.0
but at least ^3.1
would satisfy SF4 dependency tree as stated by @vincentchalamon .
Now is there any chance for the updated composer.json to land on master soon ?
That would be really nice !
Thank you.
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. @aitboudad, could you create a PR and maybe your solution can be merged in?
Now is 2019, we need support for Symfony 4. Any news about it?