Paul Rotmann

Results 11 issues of Paul Rotmann

Preparation for release v2.7.0 on 2025-01-24.

Builds on top of #269, #270 and https://github.com/reactphp/socket/pull/323. Also had to remove ext-ev from default extensions, install it explicitly based on PHP version.

As mentioned in #74, I would like to add support for PHP 8.4. I have made the following changes in `src/Graph/GraphComposer.php`: ```php /** * * @param string $dir * @param...

As mentioned in #136, I would like to add support for PHP 8.4. I'm encountering similar issues as described in https://github.com/clue/graph-composer/issues/75. While fixing the nullable types in the codebase itself...