parallel-functions icon indicating copy to clipboard operation
parallel-functions copied to clipboard

Unable to install together with packages that require laravel/serializable-closure v2

Open InvisibleSmiley opened this issue 2 months ago • 0 comments

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.

InvisibleSmiley avatar Oct 30 '25 14:10 InvisibleSmiley