forked from SiftScience/sift-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (34 loc) · 729 Bytes
/
composer.json
File metadata and controls
35 lines (34 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
26
27
28
29
30
31
32
33
34
{
"name": "siftscience/sift-php",
"description": "Sift Science PHP library",
"keywords": ["sift", "sift science", "php", "fraud"],
"homepage": "https://github.com/SiftScience/sift-php",
"license": "MIT",
"version": "2.1.1",
"authors": [
{
"name": "Alex Lopatin"
},
{
"name": "Yoav Schatzberg"
},
{
"name": "Jacob Burnim"
},
{
"name": "Gary Lee"
}
],
"support": {
"email": "support@siftscience.com"
},
"require": {
"php": ">=5.0.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"classmap": ["lib/"]
}
}