-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 829 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (28 loc) · 829 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
{
"name": "itm/image-preview-bundle",
"description": "Bundle for upload files and generate image preview based on LiipImagineBundle and ITMFilePreviewBundle",
"type" : "symfony-bundle",
"require": {
"liip/imagine-bundle": "^2.1",
"itm/file-preview-bundle": "dev-master"
},
"repositories": [{
"type": "vcs",
"url": "http://stash.itmclient.com/scm/sb/itmfilepreviewbundle.git"
}],
"license": "proprietary",
"authors": [
{
"name": "Samusevich Alexander",
"email": "archer.developer@gmail.com"
},
{
"name": "Alexei Yanochkin",
"email": "yanker.developer@gmail.com"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": { "ITM\\ImagePreviewBundle\\": "" }
}
}