sebastian / file-filter
Library for filtering files
Fund package maintenance!
sebastianbergmann
Liberapay
Thanks Dev
Tidelift
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/sebastian/file-filter
Requires
- php: >=8.4
Requires (Dev)
- phpunit/phpunit: ^13.0
This package is auto-updated.
Last update: 2026-02-01 16:48:54 UTC
README
sebastian/file-filter
Library for filtering files, extracted from phpunit/phpunit.
Installation
You can add this library as a local, per-project dependency to your project using Composer:
composer require sebastian/file-filter
If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:
composer require --dev sebastian/file-filter