forked from lwc/kumite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 729 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 729 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
{
"name": "lwc/kumite",
"version": "2.0.2",
"type": "library",
"description": "A simple library for multivariate testing in web applications",
"keywords": ["multivariate", "split", "a-b", "testing"],
"license": "MIT",
"authors": [
{ "name": "Luke Cawood", "email": "luke.cawood@99designs.com" }
],
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"mockery/mockery": ">=0.7.2",
"phpunit/phpunit": "~3.7"
},
"suggest": {
"lwc/kumite-moa": "Easily save kumite data in mongodb using moa",
"lwc/kumite-pheasant": "Easily save kumite data in mysql using pheasant"
},
"autoload": {
"psr-0": { "Kumite": "lib" }
}
}