X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fphpunit%2Fphp-file-iterator%2FREADME.md;fp=vendor%2Fphpunit%2Fphp-file-iterator%2FREADME.md;h=8f2caf2a4d4f873f22fa4414f63117903fabfc45;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=0000000000000000000000000000000000000000;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/vendor/phpunit/php-file-iterator/README.md b/vendor/phpunit/php-file-iterator/README.md new file mode 100644 index 000000000..8f2caf2a4 --- /dev/null +++ b/vendor/phpunit/php-file-iterator/README.md @@ -0,0 +1,12 @@ +# File_Iterator + +## Installation + +You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/): + + 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 +