-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
67 lines (67 loc) · 2.26 KB
/
composer.lock
File metadata and controls
67 lines (67 loc) · 2.26 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
{
"_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": "453dadcc501b8fd8350f33e209a0a215",
"packages": [
{
"name": "jasonweicn/miniframework",
"version": "2.11.1",
"source": {
"type": "git",
"url": "https://github.com/jasonweicn/miniframework-core.git",
"reference": "9a3e6333b5b7f11b96e03a2cbd73c0cd9de5ebe6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jasonweicn/miniframework-core/zipball/9a3e6333b5b7f11b96e03a2cbd73c0cd9de5ebe6",
"reference": "9a3e6333b5b7f11b96e03a2cbd73c0cd9de5ebe6",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mini\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Jason Wei",
"email": "[email protected]"
}
],
"description": "Mini PHP Framework",
"support": {
"issues": "https://github.com/jasonweicn/miniframework-core/issues",
"source": "https://github.com/jasonweicn/miniframework-core/tree/2.11.1"
},
"time": "2024-10-25T00:39:37+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.2.0"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
}