forked from claroline/CoreBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
68 lines (68 loc) · 2.43 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
{
"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.5",
"ext-curl": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-intl": "*",
"ext-pdo_mysql": "*",
"besimple/sso-auth-bundle": "*",
"claroline/bundle-recorder": "~6.0",
"claroline/front-end-bundle": ">=7.0.1,<8",
"claroline/installation-bundle": "~6.0",
"claroline/kernel-bundle": "~6.0",
"claroline/migration-bundle": "~6.0",
"cocur/slugify": "~1.0",
"doctrine/dbal": "~2.4",
"doctrine/doctrine-bundle": "~1.3",
"doctrine/orm": "~2.4",
"friendsofsymfony/jsrouting-bundle": "~1.5",
"friendsofsymfony/oauth-server-bundle": "~1.4",
"friendsofsymfony/rest-bundle": "~1.4",
"gedmo/doctrine-extensions": "~2.3",
"gregwar/captcha-bundle": "1.0.12",
"hwi/oauth-bundle": "0.4.*@dev",
"idci/exporter-bundle": "1.0.0",
"jms/di-extra-bundle": "1.5.0",
"jms/security-extra-bundle": "1.5.1",
"jms/serializer-bundle": "~0.13",
"jms/twig-js-bundle": "1.0.0",
"johngrogg/ics-parser": "dev-master",
"knplabs/knp-menu-bundle": "2.0.0",
"leafo/lessphp": "0.4.0",
"mrclay/minify": "~2.2",
"natxet/CssMin": "3.0.2",
"nelmio/api-doc-bundle": "dev-master",
"sensio/distribution-bundle": "~2.3.4",
"sensio/framework-extra-bundle": "3.0.12",
"sensio/generator-bundle": "~2.4",
"stfalcon/tinymce-bundle": "0.3.8",
"stof/doctrine-extensions-bundle": "1.1.0",
"symfony/assetic-bundle": "~2.4",
"symfony/monolog-bundle": "~2.5",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/symfony": "~2.7.0",
"twig/extensions": "1.2.0",
"werkint/jsmin": "1.0.0",
"white-october/pagerfanta-bundle": "1.0.2",
"willdurand/js-translation-bundle": "~2.1",
"zendframework/zend-crypt": "~2.3",
"zenstruck/form-bundle": "1.5.1"
},
"autoload": {
"psr-4": { "Claroline\\CoreBundle\\": "" }
}
}