forked from kaliop-uk/ezworkflowenginebundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 1.06 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
{
"name": "kaliop/ezworkflowenginebundle",
"type": "symfony-bundle",
"description": "Kaliop eZ-Workflow-Engine Bundle",
"keywords": ["workflow", "ezpublish", "ezplatform"],
"license": "GPL-2.0",
"require": {
"php": ">=5.6",
"kaliop/ezmigrationbundle": "^4.7 || ^5.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0 || ~5.0",
"codeclimate/php-test-reporter": "~0.4"
},
"autoload": {
"psr-4": { "Kaliop\\eZWorkflowEngineBundle\\": "" }
},
"_comment::tests": "the following section is needed to insure that eZPublish 5 can be built using the custom euts 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
}
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/tanoconsulting"
}
]
}