composer-attribute-collector icon indicating copy to clipboard operation
composer-attribute-collector copied to clipboard

A convenient and near zero-cost way to retrieve targets of PHP 8 attributes

Results 5 composer-attribute-collector issues
Sort by recently updated
recently updated
newest added

Hello :wave: Thank you for this very handy library :pray: I'm experiencing with it, trying to automate few things in my code base. But on some Symfony project of mine,...

### **Bug Report** **Package:** `olvlvl/composer-attribute-collector` #### **Issue Summary** The `Plugin` class from `olvlvl/composer-attribute-collector` loads before my custom autoload logic, which registers classes dynamically. As a result, classes that should be...

enhancement

Composer is using psr/log ^1.0 internally This package is a plugin to composer. While scanning for attributes it runs with psr/log 1.0 loaded by composer. If this plugin scans a...

The link in the README to the Laravel app was linked to the Symfony app.

For big monoliths, it would be handy to be able to use the glob pattern when including/excluding. For instance, instead of ```yaml { "extra": { "composer-attribute-collector": { "exclude": [ "apps/admin/tests/",...