forked from eltrino/DiamanteDeskBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.11 KB
/
composer.json
File metadata and controls
45 lines (45 loc) · 1.11 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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "diamante/desk-bundle",
"description": "DiamanteDesk Bundle",
"homepage": "https://github.com/eltrino/DiamanteDeskBundle",
"license": "OSL-3.0",
"authors": [
{
"name": "Eltrino LLC",
"homepage": "http://eltrino.com"
}
],
"autoload": {
"psr-0": {
"Diamante\\DeskBundle": "."
}
},
"target-dir": "Diamante/DeskBundle",
"repositories": [
{
"type": "git",
"url": "https://github.com/eltrino/DiamanteDeskBundle.git"
}
],
"require": {
"php": ">=5.4.4",
"oro/platform": "1.4.*",
"beberlei/assert": "2.*",
"diamante/email-processing-bundle": "1.0.*@dev",
"diamante/api-bundle": "1.0.*@dev",
"diamante/user-bundle": "1.0.*@dev"
},
"require-dev": {
"eltrino/phpunit-mockannotations": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"replace": {
"eltrino/diamante-desk-bundle":"1.*"
}
}