Majkl578 / nette-injects-extension

Nette Framework DI extension for injecting services into services' properties
MIT License
4 stars 1 forks source link

Composer: Nette 2.2 support #5

Open o5 opened 10 years ago

o5 commented 10 years ago

Can you change composer for nette 2.2?

Majkl578 commented 10 years ago

I think it would be good to use nette packages dependencies instead of nette/nette, but that will break compatibility with 2.1 and 2.0 imho. Any idea? cc @fprochazka

fprochazka commented 10 years ago

Good is to have ~2.1 and extension compatible with both versions.

If that's not possible, you'll have to create new development branch for older nette nette-2.1 and have 2.2 supported in master and backport bugfixes/features to 2.1 if needed.

Also, when you have two development branches, you'll be able to limit the dependencies on Nette 2.2 to only few packages.