forked from sostenesgomes/pagarme-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
100 lines (96 loc) · 2.94 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
],
"hash": "e0ccc8139aeb55fa5b2380befa3ad7e6",
"packages": [
],
"packages-dev": [
{
"name": "simpletest/simpletest",
"version": "v1.1.6",
"source": {
"type": "git",
"url": "https://github.com/simpletest/simpletest.git",
"reference": "43d947f842b7295c091a57c979a4533d3d6e9212"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simpletest/simpletest/zipball/43d947f842b7295c091a57c979a4533d3d6e9212",
"reference": "43d947f842b7295c091a57c979a4533d3d6e9212",
"shasum": ""
},
"require": {
"php": ">=5.0.5"
},
"type": "library",
"autoload": {
"classmap": [
"."
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.0+"
],
"authors": [
{
"name": "Lars Vierbergen",
"email": "vierbergenlars@gmail.com"
},
{
"name": "Lachlan Donald",
"email": "lachlan@ljd.cc"
},
{
"name": "Marcus Baker",
"email": "marcus@lastcraft.com",
"role": "Original project lead"
},
{
"name": "Jason Sweat",
"role": "Original developer"
},
{
"name": "Travis Swicegood",
"role": "Original developer"
},
{
"name": "Perrick Penet",
"role": "Original developer"
},
{
"name": "Edward Z. Yang",
"role": "Original developer"
}
],
"description": "Unit testing, mock objects and web testing framework for PHP built around test cases.",
"homepage": "http://simpletest.org/",
"keywords": [
"SimpleTest",
"code-coverage",
"junit",
"php",
"selenium",
"testing",
"unit-test",
"xunit"
],
"time": "2013-09-21 21:04:19"
}
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
],
"platform": {
"php": ">5.2",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*"
},
"platform-dev": [
]
}