-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
144 lines (144 loc) · 4.65 KB
/
composer.lock
File metadata and controls
144 lines (144 loc) · 4.65 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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"_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#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "fa8f92d7f6b21d3101783e65563f3d76",
"content-hash": "0ac5f28a2075b3abc9958558425d1483",
"packages": [
{
"name": "packaged/figlet",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/packaged/figlet.git",
"reference": "5ea242cd37003a17aec5c1566f1982106ea1334a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/packaged/figlet/zipball/5ea242cd37003a17aec5c1566f1982106ea1334a",
"reference": "5ea242cd37003a17aec5c1566f1982106ea1334a",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Packaged\\Figlet\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Brooke Bryan",
"email": "brooke@bajb.net",
"homepage": "http://www.bajb.net"
}
],
"description": "Figlet Text Render",
"homepage": "http://packaged.in/figlet",
"keywords": [
"figlet",
"font"
],
"time": "2014-08-07 10:52:46"
}
],
"packages-dev": [
{
"name": "atoum/atoum",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/atoum/atoum.git",
"reference": "0352b7df476c4ffd226dd7dd823eecb13b28919a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/atoum/atoum/zipball/0352b7df476c4ffd226dd7dd823eecb13b28919a",
"reference": "0352b7df476c4ffd226dd7dd823eecb13b28919a",
"shasum": ""
},
"require": {
"ext-hash": "*",
"ext-json": "*",
"ext-session": "*",
"ext-tokenizer": "*",
"ext-xml": "*",
"php": ">=5.3.3"
},
"replace": {
"mageekguy/atoum": "*"
},
"suggest": {
"atoum/stubs": "Provides IDE support (like autocompletion) for atoum",
"ext-mbstring": "Provides support for UTF-8 strings"
},
"bin": [
"bin/atoum"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"classmap": [
"classes/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Frédéric Hardy",
"email": "frederic.hardy@atoum.org",
"homepage": "http://blog.mageekbox.net"
},
{
"name": "François Dussert",
"email": "francois.dussert@atoum.org"
},
{
"name": "Gérald Croes",
"email": "gerald.croes@atoum.org"
},
{
"name": "Julien Bianchi",
"email": "julien.bianchi@atoum.org"
},
{
"name": "Ludovic Fleury",
"email": "ludovic.fleury@atoum.org"
}
],
"description": "Simple modern and intuitive unit testing framework for PHP 5.3+",
"homepage": "http://www.atoum.org",
"keywords": [
"TDD",
"atoum",
"test",
"unit testing"
],
"time": "2016-05-06 20:34:52"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"packaged/figlet": 20,
"atoum/atoum": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.3.3"
},
"platform-dev": []
}