WyriHaximus / reactphp-child-process-pool

MIT License
40 stars 9 forks source link

Target PHP 8 in composer.json #55

Closed Ahmard closed 3 years ago

Ahmard commented 3 years ago

Add support to PHP 8

WyriHaximus commented 3 years ago

Thanks for the update, at least it installs now on PHP 7.x.

On PHP 8.x (nightly) it can't because not all dependencies have been updated yet to support PHP 8. So at least https://github.com/WyriHaximus/reactphp-child-process-messenger has to be updated. Already working on the CPU core count detector. Maybe one or two more packages also need updates before this one also works.