samsonasik / ErrorHeroModule

:gem: A Hero for your Zend Framework/Laminas, and Expressive/Mezzio application to log ( DB and Mail ) and handle php errors & exceptions during Mvc process/between request and response
MIT License
50 stars 6 forks source link

error-hero-module downgrades from 2.16.0 to 2.3.0 when I update beberlei/assert to v3.1.0 #59

Closed dennis-fedco closed 5 years ago

dennis-fedco commented 5 years ago

What ZF application I'm using when issue happen ?

What PHP version you're using?

What ErrorHeroModule version you're using?

What Database you're using?

Expected behavior

Not downgrading samsonasik/error-hero-module from 2.16.0 to 2.3.0.

Actual behavior

composer Downgrading samsonasik/error-hero-module (2.16.0 => 2.3.0)

Steps/Codes to reproduce the behavior

  1. Update beberlei/assert from v2.9.6 to v3.1.0 in composer.json file, while having samsonasik/error-hero-module (2.16.0)
  2. Run composer update
samsonasik commented 5 years ago

@dennis-fedco thank you. It should be fixed at https://github.com/samsonasik/ErrorHeroModule/commit/57a91aa4a794c6b34b04f9a151d64fdc8aa36c92 .