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?
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