forked from novaksolutions/infusionsoft-php-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
22 lines (22 loc) · 681 Bytes
/
composer.json
File metadata and controls
22 lines (22 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "novaksolutions/infusionsoft-php-sdk",
"description": "A better Infusionsoft SDK for PHP",
"keywords": ["api", "infusionsoft", "marketing", "infusionsoft-api", "infusion", "php-infusionsoft-api", "keap"],
"version": "v2022-06-01",
"license": "MIT",
"homepage": "https://github.com/novaksolutions/infusionsoft-php-sdk",
"authors": [
{
"name": "Novak Solutions",
"homepage": "https://novaksolutions.com"
}
],
"require": {
"php": ">=5.2.0",
"ext-curl": "*",
"neitanod/forceutf8": "~2.0"
},
"autoload": {
"classmap": ["Infusionsoft/infusionsoft.php"]
}
}