-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (43 loc) · 958 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
41
42
43
{
"name": "ricardomartins/pagbank-magento1",
"description": "Módulo PagBank/PagSeguro Nova Geração para Magento 1.x e OpenMage LTS",
"type": "magento-module",
"license": "GPL-3.0",
"homepage": "https://pagseguro.ricardomartins.net.br/",
"version": "4.6.1",
"support": {
"docs": "https://pagsegurotransparente.zendesk.com/hc/pt-br/",
"source": "https://github.com/r-martins/PagBank-Magento1"
},
"authors": [
{
"name": "Ricardo Martins",
"email": "pagseguro-transparente@ricardomartins.net.br"
},
{
"name": "Ligia Salzano",
"email": "ligiasalzano@gmail.com"
}
],
"require": {
"php": ">=5.6",
"ext-mbstring": "*"
},
"keywords": [
"magento",
"pagseguro",
"pagbank",
"payment",
"gateway",
"3ds",
"transparente",
"transparent",
"checkout",
"magento1",
"openmage",
"pix"
],
"require-dev": {
"phpstan/phpstan": "^1.10"
}
}