-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 1.04 KB
/
composer.json
File metadata and controls
34 lines (34 loc) · 1.04 KB
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
{
"name": "coral/file-bundle",
"type": "symfony-bundle",
"description": "Coral File Bundle",
"keywords": ["CMS", "Coral", "REST"],
"homepage": "https://github.com/Atlantic18/CoralFileBundle",
"license": "MIT",
"authors": [
{
"name": "Frantisek Troster",
"email": "frantisek.troster@atlantic18.com"
}
],
"require": {
"php": ">=5.3.2",
"coral/core-bundle": "0.1.0",
"symfony/framework-bundle": "~2.4",
"symfony/finder": "~2.4",
"symfony/yaml": "~2.4",
"symfony/browser-kit": "~2.4",
"symfony/security-bundle": "~2.4",
"symfony/monolog-bundle": "~2.4",
"sensio/framework-extra-bundle": "*",
"liip/imagine-bundle": "dev-master",
"doctrine/orm": "*",
"doctrine/doctrine-bundle": "*",
"doctrine/doctrine-fixtures-bundle": "*",
"gedmo/doctrine-extensions": "dev-master"
},
"autoload": {
"psr-0": { "Coral\\FileBundle": "" }
},
"target-dir": "Coral/FileBundle"
}