heiseonline / shariff-backend-php

👮 PHP backend for Shariff. Shariff enables website users to share their favorite content without compromising their privacy.
http://ct.de/-2467514
134 stars 44 forks source link

version conflict with Symfony and psr/log #112

Closed tsia closed 8 years ago

tsia commented 8 years ago

symfony 2.3 requires "psr/log": "~1.0" and 1.0.1 is the latest version, but shariff requires "psr/log": "1.0.0"

this broke our deployment yesterday.

img_2016-09-23 11 24 38

we currently force "psr/log": "1.0.0" so that we can continue deployment but it would be nice to have following updates of "psr/log"