laminas / laminas-diagnostics

A set of components for performing diagnostic tests in PHP applications
https://docs.laminas.dev/laminas-diagnostics/
BSD 3-Clause "New" or "Revised" License
55 stars 32 forks source link

Add support for PHP 8.1.0 #31

Closed mkoprek closed 2 years ago

mkoprek commented 2 years ago
Q A
Documentation no
Bugfix no
BC Break no
New Feature yes
RFC no
QA no

Description

Add support for PHP 8.1.0 for laminas/laminas-diagnostics

Drop support for PHP 7.3

Cause there is no any tag yet in laminas/laminas-code I used a commit hash

Fixes #30

mkoprek commented 2 years ago

I removed locking laminas/laminas-code in composer.json Also I changed if with $memcached->getLastDisconnectedServer().

Now all should be good, but there will be problem with composer install until laminas/laminas-code 4.5.0 will be released.

mkoprek commented 2 years ago

@Ocramius I changes things you mentioned, could you please review it?