forked from ezsystems/LegacyBridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1.2 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
{
"name": "ezsystems/legacy-bridge",
"description": "eZ Platform bridge to eZ Publish Legacy",
"license": "GPL-2.0",
"type": "ezplatform-bundle",
"authors": [
{
"name": "eZ Systems",
"email": "dev-team@ez.no"
}
],
"minimum-stability": "stable",
"require": {
"ezsystems/ezpublish-legacy-installer": "^2.0.4",
"ezsystems/ezpublish-legacy": "^2018.09 | ^2019.02",
"ezsystems/ezpublish-kernel": "^7.4",
"ezsystems/ezplatform-xmltext-fieldtype": "^1.8",
"sensio/distribution-bundle": "^5.0.22",
"twig/twig": "^1.35 | ^2.5"
},
"require-dev": {
"ezsystems/ezplatform-http-cache": "*",
"matthiasnoback/symfony-dependency-injection-test": "^2.3",
"phpunit/phpunit": "^6.5",
"mikey179/vfsStream": "~1.1.0"
},
"autoload": {
"psr-4": {
"eZ\\Bundle\\EzPublishLegacyBundle\\": "bundle/",
"eZ\\Publish\\Core\\MVC\\Legacy\\": "mvc"
}
},
"config": {
"bin-dir": "bin"
},
"extra": {
"ezpublish-legacy-dir": "ezpublish_legacy",
"branch-alias": {
"dev-master": "2.1.x-dev"
}
}
}