vojtasvoboda / oc-twigextensions-plugin

Twig extensions plugin for OctoberCMS
MIT License
18 stars 26 forks source link

Conflicting dependency with Laravel 5.1 #9

Closed nathan-van-der-werf closed 8 years ago

nathan-van-der-werf commented 8 years ago

When installing this plugin in the newest version of OctoberCMS (with Laravel 5.1) you'll get a conflict on the Symonfy/Translation dependency.

Your plugin requires "symfony/translation": "^3.0" while Laravel 5.1 requires "symfony/translation": "2.7.*"

vojtasvoboda commented 8 years ago

Try it now please, I have updated dependencies to be compatible with Laravel 5.1 requirements.

nathan-van-der-werf commented 8 years ago

It worked.