-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 773 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 773 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": "jayhealey/webception",
"description": "Web Interface for running Codeception tests.",
"keywords": ["codeception", "webception", "testing", "php", "web interface"],
"homepage" : "https://github.com/jayhealey/Webception",
"authors": [
{
"name": "James Healey",
"email": "jayhealey@gmail.com",
"homepage": "http://twitter.com/jayhealey",
"role": "Developer"
}
],
"license": "MIT",
"require": {
"php": ">=7.1",
"slim/slim": "2.*",
"slim/views": "0.1.*",
"twig/twig": "~1.13",
"codeception/codeception": "2.*",
"symfony/yaml": "2.5.x-dev"
},
"autoload": {
"psr-0": {
"App": ""
}
}
}