-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.lock
98 lines (98 loc) · 3.24 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
{
"_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": "5addd76b0b8f22a603472e58e93e2e22",
"packages": [
{
"name": "wsdltophp/packagebase",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/WsdlToPhp/PackageBase.git",
"reference": "36a5e9292b5cae99c42ae37798ee30bdbd935425"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/WsdlToPhp/PackageBase/zipball/36a5e9292b5cae99c42ae37798ee30bdbd935425",
"reference": "36a5e9292b5cae99c42ae37798ee30bdbd935425",
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.0",
"phpunit/phpunit": "^4.8 || ^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"WsdlToPhp\\PackageBase\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mikaël DELSOL",
"email": "[email protected]",
"role": "Owner"
},
{
"name": "Luke Rodgers",
"email": "[email protected]",
"role": "Contributor"
},
{
"name": "Arthur Moore",
"email": "[email protected]",
"role": "Contributor"
},
{
"name": "Necati Yared Ozal",
"email": "[email protected]",
"role": "Contributor"
},
{
"name": "Gemorroj",
"email": "[email protected]",
"role": "Contributor"
},
{
"name": "hordijk",
"role": "Contributor"
},
{
"name": "Jacob Dreesen",
"email": "[email protected]",
"role": "Contributor"
}
],
"description": "Contains the base classes to be used by classes generated by wsdltophp/packagegenerator",
"homepage": "https://github.com/WsdlToPhp/PackageBase",
"keywords": [
"models",
"php"
],
"time": "2020-05-14T05:49:10+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.3.3",
"ext-soap": "*",
"ext-mbstring": "*"
},
"platform-dev": [],
"plugin-api-version": "1.1.0"
}