Yaffs site version 1.1
[yaffs-website] / vendor / phpunit / php-file-iterator / composer.json
1 {
2     "name": "phpunit/php-file-iterator",
3     "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4     "type": "library",
5     "keywords": [
6         "iterator",
7         "filesystem"
8     ],
9     "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
10     "license": "BSD-3-Clause",
11     "authors": [
12         {
13             "name": "Sebastian Bergmann",
14             "email": "sb@sebastian-bergmann.de",
15             "role": "lead"
16         }
17     ],
18     "support": {
19         "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
20         "irc": "irc://irc.freenode.net/phpunit"
21     },
22     "require": {
23         "php": ">=5.3.3"
24     },
25     "autoload": {
26         "classmap": [
27             "src/"
28         ]
29     },
30     "extra": {
31         "branch-alias": {
32             "dev-master": "1.4.x-dev"
33         }
34     }
35 }
36