v-wordpress-plugin-updater/vendor/phpunit/php-file-iterator
2026-04-06 02:20:19 +00:00
..
src feat: AEAD encryption, atomic uploads, SRI headers, dependency updates, read-side migration 2026-04-06 02:20:19 +00:00
ChangeLog.md feat: AEAD encryption, atomic uploads, SRI headers, dependency updates, read-side migration 2026-04-06 02:20:19 +00:00
composer.json feat: AEAD encryption, atomic uploads, SRI headers, dependency updates, read-side migration 2026-04-06 02:20:19 +00:00
LICENSE feat: AEAD encryption, atomic uploads, SRI headers, dependency updates, read-side migration 2026-04-06 02:20:19 +00:00
README.md modified: .gitignore 2025-10-20 06:55:25 -04:00
SECURITY.md modified: .gitignore 2025-10-20 06:55:25 -04:00

Latest Stable Version CI Status Type Coverage codecov

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