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#composer-lock-the-lock-file", |
||
5 | "This file is @generated automatically" |
||
6 | ], |
||
7 | "content-hash": "14c05907a8830b4cec74d3761aec760e", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "nelexa/zip", |
||
11 | "version": "3.1.3", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/Ne-Lexa/php-zip.git", |
||
15 | "reference": "171d4a8e4c217fbd065010e884562a9c53657d52" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/Ne-Lexa/php-zip/zipball/171d4a8e4c217fbd065010e884562a9c53657d52", |
||
20 | "reference": "171d4a8e4c217fbd065010e884562a9c53657d52", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "php": "^5.5 || ^7.0", |
||
25 | "psr/http-message": "^1.0" |
||
26 | }, |
||
27 | "require-dev": { |
||
28 | "phpunit/phpunit": "4.8" |
||
29 | }, |
||
30 | "suggest": { |
||
31 | "ext-bz2": "Needed to support BZIP2 compression", |
||
32 | "ext-mcrypt": "Needed to support encrypt zip entries or use ext-openssl", |
||
33 | "ext-openssl": "Needed to support encrypt zip entries or use ext-mcrypt" |
||
34 | }, |
||
35 | "type": "library", |
||
36 | "autoload": { |
||
37 | "psr-4": { |
||
38 | "PhpZip\\": "src/PhpZip" |
||
39 | } |
||
40 | }, |
||
41 | "notification-url": "https://packagist.org/downloads/", |
||
42 | "license": [ |
||
43 | "MIT" |
||
44 | ], |
||
45 | "authors": [ |
||
46 | { |
||
47 | "name": "Ne-Lexa", |
||
48 | "email": "[email protected]", |
||
49 | "role": "Developer" |
||
50 | } |
||
51 | ], |
||
52 | "description": "PhpZip is a php-library for extended work with ZIP-archives. Open, create, update, delete, extract and get info tool. Supports appending to existing ZIP files, WinZip AES encryption, Traditional PKWARE Encryption, ZipAlign tool, BZIP2 compression, external file attributes and ZIP64 extensions. Alternative ZipArchive. It does not require php-zip extension.", |
||
53 | "keywords": [ |
||
54 | "archive", |
||
55 | "extract", |
||
56 | "unzip", |
||
57 | "winzip", |
||
58 | "zip", |
||
59 | "zipalign", |
||
60 | "ziparchive" |
||
61 | ], |
||
62 | "time": "2017-12-06T12:43:25+00:00" |
||
63 | }, |
||
64 | { |
||
65 | "name": "o2system/cache", |
||
66 | "version": "v2.1.3", |
||
67 | "source": { |
||
68 | "type": "git", |
||
69 | "url": "https://github.com/o2system/cache.git", |
||
70 | "reference": "a7e0e6c2f0fbafd299d8ea060586595db233f6c1" |
||
71 | }, |
||
72 | "dist": { |
||
73 | "type": "zip", |
||
74 | "url": "https://api.github.com/repos/o2system/cache/zipball/a7e0e6c2f0fbafd299d8ea060586595db233f6c1", |
||
75 | "reference": "a7e0e6c2f0fbafd299d8ea060586595db233f6c1", |
||
76 | "shasum": "" |
||
77 | }, |
||
78 | "require": { |
||
79 | "o2system/kernel": "*", |
||
80 | "php": ">=5.6.0" |
||
81 | }, |
||
82 | "type": "package", |
||
83 | "autoload": { |
||
84 | "psr-4": { |
||
85 | "O2System\\Cache\\": "src" |
||
86 | } |
||
87 | }, |
||
88 | "notification-url": "https://packagist.org/downloads/", |
||
89 | "license": [ |
||
90 | "MIT" |
||
91 | ], |
||
92 | "authors": [ |
||
93 | { |
||
94 | "name": "Steeven Andrian Salim", |
||
95 | "email": "[email protected]", |
||
96 | "homepage": "http://www.steevenz.com", |
||
97 | "role": "Founder and Lead Project" |
||
98 | }, |
||
99 | { |
||
100 | "name": "Teguh Rianto", |
||
101 | "email": "[email protected]", |
||
102 | "homepage": "http://teguhrianto22.pusku.com", |
||
103 | "role": "Template Designer" |
||
104 | } |
||
105 | ], |
||
106 | "description": "PHP Cache Management Handler Library", |
||
107 | "keywords": [ |
||
108 | "driver", |
||
109 | "framework", |
||
110 | "libraries", |
||
111 | "php", |
||
112 | "utilities" |
||
113 | ], |
||
114 | "time": "2017-12-29T13:33:18+00:00" |
||
115 | }, |
||
116 | { |
||
117 | "name": "o2system/curl", |
||
118 | "version": "v2.1.3", |
||
119 | "source": { |
||
120 | "type": "git", |
||
121 | "url": "https://github.com/o2system/curl.git", |
||
122 | "reference": "80e35758ed15c11c8a61096fe0342c7a9dc51000" |
||
123 | }, |
||
124 | "dist": { |
||
125 | "type": "zip", |
||
126 | "url": "https://api.github.com/repos/o2system/curl/zipball/80e35758ed15c11c8a61096fe0342c7a9dc51000", |
||
127 | "reference": "80e35758ed15c11c8a61096fe0342c7a9dc51000", |
||
128 | "shasum": "" |
||
129 | }, |
||
130 | "require": { |
||
131 | "o2system/kernel": "*", |
||
132 | "php": ">=5.6.0" |
||
133 | }, |
||
134 | "type": "package", |
||
135 | "autoload": { |
||
136 | "psr-4": { |
||
137 | "O2System\\Curl\\": "src" |
||
138 | } |
||
139 | }, |
||
140 | "notification-url": "https://packagist.org/downloads/", |
||
141 | "license": [ |
||
142 | "MIT" |
||
143 | ], |
||
144 | "authors": [ |
||
145 | { |
||
146 | "name": "Steeven Andrian Salim", |
||
147 | "email": "[email protected]", |
||
148 | "homepage": "http://www.steevenz.com", |
||
149 | "role": "Founder and Lead Project" |
||
150 | }, |
||
151 | { |
||
152 | "name": "Teguh Rianto", |
||
153 | "email": "[email protected]", |
||
154 | "homepage": "http://teguhrianto22.pusku.com", |
||
155 | "role": "Template Designer" |
||
156 | } |
||
157 | ], |
||
158 | "description": "PHP Lightweight HTTP Request Client Libraries", |
||
159 | "keywords": [ |
||
160 | "driver", |
||
161 | "framework", |
||
162 | "libraries", |
||
163 | "php", |
||
164 | "utilities" |
||
165 | ], |
||
166 | "time": "2018-01-10T17:07:50+00:00" |
||
167 | }, |
||
168 | { |
||
169 | "name": "o2system/database", |
||
170 | "version": "v2.1.4", |
||
171 | "source": { |
||
172 | "type": "git", |
||
173 | "url": "https://github.com/o2system/database.git", |
||
174 | "reference": "96030599e792a060bd1358b4907a9a5b399cec32" |
||
175 | }, |
||
176 | "dist": { |
||
177 | "type": "zip", |
||
178 | "url": "https://api.github.com/repos/o2system/database/zipball/96030599e792a060bd1358b4907a9a5b399cec32", |
||
179 | "reference": "96030599e792a060bd1358b4907a9a5b399cec32", |
||
180 | "shasum": "" |
||
181 | }, |
||
182 | "require": { |
||
183 | "o2system/kernel": "*", |
||
184 | "php": ">=5.6.0" |
||
185 | }, |
||
186 | "type": "package", |
||
187 | "autoload": { |
||
188 | "psr-4": { |
||
189 | "O2System\\Database\\": "src" |
||
190 | } |
||
191 | }, |
||
192 | "notification-url": "https://packagist.org/downloads/", |
||
193 | "license": [ |
||
194 | "MIT" |
||
195 | ], |
||
196 | "authors": [ |
||
197 | { |
||
198 | "name": "Steeven Andrian Salim", |
||
199 | "email": "[email protected]", |
||
200 | "homepage": "http://www.steevenz.com", |
||
201 | "role": "Founder and Lead Project" |
||
202 | }, |
||
203 | { |
||
204 | "name": "Teguh Rianto", |
||
205 | "email": "[email protected]", |
||
206 | "homepage": "http://teguhrianto22.pusku.com", |
||
207 | "role": "Template Designer" |
||
208 | } |
||
209 | ], |
||
210 | "description": "PHP Database Management Library", |
||
211 | "keywords": [ |
||
212 | "driver", |
||
213 | "framework", |
||
214 | "libraries", |
||
215 | "php", |
||
216 | "utilities" |
||
217 | ], |
||
218 | "time": "2018-01-16T05:08:06+00:00" |
||
219 | }, |
||
220 | { |
||
221 | "name": "o2system/email", |
||
222 | "version": "v1.0.4", |
||
223 | "source": { |
||
224 | "type": "git", |
||
225 | "url": "https://github.com/o2system/email.git", |
||
226 | "reference": "c7027d534e988ddefe30aaa6d3c74d2f5b39976b" |
||
227 | }, |
||
228 | "dist": { |
||
229 | "type": "zip", |
||
230 | "url": "https://api.github.com/repos/o2system/email/zipball/c7027d534e988ddefe30aaa6d3c74d2f5b39976b", |
||
231 | "reference": "c7027d534e988ddefe30aaa6d3c74d2f5b39976b", |
||
232 | "shasum": "" |
||
233 | }, |
||
234 | "require": { |
||
235 | "o2system/kernel": "*", |
||
236 | "php": ">=5.6.0", |
||
237 | "phpmailer/phpmailer": "*" |
||
238 | }, |
||
239 | "type": "package", |
||
240 | "autoload": { |
||
241 | "psr-4": { |
||
242 | "O2System\\Email\\": "src" |
||
243 | } |
||
244 | }, |
||
245 | "notification-url": "https://packagist.org/downloads/", |
||
246 | "license": [ |
||
247 | "MIT" |
||
248 | ], |
||
249 | "authors": [ |
||
250 | { |
||
251 | "name": "Steeven Andrian Salim", |
||
252 | "email": "[email protected]", |
||
253 | "homepage": "http://www.steevenz.com", |
||
254 | "role": "Founder and Lead Project" |
||
255 | }, |
||
256 | { |
||
257 | "name": "Teguh Rianto", |
||
258 | "email": "[email protected]", |
||
259 | "homepage": "http://teguhrianto22.pusku.com", |
||
260 | "role": "Template Designer" |
||
261 | } |
||
262 | ], |
||
263 | "description": "PHP Email Library", |
||
264 | "keywords": [ |
||
265 | "driver", |
||
266 | "framework", |
||
267 | "libraries", |
||
268 | "php", |
||
269 | "utilities" |
||
270 | ], |
||
271 | "time": "2017-12-29T13:41:22+00:00" |
||
272 | }, |
||
273 | { |
||
274 | "name": "o2system/filesystem", |
||
275 | "version": "v1.0.4", |
||
276 | "source": { |
||
277 | "type": "git", |
||
278 | "url": "https://github.com/o2system/filesystem.git", |
||
279 | "reference": "481d2a2b640f66fb1891114c55b976d723115c1d" |
||
280 | }, |
||
281 | "dist": { |
||
282 | "type": "zip", |
||
283 | "url": "https://api.github.com/repos/o2system/filesystem/zipball/481d2a2b640f66fb1891114c55b976d723115c1d", |
||
284 | "reference": "481d2a2b640f66fb1891114c55b976d723115c1d", |
||
285 | "shasum": "" |
||
286 | }, |
||
287 | "require": { |
||
288 | "nelexa/zip": "^3.1", |
||
289 | "o2system/kernel": "*", |
||
290 | "php": ">=5.6.0" |
||
291 | }, |
||
292 | "type": "package", |
||
293 | "autoload": { |
||
294 | "psr-4": { |
||
295 | "O2System\\Filesystem\\": "src" |
||
296 | } |
||
297 | }, |
||
298 | "notification-url": "https://packagist.org/downloads/", |
||
299 | "license": [ |
||
300 | "MIT" |
||
301 | ], |
||
302 | "authors": [ |
||
303 | { |
||
304 | "name": "Steeven Andrian Salim", |
||
305 | "email": "[email protected]", |
||
306 | "homepage": "http://www.steevenz.com", |
||
307 | "role": "Founder and Lead Project" |
||
308 | }, |
||
309 | { |
||
310 | "name": "Teguh Rianto", |
||
311 | "email": "[email protected]", |
||
312 | "homepage": "http://teguhrianto22.pusku.com", |
||
313 | "role": "Template Designer" |
||
314 | } |
||
315 | ], |
||
316 | "description": "PHP Filesystem Library", |
||
317 | "keywords": [ |
||
318 | "driver", |
||
319 | "framework", |
||
320 | "libraries", |
||
321 | "php", |
||
322 | "utilities" |
||
323 | ], |
||
324 | "time": "2017-12-29T13:43:39+00:00" |
||
325 | }, |
||
326 | { |
||
327 | "name": "o2system/framework", |
||
328 | "version": "v5.2.23", |
||
329 | "source": { |
||
330 | "type": "git", |
||
331 | "url": "https://github.com/o2system/framework.git", |
||
332 | "reference": "17bab9bb2a5d4e1e4b29c58f25691c8b87ddedc1" |
||
333 | }, |
||
334 | "dist": { |
||
335 | "type": "zip", |
||
336 | "url": "https://api.github.com/repos/o2system/framework/zipball/17bab9bb2a5d4e1e4b29c58f25691c8b87ddedc1", |
||
337 | "reference": "17bab9bb2a5d4e1e4b29c58f25691c8b87ddedc1", |
||
338 | "shasum": "" |
||
339 | }, |
||
340 | "require": { |
||
341 | "o2system/cache": "*", |
||
342 | "o2system/curl": "*", |
||
343 | "o2system/database": "*", |
||
344 | "o2system/email": "*", |
||
345 | "o2system/filesystem": "*", |
||
346 | "o2system/html": "*", |
||
347 | "o2system/image": "*", |
||
348 | "o2system/kernel": "*", |
||
349 | "o2system/parser": "*", |
||
350 | "o2system/security": "*", |
||
351 | "php": ">=5.6.0" |
||
352 | }, |
||
353 | "type": "package", |
||
354 | "autoload": { |
||
355 | "psr-4": { |
||
356 | "O2System\\Framework\\": "src" |
||
357 | }, |
||
358 | "files": [ |
||
359 | "src/Framework.php" |
||
360 | ] |
||
361 | }, |
||
362 | "notification-url": "https://packagist.org/downloads/", |
||
363 | "license": [ |
||
364 | "MIT" |
||
365 | ], |
||
366 | "authors": [ |
||
367 | { |
||
368 | "name": "Steeven Andrian Salim", |
||
369 | "email": "[email protected]", |
||
370 | "homepage": "http://www.steevenz.com", |
||
371 | "role": "Founder and Lead Project" |
||
372 | }, |
||
373 | { |
||
374 | "name": "Teguh Rianto", |
||
375 | "email": "[email protected]", |
||
376 | "homepage": "http://teguhrianto22.pusku.com", |
||
377 | "role": "Template Designer" |
||
378 | } |
||
379 | ], |
||
380 | "description": "O2System Framework", |
||
381 | "keywords": [ |
||
382 | "driver", |
||
383 | "framework", |
||
384 | "libraries", |
||
385 | "php", |
||
386 | "utilities" |
||
387 | ], |
||
388 | "time": "2018-01-16T04:49:59+00:00" |
||
389 | }, |
||
390 | { |
||
391 | "name": "o2system/gear", |
||
392 | "version": "v2.0.2", |
||
393 | "source": { |
||
394 | "type": "git", |
||
395 | "url": "https://github.com/o2system/gear.git", |
||
396 | "reference": "4f350c033a68b84364043d26c15069483caf0cc3" |
||
397 | }, |
||
398 | "dist": { |
||
399 | "type": "zip", |
||
400 | "url": "https://api.github.com/repos/o2system/gear/zipball/4f350c033a68b84364043d26c15069483caf0cc3", |
||
401 | "reference": "4f350c033a68b84364043d26c15069483caf0cc3", |
||
402 | "shasum": "" |
||
403 | }, |
||
404 | "require": { |
||
405 | "php": ">=5.6.0" |
||
406 | }, |
||
407 | "type": "package", |
||
408 | "autoload": { |
||
409 | "psr-4": { |
||
410 | "O2System\\Gear\\": "src" |
||
411 | }, |
||
412 | "files": [ |
||
413 | "src/Helper.php" |
||
414 | ] |
||
415 | }, |
||
416 | "notification-url": "https://packagist.org/downloads/", |
||
417 | "license": [ |
||
418 | "MIT" |
||
419 | ], |
||
420 | "authors": [ |
||
421 | { |
||
422 | "name": "Steeven Andrian Salim", |
||
423 | "email": "[email protected]", |
||
424 | "homepage": "http://www.steevenz.com", |
||
425 | "role": "Founder and Lead Project" |
||
426 | }, |
||
427 | { |
||
428 | "name": "Teguh Rianto", |
||
429 | "email": "[email protected]", |
||
430 | "homepage": "http://teguhrianto22.pusku.com", |
||
431 | "role": "Template Designer" |
||
432 | } |
||
433 | ], |
||
434 | "description": "PHP Developer Tools Library", |
||
435 | "keywords": [ |
||
436 | "driver", |
||
437 | "framework", |
||
438 | "libraries", |
||
439 | "php", |
||
440 | "utilities" |
||
441 | ], |
||
442 | "time": "2017-08-31T04:30:29+00:00" |
||
443 | }, |
||
444 | { |
||
445 | "name": "o2system/html", |
||
446 | "version": "v1.0.6", |
||
447 | "source": { |
||
448 | "type": "git", |
||
449 | "url": "https://github.com/o2system/html.git", |
||
450 | "reference": "34d94958d7e88d993ed66c780d5d5b51680f772e" |
||
451 | }, |
||
452 | "dist": { |
||
453 | "type": "zip", |
||
454 | "url": "https://api.github.com/repos/o2system/html/zipball/34d94958d7e88d993ed66c780d5d5b51680f772e", |
||
455 | "reference": "34d94958d7e88d993ed66c780d5d5b51680f772e", |
||
456 | "shasum": "" |
||
457 | }, |
||
458 | "require": { |
||
459 | "o2system/kernel": "*", |
||
460 | "php": ">=5.6.0" |
||
461 | }, |
||
462 | "type": "package", |
||
463 | "autoload": { |
||
464 | "psr-4": { |
||
465 | "O2System\\Html\\": "src" |
||
466 | } |
||
467 | }, |
||
468 | "notification-url": "https://packagist.org/downloads/", |
||
469 | "license": [ |
||
470 | "MIT" |
||
471 | ], |
||
472 | "authors": [ |
||
473 | { |
||
474 | "name": "Steeven Andrian Salim", |
||
475 | "email": "[email protected]", |
||
476 | "homepage": "http://www.steevenz.com", |
||
477 | "role": "Founder and Lead Project" |
||
478 | }, |
||
479 | { |
||
480 | "name": "Teguh Rianto", |
||
481 | "email": "[email protected]", |
||
482 | "homepage": "http://teguhrianto22.pusku.com", |
||
483 | "role": "Template Designer" |
||
484 | } |
||
485 | ], |
||
486 | "description": "PHP Document and Element Library.", |
||
487 | "keywords": [ |
||
488 | "framework", |
||
489 | "interfaces", |
||
490 | "libraries", |
||
491 | "php", |
||
492 | "utilities" |
||
493 | ], |
||
494 | "time": "2017-12-29T13:47:16+00:00" |
||
495 | }, |
||
496 | { |
||
497 | "name": "o2system/image", |
||
498 | "version": "v1.0.3", |
||
499 | "source": { |
||
500 | "type": "git", |
||
501 | "url": "https://github.com/o2system/image.git", |
||
502 | "reference": "71f0947a5eb558be292639c79fe40950a0cf19b6" |
||
503 | }, |
||
504 | "dist": { |
||
505 | "type": "zip", |
||
506 | "url": "https://api.github.com/repos/o2system/image/zipball/71f0947a5eb558be292639c79fe40950a0cf19b6", |
||
507 | "reference": "71f0947a5eb558be292639c79fe40950a0cf19b6", |
||
508 | "shasum": "" |
||
509 | }, |
||
510 | "require": { |
||
511 | "o2system/filesystem": "*", |
||
512 | "php": ">=5.6.0" |
||
513 | }, |
||
514 | "type": "package", |
||
515 | "autoload": { |
||
516 | "psr-4": { |
||
517 | "O2System\\Image\\": "src" |
||
518 | } |
||
519 | }, |
||
520 | "notification-url": "https://packagist.org/downloads/", |
||
521 | "license": [ |
||
522 | "MIT" |
||
523 | ], |
||
524 | "authors": [ |
||
525 | { |
||
526 | "name": "Steeven Andrian Salim", |
||
527 | "email": "[email protected]", |
||
528 | "homepage": "http://www.steevenz.com", |
||
529 | "role": "Founder and Lead Project" |
||
530 | }, |
||
531 | { |
||
532 | "name": "Teguh Rianto", |
||
533 | "email": "[email protected]", |
||
534 | "homepage": "http://teguhrianto22.pusku.com", |
||
535 | "role": "Template Designer" |
||
536 | } |
||
537 | ], |
||
538 | "description": "O2System Image is a PHP image handling and manipulation library for O2System Framework providing an easier and expressive way to manipulate an image. Allows different PHP Image Processor and Generator to be used.", |
||
539 | "keywords": [ |
||
540 | "framework", |
||
541 | "interfaces", |
||
542 | "libraries", |
||
543 | "php", |
||
544 | "utilities" |
||
545 | ], |
||
546 | "time": "2018-01-10T05:31:16+00:00" |
||
547 | }, |
||
548 | { |
||
549 | "name": "o2system/kernel", |
||
550 | "version": "v1.0.6", |
||
551 | "source": { |
||
552 | "type": "git", |
||
553 | "url": "https://github.com/o2system/kernel.git", |
||
554 | "reference": "65d5e57eb36fa226f1726b7617951d24807f89f1" |
||
555 | }, |
||
556 | "dist": { |
||
557 | "type": "zip", |
||
558 | "url": "https://api.github.com/repos/o2system/kernel/zipball/65d5e57eb36fa226f1726b7617951d24807f89f1", |
||
559 | "reference": "65d5e57eb36fa226f1726b7617951d24807f89f1", |
||
560 | "shasum": "" |
||
561 | }, |
||
562 | "require": { |
||
563 | "o2system/gear": "*", |
||
564 | "o2system/psr": "*", |
||
565 | "o2system/spl": "*", |
||
566 | "php": ">=5.6.0" |
||
567 | }, |
||
568 | "type": "package", |
||
569 | "autoload": { |
||
570 | "psr-4": { |
||
571 | "O2System\\Kernel\\": "src" |
||
572 | }, |
||
573 | "files": [ |
||
574 | "src/Helpers/Common.php", |
||
575 | "src/Helpers/Inflector.php", |
||
576 | "src/Helpers/Cookie.php", |
||
577 | "src/Kernel.php" |
||
578 | ] |
||
579 | }, |
||
580 | "notification-url": "https://packagist.org/downloads/", |
||
581 | "license": [ |
||
582 | "MIT" |
||
583 | ], |
||
584 | "authors": [ |
||
585 | { |
||
586 | "name": "Steeven Andrian Salim", |
||
587 | "email": "[email protected]", |
||
588 | "homepage": "http://www.steevenz.com", |
||
589 | "role": "Founder and Lead Project" |
||
590 | }, |
||
591 | { |
||
592 | "name": "Teguh Rianto", |
||
593 | "email": "[email protected]", |
||
594 | "homepage": "http://teguhrianto22.pusku.com", |
||
595 | "role": "Template Designer" |
||
596 | } |
||
597 | ], |
||
598 | "description": "O2System Framework Kernel", |
||
599 | "keywords": [ |
||
600 | "driver", |
||
601 | "framework", |
||
602 | "libraries", |
||
603 | "php", |
||
604 | "singleton" |
||
605 | ], |
||
606 | "time": "2018-01-16T04:41:20+00:00" |
||
607 | }, |
||
608 | { |
||
609 | "name": "o2system/parser", |
||
610 | "version": "v1.0.2", |
||
611 | "source": { |
||
612 | "type": "git", |
||
613 | "url": "https://github.com/o2system/parser.git", |
||
614 | "reference": "4ffde9ce4d74b42609aa4dbc8ca02d06cfc11e4c" |
||
615 | }, |
||
616 | "dist": { |
||
617 | "type": "zip", |
||
618 | "url": "https://api.github.com/repos/o2system/parser/zipball/4ffde9ce4d74b42609aa4dbc8ca02d06cfc11e4c", |
||
619 | "reference": "4ffde9ce4d74b42609aa4dbc8ca02d06cfc11e4c", |
||
620 | "shasum": "" |
||
621 | }, |
||
622 | "require": { |
||
623 | "o2system/kernel": "*", |
||
624 | "php": ">=5.6.0" |
||
625 | }, |
||
626 | "type": "package", |
||
627 | "autoload": { |
||
628 | "psr-4": { |
||
629 | "O2System\\Parser\\": "src" |
||
630 | } |
||
631 | }, |
||
632 | "notification-url": "https://packagist.org/downloads/", |
||
633 | "authors": [ |
||
634 | { |
||
635 | "name": "Steeven Andrian Salim", |
||
636 | "email": "[email protected]", |
||
637 | "homepage": "http://www.steevenz.com", |
||
638 | "role": "Founder and Lead Project" |
||
639 | }, |
||
640 | { |
||
641 | "name": "Teguh Rianto", |
||
642 | "email": "[email protected]", |
||
643 | "homepage": "http://teguhrianto22.pusku.com", |
||
644 | "role": "Template Designer" |
||
645 | } |
||
646 | ], |
||
647 | "description": "PHP Parser library.", |
||
648 | "keywords": [ |
||
649 | "framework", |
||
650 | "libraries", |
||
651 | "php", |
||
652 | "utilities" |
||
653 | ], |
||
654 | "time": "2017-11-08T09:25:42+00:00" |
||
655 | }, |
||
656 | { |
||
657 | "name": "o2system/psr", |
||
658 | "version": "v1.0.4", |
||
659 | "source": { |
||
660 | "type": "git", |
||
661 | "url": "https://github.com/o2system/psr.git", |
||
662 | "reference": "e9a41df5073b5d6c293b277d8f3dc6180e177007" |
||
663 | }, |
||
664 | "dist": { |
||
665 | "type": "zip", |
||
666 | "url": "https://api.github.com/repos/o2system/psr/zipball/e9a41df5073b5d6c293b277d8f3dc6180e177007", |
||
667 | "reference": "e9a41df5073b5d6c293b277d8f3dc6180e177007", |
||
668 | "shasum": "" |
||
669 | }, |
||
670 | "require": { |
||
671 | "o2system/spl": "*", |
||
672 | "php": ">=5.6.0" |
||
673 | }, |
||
674 | "type": "package", |
||
675 | "autoload": { |
||
676 | "psr-4": { |
||
677 | "O2System\\Psr\\": "src" |
||
678 | } |
||
679 | }, |
||
680 | "notification-url": "https://packagist.org/downloads/", |
||
681 | "license": [ |
||
682 | "MIT" |
||
683 | ], |
||
684 | "authors": [ |
||
685 | { |
||
686 | "name": "Steeven Andrian Salim", |
||
687 | "email": "[email protected]", |
||
688 | "homepage": "http://www.steevenz.com", |
||
689 | "role": "Founder and Lead Project" |
||
690 | }, |
||
691 | { |
||
692 | "name": "Teguh Rianto", |
||
693 | "email": "[email protected]", |
||
694 | "homepage": "http://teguhrianto22.pusku.com", |
||
695 | "role": "Template Designer" |
||
696 | } |
||
697 | ], |
||
698 | "description": "O2System PSR it's build based on PHP Framework Interop Group (PHP-FIG) standards recommendations. This repository contains a collection of PHP interfaces based on the PSR-0 until the PSR-7.", |
||
699 | "keywords": [ |
||
700 | "framework", |
||
701 | "interfaces", |
||
702 | "libraries", |
||
703 | "php", |
||
704 | "utilities" |
||
705 | ], |
||
706 | "time": "2017-11-08T09:27:27+00:00" |
||
707 | }, |
||
708 | { |
||
709 | "name": "o2system/security", |
||
710 | "version": "v1.0.2", |
||
711 | "source": { |
||
712 | "type": "git", |
||
713 | "url": "https://github.com/o2system/security.git", |
||
714 | "reference": "c3f9d30f95ce429bf5d299f93d5cc48e2c5e4030" |
||
715 | }, |
||
716 | "dist": { |
||
717 | "type": "zip", |
||
718 | "url": "https://api.github.com/repos/o2system/security/zipball/c3f9d30f95ce429bf5d299f93d5cc48e2c5e4030", |
||
719 | "reference": "c3f9d30f95ce429bf5d299f93d5cc48e2c5e4030", |
||
720 | "shasum": "" |
||
721 | }, |
||
722 | "require": { |
||
723 | "o2system/session": "*", |
||
724 | "php": ">=5.6.0" |
||
725 | }, |
||
726 | "type": "package", |
||
727 | "autoload": { |
||
728 | "psr-4": { |
||
729 | "O2System\\Security\\": "src" |
||
730 | } |
||
731 | }, |
||
732 | "notification-url": "https://packagist.org/downloads/", |
||
733 | "authors": [ |
||
734 | { |
||
735 | "name": "Steeven Andrian Salim", |
||
736 | "email": "[email protected]", |
||
737 | "homepage": "http://www.steevenz.com", |
||
738 | "role": "Founder and Lead Project" |
||
739 | }, |
||
740 | { |
||
741 | "name": "Teguh Rianto", |
||
742 | "email": "[email protected]", |
||
743 | "homepage": "http://teguhrianto22.pusku.com", |
||
744 | "role": "Template Designer" |
||
745 | } |
||
746 | ], |
||
747 | "description": "O2System Security", |
||
748 | "keywords": [ |
||
749 | "framework", |
||
750 | "interfaces", |
||
751 | "libraries", |
||
752 | "php", |
||
753 | "utilities" |
||
754 | ], |
||
755 | "time": "2017-11-08T09:28:03+00:00" |
||
756 | }, |
||
757 | { |
||
758 | "name": "o2system/session", |
||
759 | "version": "v2.0.4", |
||
760 | "source": { |
||
761 | "type": "git", |
||
762 | "url": "https://github.com/o2system/session.git", |
||
763 | "reference": "47aeff1a628cf5cb6a475ce69c8af2cb4c90b4e0" |
||
764 | }, |
||
765 | "dist": { |
||
766 | "type": "zip", |
||
767 | "url": "https://api.github.com/repos/o2system/session/zipball/47aeff1a628cf5cb6a475ce69c8af2cb4c90b4e0", |
||
768 | "reference": "47aeff1a628cf5cb6a475ce69c8af2cb4c90b4e0", |
||
769 | "shasum": "" |
||
770 | }, |
||
771 | "require": { |
||
772 | "o2system/kernel": "*", |
||
773 | "php": ">=5.6.0" |
||
774 | }, |
||
775 | "type": "package", |
||
776 | "autoload": { |
||
777 | "psr-4": { |
||
778 | "O2System\\Session\\": "src" |
||
779 | }, |
||
780 | "files": [ |
||
781 | "src/Session.php" |
||
782 | ] |
||
783 | }, |
||
784 | "notification-url": "https://packagist.org/downloads/", |
||
785 | "authors": [ |
||
786 | { |
||
787 | "name": "Steeven Andrian Salim", |
||
788 | "email": "[email protected]", |
||
789 | "homepage": "http://www.steevenz.com", |
||
790 | "role": "Founder and Lead Project" |
||
791 | }, |
||
792 | { |
||
793 | "name": "Teguh Rianto", |
||
794 | "email": "[email protected]", |
||
795 | "homepage": "http://teguhrianto22.pusku.com", |
||
796 | "role": "Template Designer" |
||
797 | } |
||
798 | ], |
||
799 | "description": "Open Source PHP Session Management Library", |
||
800 | "keywords": [ |
||
801 | "framework", |
||
802 | "interfaces", |
||
803 | "libraries", |
||
804 | "php", |
||
805 | "session" |
||
806 | ], |
||
807 | "time": "2017-12-29T13:52:58+00:00" |
||
808 | }, |
||
809 | { |
||
810 | "name": "o2system/spl", |
||
811 | "version": "v1.0.5", |
||
812 | "source": { |
||
813 | "type": "git", |
||
814 | "url": "https://github.com/o2system/spl.git", |
||
815 | "reference": "d47463c5e1ed1c386ca251755ace98c6d5c7fb47" |
||
816 | }, |
||
817 | "dist": { |
||
818 | "type": "zip", |
||
819 | "url": "https://api.github.com/repos/o2system/spl/zipball/d47463c5e1ed1c386ca251755ace98c6d5c7fb47", |
||
820 | "reference": "d47463c5e1ed1c386ca251755ace98c6d5c7fb47", |
||
821 | "shasum": "" |
||
822 | }, |
||
823 | "require": { |
||
824 | "php": ">=5.6.0" |
||
825 | }, |
||
826 | "type": "package", |
||
827 | "autoload": { |
||
828 | "psr-4": { |
||
829 | "O2System\\Spl\\": "src" |
||
830 | } |
||
831 | }, |
||
832 | "notification-url": "https://packagist.org/downloads/", |
||
833 | "license": [ |
||
834 | "MIT" |
||
835 | ], |
||
836 | "authors": [ |
||
837 | { |
||
838 | "name": "Steeven Andrian Salim", |
||
839 | "email": "[email protected]", |
||
840 | "homepage": "http://www.steevenz.com", |
||
841 | "role": "Founder and Lead Project" |
||
842 | }, |
||
843 | { |
||
844 | "name": "Teguh Rianto", |
||
845 | "email": "[email protected]", |
||
846 | "homepage": "http://teguhrianto22.pusku.com", |
||
847 | "role": "Template Designer" |
||
848 | } |
||
849 | ], |
||
850 | "description": "O2System Standard PHP Library (SPL) it's build based on original standard PHP library. It's made up primarily of commonly needed datastructure classes, iterators, handlers and exceptions for O2System PHP Framework, but also can be used independently outside O2System PHP Framework environment.", |
||
851 | "keywords": [ |
||
852 | "framework", |
||
853 | "interfaces", |
||
854 | "libraries", |
||
855 | "php", |
||
856 | "utilities" |
||
857 | ], |
||
858 | "time": "2017-11-09T09:42:56+00:00" |
||
859 | }, |
||
860 | { |
||
861 | "name": "phpmailer/phpmailer", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
862 | "version": "v6.0.3", |
||
863 | "source": { |
||
864 | "type": "git", |
||
865 | "url": "https://github.com/PHPMailer/PHPMailer.git", |
||
866 | "reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6" |
||
867 | }, |
||
868 | "dist": { |
||
869 | "type": "zip", |
||
870 | "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6", |
||
871 | "reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6", |
||
872 | "shasum": "" |
||
873 | }, |
||
874 | "require": { |
||
875 | "ext-ctype": "*", |
||
876 | "ext-filter": "*", |
||
877 | "php": ">=5.5.0" |
||
878 | }, |
||
879 | "require-dev": { |
||
880 | "doctrine/annotations": "1.2.*", |
||
881 | "friendsofphp/php-cs-fixer": "^2.2", |
||
882 | "phpdocumentor/phpdocumentor": "2.*", |
||
883 | "phpunit/phpunit": "^4.8 || ^5.7", |
||
884 | "zendframework/zend-eventmanager": "3.0.*", |
||
885 | "zendframework/zend-i18n": "2.7.3", |
||
886 | "zendframework/zend-serializer": "2.7.*" |
||
887 | }, |
||
888 | "suggest": { |
||
889 | "ext-mbstring": "Needed to send email in multibyte encoding charset", |
||
890 | "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", |
||
891 | "league/oauth2-google": "Needed for Google XOAUTH2 authentication", |
||
892 | "psr/log": "For optional PSR-3 debug logging", |
||
893 | "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", |
||
894 | "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" |
||
895 | }, |
||
896 | "type": "library", |
||
897 | "autoload": { |
||
898 | "psr-4": { |
||
899 | "PHPMailer\\PHPMailer\\": "src/" |
||
900 | } |
||
901 | }, |
||
902 | "notification-url": "https://packagist.org/downloads/", |
||
903 | "license": [ |
||
904 | "LGPL-2.1" |
||
905 | ], |
||
906 | "authors": [ |
||
907 | { |
||
908 | "name": "Jim Jagielski", |
||
909 | "email": "[email protected]" |
||
910 | }, |
||
911 | { |
||
912 | "name": "Marcus Bointon", |
||
913 | "email": "[email protected]" |
||
914 | }, |
||
915 | { |
||
916 | "name": "Andy Prevost", |
||
917 | "email": "[email protected]" |
||
918 | }, |
||
919 | { |
||
920 | "name": "Brent R. Matzelle" |
||
921 | } |
||
922 | ], |
||
923 | "description": "PHPMailer is a full-featured email creation and transfer class for PHP", |
||
924 | "time": "2018-01-05T13:19:58+00:00" |
||
925 | }, |
||
926 | { |
||
927 | "name": "phpoffice/phpexcel", |
||
0 ignored issues
–
show
![]() |
|||
928 | "version": "1.8.1", |
||
929 | "source": { |
||
930 | "type": "git", |
||
931 | "url": "https://github.com/PHPOffice/PHPExcel.git", |
||
932 | "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32" |
||
933 | }, |
||
934 | "dist": { |
||
935 | "type": "zip", |
||
936 | "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32", |
||
937 | "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32", |
||
938 | "shasum": "" |
||
939 | }, |
||
940 | "require": { |
||
941 | "ext-xml": "*", |
||
942 | "ext-xmlwriter": "*", |
||
943 | "php": ">=5.2.0" |
||
944 | }, |
||
945 | "type": "library", |
||
946 | "autoload": { |
||
947 | "psr-0": { |
||
948 | "PHPExcel": "Classes/" |
||
949 | } |
||
950 | }, |
||
951 | "notification-url": "https://packagist.org/downloads/", |
||
952 | "license": [ |
||
953 | "LGPL" |
||
954 | ], |
||
955 | "authors": [ |
||
956 | { |
||
957 | "name": "Maarten Balliauw", |
||
958 | "homepage": "http://blog.maartenballiauw.be" |
||
959 | }, |
||
960 | { |
||
961 | "name": "Mark Baker" |
||
962 | }, |
||
963 | { |
||
964 | "name": "Franck Lefevre", |
||
965 | "homepage": "http://blog.rootslabs.net" |
||
966 | }, |
||
967 | { |
||
968 | "name": "Erik Tilt" |
||
969 | } |
||
970 | ], |
||
971 | "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine", |
||
972 | "homepage": "http://phpexcel.codeplex.com", |
||
973 | "keywords": [ |
||
974 | "OpenXML", |
||
975 | "excel", |
||
976 | "php", |
||
977 | "spreadsheet", |
||
978 | "xls", |
||
979 | "xlsx" |
||
980 | ], |
||
981 | "time": "2015-05-01T07:00:55+00:00" |
||
982 | }, |
||
983 | { |
||
984 | "name": "psr/http-message", |
||
985 | "version": "1.0.1", |
||
986 | "source": { |
||
987 | "type": "git", |
||
988 | "url": "https://github.com/php-fig/http-message.git", |
||
989 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
990 | }, |
||
991 | "dist": { |
||
992 | "type": "zip", |
||
993 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
994 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
995 | "shasum": "" |
||
996 | }, |
||
997 | "require": { |
||
998 | "php": ">=5.3.0" |
||
999 | }, |
||
1000 | "type": "library", |
||
1001 | "extra": { |
||
1002 | "branch-alias": { |
||
1003 | "dev-master": "1.0.x-dev" |
||
1004 | } |
||
1005 | }, |
||
1006 | "autoload": { |
||
1007 | "psr-4": { |
||
1008 | "Psr\\Http\\Message\\": "src/" |
||
1009 | } |
||
1010 | }, |
||
1011 | "notification-url": "https://packagist.org/downloads/", |
||
1012 | "license": [ |
||
1013 | "MIT" |
||
1014 | ], |
||
1015 | "authors": [ |
||
1016 | { |
||
1017 | "name": "PHP-FIG", |
||
1018 | "homepage": "http://www.php-fig.org/" |
||
1019 | } |
||
1020 | ], |
||
1021 | "description": "Common interface for HTTP messages", |
||
1022 | "homepage": "https://github.com/php-fig/http-message", |
||
1023 | "keywords": [ |
||
1024 | "http", |
||
1025 | "http-message", |
||
1026 | "psr", |
||
1027 | "psr-7", |
||
1028 | "request", |
||
1029 | "response" |
||
1030 | ], |
||
1031 | "time": "2016-08-06T14:39:51+00:00" |
||
1032 | } |
||
1033 | ], |
||
1034 | "packages-dev": [], |
||
1035 | "aliases": [], |
||
1036 | "minimum-stability": "stable", |
||
1037 | "stability-flags": [], |
||
1038 | "prefer-stable": false, |
||
1039 | "prefer-lowest": false, |
||
1040 | "platform": { |
||
1041 | "php": ">=5.6.4" |
||
1042 | }, |
||
1043 | "platform-dev": [] |
||
1044 | } |
||
1045 |