forked from pomm-project/Foundation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
141 lines (141 loc) · 4.39 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
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
{
"_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",
"This file is @generated automatically"
],
"hash": "bd0227c0de4e01dc674f9ac7d764a70c",
"packages": [
{
"name": "psr/log",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"Psr\\Log\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2012-12-21 11:40:51"
}
],
"packages-dev": [
{
"name": "atoum/atoum",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/atoum/atoum.git",
"reference": "fd4dd699a80471289131ac432a73f1f78ee9d67b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/atoum/atoum/zipball/fd4dd699a80471289131ac432a73f1f78ee9d67b",
"reference": "fd4dd699a80471289131ac432a73f1f78ee9d67b",
"shasum": ""
},
"require": {
"ext-hash": "*",
"ext-json": "*",
"ext-session": "*",
"ext-tokenizer": "*",
"ext-xml": "*",
"php": ">=5.3.3"
},
"replace": {
"mageekguy/atoum": "*"
},
"suggest": {
"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"
],
"authors": [
{
"name": "Frédéric Hardy",
"email": "[email protected]",
"homepage": "http://blog.mageekbox.net"
},
{
"name": "François Dussert",
"email": "[email protected]"
},
{
"name": "Gérald Croes",
"email": "[email protected]"
},
{
"name": "Julien Bianchi",
"email": "[email protected]"
},
{
"name": "Ludovic Fleury",
"email": "[email protected]"
}
],
"description": "Simple modern and intuitive unit testing framework for PHP 5.3+",
"homepage": "http://www.atoum.org",
"keywords": [
"TDD",
"atoum",
"test",
"unit testing"
],
"time": "2015-04-09 13:30:52"
}
],
"aliases": [],
"minimum-stability": "RC",
"stability-flags": {
"atoum/atoum": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.4.4",
"ext-pgsql": "*"
},
"platform-dev": []
}