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

Support for Symfony 4#247

Open
Nyholm wants to merge 1 commit intoKnpLabs:masterfrom
Nyholm:patch-1
Open

Support for Symfony 4#247
Nyholm wants to merge 1 commit intoKnpLabs:masterfrom
Nyholm:patch-1

Conversation

@Nyholm
Copy link
Copy Markdown

@Nyholm Nyholm commented Nov 18, 2017

#SymfonyConHackday2017

Copy link
Copy Markdown
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
Copy Markdown
Contributor

Nek- commented Jan 9, 2018

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

@stphane
Copy link
Copy Markdown

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
Copy Markdown

See #249

@aitboudad
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown

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