Sin descripción

server 52763dedf1 gitignore hace 2 años
..
.github 52763dedf1 gitignore hace 2 años
src 52763dedf1 gitignore hace 2 años
tests 52763dedf1 gitignore hace 2 años
.gitattributes 52763dedf1 gitignore hace 2 años
.gitignore 52763dedf1 gitignore hace 2 años
.php_cs.dist 52763dedf1 gitignore hace 2 años
.travis.yml 52763dedf1 gitignore hace 2 años
ChangeLog.md 52763dedf1 gitignore hace 2 años
LICENSE 52763dedf1 gitignore hace 2 años
README.md 52763dedf1 gitignore hace 2 años
composer.json 52763dedf1 gitignore hace 2 años
phpunit.xml 52763dedf1 gitignore hace 2 años

README.md

Build Status

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