Vinelab / cdn

CDN Assets Manager Package for Laravel.
MIT License
216 stars 71 forks source link

Update composer.json to work with Laravel 5.1 #65

Closed olimorris closed 9 years ago

olimorris commented 9 years ago

Hoping this will now work for Laravel 5.1.

I should be noted that v5.1. requires AWS ~3.0 if people use AQS for queuing or SES.

olimorris commented 9 years ago

@Mahmoudz - I note that this works with all PHP versions above PHP 5.4

Mulkave commented 9 years ago

@olimorris yup that's because L5.1 requires 5.5.9+ if you wish you can remove the 5.4 bits from .travis.yml and tests should pass. Thanks for the PR :+1:

olimorris commented 9 years ago

@Mulkave @Mahmoudz - Updated the travis.yml file so this should be good to go for Laravel 5.1.

Mulkave commented 9 years ago

Thanks!