-
We should have constructor options to control the HttpMethodsClient behaviour
- ~~default_headers~~ => plugin
- base_url (domain and start path, to be combined with the send() methods, see also https:…
-
I'm finishing coding League\Url v4 and it exposed the following class in public API
``` php
Url::sameValueAs(Psr\Http\Message\UriInterface $url);
```
To compare two PSR-7 UriInterface object based …
-
Looks like this library comes with it's own implementation of HTTP messages, almost identical to those defined in PSR-7 standard, but not compatible on interface level. I can see that:
- `UriInterface…
-
Hello there, I'm using Slim 4.5.0.
I'm PUTting a binary file to one of my routes but the `Slim\Psr7\Stream` instance I get from the `Slim\Http\ServerRequest` object won't tell me the content size. I'…
-
I'm new to using composer but I had to add
"vlucas/phpdotenv": "^5.4"
To get the dotenv to work.
I also had to modify:
/vendor/league/oauth1-client/src/Signature/HmacSha1Signature.php
line 37…
-
Hello, after updating The psr/http-message to the latest version I have the following error:
Declaration of Slim\Psr7\Uri::withScheme($scheme) must be compatible with Psr\Http\Message\UriInterface::w…
-
The publish community template is failing after the portal was upgraded to v10. Portal uses the Drupal and the underlying type has changed in the drupal and that is causing the /new API to fail.
…
-
I'm getting a bunch of `Module does not exist` issue after doing:
```ssh
docker-slim build thecodingmachine/php:7.3-v2-apache-node12
```
Running the slim container returns:
```
ERROR: Modul…
-
## Bug Report
**Current Behavior**
Currently flarum is loading over 450 files per page (with standard extensions enabled).
That is a bit too much and costs much unnecessary time.
Example: swi…
gooof updated
2 years ago
-
MODX 3 already has `guzzlehttp/guzzle` in [dependencies](https://github.com/modxcms/revolution/blob/3.x/composer.json) since the beginning of using Composer.
Why this package has [bootstrap.php](ht…