-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
49 lines (49 loc) · 1.5 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
{
"name": "kaliop/ezloremipsumbundle",
"type": "symfony-bundle",
"description": "Kaliop eZ-Lorem-Ipsum Bundle",
"keywords": ["ezpublish", "ezplatform"],
"license": "GPL-2.0",
"require": {
"php": ">=5.6",
"kaliop/ezmigrationbundle": "^5.1.1 || ^6.0",
"fakerphp/faker": "^1.9.1",
"tecnickcom/tcpdf": "*",
"symfony/expression-language": "*"
},
"require-dev": {
"phpunit/phpunit": "^5.0 || ^8.5.14",
"roave/security-advisories": "dev-disablechecks as dev-master"
},
"autoload": {
"psr-4": { "Kaliop\\eZLoremIpsumBundle\\": "" }
},
"_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"
},
{
"type": "vcs",
"url": "https://github.com/kaliop-uk/SecurityAdvisoriesNoConflicts",
"no-api": true
}
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/tanoconsulting"
}
],
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"ezsystems/ezpublish-legacy-installer": true,
"symfony/thanks": true
}
}
}