phpunit / php-file-iterator
FilterIterator implementation that filters files based on a list of suffixes.
7.0.0
2026-02-06 04:33 UTC
Requires
- php: >=8.4
Requires (Dev)
- phpunit/phpunit: ^13.0
- dev-main / 7.0.x-dev
- 7.0.0
- 6.0.x-dev
- 6.0.1
- 6.0.0
- 5.1.1
- 5.1.0
- 5.0.1
- 5.0.0
- 4.1.0
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.4
- 1.3.3
- 1.3.2
- dev-renovate/main-github-actions
- dev-renovate/6.0-phpunit-phpunit-12.x
- dev-renovate/main-phpunit-phpunit-13.x
This package is auto-updated.
Last update: 2026-06-04 15:14:21 UTC
README
php-file-iterator
Installation
You can add this library as a local, per-project dependency to your project using Composer:
composer require phpunit/php-file-iterator
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 phpunit/php-file-iterator