forked from danielstjules/pho
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 735 Bytes
/
Copy pathcomposer.json
File metadata and controls
27 lines (27 loc) · 735 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
{
"name": "danielstjules/pho",
"description": "A BDD testing framework",
"keywords": [
"bdd", "behavior driven development", "framework", "pho", "test", "unit"
],
"homepage": "https://github.com/danielstjules/pho",
"license": "MIT",
"authors": [
{
"name": "Daniel St. Jules",
"email": "danielst.jules@gmail.com",
"homepage": "http://www.danielstjules.com"
}
],
"require": {
"php": ">=5.4.0"
},
"support": {
"issues": "https://github.com/danielstjules/pho/issues",
"source": "https://github.com/danielstjules/pho"
},
"autoload": {
"psr-4": { "pho\\": "src/" }
},
"bin": ["bin/pho"]
}