maxbanton / cwh

Amazon Web Services CloudWatch Logs Handler for Monolog library
MIT License
417 stars 83 forks source link

[BUG] Can't install on PHP 8 (RC3) #90

Closed ghost closed 4 years ago

ghost commented 4 years ago

Describe the bug PHP version constraints are not compatible with PHP 8 (RC3). Code may or may not work though.

Expected behavior Installation succeeds without errors.

Please provide the steps to reproduce and if possible a minimal demo of the problem Trying composer require maxbanton/cwh=^2 results in:

  [InvalidArgumentException]                                                                                                         
  Package maxbanton/cwh at version ^2 has a PHP requirement incompatible with your PHP version, PHP extensions and Composer version  

and same for master branch.

Please tell about your environment: