robclancy / presenter

Decorate your objects using presenters. Primarily to keep presentation logic out of your models.
MIT License
345 stars 38 forks source link

Laravel 4.1 support? #21

Closed ejunker closed 10 years ago

ejunker commented 10 years ago

Please update to work with Laravel 4.1.

Manc commented 10 years ago

It works:

"require": {
    "robclancy/presenter": "1.2.*"
}

I guess this ticket can be closed.

ejunker commented 10 years ago

What I meant was that it is using the 4.0 version instead of 4.1 version of view.

"illuminate/view": "4.0.*",
robclancy commented 10 years ago

That's just to run tests so this isn't important. However will leave open for when I do make an update as I will need to run tests against the current stable version.