forked from gitter-badger/php-dark-launch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 772 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 772 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
29
30
31
32
33
34
{
"name": "telusdigital/darklaunch",
"type": "library",
"description": "Dark Launching for PHP",
"homepage": "https://github.com/telusdigital/php-dark-launch",
"license": "MIT",
"authors": [
{
"name": "Ben Visser",
"email": "benjamin.visser@telus.com"
},
{
"name": "Prashant Kandathil",
"email": "prashant@techsamurais.com"
}
],
"require": {
"php": "^5.3.3"
},
"require-dev": {
"behat/behat": "^3.0@dev",
"phpunit/phpunit": "4.7.*"
},
"config": {
"bin-dir": "bin/"
},
"autoload": {
"classmap": [
"src/"
]
},
"include-path": ["src/"],
"minimum-stability": "dev"
}