-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 953 Bytes
/
composer.json
File metadata and controls
39 lines (39 loc) · 953 Bytes
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
38
39
{
"name": "fasterimage/fasterimage",
"description": "FasterImage finds the size or type of a set of images given their uris by fetching as little as needed, in parallel. Originally ported by Tom Moor.",
"type": "library",
"authors": [
{
"name": "Will Washburn",
"email": "[email protected]"
},
{
"name": "Weston Ruter"
}
],
"keywords": [
"fastimage",
"fast image",
"faster image",
"fasterimage",
"getimagesize",
"parallel",
"image size"
],
"github": "https://github.com/willwashburn/fasterimage",
"homepage": "https://github.com/willwashburn/fasterimage",
"license": "MIT",
"require": {
"php": ">=5.4.0",
"willwashburn/stream": ">=1.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"php-mock/php-mock-phpunit": "^2.3",
"php-coveralls/php-coveralls": "^2.1"
},
"autoload": {
"classmap": ["src"]
},
"minimum-stability": "stable"
}