-
-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
Description
I'm trying to use react/filesystem with PHP 8:
PHP 8.0.0RC3 (cli) (built: Oct 29 2020 21:25:02) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.0-dev, Copyright (c) Zend Technologies
But on composer install I got:
Problem 1
- wyrihaximus/react-child-process-pool[1.3.0, ..., 1.4.2] require php ^5.4||^7.0 -> your php version (8.0.0RC3) does not satisfy that requirement.
- wyrihaximus/react-child-process-pool[1.5.0, ..., 1.6.0] require php ^7.0 || ^5.4 -> your php version (8.0.0RC3) does not satisfy that requirement.
- react/filesystem v0.1.2 requires wyrihaximus/react-child-process-pool ^1.3 -> satisfiable by wyrihaximus/react-child-process-pool[1.3.0, ..., 1.6.0].
- Root composer.json requires react/filesystem ^0.1.2 -> satisfiable by react/filesystem[v0.1.2].
It seems that the transitive dependency wyrihaximus/react-child-process-pool can't be used with PHP 8.
Do you have any plan on supporting PHP 8? Thanks.