KnpLabs / KnpMenu

Menu Library for PHP

Home Page:https://knplabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Last version is broken ?

jorismulliez opened this issue · comments

Hi,

I just open an issue in the repository of KnpMenuBundle : KnpLabs/KnpMenuBundle#330

My Symfony App is broken since I ran a composer update.

I looked into composer.json of KnpMenuBundle and I see the dependency (https://github.com/KnpLabs/KnpMenuBundle/blob/2.1.2/composer.json#L22 ) :

"knplabs/knp-menu": "~2.1",

So if I understand the version of KnpMenu should be < 2.2 ?

But when I looked into my general composer.lock I see this line :

        {
            "name": "knplabs/knp-menu",
            "version": "2.2.0",
...

Is it the normal ?

Thanks for your help,

What do you mean by 'broken'? Please add an error message.

~2.1 means >=2.1,<3.0. So I don't see any issue here.

Closing as it's waiting for a response for a long time. I also don't see what exactly is broken here.

If you have more information and still think this is broken, please add a new comment. We can always reopen :)