forked from agilee/platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
80 lines (80 loc) · 2.61 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "oro/platform",
"description": "Business Application Platform (BAP)",
"homepage": "https://github.com/orocrm/platform.git",
"license": "MIT",
"authors": [
{
"name": "Oro, Inc",
"homepage": "http://www.orocrm.com"
}
],
"repositories": [
{
"type": "composer",
"url": "http://packagist.orocrm.com"
}
],
"require": {
"php": ">=5.4.4",
"ext-intl": "*",
"ext-mbstring": "*",
"ext-gd": "*",
"ext-xml": "*",
"ext-mysql": "*",
"symfony/symfony": "v2.3.6",
"doctrine/orm": "2.4.1",
"doctrine/doctrine-bundle": "1.2.0",
"doctrine/data-fixtures": "1.0.0",
"doctrine/doctrine-fixtures-bundle": "2.2.0",
"twig/extensions": "1.0.1",
"symfony/assetic-bundle": "2.3.0",
"symfony/icu": "~1.1",
"symfony/swiftmailer-bundle": "2.3.5",
"symfony/monolog-bundle": "2.3.0",
"sensio/distribution-bundle": "2.3.4",
"sensio/framework-extra-bundle": "2.3.4",
"sensio/generator-bundle": "2.3.4",
"incenteev/composer-parameter-handler": "2.1.0",
"jms/job-queue-bundle": "1.0.0",
"jms/serializer": "0.14.0",
"jms/serializer-bundle": "0.13.0",
"kriswallsmith/assetic": "1.1.2",
"knplabs/knp-menu": "2.0.x-dev",
"knplabs/knp-menu-bundle": "2.0.x-dev",
"knplabs/knp-paginator-bundle": "2.3.3",
"friendsofsymfony/rest-bundle": "0.12.0",
"friendsofsymfony/jsrouting-bundle": "1.5.0",
"nelmio/api-doc-bundle": "2.4.4",
"ass/xmlsecurity": "1.0.0",
"besimple/soap": "0.2.2",
"stof/doctrine-extensions-bundle": "1.1.0",
"escapestudios/wsse-authentication-bundle": "2.3.x-dev",
"liip/imagine-bundle": "0.17.1",
"leafo/lessphp": "0.4.0",
"genemu/form-bundle": "2.2.1",
"zendframework/zend-mail": "2.1.6",
"a2lix/translation-form-bundle": "1.2",
"mtdowling/cron-expression": "1.0.3",
"jdare/clank-bundle": "0.1.6",
"lexik/maintenance-bundle": "dev-master",
"sylius/flow-bundle": "0.6.0",
"composer/composer": "1.0.0-alpha8",
"akeneo/batch-bundle": "0.1.2",
"luxifer/doctrine-functions": "1.2.1",
"nesbot/Carbon": "1.8.0",
"monolog/monolog": "1.7.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Oro\\Bundle": "src/"
}
}
}