-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.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": "ec-europa/oe-poetry-behat",
"description": "Poetry Client Behat extension.",
"type": "library",
"minimum-stability": "dev",
"prefer-stable": true,
"license": "EUPL-1.2",
"require": {
"behat/behat": "^3.5",
"ec-europa/oe-poetry-client": "^0.3.6",
"internations/http-mock": "^0.14",
"jeremeamia/superclosure": "^2.2",
"php": ">=5.6",
"symfony/yaml": "^3.3|^4.0"
},
"require-dev": {
"guzzle/guzzle": "~2.7|~3.0",
"monolog/monolog": "~1.23",
"openeuropa/code-review": "~1.0",
"phpunit/phpunit": "~5.7||~6.0"
},
"autoload": {
"psr-4": {
"EC\\Behat\\PoetryExtension\\": "./src"
}
},
"autoload-dev": {
"psr-4": {
"EC\\Behat\\PoetryExtension\\Tests\\": "./tests"
}
},
"scripts": {
"changelog": "docker run --rm -v \"$(pwd):$(pwd)\" -w $(pwd) muccg/github-changelog-generator ec-europa/oe-poetry-behat -t $CHANGELOG_GITHUB_TOKEN --future-release=$CHANGELOG_FUTURE_RELEASE"
}
}