drupal/vendor/phpunit/php-file-iterator
Nathaniel Catchpole 3ad9f73be7 Revert "Issue by timmillwood, hussainweb, davidwbarratt, Mile23, pfrenssen, claudiu.cristea, webchick, Crell, catch, patcon, RobLoach, dawehner, sun, kim.pepper, gagarine, effulgentsia, drumm, katbailey, Sylvain Lecoy, Mixologic, jhedstrom: Remove external dependencies from the core repo and let Composer manage the dependencies instead"
This reverts commit c6c691343f.
2016-02-05 09:54:57 +09:00
..
src Revert "Issue by timmillwood, hussainweb, davidwbarratt, Mile23, pfrenssen, claudiu.cristea, webchick, Crell, catch, patcon, RobLoach, dawehner, sun, kim.pepper, gagarine, effulgentsia, drumm, katbailey, Sylvain Lecoy, Mixologic, jhedstrom: Remove external dependencies from the core repo and let Composer manage the dependencies instead" 2016-02-05 09:54:57 +09:00
.gitattributes Revert "Issue by timmillwood, hussainweb, davidwbarratt, Mile23, pfrenssen, claudiu.cristea, webchick, Crell, catch, patcon, RobLoach, dawehner, sun, kim.pepper, gagarine, effulgentsia, drumm, katbailey, Sylvain Lecoy, Mixologic, jhedstrom: Remove external dependencies from the core repo and let Composer manage the dependencies instead" 2016-02-05 09:54:57 +09:00
.gitignore Revert "Issue by timmillwood, hussainweb, davidwbarratt, Mile23, pfrenssen, claudiu.cristea, webchick, Crell, catch, patcon, RobLoach, dawehner, sun, kim.pepper, gagarine, effulgentsia, drumm, katbailey, Sylvain Lecoy, Mixologic, jhedstrom: Remove external dependencies from the core repo and let Composer manage the dependencies instead" 2016-02-05 09:54:57 +09:00
ChangeLog.md Revert "Issue by timmillwood, hussainweb, davidwbarratt, Mile23, pfrenssen, claudiu.cristea, webchick, Crell, catch, patcon, RobLoach, dawehner, sun, kim.pepper, gagarine, effulgentsia, drumm, katbailey, Sylvain Lecoy, Mixologic, jhedstrom: Remove external dependencies from the core repo and let Composer manage the dependencies instead" 2016-02-05 09:54:57 +09:00
LICENSE Revert "Issue by timmillwood, hussainweb, davidwbarratt, Mile23, pfrenssen, claudiu.cristea, webchick, Crell, catch, patcon, RobLoach, dawehner, sun, kim.pepper, gagarine, effulgentsia, drumm, katbailey, Sylvain Lecoy, Mixologic, jhedstrom: Remove external dependencies from the core repo and let Composer manage the dependencies instead" 2016-02-05 09:54:57 +09:00
README.md Revert "Issue by timmillwood, hussainweb, davidwbarratt, Mile23, pfrenssen, claudiu.cristea, webchick, Crell, catch, patcon, RobLoach, dawehner, sun, kim.pepper, gagarine, effulgentsia, drumm, katbailey, Sylvain Lecoy, Mixologic, jhedstrom: Remove external dependencies from the core repo and let Composer manage the dependencies instead" 2016-02-05 09:54:57 +09:00
composer.json Revert "Issue by timmillwood, hussainweb, davidwbarratt, Mile23, pfrenssen, claudiu.cristea, webchick, Crell, catch, patcon, RobLoach, dawehner, sun, kim.pepper, gagarine, effulgentsia, drumm, katbailey, Sylvain Lecoy, Mixologic, jhedstrom: Remove external dependencies from the core repo and let Composer manage the dependencies instead" 2016-02-05 09:54:57 +09:00

README.md

File_Iterator

Installation

To add File_Iterator as a local, per-project dependency to your project, simply add a dependency on phpunit/php-file-iterator to your project's composer.json file. Here is a minimal example of a composer.json file that just defines a dependency on File_Iterator 1.4:

{
    "require": {
        "phpunit/php-file-iterator": "~1.4"
    }
}