-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
37 lines (37 loc) · 918 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": "keyteq/cloudinary-metaindexer",
"description": "Indexes cloudinary account to a mongodb database, and makes it available to list items in the frontend based on selected tags.",
"type": "ezplatform-bundle",
"keywords": [
"ezpublish",
"ezplatform",
"cloudinary",
"keyteq",
"cloudinary-metaindexer"
],
"homepage": "https://github.com/keyteq/cloudinary-metaindexer",
"license": "GPL-2.0",
"authors": [
{
"name": "Keyteq",
"homepage": "http://www.keyteq.no",
"email": "[email protected]"
}
],
"require": {
"ezsystems/ezpublish-kernel": "*",
"doctrine/orm": "~2.4",
"doctrine/mongodb-odm": "^1.0",
"cloudinary/cloudinary_php": "^1.0"
},
"require-dev": {
},
"target-dir": "Keyteq/Bundle/CloudinaryMetaIndexer",
"autoload": {
"psr-0": {
"Keyteq\\Bundle\\CloudinaryMetaIndexer": ""
}
},
"scripts": {
}
}