forked from epicformbuilder/wixhive-php-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 745 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 745 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
{
"name": "epicformbuilder/wixhive-php-api",
"description": "WixHive API PHP Library",
"type": "library",
"version": "0.0.2",
"homepage": "https://github.com/Epicformbuilder/wixhive-php-api",
"license": "BSD-3-Clause",
"keywords": ["php", "wix", "wixhive"],
"require": {
"php": ">=5.4.0"
},
"authors" : [
{
"name" : "Epic Form Builder Team",
"email" : "support@epicformbuilder.com"
}
],
"require-dev": {
"phake/phake": "2.0.*@dev",
"phpunit/phpunit": "4.2.6"
},
"config": {
"bin-dir": "./"
},
"autoload": {
"psr-4": { "epicformbuilder\\": "src/epicformbuilder" }
},
"minimum-stability": "stable"
}