scoutapp / scout-apm-laravel

ScoutAPM PHP Agent for the Laravel Framework
MIT License
22 stars 12 forks source link

Loosen version of psr/log in require-dev #11

Closed cschneid closed 5 years ago

cschneid commented 5 years ago

I don't know why we have two entries for psr/log in composer.json, but normal is 1.0 and up, but then require-dev has 1.1 and up. This causes conflicts when installing locally on a developer's machine who defaults to installing w/ dev options.

cschneid commented 5 years ago

image

asgrim commented 5 years ago

This is because psr/log:^1.1 is required in the Laravel package: https://github.com/scoutapp/scout-apm-laravel/blob/master/composer.json#L20 - this issue should be moved there