Luís Cobucci

Results 190 comments of Luís Cobucci

> Instead of bumping min requirement of PHP, it makes more sense IMHO to simply test against the new version. But this is already happening, from 7.1 to nightly of...

> @lcobucci I'd prefer to see support 5.6 even if it's EOL since there is a lot of hostings that only supports this by default but make 7.2 as a...

We still plan to release v2, just got a busy life :)

@burzum it got even crazier recently... but am almost getting back in track :crossed_fingers:

@burzum I'm terribly sorry you feel this way. Your contribution is always helpful but bear in mind that I'm also trying to get a better perspective of the overall direction...

IMHO, solving the issue by introducing coupling doesn't really solve the issue, it creates other issues (on the long run, sure): 1. Tests will be full of calls to `DefaultClock::set()`,...

> It feels like "injecting an extra service" Sure, and what's the problem with that? Wouldn't you do the same when the Entity depends on a domain service? > UUID...

It might not be a bug indeed. I agree that generating an error after a mutation is a good thing but should it be presented together with the "bad things"?...

@icanhazstring sorry about the delay. I've built the `phar` using the latest commit and it ~indeed solved the issue, thanks :+1:~ Actually, it didn't (sorry). I had commented out the...

Could you use https://github.com/chimeraphp/routing? Removing the ignored package makes `composer-unused` report the false positive https://github.com/chimeraphp/routing/blob/1.0.x/composer-unused.php#L8 As you can see on https://github.com/chimeraphp/routing/blob/1.0.x/src/Handler/ExecuteAndFetch.php#L9 that package is used and removing the `readonly` modifier...