-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
112 lines (112 loc) · 3.77 KB
/
composer.lock
File metadata and controls
112 lines (112 loc) · 3.77 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
{
"_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": "d95d627d1525d13b92b7246e2e3d2a82",
"packages": [
{
"name": "jpi/personal-core",
"version": "1.x-dev",
"source": {
"type": "git",
"url": "https://github.com/jahidulpabelislam/personal-core.git",
"reference": "ee25fd9117b696b7ac80237c010fe85b5a8fbf20"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jahidulpabelislam/personal-core/zipball/ee25fd9117b696b7ac80237c010fe85b5a8fbf20",
"reference": "ee25fd9117b696b7ac80237c010fe85b5a8fbf20",
"shasum": ""
},
"require": {
"ext-json": "*",
"jpi/utils": "1.x-dev",
"php": "^8.0"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
"JPI\\": "src/"
}
},
"description": "Personal library with reusable bits for my sites.",
"support": {
"source": "https://github.com/jahidulpabelislam/personal-core/tree/v1.8.0",
"issues": "https://github.com/jahidulpabelislam/personal-core/issues"
},
"time": "2026-02-14T16:27:20+00:00"
},
{
"name": "jpi/utils",
"version": "1.x-dev",
"source": {
"type": "git",
"url": "https://github.com/jahidulpabelislam/utils.git",
"reference": "8990de7eac538e994733896d63fa0887a1138fd9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jahidulpabelislam/utils/zipball/8990de7eac538e994733896d63fa0887a1138fd9",
"reference": "8990de7eac538e994733896d63fa0887a1138fd9",
"shasum": ""
},
"require": {
"php": "^8.0"
},
"require-dev": {
"jpi/codestyles": "^1.0.1",
"phpunit/phpunit": "^12.0"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
"JPI\\Utils\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-only"
],
"authors": [
{
"name": "Jahidul Pabel Islam",
"email": "me@jahidulpabelislam.com"
}
],
"description": "Library with various utility classes",
"keywords": [
"collection",
"helpers",
"singleton",
"url",
"utilities",
"utility"
],
"support": {
"issues": "https://github.com/jahidulpabelislam/utils/issues",
"source": "https://github.com/jahidulpabelislam/utils/tree/1.x"
},
"time": "2026-01-14T21:48:17+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"jpi/personal-core": 20,
"jpi/utils": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^8.0",
"ext-curl": "*",
"ext-json": "*"
},
"platform-dev": {},
"plugin-api-version": "2.6.0"
}