forked from claroline/CoreBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
73 lines (73 loc) · 2.64 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
{
"name": "claroline/core-bundle",
"description": "Claroline core bundle",
"keywords": ["Claroline", "Core"],
"homepage": "http://www.claroline.net",
"type": "claroline-core",
"license": "GPL-3.0+",
"authors": [
{
"name": "Claroline development team",
"email": "[email protected]",
"homepage": "http://github.com/claroline"
}
],
"require": {
"php": ">=5.4.1",
"ext-mcrypt": "*",
"symfony/symfony": "2.5.7",
"symfony/assetic-bundle": "2.5.0",
"symfony/swiftmailer-bundle": "2.3.8",
"symfony/monolog-bundle": "2.6.1",
"doctrine/orm": "2.4.6",
"doctrine/doctrine-bundle": "1.3.0",
"twig/extensions": "1.2.0",
"sensio/distribution-bundle": "~2.3",
"sensio/framework-extra-bundle": "~3.0.0",
"sensio/generator-bundle": "~2.4",
"jms/security-extra-bundle": "1.5.1",
"jms/di-extra-bundle": "1.5.0",
"jms/twig-js-bundle": "1.0.0",
"jms/serializer-bundle": "~0.13",
"stof/doctrine-extensions-bundle": "1.1.0",
"gedmo/doctrine-extensions": "2.3.9",
"friendsofsymfony/jsrouting-bundle": "1.5.3",
"friendsofsymfony/rest-bundle": "1.4.2",
"friendsofsymfony/oauth-server-bundle": "1.4.2",
"stfalcon/tinymce-bundle": "0.3.8",
"white-october/pagerfanta-bundle": "1.0.2",
"idci/exporter-bundle": "1.0.0",
"leafo/lessphp": "0.4.0",
"twbs/bootstrap": "3.0.0",
"fortawesome/font-awesome": "4.2.0",
"zenstruck/form-bundle": "1.5.1",
"cocur/slugify": "1.0",
"zendframework/zend-crypt": "2.3.3",
"besimple/sso-auth-bundle": "*",
"composer/composer": "dev-master",
"willdurand/js-translation-bundle": "2.1.4",
"mrclay/minify": "2.2.0",
"natxet/CssMin": "3.0.2",
"werkint/jsmin": "1.0.0",
"nelmio/api-doc-bundle": "~2.7",
"hwi/oauth-bundle": "0.4.*@dev",
"claroline/bundle-recorder": "~3.0",
"claroline/kernel-bundle": "~1.0",
"claroline/installation-bundle": "~3.1",
"claroline/front-end-bundle": "~2.0",
"claroline/migration-bundle": "~1.0",
"johngrogg/ics-parser": "dev-master",
"gregwar/captcha-bundle": "1.0.12",
"knplabs/knp-menu-bundle": "2.0.0",
"innova/angular-js-bundle": "1.0.2"
},
"require-dev": {
"mockery/mockery": "dev-master@dev",
"hamcrest/hamcrest": "~1.1.0",
"mikey179/vfsStream": "dev-master"
},
"autoload": {
"psr-0": { "Claroline\\CoreBundle": "" }
},
"target-dir": "Claroline/CoreBundle"
}