Eric Junker
Eric Junker
I would be nice if this package could also work with Guzzle 7. `^6.3|^7.0` [Guzzle 7 Upgrade Guide](https://github.com/guzzle/guzzle/blob/7.0.0/UPGRADING.md#60-to-70)
Is there a way to use the old-style composition of having a separate header and footer file with inheritance? I want to create a base layout and include a header...
I am running Docker for Mac 18.03.0-ce-mac60. The instructions say to access traefik at http://docker.localhost:8080 but I have no idea how that is supposed to work unless I add an...
I am not sure if this is within the scope of this project but there is a proposed standard for health data. More detailed information can be found at: https://inadarei.github.io/rfc-healthcheck/...
I want to hard code a literal value. Here is a minimal example: ``` php $fm->define('Resume')->setDefinitions([ 'salary' => 'd', ]); ``` The problem is I also have a global function...
I updated `composer.json` to allow Guzzle 7 and then also updated the tests to pass. The MockHttpResponse has to implement `Psr\Http\Message\ResponseInterface` and also had to mock `requestAsync()` for some tests...
It would be nice if you could also support Guzzle 7 in addition to 6. `^6.0|^7.0` [Guzzle 7 Upgrade Guide](https://github.com/guzzle/guzzle/blob/7.0.0/UPGRADING.md#60-to-70)
The tgalopin/html-sanitzer package is abandoned and should be replaced with symfony/html-sanitizer
Allow installing to use with Laravel 9
Allow installation with Laravel 10