v2.0.0
New Requirements
None
New features
- The plugin now collects attributes on properties.
Attributes::findTargetProperties()returns target properties, andfilterTargetProperties()filters properties with a predicate.
Backward Incompatible Changes
- The paths defined by the
includeandexcludedirectives are relative to thecomposer.jsonfile. The{vendor}placeholder is replaced by the absolute path to the vendor directory.
Deprecated Features
- The
ignore-pathsdirective has been replaced byexclude.
Other Changes
- The plugin no longer use a file cache by default. To persist a cache between runs, set the environment variable
COMPOSER_ATTRIBUTE_COLLECTOR_USE_CACHEto1,yes, ortrue.