forked from josecoelho/skoch-filter-file-resize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 948 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
38
39
40
{
"name":"aufziehvogel/skoch-filter-file-resize",
"description":"Zend_Form filters for image resizing",
"keywords":[
"zend",
"zend form",
"zend form filters",
"image resize",
"zend form file resize"
],
"type":"library",
"homepage":"http://eliteinformatiker.de/2011/09/02/thumbnails-upload-and-resize-images-with-zend_form_element_file/",
"version":"dev-master",
"license":"MIT",
"authors":[
{
"name":"Stefan Koch",
"email":"[email protected]",
"homepage":"http://eliteinformatiker.de/",
"role":"Developer"
},
{
"name":"José Coelho",
"email":"[email protected]",
"homepage":"http://josecoelho.com",
"role":"Contributor"
}
],
"require":{
"php":">=5.2.4"
},
"autoload":{
"psr-0":{
"Skoch_":""
}
},
"include-path": [
""
]
}