-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.lock
54 lines (54 loc) · 1.8 KB
/
composer.lock
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
49
50
51
52
53
54
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "e52028473c523f9d5036cbee38f79891",
"packages": [
{
"name": "carloswgama/php-pagseguro",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/CarlosWGama/php-pagseguro.git",
"reference": "b73b296d9340acc44819c393fa91e9ca58a5c99e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/CarlosWGama/php-pagseguro/zipball/b73b296d9340acc44819c393fa91e9ca58a5c99e",
"reference": "b73b296d9340acc44819c393fa91e9ca58a5c99e",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"CWG\\PagSeguro\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Carlos W. Gama",
"email": "[email protected]"
}
],
"description": "Classe para realizar pagamentos comuns e recorrentes no PagSeguro",
"time": "2019-10-10T18:41:38+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}