-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
48 lines (48 loc) · 1.33 KB
/
composer.json
File metadata and controls
48 lines (48 loc) · 1.33 KB
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
41
42
43
44
45
46
47
48
{
"description": "Gesior premium with composer",
"authors": [
{
"name": "Ricardo Souza",
"email": "ricardo@codenome.com",
"homepage": "http://codenome.com",
"role": "Developer"
}
],
"license": "GPL-3.0+",
"require": {
"robthree/twofactorauth": "^1.6",
"paypal/rest-api-sdk-php": "*",
"thepixeldeveloper/sitemap": "^5.1",
"stil/gd-text": "^1.1",
"phpmailer/phpmailer": "^6.0",
"pagseguro/pagseguro-php-sdk": "^4.2",
"tinymce/tinymce": "4.8.3",
"mashape/unirest-php": "^3.0",
"guzzlehttp/guzzle": "~6.0",
"muvasco/picpay-php-sdk": "^1.0",
"ext-simplexml": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-gd": "*",
"ext-zip": "*",
"ext-curl": "*"
},
"repositories": {
"picpay-php-sdk": {
"type": "package",
"package": {
"name": "muvasco/picpay-php-sdk",
"version": "1.0",
"dist": {
"url": "https://github.com/muvasco/picpay-php-sdk/archive/master.zip",
"type": "zip"
}
}
}
},
"autoload": {
"psr-0": {
"Picpay\\": "vendor/muvasco/picpay-php-sdk/src"
}
}
}