/[LeafOK_CVS]/fenglin/composer.lock
ViewVC logotype

Contents of /fenglin/composer.lock

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Mon Feb 9 02:34:30 2026 UTC (5 weeks, 1 day ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
Update composer dependency

1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "95a52f56382f6cfaa96ff6ced7989a49",
8 "packages": [
9 {
10 "name": "pear/console_getopt",
11 "version": "v1.4.3",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/pear/Console_Getopt.git",
15 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
20 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
21 "shasum": ""
22 },
23 "type": "library",
24 "autoload": {
25 "psr-0": {
26 "Console": "./"
27 }
28 },
29 "notification-url": "https://packagist.org/downloads/",
30 "include-path": [
31 "./"
32 ],
33 "license": [
34 "BSD-2-Clause"
35 ],
36 "authors": [
37 {
38 "name": "Andrei Zmievski",
39 "email": "andrei@php.net",
40 "role": "Lead"
41 },
42 {
43 "name": "Stig Bakken",
44 "email": "stig@php.net",
45 "role": "Developer"
46 },
47 {
48 "name": "Greg Beaver",
49 "email": "cellog@php.net",
50 "role": "Helper"
51 }
52 ],
53 "description": "More info available on: http://pear.php.net/package/Console_Getopt",
54 "support": {
55 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
56 "source": "https://github.com/pear/Console_Getopt"
57 },
58 "time": "2019-11-20T18:27:48+00:00"
59 },
60 {
61 "name": "pear/mail",
62 "version": "v2.0.0",
63 "source": {
64 "type": "git",
65 "url": "https://github.com/pear/Mail.git",
66 "reference": "eb053f8b74f4f3178105fcf001626e63068c0dbc"
67 },
68 "dist": {
69 "type": "zip",
70 "url": "https://api.github.com/repos/pear/Mail/zipball/eb053f8b74f4f3178105fcf001626e63068c0dbc",
71 "reference": "eb053f8b74f4f3178105fcf001626e63068c0dbc",
72 "shasum": ""
73 },
74 "require": {
75 "pear/pear-core-minimal": "~1.9",
76 "php": ">=5.2.1"
77 },
78 "require-dev": {
79 "pear/pear": "*"
80 },
81 "suggest": {
82 "pear/net_smtp": "Install optionally via your project's composer.json"
83 },
84 "type": "library",
85 "autoload": {
86 "psr-0": {
87 "Mail": "./"
88 }
89 },
90 "notification-url": "https://packagist.org/downloads/",
91 "include-path": [
92 "./"
93 ],
94 "license": [
95 "BSD-3-Clause"
96 ],
97 "authors": [
98 {
99 "name": "Chuck Hagenbuch",
100 "email": "chuck@horde.org",
101 "role": "Lead"
102 },
103 {
104 "name": "Armin Graefe",
105 "email": "schengawegga@gmail.com",
106 "role": "Lead"
107 },
108 {
109 "name": "Richard Heyes",
110 "email": "richard@phpguru.org",
111 "role": "Developer"
112 },
113 {
114 "name": "Aleksander Machniak",
115 "email": "alec@alec.pl",
116 "role": "Developer"
117 }
118 ],
119 "description": "Class that provides multiple interfaces for sending emails.",
120 "homepage": "http://pear.php.net/package/Mail",
121 "support": {
122 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail",
123 "source": "https://github.com/pear/Mail"
124 },
125 "time": "2024-01-15T21:56:23+00:00"
126 },
127 {
128 "name": "pear/net_smtp",
129 "version": "1.12.2",
130 "source": {
131 "type": "git",
132 "url": "https://github.com/pear/Net_SMTP.git",
133 "reference": "76173b3ee542a683127ab5429612b6ea519db64d"
134 },
135 "dist": {
136 "type": "zip",
137 "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/76173b3ee542a683127ab5429612b6ea519db64d",
138 "reference": "76173b3ee542a683127ab5429612b6ea519db64d",
139 "shasum": ""
140 },
141 "require": {
142 "pear/net_socket": "@stable",
143 "pear/pear-core-minimal": "@stable",
144 "php": ">=5.4.0"
145 },
146 "require-dev": {
147 "phpunit/phpunit": "*"
148 },
149 "suggest": {
150 "pear/auth_sasl": "Install optionally via your project's composer.json"
151 },
152 "type": "library",
153 "autoload": {
154 "psr-0": {
155 "Net": "./"
156 }
157 },
158 "notification-url": "https://packagist.org/downloads/",
159 "include-path": [
160 "./"
161 ],
162 "license": [
163 "BSD-2-Clause"
164 ],
165 "authors": [
166 {
167 "name": "Jon Parise",
168 "email": "jon@php.net",
169 "homepage": "https://www.indelible.org",
170 "role": "Lead"
171 },
172 {
173 "name": "Chuck Hagenbuch",
174 "email": "chuck@horde.org",
175 "role": "Lead"
176 },
177 {
178 "name": "Armin Graefe",
179 "email": "schengawegga@gmail.com",
180 "role": "Lead"
181 }
182 ],
183 "description": "An implementation of the SMTP protocol",
184 "homepage": "https://pear.github.io/Net_SMTP/",
185 "keywords": [
186 "email",
187 "mail",
188 "smtp"
189 ],
190 "support": {
191 "issues": "https://github.com/pear/Net_SMTP/issues",
192 "source": "https://github.com/pear/Net_SMTP"
193 },
194 "time": "2026-01-04T22:03:47+00:00"
195 },
196 {
197 "name": "pear/net_socket",
198 "version": "v1.2.2",
199 "source": {
200 "type": "git",
201 "url": "https://github.com/pear/Net_Socket.git",
202 "reference": "bbe6a12bb4f7059dba161f6ddd43f369c0ec8d09"
203 },
204 "dist": {
205 "type": "zip",
206 "url": "https://api.github.com/repos/pear/Net_Socket/zipball/bbe6a12bb4f7059dba161f6ddd43f369c0ec8d09",
207 "reference": "bbe6a12bb4f7059dba161f6ddd43f369c0ec8d09",
208 "shasum": ""
209 },
210 "require": {
211 "pear/pear_exception": "*"
212 },
213 "require-dev": {
214 "phpunit/phpunit": "*"
215 },
216 "type": "library",
217 "autoload": {
218 "psr-0": {
219 "Net": "./"
220 }
221 },
222 "notification-url": "https://packagist.org/downloads/",
223 "include-path": [
224 "./"
225 ],
226 "license": [
227 "PHP License"
228 ],
229 "authors": [
230 {
231 "name": "Chuck Hagenbuch",
232 "email": "chuck@horde.org",
233 "role": "Lead"
234 },
235 {
236 "name": "Aleksander Machniak",
237 "email": "alec@php.net",
238 "role": "Lead"
239 },
240 {
241 "name": "Stig Bakken",
242 "email": "stig@php.net",
243 "role": "Lead"
244 }
245 ],
246 "description": "More info available on: http://pear.php.net/package/Net_Socket",
247 "support": {
248 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_Socket",
249 "source": "https://github.com/pear/Net_Socket"
250 },
251 "time": "2015-03-22T15:48:19+00:00"
252 },
253 {
254 "name": "pear/pear-core-minimal",
255 "version": "v1.10.18",
256 "source": {
257 "type": "git",
258 "url": "https://github.com/pear/pear-core-minimal.git",
259 "reference": "c7b55789d01de0ce090d289b73f1bbd6a2f113b1"
260 },
261 "dist": {
262 "type": "zip",
263 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/c7b55789d01de0ce090d289b73f1bbd6a2f113b1",
264 "reference": "c7b55789d01de0ce090d289b73f1bbd6a2f113b1",
265 "shasum": ""
266 },
267 "require": {
268 "pear/console_getopt": "~1.4",
269 "pear/pear_exception": "~1.0",
270 "php": ">=5.4"
271 },
272 "replace": {
273 "rsky/pear-core-min": "self.version"
274 },
275 "type": "library",
276 "autoload": {
277 "classmap": [
278 "src/"
279 ]
280 },
281 "notification-url": "https://packagist.org/downloads/",
282 "include-path": [
283 "src/"
284 ],
285 "license": [
286 "BSD-3-Clause"
287 ],
288 "authors": [
289 {
290 "name": "Christian Weiske",
291 "email": "cweiske@php.net",
292 "role": "Lead"
293 }
294 ],
295 "description": "Minimal set of PEAR core files to be used as composer dependency",
296 "support": {
297 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
298 "source": "https://github.com/pear/pear-core-minimal"
299 },
300 "time": "2025-12-14T20:37:07+00:00"
301 },
302 {
303 "name": "pear/pear_exception",
304 "version": "v1.0.2",
305 "source": {
306 "type": "git",
307 "url": "https://github.com/pear/PEAR_Exception.git",
308 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
309 },
310 "dist": {
311 "type": "zip",
312 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
313 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
314 "shasum": ""
315 },
316 "require": {
317 "php": ">=5.2.0"
318 },
319 "require-dev": {
320 "phpunit/phpunit": "<9"
321 },
322 "type": "class",
323 "extra": {
324 "branch-alias": {
325 "dev-master": "1.0.x-dev"
326 }
327 },
328 "autoload": {
329 "classmap": [
330 "PEAR/"
331 ]
332 },
333 "notification-url": "https://packagist.org/downloads/",
334 "include-path": [
335 "."
336 ],
337 "license": [
338 "BSD-2-Clause"
339 ],
340 "authors": [
341 {
342 "name": "Helgi Thormar",
343 "email": "dufuz@php.net"
344 },
345 {
346 "name": "Greg Beaver",
347 "email": "cellog@php.net"
348 }
349 ],
350 "description": "The PEAR Exception base class.",
351 "homepage": "https://github.com/pear/PEAR_Exception",
352 "keywords": [
353 "exception"
354 ],
355 "support": {
356 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
357 "source": "https://github.com/pear/PEAR_Exception"
358 },
359 "time": "2021-03-21T15:43:46+00:00"
360 }
361 ],
362 "packages-dev": [],
363 "aliases": [],
364 "minimum-stability": "stable",
365 "stability-flags": {},
366 "prefer-stable": false,
367 "prefer-lowest": false,
368 "platform": {},
369 "platform-dev": {},
370 "plugin-api-version": "2.6.0"
371 }

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1