parallel-functions
parallel-functions copied to clipboard
Unable to install together with packages that require laravel/serializable-closure v2
This library currently requires laravel/serializable-closure v1.
This prevents installation with the latest versions of tools like GrumPHP (requires laravel/serializable-closure v2 since version 2.11.0).
Also some issues with PHP 8.5 were only fixed on v2, e.g. the removal of a setAccessible call for class properties in 2.0.6.
Maybe both major versions could be allowed in parallel (heh), didn't check.