Chris@0: # File_Iterator Chris@0: Chris@0: ## Installation Chris@0: Chris@0: You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/): Chris@0: Chris@0: composer require phpunit/php-file-iterator Chris@0: Chris@0: 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: Chris@0: Chris@0: composer require --dev phpunit/php-file-iterator Chris@0: