edvinaskrucas / notification

Notification package for Laravel
MIT License
526 stars 98 forks source link

It seems not compatible with laravel 4.1.x #6

Closed ghost closed 11 years ago

ghost commented 11 years ago

when I run compose update, I get the failure notice like this:

Problem 1

a-p-co commented 11 years ago

Hi @austinhu, I have the same issue, did you finally found a solution? Thanks!

norrin77 commented 11 years ago

Same problem here. Is there a way to match requirements and update without destroying my sample laravel app?

Thanks.

dodyw commented 11 years ago

I get the same problem.

dodyw commented 11 years ago

I fix this by downgrading to laravel 4.0.x in my composer.json, then:

composer update
php artisan dump-autoload

mlubovac commented 11 years ago

@dodyrw

I have proceeded same way as you did and it completely screwed up my entire installation. I think I will hold of on using this package until they catch up with.

hgouveia commented 11 years ago

I have the same problem and i can not downgrade my laravel, plz update this package