-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
104 lines (104 loc) · 3.54 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
{
"_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": "87bca32c446a68dc75bd197ef001075e",
"packages": [
{
"name": "tei187/utilities-php",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/tei187/UtilitiesPHP.git",
"reference": "618b138fdc133f87fe632a02bc62686d4d263f29"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tei187/UtilitiesPHP/zipball/618b138fdc133f87fe632a02bc62686d4d263f29",
"reference": "618b138fdc133f87fe632a02bc62686d4d263f29",
"shasum": ""
},
"require-dev": {
"onspli/phpdoc-markdown": "^0.3.3"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
"tei187\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "tei187",
"email": "bonk.piotr@gmail.com"
}
],
"description": "Additional PHP functions.",
"support": {
"issues": "https://github.com/tei187/UtilitiesPHP/issues",
"source": "https://github.com/tei187/UtilitiesPHP/tree/main"
},
"time": "2022-12-13T14:24:20+00:00"
}
],
"packages-dev": [
{
"name": "onspli/phpdoc-markdown",
"version": "0.3.3",
"source": {
"type": "git",
"url": "https://github.com/onspli/phpdoc-markdown.git",
"reference": "866150dbf3cea9a4be234467e40a6ba893cd5545"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/onspli/phpdoc-markdown/zipball/866150dbf3cea9a4be234467e40a6ba893cd5545",
"reference": "866150dbf3cea9a4be234467e40a6ba893cd5545",
"shasum": ""
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ondřej Šplíchal",
"email": "ondrej.splichal@gmail.com"
},
{
"name": "Carl Vuorinen",
"email": "carl.vuorinen@gmail.com"
}
],
"description": "Generate documentation in Markdown format so it can be published in GitHub.",
"keywords": [
"documentation",
"markdown",
"phpDocumentor",
"phpdoc"
],
"support": {
"source": "https://github.com/onspli/phpdoc-markdown/tree/0.3.3"
},
"time": "2021-08-15T19:04:40+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"tei187/utilities-php": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.1.0"
}