forked from crucialwebstudio/chargify-sdk-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 987 Bytes
/
composer.json
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
35
36
37
38
39
40
{
"name": "chargely/chargify-sdk-php",
"homepage": "https://github.com/chargely/chargify-sdk-php",
"description": "Chargify SDK for PHP - Use the Chargify API in your PHP project",
"keywords": [
"chargify",
"chargify direct",
"chargify v2",
"billing portal",
"api",
"sdk",
"php",
"chargely"
],
"type": "library",
"license": "Apache-2.0",
"authors": [
{
"name": "Chargely",
"homepage": "http://www.chargely.com"
}
],
"support": {
"issues": "https://github.com/chargely/chargify-sdk-php/issues"
},
"require": {
"php": ">=5.5.0",
"guzzlehttp/guzzle": "6.1.1"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"fabpot/php-cs-fixer": "1.11",
"monolog/monolog": "1.17.2"
},
"autoload": {
"psr-4": {
"Crucial\\Service\\": "src/Crucial/Service"
}
}
}