KnpLabs / KnpTimeBundle

Provides helpers for time manipulation
http://knplabs.com
MIT License
604 stars 105 forks source link

Composer.json requirements support for Symfony 2.2 #29

Closed darklow closed 11 years ago

darklow commented 11 years ago

Could you please upgrade composer.json so that requirements met new Symfony 2.2? "symfony/framework-bundle": ">=2.0,<2.3-dev"

Otherwise we cannot use this package on latest dev versions, and composer throws conflicts. Right now this package is limited to less than 2.2: "symfony/framework-bundle": ">=2.0,<2.2-dev"

Thank you

Shine-neko commented 11 years ago

Anyone can make the change? please.

Thank

cordoval commented 11 years ago

@Shine-neko you can alias it with as and it should work

Shine-neko commented 11 years ago

@cordoval Sorry,

You have an example?

cordoval commented 11 years ago

getcomposer.org has some documentation but here also http://knplabs.com/blog/composer-level-up I helped sharpening the example of dev- usage.

The as example is there too.

pilot commented 11 years ago

use "knplabs/knp-time-bundle": "dev-2.2-support"

cordoval commented 11 years ago

@Shine-neko nice yeah try what @pilot said first