liip / LiipMonitorBundle

Integrates the LiipMonitor library into Symfony
http://liip.ch
467 stars 103 forks source link

Add support for PHP 8 #251

Closed lepiaf closed 3 years ago

lepiaf commented 3 years ago

PR is blocked by a dependency https://github.com/laminas/laminas-diagnostics/pull/15

composer update -n --prefer-dist --prefer-stable

Loading composer repositories with package information

Updating dependencies

Your requirements could not be resolved to an installable set of packages.

  Problem 1

    - laminas/laminas-diagnostics[1.5.0, ..., 1.6.x-dev] require php ^5.6 || ^7.0 -> your php version (8.0.0) does not satisfy that requirement.

    - Root composer.json requires laminas/laminas-diagnostics ^1.5 -> satisfiable by laminas/laminas-diagnostics[1.5.0, 1.6.0, 1.6.x-dev].

We have to wait merge of PR https://github.com/laminas/laminas-diagnostics/pull/15 and a new version.

kbond commented 3 years ago

Great, thanks for working on this @lepiaf!

kbond commented 3 years ago

Hey @lepiaf, we just switched to GH actions so you'll have to rebase/adjust this PR (once laminas/laminas-diagnostics#15 is complete).

kbond commented 3 years ago

@lepiaf can you rebase?

kbond commented 3 years ago

Thanks @lepiaf!