-
PSR-7 v2 support was added in #289, but there is no version released.
Please cut a new release with the recent changes included.
Thank you.
Ayesh updated
4 months ago
-
Hi,
I tried adding according to the documentation (eBook Vol. 1) slim/twig-view with the below result.
Problem 1
- Root composer.json requires slim/twig-view ^3.3 -> satisfiable by slim/twi…
-
`( ! ) Deprecated: Return type of Slim\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should …
-
How can we handle errors by ourselves completely?
I get this error below:
> Uncaught Slim\Exception\HttpNotFoundException: Not found.
If I remove these lines:
```
// $callableResolver = $…
-
```
app: pmt-slim php composer.phar require slim/slim:"4.*"
./composer.json has been updated
Running composer update slim/slim
Loading composer repositories with package information
Updating dep…
-
* Add Unit Tests, look at how Slim and Laravel are doing it
* Look into using example in https://akrabat.com/testing-slim-framework-actions/ & https://github.com/slimphp/Slim-Skeleton/tree/main/tests…
-
I was in the process of migrating my web application to use the Slim `RequestResponseNamedArgs` controller invoker in favor of the previous PHP-DI/Invoker-based one I was using, and I had expected tha…
-
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…
-
## Description
The `PlainTextErrorRenderer` in Slim Framework applies HTML entity encoding to exception messages via the `htmlentities` function. This behavior leads to the encoding of special charac…
-
From https://github.com/slimphp/Slim-Psr7/actions/runs/9889214513/job/27314769934?pr=311:
```
Deprecation Notice: JsonSchema\Constraints\BaseConstraint::__construct(): Implicitly marking parameter…