barryvdh / laravel-httpcache

Laravel HTTP Cache
482 stars 41 forks source link

Upgrade symfony components in composer.json #23

Open rjsworking opened 8 years ago

rjsworking commented 8 years ago

Hi

Both "symfony/console" and "symfony/http-kernel" components are in version 3.0.x but composer.json requires and installs version 2.x. This way the components are downgraded when installing laravel-httpcache package. Is there any problem in change composer.json to get the latest versions as laravel composer.json does?

Cheers rs

barryvdh commented 8 years ago

See https://github.com/barryvdh/laravel-httpcache/commit/4822a859a3f720abcc5e2f0ec36f48459fdd0e0d So the dev version works.

rjsworking commented 8 years ago

Thank you very much :)