scoutapp / scout-apm-php

ScoutAPM's Base PHP Agent - See README for Laravel, Symfony, and other framework support.
https://scoutapm.com
MIT License
16 stars 3 forks source link

Add support for psr/message:^2.0 #306

Closed asgrim closed 1 year ago

asgrim commented 1 year ago

Now that psr/message:2.0 was released, upstream packages are starting to require this. Picked this up in the scheduled builds: https://github.com/scoutapp/scout-apm-php/actions/runs/4850172917

Check if we can support both ^1.0 and ^2.0 simultaneously, or if a clean cut is required.