-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 750 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (28 loc) · 750 Bytes
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
{
"name": "wolg/behat",
"description": "Behat Shell",
"type": "cakephp-plugin",
"keywords": ["cakephp", "behat", "shell"],
"homepage": "https://github.com/Wolg/CakePHP-Behat",
"license": "MIT",
"authors": [
{
"name": "Wolg",
"homepage": "http://github.com/Wolg",
"role": "Author"
},
{
"name": "Snapshot Media",
"homepage": "https://github.com/snapshotmedia",
"role": "Author"
}
],
"support": {
"issues": "https://github.com/Wolg/CakePHP-Behat/issues",
"source": "https://github.com/Wolg/CakePHP-Behat"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "*"
}
}