FriendlyContexts icon indicating copy to clipboard operation
FriendlyContexts copied to clipboard

Support for Symfony 4

Open Nyholm opened this issue 7 years ago • 6 comments

#SymfonyConHackday2017

Nyholm avatar Nov 18 '17 13:11 Nyholm

Hello, upgrade to Symfony 4 is impossible ATM, indeed.

Nek- avatar Jan 09 '18 10:01 Nek-

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.

stphane avatar Jan 30 '18 17:01 stphane

See #249

pierredup avatar Apr 10 '18 11:04 pierredup

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"
      }
    ]

aitboudad avatar Apr 14 '18 20:04 aitboudad

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?

yakobe avatar Apr 18 '18 17:04 yakobe

Now is 2019, we need support for Symfony 4. Any news about it?

ihortymoshenko avatar Jan 11 '19 10:01 ihortymoshenko