letrunghieu / active

The helper class for Laravel applications to get active class base on current route
https://www.hieule.info/tag/laravel-active/
MIT License
414 stars 82 forks source link

Watson conflict slows composer a lot #18

Closed loranger closed 9 years ago

loranger commented 9 years ago

I don't know why exactly, but composer update spends a lot (lot lot) a time reading and writing cache from watson/active package.

It's really sad because as a conflict it should simply be ignored.

I still don't know what you can do about it, but maybe a simple warning should be better than this network lag on each composer update.

letrunghieu commented 9 years ago

Thank you for your information, The package composer.json is one of my very first try on building a PHP package. In that time, I wrote many things "as the documentation told me" :smile: . I'll update my json file to more efficiency.

letrunghieu commented 9 years ago

Done! Two new minor releases.

loranger commented 9 years ago

Lightning fast fix ! Thank you ! :+1: