forked from xclarifyio/clarify-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 718 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 718 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
{
"name": "clarify/clarify-helper",
"version": "0.9.4",
"type": "library",
"description": "A PHP wrapper for the Clarify API",
"keywords": ["op3nvoice", "openvoice", "api", "audio search", "video search", "clarify", "clarify.io"],
"homepage": "https://github.com/Clarify/clarify-php",
"license": "MIT",
"authors": [
{
"name": "Keith Casey",
"email": "contrib@caseysoftware.com"
}
],
"require": {
"php": ">=5.3.0",
"guzzle/guzzle": "~3.9.0"
},
"require-dev": {
"mockery/mockery": ">=0.7.2",
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-4": { "Clarify\\": "src/Clarify/"}
}
}