-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
120 lines (120 loc) · 4.1 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
{
"_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": "747417589ef7adc00ee889eecae81c44",
"packages": [
{
"name": "ralfhortt/service-contracts",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/Horttcore/ServiceContract.git",
"reference": "56f3a5b13dc403e18848b5a3197ce4f085501914"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Horttcore/ServiceContract/zipball/56f3a5b13dc403e18848b5a3197ce4f085501914",
"reference": "56f3a5b13dc403e18848b5a3197ce4f085501914",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"RalfHortt\\ServiceContracts\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralf Hortt",
"email": "[email protected]"
}
],
"description": "A service contract",
"time": "2019-12-03T14:57:47+00:00"
},
{
"name": "ralfhortt/translator-service",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/Horttcore/TranslatorService.git",
"reference": "6f432df0581b532a6e071e3bf65276bfc31f177b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Horttcore/TranslatorService/zipball/6f432df0581b532a6e071e3bf65276bfc31f177b",
"reference": "6f432df0581b532a6e071e3bf65276bfc31f177b",
"shasum": ""
},
"require": {
"ralfhortt/service-contracts": "^1"
},
"type": "library",
"autoload": {
"psr-4": {
"RalfHortt\\TranslatorService\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralf Hortt",
"email": "[email protected]"
}
],
"description": "A translator service for WordPress",
"time": "2020-01-13T14:32:20+00:00"
},
{
"name": "ralfhortt/wp-plugin",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/Horttcore/wp-plugin.git",
"reference": "3c63d3ad1c982f6156403a198375a962f66c3d5a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Horttcore/wp-plugin/zipball/3c63d3ad1c982f6156403a198375a962f66c3d5a",
"reference": "3c63d3ad1c982f6156403a198375a962f66c3d5a",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"RalfHortt\\Plugin\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralf Hortt",
"email": "[email protected]"
}
],
"description": "A WordPress plugin helper",
"time": "2020-01-09T19:36:12+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}