-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
117 lines (117 loc) · 4.04 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
{
"_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#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "e7d9e0a92520609e8a8e717a80056cb7",
"packages": [
{
"name": "php2wsdl/php2wsdl",
"version": "0.6.1",
"source": {
"type": "git",
"url": "https://github.com/dragosprotung/php2wsdl.git",
"reference": "37c15cdc4cdd15363faf151dc0121ac5595fc513"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dragosprotung/php2wsdl/zipball/37c15cdc4cdd15363faf151dc0121ac5595fc513",
"reference": "37c15cdc4cdd15363faf151dc0121ac5595fc513",
"shasum": ""
},
"require": {
"php": ">=5.6",
"wingu/reflection": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"scrutinizer/ocular": "~1.1"
},
"type": "library",
"autoload": {
"psr-4": {
"PHP2WSDL\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dragos Protung",
"email": "[email protected]"
}
],
"description": "Create WSDL files form PHP classes.",
"homepage": "http://github.com/dragosprotung/php2wsdl",
"keywords": [
"web services",
"wsdl",
"wsdl generator"
],
"support": {
"issues": "https://github.com/dragosprotung/php2wsdl/issues",
"source": "https://github.com/dragosprotung/php2wsdl/tree/0.6.1"
},
"time": "2019-05-28T20:48:34+00:00"
},
{
"name": "wingu/reflection",
"version": "1.0.6",
"source": {
"type": "git",
"url": "https://github.com/Speicher210/Reflection.git",
"reference": "c17fc35f40b332e49a997c84beb169b7b5101a37"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Speicher210/Reflection/zipball/c17fc35f40b332e49a997c84beb169b7b5101a37",
"reference": "c17fc35f40b332e49a997c84beb169b7b5101a37",
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"scrutinizer/ocular": "~1.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Wingu\\OctopusCore\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dragos Protung",
"email": "[email protected]",
"role": "Developer"
}
],
"description": "Library on top of PHP Reflection with some extra helper methods and a more powerful PHP DocBlock and annotation tags reflection",
"homepage": "https://github.com/Speicher210/Reflection",
"keywords": [
"annotations",
"php reflection",
"reflection"
],
"time": "2021-02-10T11:50:00+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}