This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
forked from ondrejnov/eet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
164 lines (164 loc) · 5.35 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"_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": "303f68b2ca82cfce6c5fb3cde21c2a5b",
"content-hash": "4f656fc320b3bd1dc2429be6d968197f",
"packages": [
{
"name": "robrichards/wse-php",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/robrichards/wse-php.git",
"reference": "45e8efd82ac0a873735b2158e44917d699db6740"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/robrichards/wse-php/zipball/45e8efd82ac0a873735b2158e44917d699db6740",
"reference": "45e8efd82ac0a873735b2158e44917d699db6740",
"shasum": ""
},
"require": {
"php": ">= 5.3",
"robrichards/xmlseclibs": "^2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"RobRichards\\WsePhp\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Rob Richards",
"homepage": "http://www.cdatazone.org/",
"role": "Main developer"
}
],
"description": "Libraries for adding WS-* support to ext/soap in PHP.",
"homepage": "https://github.com/robrichards/wse-php",
"keywords": [
"WS-Security",
"soap",
"ws-addressing"
],
"time": "2016-10-21 21:28:31"
},
{
"name": "robrichards/xmlseclibs",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/robrichards/xmlseclibs.git",
"reference": "53bb1e9cae490a8f93af41bd9df6ea897161ca05"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/53bb1e9cae490a8f93af41bd9df6ea897161ca05",
"reference": "53bb1e9cae490a8f93af41bd9df6ea897161ca05",
"shasum": ""
},
"require": {
"php": ">= 5.3"
},
"suggest": {
"ext/mcrypt": "MCrypt extension",
"ext/openssl": "OpenSSL extension"
},
"type": "library",
"autoload": {
"psr-4": {
"RobRichards\\XMLSecLibs\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "A PHP library for XML Security",
"homepage": "https://github.com/robrichards/xmlseclibs",
"keywords": [
"security",
"signature",
"xml",
"xmldsig"
],
"time": "2016-09-08 13:15:00"
}
],
"packages-dev": [
{
"name": "nette/tester",
"version": "v1.7.1",
"source": {
"type": "git",
"url": "https://github.com/nette/tester.git",
"reference": "d97534578e8cf66eabe081e7d5eaa4dd527ab0c8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/tester/zipball/d97534578e8cf66eabe081e7d5eaa4dd527ab0c8",
"reference": "d97534578e8cf66eabe081e7d5eaa4dd527ab0c8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"bin": [
"src/tester"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.7-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "An easy-to-use PHP unit testing framework.",
"homepage": "https://tester.nette.org",
"keywords": [
"nette",
"testing",
"unit"
],
"time": "2016-03-19 14:34:02"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=5.6.0",
"ext-curl": "*"
},
"platform-dev": []
}