forked from sebastianbergmann/php-file-iterator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
38 lines (37 loc) · 892 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "php5friends/php-file-iterator14",
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"type": "library",
"keywords": [
"iterator",
"filesystem"
],
"homepage": "https://github.com/php5friends/php-file-iterator14/",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Sebastian Bergmann",
"email": "[email protected]",
"role": "lead"
}
],
"support": {
"issues": "https://github.com/php5friends/php-file-iterator14/issues"
},
"replace": {
"phpunit/php-file-iterator": "*"
},
"require": {
"php": ">=5.3.3"
},
"autoload": {
"classmap": [
"src/"
]
},
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
}
}