-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathcomposer.json
74 lines (74 loc) · 2.74 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
{
"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.4.0",
"symfony/assetic-bundle": "~2.3",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/monolog-bundle": "~2.3",
"doctrine/orm": "2.4.2",
"doctrine/doctrine-bundle": "1.2.0",
"twig/extensions": "~1.0.0",
"sensio/distribution-bundle": "~2.3.4",
"sensio/framework-extra-bundle": "~2.3.4",
"sensio/generator-bundle": "~2.3.4",
"jms/security-extra-bundle": "~1.5.1",
"jms/di-extra-bundle": "~1.4.0",
"jms/twig-js-bundle": "dev-master",
"jms/serializer-bundle": "~0.12",
"stof/doctrine-extensions-bundle": "~1.1.0",
"gedmo/doctrine-extensions": "~2.3.1",
"friendsofsymfony/jsrouting-bundle": "~1.2.1",
"friendsofsymfony/rest-bundle": "~1.0",
"friendsofsymfony/oauth-server-bundle": "~1.4",
"stfalcon/tinymce-bundle": "dev-master",
"white-october/pagerfanta-bundle": "~1.0.0",
"idci/exporter-bundle": "~1.0",
"leafo/lessphp": "0.4.0",
"twbs/bootstrap": "3.0.0",
"fortawesome/font-awesome": "~4.2.0",
"zenstruck/form-bundle": "dev-master",
"cocur/slugify": "~0.8",
"zendframework/zend-crypt": "~2.0,!=2.1.1",
"besimple/sso-auth-bundle": "*",
"composer/composer": "dev-master",
"willdurand/js-translation-bundle": "~1.2",
"mrclay/minify": "dev-master",
"natxet/CssMin": "dev-master",
"werkint/jsmin": "dev-master",
"nelmio/api-doc-bundle": "~2.4",
"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",
"icap/notification-bundle": "~1.0",
"johngrogg/ics-parser": "dev-master",
"gregwar/captcha-bundle": "dev-master",
"innova/angular-ui-translation-bundle": "2.0.0",
"knplabs/knp-menu-bundle": "~2.0"
},
"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"
}