forked from nielse63/php-image-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 785 Bytes
/
Copy pathcomposer.json
File metadata and controls
25 lines (25 loc) · 785 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
{
"name": "nielse63/phpimagecache",
"version" : "1.0.0",
"type": "library",
"description": "Image Cache is a very simple PHP module that accepts an image source and will compress and cache the file, move it to a new directory, and return the cache source for the image.",
"keywords": ["cache","caching","php cache","image cache"],
"homepage": "http://nielse63.github.io/php-image-cache",
"license": "Creative Commons Attribution",
"authors": [
{
"name": "Erik Nielsen",
"email": "erik@312development.com",
"homepage": "http://312development.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-0": {
"ImageCache": "src/"
}
}
}