Jordi Boggiano

Results 94 issues of Jordi Boggiano

Using this library on PHP 8 leads to this warning: > PHP Warning: Private methods cannot be final as they are never overridden by other classes in vendor/php-console/php-console/src/PhpConsole/Connector.php on line...

Unfortunately the test suite fails for some reason I don't really understand. Hopefully this branch can be used as a base by someone else more familiar with the code though.

Based off the JS tests as the languages are very similar. This has also been reported as a security issue to the PHP project (security reports are private so I...

Basic infrastructure to let newpecl reuse Composer code for PHP extension packages.

Feature

Refs https://github.com/sebastianbergmann/phpunit/pull/5661 Providers which are not required by anything should not be installable. However the only way to fix this is to make every package require back everything that requires...

Bug

### Discussed in https://github.com/composer/composer/discussions/11072 Originally posted by **mad-briller** September 21, 2022 This is just a random idea i've had while upgrading projects and having a hard time narrowing down issues,...

### Discussed in https://github.com/composer/composer/discussions/11441 Originally posted by **MajPay** April 28, 2023 Hi! I was wondering if there are any plans to enhance the update command with a --patch-level-only (example name)...

Feature

Just a feature idea: UrlGeneratorInterface::generate as well as proxy methods in the base controller could check if the given route name is part of the defined routes in the application....

Not sure if that's the proper/best use of AccessoryArrayListType, but anyway I hope the intent is clear :)

If the runner command would create a lock on the filesystem (probably with a periodic `touch()` to mark it's still alive, and a user configured timeout so you can say...