This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
forked from ondrejnov/eet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
108 lines (108 loc) · 3.43 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
{
"_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": "bea16da66da6f91e179521c07fc5ae30",
"content-hash": "7d487855f7afb2f3e7ab23495527aae4",
"packages": [
{
"name": "robrichards/wse-php",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/robrichards/wse-php.git",
"reference": "ed6c3cefaa80604de539e69b0affaca67e11195e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/robrichards/wse-php/zipball/ed6c3cefaa80604de539e69b0affaca67e11195e",
"reference": "ed6c3cefaa80604de539e69b0affaca67e11195e",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"": "src/"
},
"files": [
"xmlseclibs.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"description": "Libraries for adding WS-* support to ext/soap in PHP.",
"time": "2016-01-29 10:34:55"
}
],
"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"
},
"platform-dev": []
}