Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Sep 23, 2023
1 parent a008e27 commit e740af7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
[![Downloads](https://img.shields.io/packagist/dt/olvlvl/composer-attribute-collector.svg)](https://packagist.org/packages/olvlvl/composer-attribute-collector)

composer-attribute-collector is a plugin for [Composer][]. Its ambition is to provide a convenient
way—and near zero-cost—to retrieve targets of PHP 8 attributes. After the autoloader has been
way—and near zero cost—to retrieve targets of PHP 8 attributes. After the autoloader has been
dumped, the plugin collects attribute targets and generates a static file. Later, these targets can
be retrieved through a convenient interface, without involving reflection. The plugin is useful when
you need to _discover_ attribute targets in a codebase—for known targets you can use reflection.
be retrieved through a convenient interface, without reflection. The plugin is useful when you need
to _discover_ attribute targets in a codebase—for known targets you can use reflection.



Expand Down Expand Up @@ -154,7 +154,7 @@ replaced with the path to the vendor folder.

### Excluding paths or files ([root-only][])

Use the `exclude` property to excluded paths or files from inspection. This is handy when files
Use the `exclude` property to exclude paths or files from inspection. This is handy when files
cause issues or have side effects.

The specified paths are relative to the `composer.json` file, and the `{vendor}` placeholder is
Expand Down

0 comments on commit e740af7

Please sign in to comment.