forked from kaliop-uk/ezloremipsumbundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.14 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
{
"name": "kaliop/ezloremipsumbundle",
"type": "symfony-bundle",
"description": "Kaliop eZ-Lorem-Ipsum Bundle",
"keywords": ["ezpublish", "ezplatform"],
"license": "GPL-2.0",
"authors": [
{
"name": "Gaetano Giunta",
"email": "[email protected]",
"role": "Lead Developer"
}
],
"require": {
"php": ">=5.6",
"kaliop/ezmigrationbundle": "^5.1.1",
"fzaninotto/faker": "^1.7",
"tecnickcom/tcpdf": "*",
"symfony/expression-language": "*"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"codeclimate/php-test-reporter": "~0.4"
},
"autoload": {
"psr-4": { "Kaliop\\eZLoremIpsumBundle\\": "" }
},
"_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"
}
]
}