forked from smart-gamma/pact-behat-extension
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
36 lines (36 loc) · 858 Bytes
/
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
{
"name": "smart-gamma/pact-behat-extension",
"description": "Smart Gamma Behat extension for pact.io",
"license": "MIT",
"keywords": ["behat","pact","contract", "bdd"],
"authors": [
{
"name": "Evgeniy Kuzmin",
"email": "evgeniy.k@smart-gamma.com"
}
],
"repositories": [
{
"type" : "vcs",
"url" : "https://github.com/samsonasik/phpspec-code-coverage",
"no-api": true
}
],
"type": "library",
"require": {
"php" : ">=7.0",
"behat/behat": "^3.4",
"pact-foundation/pact-php": "^5.0"
},
"autoload": {
"psr-4": {
"SmartGamma\\Behat\\PactExtension\\": "src/SmartGamma/Behat/PactExtension"
}
},
"require-dev": {
"phpspec/phpspec": "^5.1",
"memio/spec-gen": "^0.9.0",
"leanphp/phpspec-code-coverage": "dev-patch-1",
"phpstan/phpstan": "^0.10.6"
}
}