-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomposer.json
36 lines (36 loc) · 1.03 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
{
"name": "claroline/migration-bundle",
"description": "Claroline migration bundle",
"keywords": ["Claroline", "Migration"],
"homepage": "http://www.claroline.net",
"type": "bundle",
"license": "GPL-3.0+",
"authors": [
{
"name": "Claroline development team",
"email": "[email protected]",
"homepage": "http://github.com/claroline"
}
],
"require": {
"php": ">=5.5",
"symfony/framework-bundle": "*",
"symfony/console": "~2.0",
"symfony/twig-bridge": "~2.0",
"symfony/twig-bundle": "~2.0",
"doctrine/orm": "~2.2",
"doctrine/migrations": "~1.3",
"jdorn/sql-formatter": "~1.0",
"psr/log": "~1.0",
"claroline/kernel-bundle": "~6.0"
},
"require-dev": {
"mockery/mockery": "dev-master@dev",
"mikey179/vfsStream": "dev-master"
},
"autoload": {
"psr-4": { "Claroline\\MigrationBundle\\": "" }
},
"minimum-stability": "dev",
"prefer-stable": true
}