Graham Campbell

Results 562 comments of Graham Campbell

`assertTag` has been removed on the master branch now btw.

This is fixed on the fork. The fork also works on PHP 8.0 and 8.1.

This shouldn't be closed until this package is changed to use the fork: https://github.com/jakubkulhan/chrome-devtools-protocol/blob/master/composer.json#L27.

Laravel's sister framework, "Lumen" is currently using fastroute `^1.3`, and needs to decide what to do in the future. Will there be a fastroute 2.0, or will a replacement package...

I'm not sure laravel wants to take on maintaining a router, which was the reason for choosing an external routing package. I don't speak on behalf of @taylorotwell though. Maybe...

Is the packaging code open source? That would allow community contributions.

@oerdnj Even though xdebug 3.0 will be compatible with PHP 7.2, I don't think it should ever be used, because phpunit 8 will crash with xdebug 3.0 and phpunit 9...

Right. My point was that xdebug 3.0 will be compatible with 7.2, but I don't think this ppa should use that version, ever, because of the phpunit compat issue.

> version for 7.0-7.2 7.0 and 7.1 have different max compatible versions: NB that table has a typo (7.1 is not actually supported by xdebug 3.0)

I guess, to be explicit, what I am proposing is (once xdebug 3.0 is stable): * PHP 5.6: xdebug 2.5.x * PHP 7.0: xdebug 2.7.x * PHP 7.1: xdebug 2.9.x...