-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
47 lines (47 loc) · 1.46 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
{
"name": "kaliop/ezobjectwrapperbundle",
"type": "symfony-bundle",
"description": "Easy wrappers for your eZPlatform/eZPublish5 content/location objects",
"license": "GPL-2.0",
"authors": [
{
"name": "Kaliop",
"homepage": "http://www.kaliop.com/"
}
],
"require": {
"php": ">=5.6",
"ezsystems/ezpublish-kernel": ">=5.4|>=2014.11"
},
"require-dev": {
"codeclimate/php-test-reporter": "~0.4",
"kaliop/ezmigrationbundle": "^5.10.1",
"phpunit/phpunit": "^4.8 || ^5.7 || ^7.5",
"roave/security-advisories": "dev-disablechecks as dev-master",
"symfony/phpunit-bridge": "*"
},
"autoload": {
"psr-4": {"Kaliop\\eZObjectWrapperBundle\\": "WrapperBundle"}
},
"_comment::tests": "the following section is needed to insure that eZPublish 5 can be built using the euts 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"
},
{
"type": "vcs",
"url": "https://github.com/kaliop-uk/SecurityAdvisoriesNoConflicts",
"no-api": true
}
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/tanoconsulting"
}
]
}