forked from kaliop-uk/ezmigrationbundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
63 lines (63 loc) · 1.95 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
{
"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.6",
"ext-pdo": "*",
"ezsystems/ezpublish-kernel": ">=5.4|>=2014.11",
"mtdowling/jmespath.php": "2.*",
"nikic/php-parser": "^2.0 || ^3.0",
"symfony/process": "*",
"symfony/swiftmailer-bundle": "*",
"symfony/validator": "*",
"symfony/var-dumper": "*"
},
"require-dev": {
"mikey179/vfsStream": "~1.2.0",
"polishsymfonycommunity/symfony2-mocker-extension": "*",
"php-http/mock-client": "*",
"phpunit/phpunit": "~4.0 || ~5.0",
"codeclimate/php-test-reporter": "~0.4"
},
"suggest": {
"php-http/httplug-bundle": "Required for usage of HTTP/CALL migration steps"
},
"conflict": {
"netgen/tagsbundle": "1.*",
"ezsystems/ezpublish-kernel": "6.7.3"
},
"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",
"no-api": true
}
]
}