forked from kaliop-uk/ezmigrationbundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
53 lines (53 loc) · 1.57 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
{
"name": "kaliop/ezmigrationbundle",
"type": "symfony-bundle",
"description": "Kaliop eZ-Migration Bundle",
"keywords": ["migrations", "database", "ezpublish"],
"license": "GPL-2.0",
"authors": [
{
"name": "Gaetano Giunta",
"email": "[email protected]",
"role": "Lead Developer"
},
{
"name": "Daniel Clements",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Peter Halasz",
"email": "[email protected]",
"role": "Original author"
}
],
"require": {
"php": ">=5.4",
"ezsystems/ezpublish-kernel": ">=5.3|>=2014.03",
"ext-pdo": "*",
"nikic/php-parser": "2.*",
"symfony/process": "*"
},
"require-dev": {
"mikey179/vfsStream": "~1.2.0",
"polishsymfonycommunity/symfony2-mocker-extension": "*",
"phpunit/phpunit": "~4.0",
"codeclimate/php-test-reporter": "~0.4"
},
"conflict": {
"netgen/tagsbundle": "1.*"
},
"autoload": {
"psr-4": { "Kaliop\\eZMigrationBundle\\": "" }
},
"_comment::travis": "the following section is needed to insure that eZPublish 5 can be built on travis, using the custom directory structure where it is not in the root folder",
"extra": {
"ezpublish-legacy-dir": "vendor/ezsystems/ezpublish-legacy"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/gggeek/BehatBundle"
}
]
}