-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.lock
121 lines (121 loc) · 4.09 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
{
"_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": "1edfaa3b37874888fdfa11f124962fa4",
"content-hash": "c7b6b2d0ac578c2434108f2cd693c3c0",
"packages": [
{
"name": "symfony/options-resolver",
"version": "v2.7.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
"reference": "75389f6f948edfdf0c0ebdbe00c4f84ab5d1a03e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/75389f6f948edfdf0c0ebdbe00c4f84ab5d1a03e",
"reference": "75389f6f948edfdf0c0ebdbe00c4f84ab5d1a03e",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\OptionsResolver\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony OptionsResolver Component",
"homepage": "https://symfony.com",
"keywords": [
"config",
"configuration",
"options"
],
"time": "2015-09-25 06:59:16"
},
{
"name": "wsdl2phpgenerator/wsdl2phpgenerator",
"version": "3.2.1",
"source": {
"type": "git",
"url": "https://github.com/wsdl2phpgenerator/wsdl2phpgenerator.git",
"reference": "1c42ae1f6069ec126eac38564d8f03710d6dc8a6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wsdl2phpgenerator/wsdl2phpgenerator/zipball/1c42ae1f6069ec126eac38564d8f03710d6dc8a6",
"reference": "1c42ae1f6069ec126eac38564d8f03710d6dc8a6",
"shasum": ""
},
"require": {
"ext-soap": "*",
"php": ">=5.3.0",
"symfony/options-resolver": "~2.6"
},
"require-dev": {
"kasperg/phing-github": "0.2.*",
"phing/phing": "~2.7",
"php-vcr/php-vcr": "~1.2",
"php-vcr/phpunit-testlistener-vcr": "~1.1.2",
"phpunit/phpunit": "~4.4",
"psr/log": "~1.0",
"symfony/yaml": "~2.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Wsdl2PhpGenerator\\": [
"src/",
"lib/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Simple class library for generating php classes from a wsdl file.",
"keywords": [
"soap",
"wsdl"
],
"time": "2015-08-21 06:01:35"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}