These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
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 | "hash": "73283163c41aaf59420eee89f16e8459", |
||
8 | "content-hash": "9ccab2c95212905c31a47333e6e09f8c", |
||
9 | "packages": [ |
||
10 | { |
||
11 | "name": "arc/arc", |
||
12 | "version": "2.1", |
||
13 | "source": { |
||
14 | "type": "git", |
||
15 | "url": "https://github.com/Ariadne-CMS/arc-arc.git", |
||
16 | "reference": "56b41a56f65b66680b022249ccdfd7edf507f450" |
||
17 | }, |
||
18 | "dist": { |
||
19 | "type": "zip", |
||
20 | "url": "https://api.github.com/repos/Ariadne-CMS/arc-arc/zipball/56b41a56f65b66680b022249ccdfd7edf507f450", |
||
21 | "reference": "56b41a56f65b66680b022249ccdfd7edf507f450", |
||
22 | "shasum": "" |
||
23 | }, |
||
24 | "require": { |
||
25 | "arc/base": "~2.1", |
||
26 | "arc/cache": "~1.2", |
||
27 | "arc/config": "~1.2", |
||
28 | "arc/events": "~1.2", |
||
29 | "arc/grants": "~1.2", |
||
30 | "arc/html": "~1.0", |
||
31 | "arc/prototype": "~0.9", |
||
32 | "arc/web": "~2.1", |
||
33 | "arc/xml": "~2.1", |
||
34 | "php": ">=5.4" |
||
35 | }, |
||
36 | "type": "library", |
||
37 | "notification-url": "https://packagist.org/downloads/", |
||
38 | "license": [ |
||
39 | "MIT" |
||
40 | ], |
||
41 | "authors": [ |
||
42 | { |
||
43 | "name": "Auke van Slooten", |
||
44 | "email": "[email protected]" |
||
45 | } |
||
46 | ], |
||
47 | "description": "Ariadne Component Library: All Components", |
||
48 | "homepage": "https://github.com/Ariadne-CMS/arc/wiki", |
||
49 | "keywords": [ |
||
50 | "component", |
||
51 | "components" |
||
52 | ], |
||
53 | "time": "2016-01-28 15:08:00" |
||
54 | }, |
||
55 | { |
||
56 | "name": "arc/base", |
||
57 | "version": "2.1.1", |
||
58 | "source": { |
||
59 | "type": "git", |
||
60 | "url": "https://github.com/Ariadne-CMS/arc-base.git", |
||
61 | "reference": "b643a1a360c5a596c862a79611946d2f0f7b1654" |
||
62 | }, |
||
63 | "dist": { |
||
64 | "type": "zip", |
||
65 | "url": "https://api.github.com/repos/Ariadne-CMS/arc-base/zipball/b643a1a360c5a596c862a79611946d2f0f7b1654", |
||
66 | "reference": "b643a1a360c5a596c862a79611946d2f0f7b1654", |
||
67 | "shasum": "" |
||
68 | }, |
||
69 | "require": { |
||
70 | "php": ">=5.6" |
||
71 | }, |
||
72 | "require-dev": { |
||
73 | "phpunit/phpunit": "5.1.*" |
||
74 | }, |
||
75 | "type": "library", |
||
76 | "autoload": { |
||
77 | "psr-4": { |
||
78 | "arc\\": "src/" |
||
79 | } |
||
80 | }, |
||
81 | "notification-url": "https://packagist.org/downloads/", |
||
82 | "license": [ |
||
83 | "MIT" |
||
84 | ], |
||
85 | "authors": [ |
||
86 | { |
||
87 | "name": "Auke van Slooten", |
||
88 | "email": "[email protected]" |
||
89 | } |
||
90 | ], |
||
91 | "description": "Ariadne Component Library", |
||
92 | "homepage": "https://github.com/Ariadne-CMS/arc/wiki", |
||
93 | "keywords": [ |
||
94 | "component", |
||
95 | "components" |
||
96 | ], |
||
97 | "time": "2016-01-28 14:35:55" |
||
98 | }, |
||
99 | { |
||
100 | "name": "arc/cache", |
||
101 | "version": "1.2.1", |
||
102 | "source": { |
||
103 | "type": "git", |
||
104 | "url": "https://github.com/Ariadne-CMS/arc-cache.git", |
||
105 | "reference": "377f3d8896585e776a71e6a001868ff21adddaca" |
||
106 | }, |
||
107 | "dist": { |
||
108 | "type": "zip", |
||
109 | "url": "https://api.github.com/repos/Ariadne-CMS/arc-cache/zipball/377f3d8896585e776a71e6a001868ff21adddaca", |
||
110 | "reference": "377f3d8896585e776a71e6a001868ff21adddaca", |
||
111 | "shasum": "" |
||
112 | }, |
||
113 | "require": { |
||
114 | "arc/base": "~2.1", |
||
115 | "php": ">=5.4" |
||
116 | }, |
||
117 | "require-dev": { |
||
118 | "phpunit/phpunit": "5.1.*" |
||
119 | }, |
||
120 | "type": "library", |
||
121 | "autoload": { |
||
122 | "psr-4": { |
||
123 | "arc\\": "src/" |
||
124 | } |
||
125 | }, |
||
126 | "notification-url": "https://packagist.org/downloads/", |
||
127 | "license": [ |
||
128 | "MIT" |
||
129 | ], |
||
130 | "authors": [ |
||
131 | { |
||
132 | "name": "Auke van Slooten", |
||
133 | "email": "[email protected]" |
||
134 | } |
||
135 | ], |
||
136 | "description": "Ariadne Component Library: Cache Component", |
||
137 | "homepage": "https://github.com/Ariadne-CMS/arc/wiki", |
||
138 | "keywords": [ |
||
139 | "component", |
||
140 | "components" |
||
141 | ], |
||
142 | "time": "2016-01-28 15:01:26" |
||
143 | }, |
||
144 | { |
||
145 | "name": "arc/config", |
||
146 | "version": "1.2.1", |
||
147 | "source": { |
||
148 | "type": "git", |
||
149 | "url": "https://github.com/Ariadne-CMS/arc-config.git", |
||
150 | "reference": "48cb069d9d113efd85a1a28d0cf7d36554f6a6cb" |
||
151 | }, |
||
152 | "dist": { |
||
153 | "type": "zip", |
||
154 | "url": "https://api.github.com/repos/Ariadne-CMS/arc-config/zipball/48cb069d9d113efd85a1a28d0cf7d36554f6a6cb", |
||
155 | "reference": "48cb069d9d113efd85a1a28d0cf7d36554f6a6cb", |
||
156 | "shasum": "" |
||
157 | }, |
||
158 | "require": { |
||
159 | "arc/base": "~2.1", |
||
160 | "php": ">=5.4" |
||
161 | }, |
||
162 | "require-dev": { |
||
163 | "phpunit/phpunit": "5.1.*" |
||
164 | }, |
||
165 | "type": "library", |
||
166 | "autoload": { |
||
167 | "psr-4": { |
||
168 | "arc\\": "src/" |
||
169 | } |
||
170 | }, |
||
171 | "notification-url": "https://packagist.org/downloads/", |
||
172 | "license": [ |
||
173 | "MIT" |
||
174 | ], |
||
175 | "authors": [ |
||
176 | { |
||
177 | "name": "Auke van Slooten", |
||
178 | "email": "[email protected]" |
||
179 | } |
||
180 | ], |
||
181 | "description": "Ariadne Component Library: hierarchical configuration management Component", |
||
182 | "homepage": "https://github.com/Ariadne-CMS/arc/wiki", |
||
183 | "keywords": [ |
||
184 | "component", |
||
185 | "components" |
||
186 | ], |
||
187 | "time": "2016-01-28 15:02:15" |
||
188 | }, |
||
189 | { |
||
190 | "name": "arc/events", |
||
191 | "version": "1.2.1", |
||
192 | "source": { |
||
193 | "type": "git", |
||
194 | "url": "https://github.com/Ariadne-CMS/arc-events.git", |
||
195 | "reference": "ca37cd80f389c2e435d2f5717e3d69e5b2ca38f8" |
||
196 | }, |
||
197 | "dist": { |
||
198 | "type": "zip", |
||
199 | "url": "https://api.github.com/repos/Ariadne-CMS/arc-events/zipball/ca37cd80f389c2e435d2f5717e3d69e5b2ca38f8", |
||
200 | "reference": "ca37cd80f389c2e435d2f5717e3d69e5b2ca38f8", |
||
201 | "shasum": "" |
||
202 | }, |
||
203 | "require": { |
||
204 | "arc/base": "~2.1", |
||
205 | "php": ">=5.4" |
||
206 | }, |
||
207 | "require-dev": { |
||
208 | "phpunit/phpunit": "5.1.*" |
||
209 | }, |
||
210 | "type": "library", |
||
211 | "autoload": { |
||
212 | "psr-4": { |
||
213 | "arc\\": "src/" |
||
214 | } |
||
215 | }, |
||
216 | "notification-url": "https://packagist.org/downloads/", |
||
217 | "license": [ |
||
218 | "MIT" |
||
219 | ], |
||
220 | "authors": [ |
||
221 | { |
||
222 | "name": "Auke van Slooten", |
||
223 | "email": "[email protected]" |
||
224 | } |
||
225 | ], |
||
226 | "description": "Ariadne Component Library: W3C style events Component", |
||
227 | "homepage": "https://github.com/Ariadne-CMS/arc/wiki", |
||
228 | "keywords": [ |
||
229 | "component", |
||
230 | "components" |
||
231 | ], |
||
232 | "time": "2016-01-28 15:01:27" |
||
233 | }, |
||
234 | { |
||
235 | "name": "arc/grants", |
||
236 | "version": "1.2", |
||
237 | "source": { |
||
238 | "type": "git", |
||
239 | "url": "https://github.com/Ariadne-CMS/arc-grants.git", |
||
240 | "reference": "7d6e1f4c477f8a52fdb189cbe84c4d881e7ea7a6" |
||
241 | }, |
||
242 | "dist": { |
||
243 | "type": "zip", |
||
244 | "url": "https://api.github.com/repos/Ariadne-CMS/arc-grants/zipball/7d6e1f4c477f8a52fdb189cbe84c4d881e7ea7a6", |
||
245 | "reference": "7d6e1f4c477f8a52fdb189cbe84c4d881e7ea7a6", |
||
246 | "shasum": "" |
||
247 | }, |
||
248 | "require": { |
||
249 | "arc/base": "~1.0||~2.0", |
||
250 | "php": ">=5.4" |
||
251 | }, |
||
252 | "require-dev": { |
||
253 | "phpunit/phpunit": "5.1.*" |
||
254 | }, |
||
255 | "type": "library", |
||
256 | "autoload": { |
||
257 | "psr-4": { |
||
258 | "arc\\": "src/" |
||
259 | } |
||
260 | }, |
||
261 | "notification-url": "https://packagist.org/downloads/", |
||
262 | "license": [ |
||
263 | "MIT" |
||
264 | ], |
||
265 | "authors": [ |
||
266 | { |
||
267 | "name": "Auke van Slooten", |
||
268 | "email": "[email protected]" |
||
269 | } |
||
270 | ], |
||
271 | "description": "Ariadne Component Library: user and group rights management Component", |
||
272 | "homepage": "https://github.com/Ariadne-CMS/arc/wiki", |
||
273 | "keywords": [ |
||
274 | "component", |
||
275 | "components" |
||
276 | ], |
||
277 | "time": "2016-01-27 23:18:44" |
||
278 | }, |
||
279 | { |
||
280 | "name": "arc/html", |
||
281 | "version": "1.0", |
||
282 | "source": { |
||
283 | "type": "git", |
||
284 | "url": "https://github.com/Ariadne-CMS/arc-html.git", |
||
285 | "reference": "c71ba27d091aec20c728e1a7252dfc2368d23375" |
||
286 | }, |
||
287 | "dist": { |
||
288 | "type": "zip", |
||
289 | "url": "https://api.github.com/repos/Ariadne-CMS/arc-html/zipball/c71ba27d091aec20c728e1a7252dfc2368d23375", |
||
290 | "reference": "c71ba27d091aec20c728e1a7252dfc2368d23375", |
||
291 | "shasum": "" |
||
292 | }, |
||
293 | "require": { |
||
294 | "arc/xml": "~2.2", |
||
295 | "php": ">=5.4" |
||
296 | }, |
||
297 | "require-dev": { |
||
298 | "phpunit/phpunit": "5.1.*" |
||
299 | }, |
||
300 | "type": "library", |
||
301 | "autoload": { |
||
302 | "psr-4": { |
||
303 | "arc\\": "src/" |
||
304 | } |
||
305 | }, |
||
306 | "notification-url": "https://packagist.org/downloads/", |
||
307 | "license": [ |
||
308 | "MIT" |
||
309 | ], |
||
310 | "authors": [ |
||
311 | { |
||
312 | "name": "Auke van Slooten", |
||
313 | "email": "[email protected]" |
||
314 | } |
||
315 | ], |
||
316 | "description": "Ariadne Component Library: html writer and parser Component", |
||
317 | "homepage": "https://github.com/Ariadne-CMS/arc/wiki", |
||
318 | "keywords": [ |
||
319 | "component", |
||
320 | "components" |
||
321 | ], |
||
322 | "time": "2016-01-24 15:53:31" |
||
323 | }, |
||
324 | { |
||
325 | "name": "arc/prototype", |
||
326 | "version": "0.9.9", |
||
327 | "source": { |
||
328 | "type": "git", |
||
329 | "url": "https://github.com/Ariadne-CMS/arc-prototype.git", |
||
330 | "reference": "20a26b4ee2bac9db93432888747fc564d5878483" |
||
331 | }, |
||
332 | "dist": { |
||
333 | "type": "zip", |
||
334 | "url": "https://api.github.com/repos/Ariadne-CMS/arc-prototype/zipball/20a26b4ee2bac9db93432888747fc564d5878483", |
||
335 | "reference": "20a26b4ee2bac9db93432888747fc564d5878483", |
||
336 | "shasum": "" |
||
337 | }, |
||
338 | "require": { |
||
339 | "arc/base": ">=2.0", |
||
340 | "php": ">=5.6" |
||
341 | }, |
||
342 | "require-dev": { |
||
343 | "phpunit/phpunit": "5.1.*" |
||
344 | }, |
||
345 | "type": "library", |
||
346 | "autoload": { |
||
347 | "psr-4": { |
||
348 | "arc\\": "src/" |
||
349 | } |
||
350 | }, |
||
351 | "notification-url": "https://packagist.org/downloads/", |
||
352 | "license": [ |
||
353 | "MIT" |
||
354 | ], |
||
355 | "authors": [ |
||
356 | { |
||
357 | "name": "Auke van Slooten", |
||
358 | "email": "[email protected]" |
||
359 | } |
||
360 | ], |
||
361 | "description": "ARC: prototypical inheritance component", |
||
362 | "homepage": "https://github.com/Ariadne-CMS/arc/wiki", |
||
363 | "keywords": [ |
||
364 | "arc", |
||
365 | "component", |
||
366 | "components", |
||
367 | "prototype" |
||
368 | ], |
||
369 | "time": "2016-01-20 14:31:54" |
||
370 | }, |
||
371 | { |
||
372 | "name": "arc/web", |
||
373 | "version": "2.1", |
||
374 | "source": { |
||
375 | "type": "git", |
||
376 | "url": "https://github.com/Ariadne-CMS/arc-web.git", |
||
377 | "reference": "954270d2142bea5364a8e69fd4c6ad870378ac79" |
||
378 | }, |
||
379 | "dist": { |
||
380 | "type": "zip", |
||
381 | "url": "https://api.github.com/repos/Ariadne-CMS/arc-web/zipball/954270d2142bea5364a8e69fd4c6ad870378ac79", |
||
382 | "reference": "954270d2142bea5364a8e69fd4c6ad870378ac79", |
||
383 | "shasum": "" |
||
384 | }, |
||
385 | "require": { |
||
386 | "arc/base": "~2.0", |
||
387 | "php": ">=5.6" |
||
388 | }, |
||
389 | "require-dev": { |
||
390 | "phpunit/phpunit": "5.1.*" |
||
391 | }, |
||
392 | "type": "library", |
||
393 | "autoload": { |
||
394 | "psr-4": { |
||
395 | "arc\\": "src/" |
||
396 | } |
||
397 | }, |
||
398 | "notification-url": "https://packagist.org/downloads/", |
||
399 | "license": [ |
||
400 | "MIT" |
||
401 | ], |
||
402 | "authors": [ |
||
403 | { |
||
404 | "name": "Auke van Slooten", |
||
405 | "email": "[email protected]" |
||
406 | } |
||
407 | ], |
||
408 | "description": "Ariadne Component Library: Web Components", |
||
409 | "homepage": "https://github.com/Ariadne-CMS/arc/wiki", |
||
410 | "keywords": [ |
||
411 | "component", |
||
412 | "components" |
||
413 | ], |
||
414 | "time": "2016-01-27 22:30:38" |
||
415 | }, |
||
416 | { |
||
417 | "name": "arc/xml", |
||
418 | "version": "2.4.1", |
||
419 | "source": { |
||
420 | "type": "git", |
||
421 | "url": "https://github.com/Ariadne-CMS/arc-xml.git", |
||
422 | "reference": "ed1825a66700220ecc52e1812183226ade68d0a8" |
||
423 | }, |
||
424 | "dist": { |
||
425 | "type": "zip", |
||
426 | "url": "https://api.github.com/repos/Ariadne-CMS/arc-xml/zipball/ed1825a66700220ecc52e1812183226ade68d0a8", |
||
427 | "reference": "ed1825a66700220ecc52e1812183226ade68d0a8", |
||
428 | "shasum": "" |
||
429 | }, |
||
430 | "require": { |
||
431 | "arc/base": "~2.1", |
||
432 | "php": ">=5.4" |
||
433 | }, |
||
434 | "require-dev": { |
||
435 | "phpunit/phpunit": "5.1.*" |
||
436 | }, |
||
437 | "type": "library", |
||
438 | "autoload": { |
||
439 | "psr-4": { |
||
440 | "arc\\": "src/" |
||
441 | } |
||
442 | }, |
||
443 | "notification-url": "https://packagist.org/downloads/", |
||
444 | "license": [ |
||
445 | "MIT" |
||
446 | ], |
||
447 | "authors": [ |
||
448 | { |
||
449 | "name": "Auke van Slooten", |
||
450 | "email": "[email protected]" |
||
451 | } |
||
452 | ], |
||
453 | "description": "Ariadne Component Library: xml writer and parser Component", |
||
454 | "homepage": "https://github.com/Ariadne-CMS/arc/wiki", |
||
455 | "keywords": [ |
||
456 | "component", |
||
457 | "components" |
||
458 | ], |
||
459 | "time": "2016-01-31 18:23:42" |
||
460 | }, |
||
461 | { |
||
462 | "name": "doctrine/instantiator", |
||
463 | "version": "1.0.5", |
||
464 | "source": { |
||
465 | "type": "git", |
||
466 | "url": "https://github.com/doctrine/instantiator.git", |
||
467 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
468 | }, |
||
469 | "dist": { |
||
470 | "type": "zip", |
||
471 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
472 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
473 | "shasum": "" |
||
474 | }, |
||
475 | "require": { |
||
476 | "php": ">=5.3,<8.0-DEV" |
||
477 | }, |
||
478 | "require-dev": { |
||
479 | "athletic/athletic": "~0.1.8", |
||
480 | "ext-pdo": "*", |
||
481 | "ext-phar": "*", |
||
482 | "phpunit/phpunit": "~4.0", |
||
483 | "squizlabs/php_codesniffer": "~2.0" |
||
484 | }, |
||
485 | "type": "library", |
||
486 | "extra": { |
||
487 | "branch-alias": { |
||
488 | "dev-master": "1.0.x-dev" |
||
489 | } |
||
490 | }, |
||
491 | "autoload": { |
||
492 | "psr-4": { |
||
493 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
494 | } |
||
495 | }, |
||
496 | "notification-url": "https://packagist.org/downloads/", |
||
497 | "license": [ |
||
498 | "MIT" |
||
499 | ], |
||
500 | "authors": [ |
||
501 | { |
||
502 | "name": "Marco Pivetta", |
||
503 | "email": "[email protected]", |
||
504 | "homepage": "http://ocramius.github.com/" |
||
505 | } |
||
506 | ], |
||
507 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
508 | "homepage": "https://github.com/doctrine/instantiator", |
||
509 | "keywords": [ |
||
510 | "constructor", |
||
511 | "instantiate" |
||
512 | ], |
||
513 | "time": "2015-06-14 21:17:01" |
||
514 | }, |
||
515 | { |
||
516 | "name": "erusev/parsedown", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
517 | "version": "1.6.0", |
||
518 | "source": { |
||
519 | "type": "git", |
||
520 | "url": "https://github.com/erusev/parsedown.git", |
||
521 | "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7" |
||
522 | }, |
||
523 | "dist": { |
||
524 | "type": "zip", |
||
525 | "url": "https://api.github.com/repos/erusev/parsedown/zipball/3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7", |
||
526 | "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7", |
||
527 | "shasum": "" |
||
528 | }, |
||
529 | "type": "library", |
||
530 | "autoload": { |
||
531 | "psr-0": { |
||
532 | "Parsedown": "" |
||
533 | } |
||
534 | }, |
||
535 | "notification-url": "https://packagist.org/downloads/", |
||
536 | "license": [ |
||
537 | "MIT" |
||
538 | ], |
||
539 | "authors": [ |
||
540 | { |
||
541 | "name": "Emanuil Rusev", |
||
542 | "email": "[email protected]", |
||
543 | "homepage": "http://erusev.com" |
||
544 | } |
||
545 | ], |
||
546 | "description": "Parser for Markdown.", |
||
547 | "homepage": "http://parsedown.org", |
||
548 | "keywords": [ |
||
549 | "markdown", |
||
550 | "parser" |
||
551 | ], |
||
552 | "time": "2015-10-04 16:44:32" |
||
553 | }, |
||
554 | { |
||
555 | "name": "firebase/php-jwt", |
||
556 | "version": "v3.0.0", |
||
557 | "source": { |
||
558 | "type": "git", |
||
559 | "url": "https://github.com/firebase/php-jwt.git", |
||
560 | "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1" |
||
561 | }, |
||
562 | "dist": { |
||
563 | "type": "zip", |
||
564 | "url": "https://api.github.com/repos/firebase/php-jwt/zipball/fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1", |
||
565 | "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1", |
||
566 | "shasum": "" |
||
567 | }, |
||
568 | "require": { |
||
569 | "php": ">=5.3.0" |
||
570 | }, |
||
571 | "type": "library", |
||
572 | "autoload": { |
||
573 | "psr-4": { |
||
574 | "Firebase\\JWT\\": "src" |
||
575 | } |
||
576 | }, |
||
577 | "notification-url": "https://packagist.org/downloads/", |
||
578 | "license": [ |
||
579 | "BSD-3-Clause" |
||
580 | ], |
||
581 | "authors": [ |
||
582 | { |
||
583 | "name": "Neuman Vong", |
||
584 | "email": "[email protected]", |
||
585 | "role": "Developer" |
||
586 | }, |
||
587 | { |
||
588 | "name": "Anant Narayanan", |
||
589 | "email": "[email protected]", |
||
590 | "role": "Developer" |
||
591 | } |
||
592 | ], |
||
593 | "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", |
||
594 | "homepage": "https://github.com/firebase/php-jwt", |
||
595 | "time": "2015-07-22 18:31:08" |
||
596 | }, |
||
597 | { |
||
598 | "name": "firephp/firephp-core", |
||
599 | "version": "v0.4.0", |
||
600 | "source": { |
||
601 | "type": "git", |
||
602 | "url": "https://github.com/firephp/firephp-core.git", |
||
603 | "reference": "fabad0f2503f9577fe8dd2cb1d1c7cd73ed2aacf" |
||
604 | }, |
||
605 | "dist": { |
||
606 | "type": "zip", |
||
607 | "url": "https://api.github.com/repos/firephp/firephp-core/zipball/fabad0f2503f9577fe8dd2cb1d1c7cd73ed2aacf", |
||
608 | "reference": "fabad0f2503f9577fe8dd2cb1d1c7cd73ed2aacf", |
||
609 | "shasum": "" |
||
610 | }, |
||
611 | "type": "library", |
||
612 | "autoload": { |
||
613 | "classmap": [ |
||
614 | "lib/FirePHPCore/FirePHP.class.php", |
||
615 | "lib/FirePHPCore/fb.php" |
||
616 | ] |
||
617 | }, |
||
618 | "notification-url": "https://packagist.org/downloads/", |
||
619 | "license": [ |
||
620 | "MIT" |
||
621 | ], |
||
622 | "authors": [ |
||
623 | { |
||
624 | "name": "Christoph Dorn", |
||
625 | "email": "[email protected]", |
||
626 | "homepage": "http://christophdorn.com" |
||
627 | } |
||
628 | ], |
||
629 | "description": "Traditional FirePHPCore library for sending PHP variables to the browser.", |
||
630 | "homepage": "https://github.com/firephp/firephp-core", |
||
631 | "time": "2013-04-23 15:28:20" |
||
632 | }, |
||
633 | { |
||
634 | "name": "ircmaxell/password-compat", |
||
635 | "version": "v1.0.4", |
||
636 | "source": { |
||
637 | "type": "git", |
||
638 | "url": "https://github.com/ircmaxell/password_compat.git", |
||
639 | "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" |
||
640 | }, |
||
641 | "dist": { |
||
642 | "type": "zip", |
||
643 | "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", |
||
644 | "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", |
||
645 | "shasum": "" |
||
646 | }, |
||
647 | "require-dev": { |
||
648 | "phpunit/phpunit": "4.*" |
||
649 | }, |
||
650 | "type": "library", |
||
651 | "autoload": { |
||
652 | "files": [ |
||
653 | "lib/password.php" |
||
654 | ] |
||
655 | }, |
||
656 | "notification-url": "https://packagist.org/downloads/", |
||
657 | "license": [ |
||
658 | "MIT" |
||
659 | ], |
||
660 | "authors": [ |
||
661 | { |
||
662 | "name": "Anthony Ferrara", |
||
663 | "email": "[email protected]", |
||
664 | "homepage": "http://blog.ircmaxell.com" |
||
665 | } |
||
666 | ], |
||
667 | "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", |
||
668 | "homepage": "https://github.com/ircmaxell/password_compat", |
||
669 | "keywords": [ |
||
670 | "hashing", |
||
671 | "password" |
||
672 | ], |
||
673 | "time": "2014-11-20 16:49:30" |
||
674 | }, |
||
675 | { |
||
676 | "name": "leafo/lessphp", |
||
677 | "version": "v0.4.0", |
||
678 | "source": { |
||
679 | "type": "git", |
||
680 | "url": "https://github.com/leafo/lessphp.git", |
||
681 | "reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de" |
||
682 | }, |
||
683 | "dist": { |
||
684 | "type": "zip", |
||
685 | "url": "https://api.github.com/repos/leafo/lessphp/zipball/51f3f06f0fe78a722dabfd14578444bdd078d9de", |
||
686 | "reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de", |
||
687 | "shasum": "" |
||
688 | }, |
||
689 | "type": "library", |
||
690 | "extra": { |
||
691 | "branch-alias": { |
||
692 | "dev-master": "0.3-dev" |
||
693 | } |
||
694 | }, |
||
695 | "autoload": { |
||
696 | "classmap": [ |
||
697 | "lessc.inc.php" |
||
698 | ] |
||
699 | }, |
||
700 | "notification-url": "https://packagist.org/downloads/", |
||
701 | "license": [ |
||
702 | "MIT", |
||
703 | "GPL-3.0" |
||
704 | ], |
||
705 | "authors": [ |
||
706 | { |
||
707 | "name": "Leaf Corcoran", |
||
708 | "email": "[email protected]", |
||
709 | "homepage": "http://leafo.net" |
||
710 | } |
||
711 | ], |
||
712 | "description": "lessphp is a compiler for LESS written in PHP.", |
||
713 | "homepage": "http://leafo.net/lessphp/", |
||
714 | "time": "2013-08-09 17:09:19" |
||
715 | }, |
||
716 | { |
||
717 | "name": "mishal/iless", |
||
718 | "version": "1.7.0", |
||
719 | "source": { |
||
720 | "type": "git", |
||
721 | "url": "https://github.com/mishal/iless.git", |
||
722 | "reference": "c7855265f00567098e9af5b347bac5753019ab5b" |
||
723 | }, |
||
724 | "dist": { |
||
725 | "type": "zip", |
||
726 | "url": "https://api.github.com/repos/mishal/iless/zipball/c7855265f00567098e9af5b347bac5753019ab5b", |
||
727 | "reference": "c7855265f00567098e9af5b347bac5753019ab5b", |
||
728 | "shasum": "" |
||
729 | }, |
||
730 | "require": { |
||
731 | "ext-bcmath": "*", |
||
732 | "php": ">=5.2.0" |
||
733 | }, |
||
734 | "type": "library", |
||
735 | "extra": { |
||
736 | "branch-alias": { |
||
737 | "dev-master": "1.7-dev" |
||
738 | } |
||
739 | }, |
||
740 | "autoload": { |
||
741 | "psr-0": { |
||
742 | "ILess": "lib/" |
||
743 | } |
||
744 | }, |
||
745 | "notification-url": "https://packagist.org/downloads/", |
||
746 | "license": [ |
||
747 | "MIT" |
||
748 | ], |
||
749 | "authors": [ |
||
750 | { |
||
751 | "name": "ILess contributors", |
||
752 | "homepage": "https://github.com/mishal/iless/wiki/Contributors" |
||
753 | } |
||
754 | ], |
||
755 | "description": "Less parser and compiler written for Php", |
||
756 | "homepage": "http://github.com/mishal/iless", |
||
757 | "keywords": [ |
||
758 | "compiler", |
||
759 | "less", |
||
760 | "lesscss", |
||
761 | "parser", |
||
762 | "php", |
||
763 | "processor" |
||
764 | ], |
||
765 | "time": "2015-05-11 07:13:30" |
||
766 | }, |
||
767 | { |
||
768 | "name": "mrclay/jsmin-php", |
||
769 | "version": "2.3.2", |
||
770 | "source": { |
||
771 | "type": "git", |
||
772 | "url": "https://github.com/mrclay/jsmin-php.git", |
||
773 | "reference": "932c9633c35b390beb2cfdea69a41ea7dbc8d759" |
||
774 | }, |
||
775 | "dist": { |
||
776 | "type": "zip", |
||
777 | "url": "https://api.github.com/repos/mrclay/jsmin-php/zipball/932c9633c35b390beb2cfdea69a41ea7dbc8d759", |
||
778 | "reference": "932c9633c35b390beb2cfdea69a41ea7dbc8d759", |
||
779 | "shasum": "" |
||
780 | }, |
||
781 | "require": { |
||
782 | "ext-pcre": "*", |
||
783 | "php": ">=5.3.0" |
||
784 | }, |
||
785 | "require-dev": { |
||
786 | "phpunit/phpunit": "4.2" |
||
787 | }, |
||
788 | "type": "library", |
||
789 | "autoload": { |
||
790 | "psr-0": { |
||
791 | "JSMin\\": "src/" |
||
792 | } |
||
793 | }, |
||
794 | "notification-url": "https://packagist.org/downloads/", |
||
795 | "license": [ |
||
796 | "MIT" |
||
797 | ], |
||
798 | "authors": [ |
||
799 | { |
||
800 | "name": "Stephen Clay", |
||
801 | "email": "[email protected]", |
||
802 | "role": "Developer" |
||
803 | }, |
||
804 | { |
||
805 | "name": "Ryan Grove", |
||
806 | "email": "[email protected]", |
||
807 | "role": "Developer" |
||
808 | } |
||
809 | ], |
||
810 | "description": "Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.", |
||
811 | "homepage": "https://github.com/mrclay/jsmin-php/", |
||
812 | "keywords": [ |
||
813 | "compress", |
||
814 | "jsmin", |
||
815 | "minify" |
||
816 | ], |
||
817 | "time": "2015-03-30 15:04:42" |
||
818 | }, |
||
819 | { |
||
820 | "name": "myclabs/deep-copy", |
||
821 | "version": "1.5.1", |
||
822 | "source": { |
||
823 | "type": "git", |
||
824 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
825 | "reference": "a8773992b362b58498eed24bf85005f363c34771" |
||
826 | }, |
||
827 | "dist": { |
||
828 | "type": "zip", |
||
829 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771", |
||
830 | "reference": "a8773992b362b58498eed24bf85005f363c34771", |
||
831 | "shasum": "" |
||
832 | }, |
||
833 | "require": { |
||
834 | "php": ">=5.4.0" |
||
835 | }, |
||
836 | "require-dev": { |
||
837 | "doctrine/collections": "1.*", |
||
838 | "phpunit/phpunit": "~4.1" |
||
839 | }, |
||
840 | "type": "library", |
||
841 | "autoload": { |
||
842 | "psr-4": { |
||
843 | "DeepCopy\\": "src/DeepCopy/" |
||
844 | } |
||
845 | }, |
||
846 | "notification-url": "https://packagist.org/downloads/", |
||
847 | "license": [ |
||
848 | "MIT" |
||
849 | ], |
||
850 | "description": "Create deep copies (clones) of your objects", |
||
851 | "homepage": "https://github.com/myclabs/DeepCopy", |
||
852 | "keywords": [ |
||
853 | "clone", |
||
854 | "copy", |
||
855 | "duplicate", |
||
856 | "object", |
||
857 | "object graph" |
||
858 | ], |
||
859 | "time": "2015-11-20 12:04:31" |
||
860 | }, |
||
861 | { |
||
862 | "name": "nikic/php-parser", |
||
863 | "version": "v2.0.0", |
||
864 | "source": { |
||
865 | "type": "git", |
||
866 | "url": "https://github.com/nikic/PHP-Parser.git", |
||
867 | "reference": "c542e5d86a9775abd1021618eb2430278bfc1e01" |
||
868 | }, |
||
869 | "dist": { |
||
870 | "type": "zip", |
||
871 | "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c542e5d86a9775abd1021618eb2430278bfc1e01", |
||
872 | "reference": "c542e5d86a9775abd1021618eb2430278bfc1e01", |
||
873 | "shasum": "" |
||
874 | }, |
||
875 | "require": { |
||
876 | "ext-tokenizer": "*", |
||
877 | "php": ">=5.4" |
||
878 | }, |
||
879 | "require-dev": { |
||
880 | "phpunit/phpunit": "~4.0" |
||
881 | }, |
||
882 | "bin": [ |
||
883 | "bin/php-parse" |
||
884 | ], |
||
885 | "type": "library", |
||
886 | "extra": { |
||
887 | "branch-alias": { |
||
888 | "dev-master": "2.0-dev" |
||
889 | } |
||
890 | }, |
||
891 | "autoload": { |
||
892 | "psr-4": { |
||
893 | "PhpParser\\": "lib/PhpParser" |
||
894 | } |
||
895 | }, |
||
896 | "notification-url": "https://packagist.org/downloads/", |
||
897 | "license": [ |
||
898 | "BSD-3-Clause" |
||
899 | ], |
||
900 | "authors": [ |
||
901 | { |
||
902 | "name": "Nikita Popov" |
||
903 | } |
||
904 | ], |
||
905 | "description": "A PHP parser written in PHP", |
||
906 | "keywords": [ |
||
907 | "parser", |
||
908 | "php" |
||
909 | ], |
||
910 | "time": "2015-12-04 15:28:43" |
||
911 | }, |
||
912 | { |
||
913 | "name": "paragonie/random_compat", |
||
914 | "version": "v2.0.2", |
||
915 | "source": { |
||
916 | "type": "git", |
||
917 | "url": "https://github.com/paragonie/random_compat.git", |
||
918 | "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf" |
||
919 | }, |
||
920 | "dist": { |
||
921 | "type": "zip", |
||
922 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf", |
||
923 | "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf", |
||
924 | "shasum": "" |
||
925 | }, |
||
926 | "require": { |
||
927 | "php": ">=5.2.0" |
||
928 | }, |
||
929 | "require-dev": { |
||
930 | "phpunit/phpunit": "4.*|5.*" |
||
931 | }, |
||
932 | "suggest": { |
||
933 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
934 | }, |
||
935 | "type": "library", |
||
936 | "autoload": { |
||
937 | "files": [ |
||
938 | "lib/random.php" |
||
939 | ] |
||
940 | }, |
||
941 | "notification-url": "https://packagist.org/downloads/", |
||
942 | "license": [ |
||
943 | "MIT" |
||
944 | ], |
||
945 | "authors": [ |
||
946 | { |
||
947 | "name": "Paragon Initiative Enterprises", |
||
948 | "email": "[email protected]", |
||
949 | "homepage": "https://paragonie.com" |
||
950 | } |
||
951 | ], |
||
952 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
953 | "keywords": [ |
||
954 | "csprng", |
||
955 | "pseudorandom", |
||
956 | "random" |
||
957 | ], |
||
958 | "time": "2016-04-03 06:00:07" |
||
959 | }, |
||
960 | { |
||
961 | "name": "pear/archive_tar", |
||
962 | "version": "1.3.15", |
||
963 | "source": { |
||
964 | "type": "git", |
||
965 | "url": "https://github.com/pear/Archive_Tar.git", |
||
966 | "reference": "48ace7cdd7d8a9172d935dc2dd586df2d0f94779" |
||
967 | }, |
||
968 | "dist": { |
||
969 | "type": "zip", |
||
970 | "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/48ace7cdd7d8a9172d935dc2dd586df2d0f94779", |
||
971 | "reference": "48ace7cdd7d8a9172d935dc2dd586df2d0f94779", |
||
972 | "shasum": "" |
||
973 | }, |
||
974 | "require": { |
||
975 | "pear/pear-core-minimal": "^1.9.5", |
||
976 | "php": ">=4.3.0" |
||
977 | }, |
||
978 | "require-dev": { |
||
979 | "phpunit/phpunit": "*" |
||
980 | }, |
||
981 | "suggest": { |
||
982 | "ext-bz2": "bz2 compression support.", |
||
983 | "ext-xz": "lzma2 compression support.", |
||
984 | "ext-zlib": "Gzip compression support." |
||
985 | }, |
||
986 | "type": "library", |
||
987 | "autoload": { |
||
988 | "psr-0": { |
||
989 | "Archive_Tar": "" |
||
990 | } |
||
991 | }, |
||
992 | "notification-url": "https://packagist.org/downloads/", |
||
993 | "include-path": [ |
||
994 | "./" |
||
995 | ], |
||
996 | "license": [ |
||
997 | "BSD-3-Clause" |
||
998 | ], |
||
999 | "authors": [ |
||
1000 | { |
||
1001 | "name": "Vincent Blavet", |
||
1002 | "email": "[email protected]" |
||
1003 | }, |
||
1004 | { |
||
1005 | "name": "Greg Beaver", |
||
1006 | "email": "[email protected]" |
||
1007 | }, |
||
1008 | { |
||
1009 | "name": "Michiel Rook", |
||
1010 | "email": "[email protected]" |
||
1011 | } |
||
1012 | ], |
||
1013 | "description": "Tar file management class", |
||
1014 | "homepage": "https://github.com/pear/Archive_Tar", |
||
1015 | "keywords": [ |
||
1016 | "archive", |
||
1017 | "tar" |
||
1018 | ], |
||
1019 | "time": "2015-03-04 15:40:28" |
||
1020 | }, |
||
1021 | { |
||
1022 | "name": "pear/console_getopt", |
||
1023 | "version": "v1.4.1", |
||
1024 | "source": { |
||
1025 | "type": "git", |
||
1026 | "url": "https://github.com/pear/Console_Getopt.git", |
||
1027 | "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f" |
||
1028 | }, |
||
1029 | "dist": { |
||
1030 | "type": "zip", |
||
1031 | "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f", |
||
1032 | "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f", |
||
1033 | "shasum": "" |
||
1034 | }, |
||
1035 | "type": "library", |
||
1036 | "autoload": { |
||
1037 | "psr-0": { |
||
1038 | "Console": "./" |
||
1039 | } |
||
1040 | }, |
||
1041 | "notification-url": "https://packagist.org/downloads/", |
||
1042 | "include-path": [ |
||
1043 | "./" |
||
1044 | ], |
||
1045 | "license": [ |
||
1046 | "BSD-2-Clause" |
||
1047 | ], |
||
1048 | "authors": [ |
||
1049 | { |
||
1050 | "name": "Greg Beaver", |
||
1051 | "email": "[email protected]", |
||
1052 | "role": "Helper" |
||
1053 | }, |
||
1054 | { |
||
1055 | "name": "Andrei Zmievski", |
||
1056 | "email": "[email protected]", |
||
1057 | "role": "Lead" |
||
1058 | }, |
||
1059 | { |
||
1060 | "name": "Stig Bakken", |
||
1061 | "email": "[email protected]", |
||
1062 | "role": "Developer" |
||
1063 | } |
||
1064 | ], |
||
1065 | "description": "More info available on: http://pear.php.net/package/Console_Getopt", |
||
1066 | "time": "2015-07-20 20:28:12" |
||
1067 | }, |
||
1068 | { |
||
1069 | "name": "pear/pear-core-minimal", |
||
1070 | "version": "v1.10.1", |
||
1071 | "source": { |
||
1072 | "type": "git", |
||
1073 | "url": "https://github.com/pear/pear-core-minimal.git", |
||
1074 | "reference": "cae0f1ce0cb5bddb611b0a652d322905a65a5896" |
||
1075 | }, |
||
1076 | "dist": { |
||
1077 | "type": "zip", |
||
1078 | "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/cae0f1ce0cb5bddb611b0a652d322905a65a5896", |
||
1079 | "reference": "cae0f1ce0cb5bddb611b0a652d322905a65a5896", |
||
1080 | "shasum": "" |
||
1081 | }, |
||
1082 | "require": { |
||
1083 | "pear/console_getopt": "~1.3", |
||
1084 | "pear/pear_exception": "~1.0" |
||
1085 | }, |
||
1086 | "replace": { |
||
1087 | "rsky/pear-core-min": "self.version" |
||
1088 | }, |
||
1089 | "type": "library", |
||
1090 | "autoload": { |
||
1091 | "psr-0": { |
||
1092 | "": "src/" |
||
1093 | } |
||
1094 | }, |
||
1095 | "notification-url": "https://packagist.org/downloads/", |
||
1096 | "include-path": [ |
||
1097 | "src/" |
||
1098 | ], |
||
1099 | "license": [ |
||
1100 | "BSD-3-Clause" |
||
1101 | ], |
||
1102 | "authors": [ |
||
1103 | { |
||
1104 | "name": "Christian Weiske", |
||
1105 | "email": "[email protected]", |
||
1106 | "role": "Lead" |
||
1107 | } |
||
1108 | ], |
||
1109 | "description": "Minimal set of PEAR core files to be used as composer dependency", |
||
1110 | "time": "2015-10-17 11:41:19" |
||
1111 | }, |
||
1112 | { |
||
1113 | "name": "pear/pear_exception", |
||
1114 | "version": "v1.0.0", |
||
1115 | "source": { |
||
1116 | "type": "git", |
||
1117 | "url": "https://github.com/pear/PEAR_Exception.git", |
||
1118 | "reference": "8c18719fdae000b690e3912be401c76e406dd13b" |
||
1119 | }, |
||
1120 | "dist": { |
||
1121 | "type": "zip", |
||
1122 | "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b", |
||
1123 | "reference": "8c18719fdae000b690e3912be401c76e406dd13b", |
||
1124 | "shasum": "" |
||
1125 | }, |
||
1126 | "require": { |
||
1127 | "php": ">=4.4.0" |
||
1128 | }, |
||
1129 | "require-dev": { |
||
1130 | "phpunit/phpunit": "*" |
||
1131 | }, |
||
1132 | "type": "class", |
||
1133 | "extra": { |
||
1134 | "branch-alias": { |
||
1135 | "dev-master": "1.0.x-dev" |
||
1136 | } |
||
1137 | }, |
||
1138 | "autoload": { |
||
1139 | "psr-0": { |
||
1140 | "PEAR": "" |
||
1141 | } |
||
1142 | }, |
||
1143 | "notification-url": "https://packagist.org/downloads/", |
||
1144 | "include-path": [ |
||
1145 | "." |
||
1146 | ], |
||
1147 | "license": [ |
||
1148 | "BSD-2-Clause" |
||
1149 | ], |
||
1150 | "authors": [ |
||
1151 | { |
||
1152 | "name": "Helgi Thormar", |
||
1153 | "email": "[email protected]" |
||
1154 | }, |
||
1155 | { |
||
1156 | "name": "Greg Beaver", |
||
1157 | "email": "[email protected]" |
||
1158 | } |
||
1159 | ], |
||
1160 | "description": "The PEAR Exception base class.", |
||
1161 | "homepage": "https://github.com/pear/PEAR_Exception", |
||
1162 | "keywords": [ |
||
1163 | "exception" |
||
1164 | ], |
||
1165 | "time": "2015-02-10 20:07:52" |
||
1166 | }, |
||
1167 | { |
||
1168 | "name": "pear/versioncontrol_svn", |
||
1169 | "version": "0.5.2", |
||
1170 | "source": { |
||
1171 | "type": "git", |
||
1172 | "url": "https://github.com/pear/VersionControl_SVN.git", |
||
1173 | "reference": "10d899fcd2df32852c4e557d71def472071686f5" |
||
1174 | }, |
||
1175 | "dist": { |
||
1176 | "type": "zip", |
||
1177 | "url": "https://api.github.com/repos/pear/VersionControl_SVN/zipball/10d899fcd2df32852c4e557d71def472071686f5", |
||
1178 | "reference": "10d899fcd2df32852c4e557d71def472071686f5", |
||
1179 | "shasum": "" |
||
1180 | }, |
||
1181 | "require": { |
||
1182 | "pear/pear_exception": "*@dev", |
||
1183 | "php": ">=5.3.0" |
||
1184 | }, |
||
1185 | "require-dev": { |
||
1186 | "phpunit/phpunit": "*" |
||
1187 | }, |
||
1188 | "type": "library", |
||
1189 | "autoload": { |
||
1190 | "psr-0": { |
||
1191 | "VersionControl_SVN": "./" |
||
1192 | } |
||
1193 | }, |
||
1194 | "notification-url": "https://packagist.org/downloads/", |
||
1195 | "include-path": [ |
||
1196 | "./" |
||
1197 | ], |
||
1198 | "license": [ |
||
1199 | "BSD License" |
||
1200 | ], |
||
1201 | "authors": [ |
||
1202 | { |
||
1203 | "name": "Michiel Rook", |
||
1204 | "email": "[email protected]", |
||
1205 | "role": "Lead" |
||
1206 | }, |
||
1207 | { |
||
1208 | "name": "Clay Loveless", |
||
1209 | "email": "[email protected]", |
||
1210 | "role": "Lead" |
||
1211 | } |
||
1212 | ], |
||
1213 | "description": "More info available on: http://pear.php.net/package/VersionControl_SVN", |
||
1214 | "time": "2014-09-29 07:55:44" |
||
1215 | }, |
||
1216 | { |
||
1217 | "name": "php-amqplib/php-amqplib", |
||
1218 | "version": "v2.6.3", |
||
1219 | "source": { |
||
1220 | "type": "git", |
||
1221 | "url": "https://github.com/php-amqplib/php-amqplib.git", |
||
1222 | "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6" |
||
1223 | }, |
||
1224 | "dist": { |
||
1225 | "type": "zip", |
||
1226 | "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/fa2f0d4410a11008cb36b379177291be7ee9e4f6", |
||
1227 | "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6", |
||
1228 | "shasum": "" |
||
1229 | }, |
||
1230 | "require": { |
||
1231 | "ext-bcmath": "*", |
||
1232 | "ext-mbstring": "*", |
||
1233 | "php": ">=5.3.0" |
||
1234 | }, |
||
1235 | "replace": { |
||
1236 | "videlalvaro/php-amqplib": "self.version" |
||
1237 | }, |
||
1238 | "require-dev": { |
||
1239 | "phpunit/phpunit": "^4.8", |
||
1240 | "scrutinizer/ocular": "^1.1", |
||
1241 | "squizlabs/php_codesniffer": "^2.5" |
||
1242 | }, |
||
1243 | "suggest": { |
||
1244 | "ext-sockets": "Use AMQPSocketConnection" |
||
1245 | }, |
||
1246 | "type": "library", |
||
1247 | "extra": { |
||
1248 | "branch-alias": { |
||
1249 | "dev-master": "2.7-dev" |
||
1250 | } |
||
1251 | }, |
||
1252 | "autoload": { |
||
1253 | "psr-4": { |
||
1254 | "PhpAmqpLib\\": "PhpAmqpLib/" |
||
1255 | } |
||
1256 | }, |
||
1257 | "notification-url": "https://packagist.org/downloads/", |
||
1258 | "license": [ |
||
1259 | "LGPL-2.1" |
||
1260 | ], |
||
1261 | "authors": [ |
||
1262 | { |
||
1263 | "name": "Alvaro Videla", |
||
1264 | "role": "Original Maintainer" |
||
1265 | }, |
||
1266 | { |
||
1267 | "name": "John Kelly", |
||
1268 | "email": "[email protected]", |
||
1269 | "role": "Maintainer" |
||
1270 | }, |
||
1271 | { |
||
1272 | "name": "Raúl Araya", |
||
1273 | "email": "[email protected]", |
||
1274 | "role": "Maintainer" |
||
1275 | } |
||
1276 | ], |
||
1277 | "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.", |
||
1278 | "homepage": "https://github.com/php-amqplib/php-amqplib/", |
||
1279 | "keywords": [ |
||
1280 | "message", |
||
1281 | "queue", |
||
1282 | "rabbitmq" |
||
1283 | ], |
||
1284 | "time": "2016-04-11 14:30:01" |
||
1285 | }, |
||
1286 | { |
||
1287 | "name": "phpdocumentor/reflection-docblock", |
||
1288 | "version": "2.0.4", |
||
1289 | "source": { |
||
1290 | "type": "git", |
||
1291 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
1292 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" |
||
1293 | }, |
||
1294 | "dist": { |
||
1295 | "type": "zip", |
||
1296 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
1297 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
1298 | "shasum": "" |
||
1299 | }, |
||
1300 | "require": { |
||
1301 | "php": ">=5.3.3" |
||
1302 | }, |
||
1303 | "require-dev": { |
||
1304 | "phpunit/phpunit": "~4.0" |
||
1305 | }, |
||
1306 | "suggest": { |
||
1307 | "dflydev/markdown": "~1.0", |
||
1308 | "erusev/parsedown": "~1.0" |
||
1309 | }, |
||
1310 | "type": "library", |
||
1311 | "extra": { |
||
1312 | "branch-alias": { |
||
1313 | "dev-master": "2.0.x-dev" |
||
1314 | } |
||
1315 | }, |
||
1316 | "autoload": { |
||
1317 | "psr-0": { |
||
1318 | "phpDocumentor": [ |
||
1319 | "src/" |
||
1320 | ] |
||
1321 | } |
||
1322 | }, |
||
1323 | "notification-url": "https://packagist.org/downloads/", |
||
1324 | "license": [ |
||
1325 | "MIT" |
||
1326 | ], |
||
1327 | "authors": [ |
||
1328 | { |
||
1329 | "name": "Mike van Riel", |
||
1330 | "email": "[email protected]" |
||
1331 | } |
||
1332 | ], |
||
1333 | "time": "2015-02-03 12:10:50" |
||
1334 | }, |
||
1335 | { |
||
1336 | "name": "phpspec/prophecy", |
||
1337 | "version": "v1.6.0", |
||
1338 | "source": { |
||
1339 | "type": "git", |
||
1340 | "url": "https://github.com/phpspec/prophecy.git", |
||
1341 | "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972" |
||
1342 | }, |
||
1343 | "dist": { |
||
1344 | "type": "zip", |
||
1345 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972", |
||
1346 | "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972", |
||
1347 | "shasum": "" |
||
1348 | }, |
||
1349 | "require": { |
||
1350 | "doctrine/instantiator": "^1.0.2", |
||
1351 | "php": "^5.3|^7.0", |
||
1352 | "phpdocumentor/reflection-docblock": "~2.0", |
||
1353 | "sebastian/comparator": "~1.1", |
||
1354 | "sebastian/recursion-context": "~1.0" |
||
1355 | }, |
||
1356 | "require-dev": { |
||
1357 | "phpspec/phpspec": "~2.0" |
||
1358 | }, |
||
1359 | "type": "library", |
||
1360 | "extra": { |
||
1361 | "branch-alias": { |
||
1362 | "dev-master": "1.5.x-dev" |
||
1363 | } |
||
1364 | }, |
||
1365 | "autoload": { |
||
1366 | "psr-0": { |
||
1367 | "Prophecy\\": "src/" |
||
1368 | } |
||
1369 | }, |
||
1370 | "notification-url": "https://packagist.org/downloads/", |
||
1371 | "license": [ |
||
1372 | "MIT" |
||
1373 | ], |
||
1374 | "authors": [ |
||
1375 | { |
||
1376 | "name": "Konstantin Kudryashov", |
||
1377 | "email": "[email protected]", |
||
1378 | "homepage": "http://everzet.com" |
||
1379 | }, |
||
1380 | { |
||
1381 | "name": "Marcello Duarte", |
||
1382 | "email": "[email protected]" |
||
1383 | } |
||
1384 | ], |
||
1385 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
1386 | "homepage": "https://github.com/phpspec/prophecy", |
||
1387 | "keywords": [ |
||
1388 | "Double", |
||
1389 | "Dummy", |
||
1390 | "fake", |
||
1391 | "mock", |
||
1392 | "spy", |
||
1393 | "stub" |
||
1394 | ], |
||
1395 | "time": "2016-02-15 07:46:21" |
||
1396 | }, |
||
1397 | { |
||
1398 | "name": "phpunit/php-code-coverage", |
||
1399 | "version": "3.3.3", |
||
1400 | "source": { |
||
1401 | "type": "git", |
||
1402 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
1403 | "reference": "44cd8e3930e431658d1a5de7d282d5cb37837fd5" |
||
1404 | }, |
||
1405 | "dist": { |
||
1406 | "type": "zip", |
||
1407 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/44cd8e3930e431658d1a5de7d282d5cb37837fd5", |
||
1408 | "reference": "44cd8e3930e431658d1a5de7d282d5cb37837fd5", |
||
1409 | "shasum": "" |
||
1410 | }, |
||
1411 | "require": { |
||
1412 | "php": "^5.6 || ^7.0", |
||
1413 | "phpunit/php-file-iterator": "~1.3", |
||
1414 | "phpunit/php-text-template": "~1.2", |
||
1415 | "phpunit/php-token-stream": "^1.4.2", |
||
1416 | "sebastian/code-unit-reverse-lookup": "~1.0", |
||
1417 | "sebastian/environment": "^1.3.2", |
||
1418 | "sebastian/version": "~1.0|~2.0" |
||
1419 | }, |
||
1420 | "require-dev": { |
||
1421 | "ext-xdebug": ">=2.1.4", |
||
1422 | "phpunit/phpunit": "~5" |
||
1423 | }, |
||
1424 | "suggest": { |
||
1425 | "ext-dom": "*", |
||
1426 | "ext-xdebug": ">=2.4.0", |
||
1427 | "ext-xmlwriter": "*" |
||
1428 | }, |
||
1429 | "type": "library", |
||
1430 | "extra": { |
||
1431 | "branch-alias": { |
||
1432 | "dev-master": "3.3.x-dev" |
||
1433 | } |
||
1434 | }, |
||
1435 | "autoload": { |
||
1436 | "classmap": [ |
||
1437 | "src/" |
||
1438 | ] |
||
1439 | }, |
||
1440 | "notification-url": "https://packagist.org/downloads/", |
||
1441 | "license": [ |
||
1442 | "BSD-3-Clause" |
||
1443 | ], |
||
1444 | "authors": [ |
||
1445 | { |
||
1446 | "name": "Sebastian Bergmann", |
||
1447 | "email": "[email protected]", |
||
1448 | "role": "lead" |
||
1449 | } |
||
1450 | ], |
||
1451 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
1452 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
1453 | "keywords": [ |
||
1454 | "coverage", |
||
1455 | "testing", |
||
1456 | "xunit" |
||
1457 | ], |
||
1458 | "time": "2016-05-27 16:24:29" |
||
1459 | }, |
||
1460 | { |
||
1461 | "name": "phpunit/php-file-iterator", |
||
1462 | "version": "1.4.1", |
||
1463 | "source": { |
||
1464 | "type": "git", |
||
1465 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
1466 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
1467 | }, |
||
1468 | "dist": { |
||
1469 | "type": "zip", |
||
1470 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
1471 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
1472 | "shasum": "" |
||
1473 | }, |
||
1474 | "require": { |
||
1475 | "php": ">=5.3.3" |
||
1476 | }, |
||
1477 | "type": "library", |
||
1478 | "extra": { |
||
1479 | "branch-alias": { |
||
1480 | "dev-master": "1.4.x-dev" |
||
1481 | } |
||
1482 | }, |
||
1483 | "autoload": { |
||
1484 | "classmap": [ |
||
1485 | "src/" |
||
1486 | ] |
||
1487 | }, |
||
1488 | "notification-url": "https://packagist.org/downloads/", |
||
1489 | "license": [ |
||
1490 | "BSD-3-Clause" |
||
1491 | ], |
||
1492 | "authors": [ |
||
1493 | { |
||
1494 | "name": "Sebastian Bergmann", |
||
1495 | "email": "[email protected]", |
||
1496 | "role": "lead" |
||
1497 | } |
||
1498 | ], |
||
1499 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
1500 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
1501 | "keywords": [ |
||
1502 | "filesystem", |
||
1503 | "iterator" |
||
1504 | ], |
||
1505 | "time": "2015-06-21 13:08:43" |
||
1506 | }, |
||
1507 | { |
||
1508 | "name": "phpunit/php-text-template", |
||
1509 | "version": "1.2.1", |
||
1510 | "source": { |
||
1511 | "type": "git", |
||
1512 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
1513 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
1514 | }, |
||
1515 | "dist": { |
||
1516 | "type": "zip", |
||
1517 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1518 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1519 | "shasum": "" |
||
1520 | }, |
||
1521 | "require": { |
||
1522 | "php": ">=5.3.3" |
||
1523 | }, |
||
1524 | "type": "library", |
||
1525 | "autoload": { |
||
1526 | "classmap": [ |
||
1527 | "src/" |
||
1528 | ] |
||
1529 | }, |
||
1530 | "notification-url": "https://packagist.org/downloads/", |
||
1531 | "license": [ |
||
1532 | "BSD-3-Clause" |
||
1533 | ], |
||
1534 | "authors": [ |
||
1535 | { |
||
1536 | "name": "Sebastian Bergmann", |
||
1537 | "email": "[email protected]", |
||
1538 | "role": "lead" |
||
1539 | } |
||
1540 | ], |
||
1541 | "description": "Simple template engine.", |
||
1542 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
1543 | "keywords": [ |
||
1544 | "template" |
||
1545 | ], |
||
1546 | "time": "2015-06-21 13:50:34" |
||
1547 | }, |
||
1548 | { |
||
1549 | "name": "phpunit/php-timer", |
||
1550 | "version": "1.0.8", |
||
1551 | "source": { |
||
1552 | "type": "git", |
||
1553 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
1554 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
1555 | }, |
||
1556 | "dist": { |
||
1557 | "type": "zip", |
||
1558 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
1559 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
1560 | "shasum": "" |
||
1561 | }, |
||
1562 | "require": { |
||
1563 | "php": ">=5.3.3" |
||
1564 | }, |
||
1565 | "require-dev": { |
||
1566 | "phpunit/phpunit": "~4|~5" |
||
1567 | }, |
||
1568 | "type": "library", |
||
1569 | "autoload": { |
||
1570 | "classmap": [ |
||
1571 | "src/" |
||
1572 | ] |
||
1573 | }, |
||
1574 | "notification-url": "https://packagist.org/downloads/", |
||
1575 | "license": [ |
||
1576 | "BSD-3-Clause" |
||
1577 | ], |
||
1578 | "authors": [ |
||
1579 | { |
||
1580 | "name": "Sebastian Bergmann", |
||
1581 | "email": "[email protected]", |
||
1582 | "role": "lead" |
||
1583 | } |
||
1584 | ], |
||
1585 | "description": "Utility class for timing", |
||
1586 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
1587 | "keywords": [ |
||
1588 | "timer" |
||
1589 | ], |
||
1590 | "time": "2016-05-12 18:03:57" |
||
1591 | }, |
||
1592 | { |
||
1593 | "name": "phpunit/php-token-stream", |
||
1594 | "version": "1.4.8", |
||
1595 | "source": { |
||
1596 | "type": "git", |
||
1597 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
1598 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" |
||
1599 | }, |
||
1600 | "dist": { |
||
1601 | "type": "zip", |
||
1602 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
1603 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
1604 | "shasum": "" |
||
1605 | }, |
||
1606 | "require": { |
||
1607 | "ext-tokenizer": "*", |
||
1608 | "php": ">=5.3.3" |
||
1609 | }, |
||
1610 | "require-dev": { |
||
1611 | "phpunit/phpunit": "~4.2" |
||
1612 | }, |
||
1613 | "type": "library", |
||
1614 | "extra": { |
||
1615 | "branch-alias": { |
||
1616 | "dev-master": "1.4-dev" |
||
1617 | } |
||
1618 | }, |
||
1619 | "autoload": { |
||
1620 | "classmap": [ |
||
1621 | "src/" |
||
1622 | ] |
||
1623 | }, |
||
1624 | "notification-url": "https://packagist.org/downloads/", |
||
1625 | "license": [ |
||
1626 | "BSD-3-Clause" |
||
1627 | ], |
||
1628 | "authors": [ |
||
1629 | { |
||
1630 | "name": "Sebastian Bergmann", |
||
1631 | "email": "[email protected]" |
||
1632 | } |
||
1633 | ], |
||
1634 | "description": "Wrapper around PHP's tokenizer extension.", |
||
1635 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
1636 | "keywords": [ |
||
1637 | "tokenizer" |
||
1638 | ], |
||
1639 | "time": "2015-09-15 10:49:45" |
||
1640 | }, |
||
1641 | { |
||
1642 | "name": "phpunit/phpunit", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of phpunit/phpunit:
RCE vulnerability in phpunit ![]() |
|||
1643 | "version": "5.3.4", |
||
1644 | "source": { |
||
1645 | "type": "git", |
||
1646 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
1647 | "reference": "00dd95ffb48805503817ced06399017df315fe5c" |
||
1648 | }, |
||
1649 | "dist": { |
||
1650 | "type": "zip", |
||
1651 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/00dd95ffb48805503817ced06399017df315fe5c", |
||
1652 | "reference": "00dd95ffb48805503817ced06399017df315fe5c", |
||
1653 | "shasum": "" |
||
1654 | }, |
||
1655 | "require": { |
||
1656 | "ext-dom": "*", |
||
1657 | "ext-json": "*", |
||
1658 | "ext-pcre": "*", |
||
1659 | "ext-reflection": "*", |
||
1660 | "ext-spl": "*", |
||
1661 | "myclabs/deep-copy": "~1.3", |
||
1662 | "php": "^5.6 || ^7.0", |
||
1663 | "phpspec/prophecy": "^1.3.1", |
||
1664 | "phpunit/php-code-coverage": "^3.3.0", |
||
1665 | "phpunit/php-file-iterator": "~1.4", |
||
1666 | "phpunit/php-text-template": "~1.2", |
||
1667 | "phpunit/php-timer": "^1.0.6", |
||
1668 | "phpunit/phpunit-mock-objects": "^3.1", |
||
1669 | "sebastian/comparator": "~1.1", |
||
1670 | "sebastian/diff": "~1.2", |
||
1671 | "sebastian/environment": "~1.3", |
||
1672 | "sebastian/exporter": "~1.2", |
||
1673 | "sebastian/global-state": "~1.0", |
||
1674 | "sebastian/object-enumerator": "~1.0", |
||
1675 | "sebastian/resource-operations": "~1.0", |
||
1676 | "sebastian/version": "~1.0|~2.0", |
||
1677 | "symfony/yaml": "~2.1|~3.0" |
||
1678 | }, |
||
1679 | "suggest": { |
||
1680 | "phpunit/php-invoker": "~1.1" |
||
1681 | }, |
||
1682 | "bin": [ |
||
1683 | "phpunit" |
||
1684 | ], |
||
1685 | "type": "library", |
||
1686 | "extra": { |
||
1687 | "branch-alias": { |
||
1688 | "dev-master": "5.3.x-dev" |
||
1689 | } |
||
1690 | }, |
||
1691 | "autoload": { |
||
1692 | "classmap": [ |
||
1693 | "src/" |
||
1694 | ] |
||
1695 | }, |
||
1696 | "notification-url": "https://packagist.org/downloads/", |
||
1697 | "license": [ |
||
1698 | "BSD-3-Clause" |
||
1699 | ], |
||
1700 | "authors": [ |
||
1701 | { |
||
1702 | "name": "Sebastian Bergmann", |
||
1703 | "email": "[email protected]", |
||
1704 | "role": "lead" |
||
1705 | } |
||
1706 | ], |
||
1707 | "description": "The PHP Unit Testing framework.", |
||
1708 | "homepage": "https://phpunit.de/", |
||
1709 | "keywords": [ |
||
1710 | "phpunit", |
||
1711 | "testing", |
||
1712 | "xunit" |
||
1713 | ], |
||
1714 | "time": "2016-05-11 13:28:45" |
||
1715 | }, |
||
1716 | { |
||
1717 | "name": "phpunit/phpunit-mock-objects", |
||
1718 | "version": "3.1.3", |
||
1719 | "source": { |
||
1720 | "type": "git", |
||
1721 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
1722 | "reference": "151c96874bff6fe61a25039df60e776613a61489" |
||
1723 | }, |
||
1724 | "dist": { |
||
1725 | "type": "zip", |
||
1726 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/151c96874bff6fe61a25039df60e776613a61489", |
||
1727 | "reference": "151c96874bff6fe61a25039df60e776613a61489", |
||
1728 | "shasum": "" |
||
1729 | }, |
||
1730 | "require": { |
||
1731 | "doctrine/instantiator": "^1.0.2", |
||
1732 | "php": ">=5.6", |
||
1733 | "phpunit/php-text-template": "~1.2", |
||
1734 | "sebastian/exporter": "~1.2" |
||
1735 | }, |
||
1736 | "require-dev": { |
||
1737 | "phpunit/phpunit": "~5" |
||
1738 | }, |
||
1739 | "suggest": { |
||
1740 | "ext-soap": "*" |
||
1741 | }, |
||
1742 | "type": "library", |
||
1743 | "extra": { |
||
1744 | "branch-alias": { |
||
1745 | "dev-master": "3.1.x-dev" |
||
1746 | } |
||
1747 | }, |
||
1748 | "autoload": { |
||
1749 | "classmap": [ |
||
1750 | "src/" |
||
1751 | ] |
||
1752 | }, |
||
1753 | "notification-url": "https://packagist.org/downloads/", |
||
1754 | "license": [ |
||
1755 | "BSD-3-Clause" |
||
1756 | ], |
||
1757 | "authors": [ |
||
1758 | { |
||
1759 | "name": "Sebastian Bergmann", |
||
1760 | "email": "[email protected]", |
||
1761 | "role": "lead" |
||
1762 | } |
||
1763 | ], |
||
1764 | "description": "Mock Object library for PHPUnit", |
||
1765 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
1766 | "keywords": [ |
||
1767 | "mock", |
||
1768 | "xunit" |
||
1769 | ], |
||
1770 | "time": "2016-04-20 14:39:26" |
||
1771 | }, |
||
1772 | { |
||
1773 | "name": "sebastian/code-unit-reverse-lookup", |
||
1774 | "version": "1.0.0", |
||
1775 | "source": { |
||
1776 | "type": "git", |
||
1777 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
1778 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe" |
||
1779 | }, |
||
1780 | "dist": { |
||
1781 | "type": "zip", |
||
1782 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
1783 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
1784 | "shasum": "" |
||
1785 | }, |
||
1786 | "require": { |
||
1787 | "php": ">=5.6" |
||
1788 | }, |
||
1789 | "require-dev": { |
||
1790 | "phpunit/phpunit": "~5" |
||
1791 | }, |
||
1792 | "type": "library", |
||
1793 | "extra": { |
||
1794 | "branch-alias": { |
||
1795 | "dev-master": "1.0.x-dev" |
||
1796 | } |
||
1797 | }, |
||
1798 | "autoload": { |
||
1799 | "classmap": [ |
||
1800 | "src/" |
||
1801 | ] |
||
1802 | }, |
||
1803 | "notification-url": "https://packagist.org/downloads/", |
||
1804 | "license": [ |
||
1805 | "BSD-3-Clause" |
||
1806 | ], |
||
1807 | "authors": [ |
||
1808 | { |
||
1809 | "name": "Sebastian Bergmann", |
||
1810 | "email": "[email protected]" |
||
1811 | } |
||
1812 | ], |
||
1813 | "description": "Looks up which function or method a line of code belongs to", |
||
1814 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
1815 | "time": "2016-02-13 06:45:14" |
||
1816 | }, |
||
1817 | { |
||
1818 | "name": "sebastian/comparator", |
||
1819 | "version": "1.2.0", |
||
1820 | "source": { |
||
1821 | "type": "git", |
||
1822 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
1823 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
1824 | }, |
||
1825 | "dist": { |
||
1826 | "type": "zip", |
||
1827 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
1828 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
1829 | "shasum": "" |
||
1830 | }, |
||
1831 | "require": { |
||
1832 | "php": ">=5.3.3", |
||
1833 | "sebastian/diff": "~1.2", |
||
1834 | "sebastian/exporter": "~1.2" |
||
1835 | }, |
||
1836 | "require-dev": { |
||
1837 | "phpunit/phpunit": "~4.4" |
||
1838 | }, |
||
1839 | "type": "library", |
||
1840 | "extra": { |
||
1841 | "branch-alias": { |
||
1842 | "dev-master": "1.2.x-dev" |
||
1843 | } |
||
1844 | }, |
||
1845 | "autoload": { |
||
1846 | "classmap": [ |
||
1847 | "src/" |
||
1848 | ] |
||
1849 | }, |
||
1850 | "notification-url": "https://packagist.org/downloads/", |
||
1851 | "license": [ |
||
1852 | "BSD-3-Clause" |
||
1853 | ], |
||
1854 | "authors": [ |
||
1855 | { |
||
1856 | "name": "Jeff Welch", |
||
1857 | "email": "[email protected]" |
||
1858 | }, |
||
1859 | { |
||
1860 | "name": "Volker Dusch", |
||
1861 | "email": "[email protected]" |
||
1862 | }, |
||
1863 | { |
||
1864 | "name": "Bernhard Schussek", |
||
1865 | "email": "[email protected]" |
||
1866 | }, |
||
1867 | { |
||
1868 | "name": "Sebastian Bergmann", |
||
1869 | "email": "[email protected]" |
||
1870 | } |
||
1871 | ], |
||
1872 | "description": "Provides the functionality to compare PHP values for equality", |
||
1873 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
1874 | "keywords": [ |
||
1875 | "comparator", |
||
1876 | "compare", |
||
1877 | "equality" |
||
1878 | ], |
||
1879 | "time": "2015-07-26 15:48:44" |
||
1880 | }, |
||
1881 | { |
||
1882 | "name": "sebastian/diff", |
||
1883 | "version": "1.4.1", |
||
1884 | "source": { |
||
1885 | "type": "git", |
||
1886 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
1887 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
1888 | }, |
||
1889 | "dist": { |
||
1890 | "type": "zip", |
||
1891 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
1892 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
1893 | "shasum": "" |
||
1894 | }, |
||
1895 | "require": { |
||
1896 | "php": ">=5.3.3" |
||
1897 | }, |
||
1898 | "require-dev": { |
||
1899 | "phpunit/phpunit": "~4.8" |
||
1900 | }, |
||
1901 | "type": "library", |
||
1902 | "extra": { |
||
1903 | "branch-alias": { |
||
1904 | "dev-master": "1.4-dev" |
||
1905 | } |
||
1906 | }, |
||
1907 | "autoload": { |
||
1908 | "classmap": [ |
||
1909 | "src/" |
||
1910 | ] |
||
1911 | }, |
||
1912 | "notification-url": "https://packagist.org/downloads/", |
||
1913 | "license": [ |
||
1914 | "BSD-3-Clause" |
||
1915 | ], |
||
1916 | "authors": [ |
||
1917 | { |
||
1918 | "name": "Kore Nordmann", |
||
1919 | "email": "[email protected]" |
||
1920 | }, |
||
1921 | { |
||
1922 | "name": "Sebastian Bergmann", |
||
1923 | "email": "[email protected]" |
||
1924 | } |
||
1925 | ], |
||
1926 | "description": "Diff implementation", |
||
1927 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
1928 | "keywords": [ |
||
1929 | "diff" |
||
1930 | ], |
||
1931 | "time": "2015-12-08 07:14:41" |
||
1932 | }, |
||
1933 | { |
||
1934 | "name": "sebastian/environment", |
||
1935 | "version": "1.3.7", |
||
1936 | "source": { |
||
1937 | "type": "git", |
||
1938 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
1939 | "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716" |
||
1940 | }, |
||
1941 | "dist": { |
||
1942 | "type": "zip", |
||
1943 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716", |
||
1944 | "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716", |
||
1945 | "shasum": "" |
||
1946 | }, |
||
1947 | "require": { |
||
1948 | "php": ">=5.3.3" |
||
1949 | }, |
||
1950 | "require-dev": { |
||
1951 | "phpunit/phpunit": "~4.4" |
||
1952 | }, |
||
1953 | "type": "library", |
||
1954 | "extra": { |
||
1955 | "branch-alias": { |
||
1956 | "dev-master": "1.3.x-dev" |
||
1957 | } |
||
1958 | }, |
||
1959 | "autoload": { |
||
1960 | "classmap": [ |
||
1961 | "src/" |
||
1962 | ] |
||
1963 | }, |
||
1964 | "notification-url": "https://packagist.org/downloads/", |
||
1965 | "license": [ |
||
1966 | "BSD-3-Clause" |
||
1967 | ], |
||
1968 | "authors": [ |
||
1969 | { |
||
1970 | "name": "Sebastian Bergmann", |
||
1971 | "email": "[email protected]" |
||
1972 | } |
||
1973 | ], |
||
1974 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
1975 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
1976 | "keywords": [ |
||
1977 | "Xdebug", |
||
1978 | "environment", |
||
1979 | "hhvm" |
||
1980 | ], |
||
1981 | "time": "2016-05-17 03:18:57" |
||
1982 | }, |
||
1983 | { |
||
1984 | "name": "sebastian/exporter", |
||
1985 | "version": "1.2.1", |
||
1986 | "source": { |
||
1987 | "type": "git", |
||
1988 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
1989 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e" |
||
1990 | }, |
||
1991 | "dist": { |
||
1992 | "type": "zip", |
||
1993 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e", |
||
1994 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e", |
||
1995 | "shasum": "" |
||
1996 | }, |
||
1997 | "require": { |
||
1998 | "php": ">=5.3.3", |
||
1999 | "sebastian/recursion-context": "~1.0" |
||
2000 | }, |
||
2001 | "require-dev": { |
||
2002 | "phpunit/phpunit": "~4.4" |
||
2003 | }, |
||
2004 | "type": "library", |
||
2005 | "extra": { |
||
2006 | "branch-alias": { |
||
2007 | "dev-master": "1.2.x-dev" |
||
2008 | } |
||
2009 | }, |
||
2010 | "autoload": { |
||
2011 | "classmap": [ |
||
2012 | "src/" |
||
2013 | ] |
||
2014 | }, |
||
2015 | "notification-url": "https://packagist.org/downloads/", |
||
2016 | "license": [ |
||
2017 | "BSD-3-Clause" |
||
2018 | ], |
||
2019 | "authors": [ |
||
2020 | { |
||
2021 | "name": "Jeff Welch", |
||
2022 | "email": "[email protected]" |
||
2023 | }, |
||
2024 | { |
||
2025 | "name": "Volker Dusch", |
||
2026 | "email": "[email protected]" |
||
2027 | }, |
||
2028 | { |
||
2029 | "name": "Bernhard Schussek", |
||
2030 | "email": "[email protected]" |
||
2031 | }, |
||
2032 | { |
||
2033 | "name": "Sebastian Bergmann", |
||
2034 | "email": "[email protected]" |
||
2035 | }, |
||
2036 | { |
||
2037 | "name": "Adam Harvey", |
||
2038 | "email": "[email protected]" |
||
2039 | } |
||
2040 | ], |
||
2041 | "description": "Provides the functionality to export PHP variables for visualization", |
||
2042 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
2043 | "keywords": [ |
||
2044 | "export", |
||
2045 | "exporter" |
||
2046 | ], |
||
2047 | "time": "2015-06-21 07:55:53" |
||
2048 | }, |
||
2049 | { |
||
2050 | "name": "sebastian/global-state", |
||
2051 | "version": "1.1.1", |
||
2052 | "source": { |
||
2053 | "type": "git", |
||
2054 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
2055 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
2056 | }, |
||
2057 | "dist": { |
||
2058 | "type": "zip", |
||
2059 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
2060 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
2061 | "shasum": "" |
||
2062 | }, |
||
2063 | "require": { |
||
2064 | "php": ">=5.3.3" |
||
2065 | }, |
||
2066 | "require-dev": { |
||
2067 | "phpunit/phpunit": "~4.2" |
||
2068 | }, |
||
2069 | "suggest": { |
||
2070 | "ext-uopz": "*" |
||
2071 | }, |
||
2072 | "type": "library", |
||
2073 | "extra": { |
||
2074 | "branch-alias": { |
||
2075 | "dev-master": "1.0-dev" |
||
2076 | } |
||
2077 | }, |
||
2078 | "autoload": { |
||
2079 | "classmap": [ |
||
2080 | "src/" |
||
2081 | ] |
||
2082 | }, |
||
2083 | "notification-url": "https://packagist.org/downloads/", |
||
2084 | "license": [ |
||
2085 | "BSD-3-Clause" |
||
2086 | ], |
||
2087 | "authors": [ |
||
2088 | { |
||
2089 | "name": "Sebastian Bergmann", |
||
2090 | "email": "[email protected]" |
||
2091 | } |
||
2092 | ], |
||
2093 | "description": "Snapshotting of global state", |
||
2094 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
2095 | "keywords": [ |
||
2096 | "global state" |
||
2097 | ], |
||
2098 | "time": "2015-10-12 03:26:01" |
||
2099 | }, |
||
2100 | { |
||
2101 | "name": "sebastian/object-enumerator", |
||
2102 | "version": "1.0.0", |
||
2103 | "source": { |
||
2104 | "type": "git", |
||
2105 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
2106 | "reference": "d4ca2fb70344987502567bc50081c03e6192fb26" |
||
2107 | }, |
||
2108 | "dist": { |
||
2109 | "type": "zip", |
||
2110 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26", |
||
2111 | "reference": "d4ca2fb70344987502567bc50081c03e6192fb26", |
||
2112 | "shasum": "" |
||
2113 | }, |
||
2114 | "require": { |
||
2115 | "php": ">=5.6", |
||
2116 | "sebastian/recursion-context": "~1.0" |
||
2117 | }, |
||
2118 | "require-dev": { |
||
2119 | "phpunit/phpunit": "~5" |
||
2120 | }, |
||
2121 | "type": "library", |
||
2122 | "extra": { |
||
2123 | "branch-alias": { |
||
2124 | "dev-master": "1.0.x-dev" |
||
2125 | } |
||
2126 | }, |
||
2127 | "autoload": { |
||
2128 | "classmap": [ |
||
2129 | "src/" |
||
2130 | ] |
||
2131 | }, |
||
2132 | "notification-url": "https://packagist.org/downloads/", |
||
2133 | "license": [ |
||
2134 | "BSD-3-Clause" |
||
2135 | ], |
||
2136 | "authors": [ |
||
2137 | { |
||
2138 | "name": "Sebastian Bergmann", |
||
2139 | "email": "[email protected]" |
||
2140 | } |
||
2141 | ], |
||
2142 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
2143 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
2144 | "time": "2016-01-28 13:25:10" |
||
2145 | }, |
||
2146 | { |
||
2147 | "name": "sebastian/recursion-context", |
||
2148 | "version": "1.0.2", |
||
2149 | "source": { |
||
2150 | "type": "git", |
||
2151 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
2152 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
||
2153 | }, |
||
2154 | "dist": { |
||
2155 | "type": "zip", |
||
2156 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
||
2157 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
||
2158 | "shasum": "" |
||
2159 | }, |
||
2160 | "require": { |
||
2161 | "php": ">=5.3.3" |
||
2162 | }, |
||
2163 | "require-dev": { |
||
2164 | "phpunit/phpunit": "~4.4" |
||
2165 | }, |
||
2166 | "type": "library", |
||
2167 | "extra": { |
||
2168 | "branch-alias": { |
||
2169 | "dev-master": "1.0.x-dev" |
||
2170 | } |
||
2171 | }, |
||
2172 | "autoload": { |
||
2173 | "classmap": [ |
||
2174 | "src/" |
||
2175 | ] |
||
2176 | }, |
||
2177 | "notification-url": "https://packagist.org/downloads/", |
||
2178 | "license": [ |
||
2179 | "BSD-3-Clause" |
||
2180 | ], |
||
2181 | "authors": [ |
||
2182 | { |
||
2183 | "name": "Jeff Welch", |
||
2184 | "email": "[email protected]" |
||
2185 | }, |
||
2186 | { |
||
2187 | "name": "Sebastian Bergmann", |
||
2188 | "email": "[email protected]" |
||
2189 | }, |
||
2190 | { |
||
2191 | "name": "Adam Harvey", |
||
2192 | "email": "[email protected]" |
||
2193 | } |
||
2194 | ], |
||
2195 | "description": "Provides functionality to recursively process PHP variables", |
||
2196 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
2197 | "time": "2015-11-11 19:50:13" |
||
2198 | }, |
||
2199 | { |
||
2200 | "name": "sebastian/resource-operations", |
||
2201 | "version": "1.0.0", |
||
2202 | "source": { |
||
2203 | "type": "git", |
||
2204 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
2205 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
2206 | }, |
||
2207 | "dist": { |
||
2208 | "type": "zip", |
||
2209 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
2210 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
2211 | "shasum": "" |
||
2212 | }, |
||
2213 | "require": { |
||
2214 | "php": ">=5.6.0" |
||
2215 | }, |
||
2216 | "type": "library", |
||
2217 | "extra": { |
||
2218 | "branch-alias": { |
||
2219 | "dev-master": "1.0.x-dev" |
||
2220 | } |
||
2221 | }, |
||
2222 | "autoload": { |
||
2223 | "classmap": [ |
||
2224 | "src/" |
||
2225 | ] |
||
2226 | }, |
||
2227 | "notification-url": "https://packagist.org/downloads/", |
||
2228 | "license": [ |
||
2229 | "BSD-3-Clause" |
||
2230 | ], |
||
2231 | "authors": [ |
||
2232 | { |
||
2233 | "name": "Sebastian Bergmann", |
||
2234 | "email": "[email protected]" |
||
2235 | } |
||
2236 | ], |
||
2237 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
2238 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
2239 | "time": "2015-07-28 20:34:47" |
||
2240 | }, |
||
2241 | { |
||
2242 | "name": "sebastian/version", |
||
2243 | "version": "2.0.0", |
||
2244 | "source": { |
||
2245 | "type": "git", |
||
2246 | "url": "https://github.com/sebastianbergmann/version.git", |
||
2247 | "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5" |
||
2248 | }, |
||
2249 | "dist": { |
||
2250 | "type": "zip", |
||
2251 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", |
||
2252 | "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", |
||
2253 | "shasum": "" |
||
2254 | }, |
||
2255 | "require": { |
||
2256 | "php": ">=5.6" |
||
2257 | }, |
||
2258 | "type": "library", |
||
2259 | "extra": { |
||
2260 | "branch-alias": { |
||
2261 | "dev-master": "2.0.x-dev" |
||
2262 | } |
||
2263 | }, |
||
2264 | "autoload": { |
||
2265 | "classmap": [ |
||
2266 | "src/" |
||
2267 | ] |
||
2268 | }, |
||
2269 | "notification-url": "https://packagist.org/downloads/", |
||
2270 | "license": [ |
||
2271 | "BSD-3-Clause" |
||
2272 | ], |
||
2273 | "authors": [ |
||
2274 | { |
||
2275 | "name": "Sebastian Bergmann", |
||
2276 | "email": "[email protected]", |
||
2277 | "role": "lead" |
||
2278 | } |
||
2279 | ], |
||
2280 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
2281 | "homepage": "https://github.com/sebastianbergmann/version", |
||
2282 | "time": "2016-02-04 12:56:52" |
||
2283 | }, |
||
2284 | { |
||
2285 | "name": "symfony/yaml", |
||
2286 | "version": "v3.1.0", |
||
2287 | "source": { |
||
2288 | "type": "git", |
||
2289 | "url": "https://github.com/symfony/yaml.git", |
||
2290 | "reference": "eca51b7b65eb9be6af88ad7cc91685f1556f5c9a" |
||
2291 | }, |
||
2292 | "dist": { |
||
2293 | "type": "zip", |
||
2294 | "url": "https://api.github.com/repos/symfony/yaml/zipball/eca51b7b65eb9be6af88ad7cc91685f1556f5c9a", |
||
2295 | "reference": "eca51b7b65eb9be6af88ad7cc91685f1556f5c9a", |
||
2296 | "shasum": "" |
||
2297 | }, |
||
2298 | "require": { |
||
2299 | "php": ">=5.5.9" |
||
2300 | }, |
||
2301 | "type": "library", |
||
2302 | "extra": { |
||
2303 | "branch-alias": { |
||
2304 | "dev-master": "3.1-dev" |
||
2305 | } |
||
2306 | }, |
||
2307 | "autoload": { |
||
2308 | "psr-4": { |
||
2309 | "Symfony\\Component\\Yaml\\": "" |
||
2310 | }, |
||
2311 | "exclude-from-classmap": [ |
||
2312 | "/Tests/" |
||
2313 | ] |
||
2314 | }, |
||
2315 | "notification-url": "https://packagist.org/downloads/", |
||
2316 | "license": [ |
||
2317 | "MIT" |
||
2318 | ], |
||
2319 | "authors": [ |
||
2320 | { |
||
2321 | "name": "Fabien Potencier", |
||
2322 | "email": "[email protected]" |
||
2323 | }, |
||
2324 | { |
||
2325 | "name": "Symfony Community", |
||
2326 | "homepage": "https://symfony.com/contributors" |
||
2327 | } |
||
2328 | ], |
||
2329 | "description": "Symfony Yaml Component", |
||
2330 | "homepage": "https://symfony.com", |
||
2331 | "time": "2016-05-26 21:46:24" |
||
2332 | } |
||
2333 | ], |
||
2334 | "packages-dev": [], |
||
2335 | "aliases": [], |
||
2336 | "minimum-stability": "stable", |
||
2337 | "stability-flags": [], |
||
2338 | "prefer-stable": false, |
||
2339 | "prefer-lowest": false, |
||
2340 | "platform": { |
||
2341 | "php": ">=5.6" |
||
2342 | }, |
||
2343 | "platform-dev": [] |
||
2344 | } |
||
2345 |