Florian Krämer

Results 11 comments of Florian Krämer

Is there no other php library that supports this on windows from which we could get some inspiration? :)

Any news? Can we expect a 2.0.0 tag at some point? I don't mind helping to finish the release, just not the bundle because I'm not using Symfony.

Its pretty simpe, upgrade or use another library that is stuck in ancient times? Or fork and downgrade the library.

Oh nice, I see some nice changes. 👍 I already did some as well, like adding interfaces and tooling. Especially phpstan already helped to find a few things and it's...

>This is a good one! That's a **horrible** bad "solution".

@6562680 are you interested in working with me on a fork? I just updated the lib to php8 and made it at least pass phpstan level 5.

I think this library here is a dead project, I don't expect to get an answer [here](https://github.com/rakit/validation/issues/149), so I forked it and started updating it. https://github.com/floriankraemer/validation/tree/refactor I just added phpstan...

I have the same issue. ``` Problem 1 - ecotone/pdo-event-sourcing 1.67.2 requires ecotone/dbal 1.67.2 -> satisfiable by ecotone/dbal[1.67.2]. - ecotone/pdo-event-sourcing 1.67.1 requires ecotone/dbal 1.67.1 -> satisfiable by ecotone/dbal[1.67.1]. - ecotone/pdo-event-sourcing...

The lib works only with arrays. Use reflections to convert your object into an array or implement a toArray() method that does that for you in your object. The library...

@cbornhoft any news? :)