forked from oroinc/platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
96 lines (96 loc) · 3.16 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"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": "https://packagist.orocrm.com"
}
],
"require": {
"php": ">=5.4.9",
"ext-intl": "*",
"ext-mbstring": "*",
"ext-gd": "*",
"ext-xml": "*",
"symfony/symfony": "2.7.*",
"twig/twig": "1.20.0",
"doctrine/orm": "2.5.1",
"doctrine/doctrine-bundle": "~1.6.0",
"doctrine/dbal": "2.5.1",
"doctrine/data-fixtures": "1.1.1",
"doctrine/doctrine-fixtures-bundle": "2.2.0",
"twig/extensions": "1.0.1",
"symfony/assetic-bundle": "2.3.0",
"symfony/swiftmailer-bundle": "2.3.*",
"symfony/monolog-bundle": "2.7.*",
"sensio/distribution-bundle": "4.0.3",
"sensio/framework-extra-bundle": "2.3.4",
"incenteev/composer-parameter-handler": "2.1.0",
"jms/job-queue-bundle": "1.2.*",
"jms/serializer": "0.14.0",
"jms/serializer-bundle": "0.13.0",
"kriswallsmith/assetic": "1.1.2",
"knplabs/knp-menu": "2.0.0-alpha2",
"knplabs/knp-menu-bundle": "2.0.0-alpha2",
"friendsofsymfony/rest-bundle": "1.7.1",
"friendsofsymfony/jsrouting-bundle": "1.5.4",
"nelmio/api-doc-bundle": "2.9.0",
"ass/xmlsecurity": "1.0.0",
"besimple/soap": "0.2.2",
"stof/doctrine-extensions-bundle": "1.1.0",
"escapestudios/wsse-authentication-bundle": "1.0.2",
"liip/imagine-bundle": "0.17.*",
"leafo/lessphp": "0.4.0",
"genemu/form-bundle": "2.2.1",
"zendframework/zend-mail": "2.1.5",
"a2lix/translation-form-bundle": "1.3",
"mtdowling/cron-expression": "1.0.*",
"jdare/clank-bundle": "0.1.*",
"guzzle/guzzle": "3.7.*",
"lexik/maintenance-bundle": "v1.0.3",
"sylius/flow-bundle": "0.6.*",
"composer/composer": "1.0.0-p1",
"akeneo/batch-bundle": "0.4.2",
"nesbot/Carbon": "1.8.*",
"monolog/monolog": "1.8.*",
"ocramius/proxy-manager": "0.4.*",
"knplabs/knp-gaufrette-bundle": "0.1.*",
"oro/doctrine-extensions": "1.0.*",
"tinymce/tinymce": "4.1.*",
"ezyang/htmlpurifier": "4.6.0",
"hwi/oauth-bundle": "~0.3",
"components/jquery": "2.1.*",
"components/underscore": "1.7.*",
"components/backbone": "1.1.*",
"components/font-awesome": "~4.3.0",
"piwik/device-detector": "~3.0",
"oro/jsplumb": "~1.7",
"oro/moment-timezone": "0.3.*",
"vakata/jstree": "^3.2"
},
"require-dev": {
"sensio/generator-bundle": "2.5.3"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-0": {
"Oro\\Component": "src/",
"Oro\\Bundle": "src/"
}
}
}