Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Support for Symfony 4 #247

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support for Symfony 4 #247

wants to merge 1 commit into from

Conversation

Nyholm
Copy link

@Nyholm Nyholm commented Nov 18, 2017

#SymfonyConHackday2017

Copy link
Contributor

@vincentchalamon vincentchalamon left a 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

@Nek-
Copy link
Contributor

Nek- commented Jan 9, 2018

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

@stphane
Copy link

stphane commented Jan 30, 2018

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.

@pierredup
Copy link

See #249

@aitboudad
Copy link
Contributor

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

@Nek- Nek- mentioned this pull request Apr 18, 2018
@yakobe
Copy link

yakobe commented Apr 18, 2018

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?

@ihortymoshenko
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants