-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
144 lines (144 loc) · 5.09 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"_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": "38628ac9107cde2040731f9f1e9453df",
"packages": [
{
"name": "carry0987/redis-tool",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/carry0987/PHP-Redis-Tool.git",
"reference": "08c02b6e41c924d442152b5dac2d95362c08033a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/carry0987/PHP-Redis-Tool/zipball/08c02b6e41c924d442152b5dac2d95362c08033a",
"reference": "08c02b6e41c924d442152b5dac2d95362c08033a",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"type": "library",
"autoload": {
"psr-4": {
"carry0987\\Redis\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "carry0987"
}
],
"description": "A library for easily manipulating phpredis",
"keywords": [
"redis"
],
"support": {
"issues": "https://github.com/carry0987/PHP-Redis-Tool/issues",
"source": "https://github.com/carry0987/PHP-Redis-Tool/tree/1.1.2"
},
"time": "2024-09-29T10:31:25+00:00"
},
{
"name": "carry0987/sanite",
"version": "1.3.7",
"source": {
"type": "git",
"url": "https://github.com/carry0987/Sanite.git",
"reference": "ddc8724665d3cc0336da8642ddfcbb8c89d7b4da"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/carry0987/Sanite/zipball/ddc8724665d3cc0336da8642ddfcbb8c89d7b4da",
"reference": "ddc8724665d3cc0336da8642ddfcbb8c89d7b4da",
"shasum": ""
},
"require": {
"php": ">=8.0"
},
"require-dev": {
"phpunit/phpunit": "^11.2"
},
"type": "library",
"autoload": {
"psr-4": {
"carry0987\\Sanite\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "carry0987"
}
],
"description": "A PHP library that provide base CRUD structure and methods, using PDO.",
"support": {
"issues": "https://github.com/carry0987/Sanite/issues",
"source": "https://github.com/carry0987/Sanite/tree/1.3.7"
},
"time": "2024-06-26T15:56:56+00:00"
},
{
"name": "carry0987/utils",
"version": "1.0.9",
"source": {
"type": "git",
"url": "https://github.com/carry0987/PHP-Utils.git",
"reference": "769c75d9b40bb1fa01a3bbc2070b9e0d19296ca4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/carry0987/PHP-Utils/zipball/769c75d9b40bb1fa01a3bbc2070b9e0d19296ca4",
"reference": "769c75d9b40bb1fa01a3bbc2070b9e0d19296ca4",
"shasum": ""
},
"require": {
"php": ">=8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"carry0987\\Utils\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "carry0987"
}
],
"description": "This Utils library provides a collection of static methods designed to help in various common tasks encountered in PHP development. From manipulating arrays and strings to handling date-time conversions and file paths, this library aims to be a handy tool for PHP developers.",
"support": {
"issues": "https://github.com/carry0987/PHP-Utils/issues",
"source": "https://github.com/carry0987/PHP-Utils/tree/1.0.9"
},
"time": "2024-07-21T14:52:46+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=8.1"
},
"platform-dev": [],
"plugin-api-version": "2.6.0"
}