vojtech-dobes / history.nette.ajax.js

Adds History API support to nette.ajax.js addon!
30 stars 27 forks source link

Composer: removed dependency on nette/nette #27

Closed jakubskrz closed 8 years ago

jakubskrz commented 8 years ago

Hi, I've run into problem with composer packages versions at my application because of dependency on nette/nette package, and this little change of composer requirements would solve it.

It's related to & fixes #26

Majkl578 commented 8 years ago

These packages exist only since version 2.2, so it essentially drops support for Nette 2.0 & 2.1.

jakubskrz commented 8 years ago

Oh, that's something I didn't consider...

I'll try give a look at Composer docs, if there is any easy solution to something like this. I dunno, maybe with branches? But then would be maintaining new changes pain in the arse.. So as like keeping own fork..

MichalKalita commented 8 years ago

@vojtech-dobes Can you merge it?

srigi commented 8 years ago

@vojtech-dobes I'm waiting for integration as well.

jinovak commented 8 years ago

@vojtech-dobes Are you planning to merge this PR?