1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 19:33:07 +01:00
freescout/vendor/phpunit/php-file-iterator
2018-07-23 03:08:32 -07:00
..
src Vendor 2018-07-23 03:08:32 -07:00
.gitattributes Vendor 2018-07-23 03:08:32 -07:00
.gitignore Vendor 2018-07-23 03:08:32 -07:00
ChangeLog.md Vendor 2018-07-23 03:08:32 -07:00
composer.json Vendor 2018-07-23 03:08:32 -07:00
LICENSE Vendor 2018-07-23 03:08:32 -07:00
README.md Vendor 2018-07-23 03:08:32 -07:00

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