Closed darklow closed 11 years ago
Anyone can make the change? please.
Thank
@Shine-neko you can alias it with as
and it should work
@cordoval Sorry,
You have an example?
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.
use "knplabs/knp-time-bundle": "dev-2.2-support"
@Shine-neko nice yeah try what @pilot said first
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