Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires PHP extension ext-parallel * but it is missing from your system. Install or enable PHP's parallel extension.
Problem 2
- Root composer.json requires react-parallel/event-loop ^2@dev -> satisfiable by react-parallel/event-loop[2.x-dev].
- react-parallel/event-loop 2.x-dev requires ext-parallel * -> it is missing from your system. Install or enable PHP's parallel extension.
To enable extensions, verify that they are enabled in your .ini files:
- /usr/local/etc/php/8.2/php.ini
- /usr/local/etc/php/8.2/conf.d/20-ds.ini
- /usr/local/etc/php/8.2/conf.d/20-pcov.ini
- /usr/local/etc/php/8.2/conf.d/ext-opcache.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-parallel` to temporarily ignore these required extensions.