-
Hello! I have an idea!
https://qossmic.github.io/deptrac/collectors/#composer-collector
According to documentation:
```The composer collector allows you to define dependencies on composer re…
-
We should make our logger [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md) compliant, and make all the classes logging something to use this. This is es…
-
I'm still working through how this works, but am building a library out that I'd like to follow these practices. Are you open to changes to become composer-ific?
-
I'd be willing to implement support for PSR-7 Request and the work in progress PSR for HttpFactory (`ResponseFactoryInterface`).
Anyone else think this is a good idea for the library? And is there …
-
### Description
This is likely low hanging fruit, but I noticed that installing packages with this dependency requires a dependency on `psr/container@v1.1.2`, which in many cases may be a downgrade f…
-
Setting up a new Drupal 10 project using Acquia BLT (which is built using Robo 3.x) I am noticing that...
Drupal 10.x requires psr/log 3.x. However, robo has a setLogger method (https://github.com/…
-
The `ILogger` interface is deprecated and its logging functions will be removed with Nextcloud 31.
Please migrate to the PSR LoggerInterface. The logging levels inside `ILogger` will remain, but we r…
-
- Laravel Version: 8
- Adldap2-Laravel Version: 6.15
- PHP Version: 8.0
- LDAP Type: OpenLDAP
### Description:
On fresh Laravel 8 installation, running `composer require adldap2/adldap2-laravel…
-
In `composer.json` it is specified that a PSR-4 Autoloader can be used:
https://github.com/prawnsalad/Nexmo-PHP-lib/blob/master/composer.json#L8-L10
However, the classes in the library do not have a …
-
Hi,
would it be possible to write logs to a PSR-3 compliant logger (Psr\Log\LoggerInterface)?
I'm currently using phpseclib in an Application which is writing all logs using Monolog. So it would be …