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 83 forks source link

Make compatible with Laravel 4.2 #1

Closed lowerends closed 10 years ago

lowerends commented 10 years ago

Hi,

Is it possible to make this package compatible with Laravel 4.2? The current composer requirements don't seem to allow Laravel 4.2.x.

Thanks

letrunghieu commented 10 years ago

Hi,

Thank you for using this package. I have publish new releases to support Laravel 4.0 and Laravel 4.2. You can update your composer.json to require "hieu-le/active":"~1.0" instead of the old requirement or check my releases

lowerends commented 10 years ago

Thanks!