-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
126 lines (126 loc) · 4.22 KB
/
composer.lock
File metadata and controls
126 lines (126 loc) · 4.22 KB
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
122
123
124
125
126
{
"_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": "a7c9880de543447bbabe03fc35f4f035",
"packages": [
{
"name": "sof3/await-generator",
"version": "3.6.1",
"source": {
"type": "git",
"url": "https://github.com/SOF3/await-generator.git",
"reference": "90f4dda776eaf9bcb4693599c61c42e4c584a73f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/SOF3/await-generator/zipball/90f4dda776eaf9bcb4693599c61c42e4c584a73f",
"reference": "90f4dda776eaf9bcb4693599c61c42e4c584a73f",
"shasum": ""
},
"require": {
"ext-bcmath": "*",
"php": "^8.0"
},
"require-dev": {
"composer/package-versions-deprecated": "1.11.99.1",
"infection/infection": "^0.18.2 || ^0.20.2 || ^0.26.0",
"phpstan/phpstan": "^0.12.84",
"phpunit/phpunit": "^9"
},
"type": "library",
"extra": {
"virion": {
"spec": "3.0",
"namespace-root": "SOFe\\AwaitGenerator"
}
},
"autoload": {
"psr-0": {
"SOFe\\AwaitGenerator\\": "await-generator/src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"apache-2.0"
],
"authors": [
{
"name": "SOFe",
"email": "sofe2038@gmail.com"
}
],
"description": "Use async/await in PHP using generators",
"support": {
"issues": "https://github.com/SOF3/await-generator/issues",
"source": "https://github.com/SOF3/await-generator/tree/3.6.1"
},
"time": "2023-07-27T09:45:08+00:00"
},
{
"name": "sof3/libasynql",
"version": "4.2.3",
"source": {
"type": "git",
"url": "https://github.com/poggit/libasynql.git",
"reference": "270f8ae93e3271206eadd42ca81862ab9a54f322"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/poggit/libasynql/zipball/270f8ae93e3271206eadd42ca81862ab9a54f322",
"reference": "270f8ae93e3271206eadd42ca81862ab9a54f322",
"shasum": ""
},
"require": {
"pocketmine/pocketmine-mp": "^5.0.0-BETA4",
"sof3/await-generator": "^2.0.0 || ^3.0.0"
},
"bin": [
"libasynql/cli/def.php",
"libasynql/cli/fx.php"
],
"type": "library",
"extra": {
"virion": {
"spec": "3.0",
"namespace-root": "poggit\\libasynql"
}
},
"autoload": {
"psr-0": {
"poggit\\libasynql\\": "libasynql/src/"
}
},
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "SOFe",
"email": "sofe2038@gmail.com"
}
],
"support": {
"source": "https://github.com/poggit/libasynql/tree/4.2.3",
"issues": "https://github.com/poggit/libasynql/issues"
},
"time": "2024-04-28T03:17:16+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"nethergamesmc/pocketmine-mp": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"platform-overrides": {
"php": "8.3.0"
},
"plugin-api-version": "2.6.0"
}