netsuitephp / netsuite-php

NetSuite PHP API Client with namespaces and autoloading
Other
189 stars 85 forks source link

psr/log version scope too narrow. #159

Closed chumanfu closed 10 months ago

chumanfu commented 12 months ago

Currently the version of psr/log is ^1.0. This means if you application has a dependency on psr/log > 1.0 you are unable to upgrade to the latest version.

lucashodge commented 12 months ago

I am using this on a Drupal project an I can't upgrade to Drupal 10 because it uses symphony 6 and this has psr/log (~3.0.0).

neclimdul commented 11 months ago

Please review the pull request then. There's an outstanding question.

chumanfu commented 11 months ago

Please review the pull request then. There's an outstanding question.

Done

jrebs commented 10 months ago

Closed by #154