-
When I'm using a PSR-7 front controller to handle requests like "/login/", the value it gets with $request->getRequestTarget() is actually "/login/?q=/login/&"
I don't know much about nginx configu…
-
Tried to use browscap-php with Symfony 6 (symfony/skeleton) but there is dependency conflict:
```
- Root composer.json requires browscap/browscap-php 7.0 -> satisfiable by browscap/browscap-ph…
-
Oi @andreia, tudo bem?
Há algum tempo atrás tinha começado a tradução da PSR-7 para o português do Brasil, mas o PHP-FIG acabou retirando as traduções do repositório oficial. Cheguei abrir uma issue …
-
## Summary
I am trying to preprocess a 2D EPI dwi image acquired sagittally. My preprocessed data looks bad (i.e., it has dark and bright spots that don't correspond to the anatomy) when run on my dw…
-
PHP Fatal error: Uncaught Error: Class "Symfony\Component\Console\Output\AnsiColorMode" not found in phar:/vendor/symfony/console/Terminal.php:18
my composer.json file
"require": {
"ph…
-
I have a WordPress theme which uses Timber via Composer. Timber has a dependency of a version of Twig that has the following autoloader in their composer.json.
```
"autoload": {
"psr-…
-
`composer require usarise/turnstile:*`
./composer.json has been updated
Running composer update usarise/turnstile
Loading composer repositories with package information
Updating dependencies
Yo…
-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Version
10.0.16
### …
-
### Laravel Printing Version
3.0.3
### Laravel Version
10.17.1
### Print Driver
CUPS
### Bug description
I've installed the package and the CUPS driver like documented. After setting up the cre…
-
### Symfony version(s) affected
7.0.*
### Description
I'm following the official documentation regarding tests and DTOs but I get this error when running the test. The code itself works, I've…