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": "fcc2aaf2ae2838312dfd013c75b7dd7b", |
||
8 | "content-hash": "69820092b0ce212a5cba2ee5d535809f", |
||
9 | "packages": [ |
||
10 | { |
||
11 | "name": "arc/arc", |
||
12 | "version": "1.1", |
||
13 | "source": { |
||
14 | "type": "git", |
||
15 | "url": "https://github.com/Ariadne-CMS/arc-arc.git", |
||
16 | "reference": "ec1869dff0e9f9a38b289077651bfb7dca918c5f" |
||
17 | }, |
||
18 | "dist": { |
||
19 | "type": "zip", |
||
20 | "url": "https://api.github.com/repos/Ariadne-CMS/arc-arc/zipball/ec1869dff0e9f9a38b289077651bfb7dca918c5f", |
||
21 | "reference": "ec1869dff0e9f9a38b289077651bfb7dca918c5f", |
||
22 | "shasum": "" |
||
23 | }, |
||
24 | "require": { |
||
25 | "arc/base": "~1.0", |
||
26 | "arc/cache": "~1.0", |
||
27 | "arc/config": "~1.0", |
||
28 | "arc/events": "~1.0", |
||
29 | "arc/grants": "~1.0", |
||
30 | "arc/web": "~1.0", |
||
31 | "arc/xml": "~1.0", |
||
32 | "php": ">=5.4" |
||
33 | }, |
||
34 | "type": "library", |
||
35 | "notification-url": "https://packagist.org/downloads/", |
||
36 | "license": [ |
||
37 | "MIT" |
||
38 | ], |
||
39 | "authors": [ |
||
40 | { |
||
41 | "name": "Auke van Slooten", |
||
42 | "email": "[email protected]" |
||
43 | } |
||
44 | ], |
||
45 | "description": "Ariadne Component Library: All Components", |
||
46 | "homepage": "https://github.com/Ariadne-CMS/arc/wiki", |
||
47 | "keywords": [ |
||
48 | "component", |
||
49 | "components" |
||
50 | ], |
||
51 | "time": "2014-06-26 12:33:47" |
||
52 | }, |
||
53 | { |
||
54 | "name": "arc/base", |
||
55 | "version": "1.1", |
||
56 | "source": { |
||
57 | "type": "git", |
||
58 | "url": "https://github.com/Ariadne-CMS/arc-base.git", |
||
59 | "reference": "79b7f0980b7e3a408905b63e5a9d8917610d4a33" |
||
60 | }, |
||
61 | "dist": { |
||
62 | "type": "zip", |
||
63 | "url": "https://api.github.com/repos/Ariadne-CMS/arc-base/zipball/79b7f0980b7e3a408905b63e5a9d8917610d4a33", |
||
64 | "reference": "79b7f0980b7e3a408905b63e5a9d8917610d4a33", |
||
65 | "shasum": "" |
||
66 | }, |
||
67 | "require": { |
||
68 | "php": ">=5.4" |
||
69 | }, |
||
70 | "type": "library", |
||
71 | "autoload": { |
||
72 | "psr-4": { |
||
73 | "arc\\": "src/" |
||
74 | } |
||
75 | }, |
||
76 | "notification-url": "https://packagist.org/downloads/", |
||
77 | "license": [ |
||
78 | "MIT" |
||
79 | ], |
||
80 | "authors": [ |
||
81 | { |
||
82 | "name": "Auke van Slooten", |
||
83 | "email": "[email protected]" |
||
84 | } |
||
85 | ], |
||
86 | "description": "Ariadne Component Library", |
||
87 | "homepage": "https://github.com/Ariadne-CMS/arc/wiki", |
||
88 | "keywords": [ |
||
89 | "component", |
||
90 | "components" |
||
91 | ], |
||
92 | "time": "2014-07-02 11:50:51" |
||
93 | }, |
||
94 | { |
||
95 | "name": "arc/cache", |
||
96 | "version": "1.1.1", |
||
97 | "source": { |
||
98 | "type": "git", |
||
99 | "url": "https://github.com/Ariadne-CMS/arc-cache.git", |
||
100 | "reference": "87a1c2f9822255b85fc681b17afd235c6d0c0cb3" |
||
101 | }, |
||
102 | "dist": { |
||
103 | "type": "zip", |
||
104 | "url": "https://api.github.com/repos/Ariadne-CMS/arc-cache/zipball/87a1c2f9822255b85fc681b17afd235c6d0c0cb3", |
||
105 | "reference": "87a1c2f9822255b85fc681b17afd235c6d0c0cb3", |
||
106 | "shasum": "" |
||
107 | }, |
||
108 | "require": { |
||
109 | "arc/base": "~1.0", |
||
110 | "php": ">=5.4" |
||
111 | }, |
||
112 | "type": "library", |
||
113 | "autoload": { |
||
114 | "psr-4": { |
||
115 | "arc\\": "src/" |
||
116 | } |
||
117 | }, |
||
118 | "notification-url": "https://packagist.org/downloads/", |
||
119 | "license": [ |
||
120 | "MIT" |
||
121 | ], |
||
122 | "authors": [ |
||
123 | { |
||
124 | "name": "Auke van Slooten", |
||
125 | "email": "[email protected]" |
||
126 | } |
||
127 | ], |
||
128 | "description": "Ariadne Component Library: Cache Component", |
||
129 | "homepage": "https://github.com/Ariadne-CMS/arc/wiki", |
||
130 | "keywords": [ |
||
131 | "component", |
||
132 | "components" |
||
133 | ], |
||
134 | "time": "2014-07-02 11:51:21" |
||
135 | }, |
||
136 | { |
||
137 | "name": "arc/config", |
||
138 | "version": "1.1", |
||
139 | "source": { |
||
140 | "type": "git", |
||
141 | "url": "https://github.com/Ariadne-CMS/arc-config.git", |
||
142 | "reference": "5d62370e19229f4385ad59df7234de35e9827a28" |
||
143 | }, |
||
144 | "dist": { |
||
145 | "type": "zip", |
||
146 | "url": "https://api.github.com/repos/Ariadne-CMS/arc-config/zipball/5d62370e19229f4385ad59df7234de35e9827a28", |
||
147 | "reference": "5d62370e19229f4385ad59df7234de35e9827a28", |
||
148 | "shasum": "" |
||
149 | }, |
||
150 | "require": { |
||
151 | "arc/base": "~1.0", |
||
152 | "php": ">=5.4" |
||
153 | }, |
||
154 | "type": "library", |
||
155 | "autoload": { |
||
156 | "psr-4": { |
||
157 | "arc\\": "src/" |
||
158 | } |
||
159 | }, |
||
160 | "notification-url": "https://packagist.org/downloads/", |
||
161 | "license": [ |
||
162 | "MIT" |
||
163 | ], |
||
164 | "authors": [ |
||
165 | { |
||
166 | "name": "Auke van Slooten", |
||
167 | "email": "[email protected]" |
||
168 | } |
||
169 | ], |
||
170 | "description": "Ariadne Component Library: Cache Component", |
||
171 | "homepage": "https://github.com/Ariadne-CMS/arc/wiki", |
||
172 | "keywords": [ |
||
173 | "component", |
||
174 | "components" |
||
175 | ], |
||
176 | "time": "2014-06-26 12:37:47" |
||
177 | }, |
||
178 | { |
||
179 | "name": "arc/events", |
||
180 | "version": "1.1", |
||
181 | "source": { |
||
182 | "type": "git", |
||
183 | "url": "https://github.com/Ariadne-CMS/arc-events.git", |
||
184 | "reference": "68d4aab110988f0e3caab92819d9eae1362f282d" |
||
185 | }, |
||
186 | "dist": { |
||
187 | "type": "zip", |
||
188 | "url": "https://api.github.com/repos/Ariadne-CMS/arc-events/zipball/68d4aab110988f0e3caab92819d9eae1362f282d", |
||
189 | "reference": "68d4aab110988f0e3caab92819d9eae1362f282d", |
||
190 | "shasum": "" |
||
191 | }, |
||
192 | "require": { |
||
193 | "arc/base": "~1.0", |
||
194 | "php": ">=5.4" |
||
195 | }, |
||
196 | "type": "library", |
||
197 | "autoload": { |
||
198 | "psr-4": { |
||
199 | "arc\\": "src/" |
||
200 | } |
||
201 | }, |
||
202 | "notification-url": "https://packagist.org/downloads/", |
||
203 | "license": [ |
||
204 | "MIT" |
||
205 | ], |
||
206 | "authors": [ |
||
207 | { |
||
208 | "name": "Auke van Slooten", |
||
209 | "email": "[email protected]" |
||
210 | } |
||
211 | ], |
||
212 | "description": "Ariadne Component Library: Cache Component", |
||
213 | "homepage": "https://github.com/Ariadne-CMS/arc/wiki", |
||
214 | "keywords": [ |
||
215 | "component", |
||
216 | "components" |
||
217 | ], |
||
218 | "time": "2014-06-26 12:22:13" |
||
219 | }, |
||
220 | { |
||
221 | "name": "arc/grants", |
||
222 | "version": "1.1", |
||
223 | "source": { |
||
224 | "type": "git", |
||
225 | "url": "https://github.com/Ariadne-CMS/arc-grants.git", |
||
226 | "reference": "e5c1aa441b237372d9528a671b13e68dc6ea8ecc" |
||
227 | }, |
||
228 | "dist": { |
||
229 | "type": "zip", |
||
230 | "url": "https://api.github.com/repos/Ariadne-CMS/arc-grants/zipball/e5c1aa441b237372d9528a671b13e68dc6ea8ecc", |
||
231 | "reference": "e5c1aa441b237372d9528a671b13e68dc6ea8ecc", |
||
232 | "shasum": "" |
||
233 | }, |
||
234 | "require": { |
||
235 | "arc/base": "~1.0", |
||
236 | "php": ">=5.4" |
||
237 | }, |
||
238 | "type": "library", |
||
239 | "autoload": { |
||
240 | "psr-4": { |
||
241 | "arc\\": "src/" |
||
242 | } |
||
243 | }, |
||
244 | "notification-url": "https://packagist.org/downloads/", |
||
245 | "license": [ |
||
246 | "MIT" |
||
247 | ], |
||
248 | "authors": [ |
||
249 | { |
||
250 | "name": "Auke van Slooten", |
||
251 | "email": "[email protected]" |
||
252 | } |
||
253 | ], |
||
254 | "description": "Ariadne Component Library: Cache Component", |
||
255 | "homepage": "https://github.com/Ariadne-CMS/arc/wiki", |
||
256 | "keywords": [ |
||
257 | "component", |
||
258 | "components" |
||
259 | ], |
||
260 | "time": "2014-06-26 12:38:18" |
||
261 | }, |
||
262 | { |
||
263 | "name": "arc/web", |
||
264 | "version": "1.1", |
||
265 | "source": { |
||
266 | "type": "git", |
||
267 | "url": "https://github.com/Ariadne-CMS/arc-web.git", |
||
268 | "reference": "d0640720c0156ff220465b1aa777e67e21e2f06f" |
||
269 | }, |
||
270 | "dist": { |
||
271 | "type": "zip", |
||
272 | "url": "https://api.github.com/repos/Ariadne-CMS/arc-web/zipball/d0640720c0156ff220465b1aa777e67e21e2f06f", |
||
273 | "reference": "d0640720c0156ff220465b1aa777e67e21e2f06f", |
||
274 | "shasum": "" |
||
275 | }, |
||
276 | "require": { |
||
277 | "arc/base": "~1.0", |
||
278 | "php": ">=5.4" |
||
279 | }, |
||
280 | "type": "library", |
||
281 | "autoload": { |
||
282 | "psr-4": { |
||
283 | "arc\\": "src/" |
||
284 | } |
||
285 | }, |
||
286 | "notification-url": "https://packagist.org/downloads/", |
||
287 | "license": [ |
||
288 | "MIT" |
||
289 | ], |
||
290 | "authors": [ |
||
291 | { |
||
292 | "name": "Auke van Slooten", |
||
293 | "email": "[email protected]" |
||
294 | } |
||
295 | ], |
||
296 | "description": "Ariadne Component Library: Web Components", |
||
297 | "homepage": "https://github.com/Ariadne-CMS/arc/wiki", |
||
298 | "keywords": [ |
||
299 | "component", |
||
300 | "components" |
||
301 | ], |
||
302 | "time": "2014-06-30 12:07:48" |
||
303 | }, |
||
304 | { |
||
305 | "name": "arc/xml", |
||
306 | "version": "1.1", |
||
307 | "source": { |
||
308 | "type": "git", |
||
309 | "url": "https://github.com/Ariadne-CMS/arc-xml.git", |
||
310 | "reference": "93b79378ff536639d576889f4350a4cf526aeccc" |
||
311 | }, |
||
312 | "dist": { |
||
313 | "type": "zip", |
||
314 | "url": "https://api.github.com/repos/Ariadne-CMS/arc-xml/zipball/93b79378ff536639d576889f4350a4cf526aeccc", |
||
315 | "reference": "93b79378ff536639d576889f4350a4cf526aeccc", |
||
316 | "shasum": "" |
||
317 | }, |
||
318 | "require": { |
||
319 | "arc/base": "~1.0", |
||
320 | "php": ">=5.4" |
||
321 | }, |
||
322 | "type": "library", |
||
323 | "autoload": { |
||
324 | "psr-4": { |
||
325 | "arc\\": "src/" |
||
326 | } |
||
327 | }, |
||
328 | "notification-url": "https://packagist.org/downloads/", |
||
329 | "license": [ |
||
330 | "MIT" |
||
331 | ], |
||
332 | "authors": [ |
||
333 | { |
||
334 | "name": "Auke van Slooten", |
||
335 | "email": "[email protected]" |
||
336 | } |
||
337 | ], |
||
338 | "description": "Ariadne Component Library: Cache Component", |
||
339 | "homepage": "https://github.com/Ariadne-CMS/arc/wiki", |
||
340 | "keywords": [ |
||
341 | "component", |
||
342 | "components" |
||
343 | ], |
||
344 | "time": "2014-07-02 11:50:49" |
||
345 | }, |
||
346 | { |
||
347 | "name": "erusev/parsedown", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
348 | "version": "1.6.0", |
||
349 | "source": { |
||
350 | "type": "git", |
||
351 | "url": "https://github.com/erusev/parsedown.git", |
||
352 | "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7" |
||
353 | }, |
||
354 | "dist": { |
||
355 | "type": "zip", |
||
356 | "url": "https://api.github.com/repos/erusev/parsedown/zipball/3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7", |
||
357 | "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7", |
||
358 | "shasum": "" |
||
359 | }, |
||
360 | "type": "library", |
||
361 | "autoload": { |
||
362 | "psr-0": { |
||
363 | "Parsedown": "" |
||
364 | } |
||
365 | }, |
||
366 | "notification-url": "https://packagist.org/downloads/", |
||
367 | "license": [ |
||
368 | "MIT" |
||
369 | ], |
||
370 | "authors": [ |
||
371 | { |
||
372 | "name": "Emanuil Rusev", |
||
373 | "email": "[email protected]", |
||
374 | "homepage": "http://erusev.com" |
||
375 | } |
||
376 | ], |
||
377 | "description": "Parser for Markdown.", |
||
378 | "homepage": "http://parsedown.org", |
||
379 | "keywords": [ |
||
380 | "markdown", |
||
381 | "parser" |
||
382 | ], |
||
383 | "time": "2015-10-04 16:44:32" |
||
384 | }, |
||
385 | { |
||
386 | "name": "firephp/firephp-core", |
||
387 | "version": "v0.4.0", |
||
388 | "source": { |
||
389 | "type": "git", |
||
390 | "url": "https://github.com/firephp/firephp-core.git", |
||
391 | "reference": "fabad0f2503f9577fe8dd2cb1d1c7cd73ed2aacf" |
||
392 | }, |
||
393 | "dist": { |
||
394 | "type": "zip", |
||
395 | "url": "https://api.github.com/repos/firephp/firephp-core/zipball/fabad0f2503f9577fe8dd2cb1d1c7cd73ed2aacf", |
||
396 | "reference": "fabad0f2503f9577fe8dd2cb1d1c7cd73ed2aacf", |
||
397 | "shasum": "" |
||
398 | }, |
||
399 | "type": "library", |
||
400 | "autoload": { |
||
401 | "classmap": [ |
||
402 | "lib/FirePHPCore/FirePHP.class.php", |
||
403 | "lib/FirePHPCore/fb.php" |
||
404 | ] |
||
405 | }, |
||
406 | "notification-url": "https://packagist.org/downloads/", |
||
407 | "license": [ |
||
408 | "MIT" |
||
409 | ], |
||
410 | "authors": [ |
||
411 | { |
||
412 | "name": "Christoph Dorn", |
||
413 | "email": "[email protected]", |
||
414 | "homepage": "http://christophdorn.com" |
||
415 | } |
||
416 | ], |
||
417 | "description": "Traditional FirePHPCore library for sending PHP variables to the browser.", |
||
418 | "homepage": "https://github.com/firephp/firephp-core", |
||
419 | "time": "2013-04-23 15:28:20" |
||
420 | }, |
||
421 | { |
||
422 | "name": "ircmaxell/password-compat", |
||
423 | "version": "v1.0.4", |
||
424 | "source": { |
||
425 | "type": "git", |
||
426 | "url": "https://github.com/ircmaxell/password_compat.git", |
||
427 | "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" |
||
428 | }, |
||
429 | "dist": { |
||
430 | "type": "zip", |
||
431 | "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", |
||
432 | "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", |
||
433 | "shasum": "" |
||
434 | }, |
||
435 | "require-dev": { |
||
436 | "phpunit/phpunit": "4.*" |
||
437 | }, |
||
438 | "type": "library", |
||
439 | "autoload": { |
||
440 | "files": [ |
||
441 | "lib/password.php" |
||
442 | ] |
||
443 | }, |
||
444 | "notification-url": "https://packagist.org/downloads/", |
||
445 | "license": [ |
||
446 | "MIT" |
||
447 | ], |
||
448 | "authors": [ |
||
449 | { |
||
450 | "name": "Anthony Ferrara", |
||
451 | "email": "[email protected]", |
||
452 | "homepage": "http://blog.ircmaxell.com" |
||
453 | } |
||
454 | ], |
||
455 | "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", |
||
456 | "homepage": "https://github.com/ircmaxell/password_compat", |
||
457 | "keywords": [ |
||
458 | "hashing", |
||
459 | "password" |
||
460 | ], |
||
461 | "time": "2014-11-20 16:49:30" |
||
462 | }, |
||
463 | { |
||
464 | "name": "leafo/lessphp", |
||
465 | "version": "v0.4.0", |
||
466 | "source": { |
||
467 | "type": "git", |
||
468 | "url": "https://github.com/leafo/lessphp.git", |
||
469 | "reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de" |
||
470 | }, |
||
471 | "dist": { |
||
472 | "type": "zip", |
||
473 | "url": "https://api.github.com/repos/leafo/lessphp/zipball/51f3f06f0fe78a722dabfd14578444bdd078d9de", |
||
474 | "reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de", |
||
475 | "shasum": "" |
||
476 | }, |
||
477 | "type": "library", |
||
478 | "extra": { |
||
479 | "branch-alias": { |
||
480 | "dev-master": "0.3-dev" |
||
481 | } |
||
482 | }, |
||
483 | "autoload": { |
||
484 | "classmap": [ |
||
485 | "lessc.inc.php" |
||
486 | ] |
||
487 | }, |
||
488 | "notification-url": "https://packagist.org/downloads/", |
||
489 | "license": [ |
||
490 | "MIT", |
||
491 | "GPL-3.0" |
||
492 | ], |
||
493 | "authors": [ |
||
494 | { |
||
495 | "name": "Leaf Corcoran", |
||
496 | "email": "[email protected]", |
||
497 | "homepage": "http://leafo.net" |
||
498 | } |
||
499 | ], |
||
500 | "description": "lessphp is a compiler for LESS written in PHP.", |
||
501 | "homepage": "http://leafo.net/lessphp/", |
||
502 | "time": "2013-08-09 17:09:19" |
||
503 | }, |
||
504 | { |
||
505 | "name": "mishal/iless", |
||
506 | "version": "1.7.0", |
||
507 | "source": { |
||
508 | "type": "git", |
||
509 | "url": "https://github.com/mishal/iless.git", |
||
510 | "reference": "c7855265f00567098e9af5b347bac5753019ab5b" |
||
511 | }, |
||
512 | "dist": { |
||
513 | "type": "zip", |
||
514 | "url": "https://api.github.com/repos/mishal/iless/zipball/c7855265f00567098e9af5b347bac5753019ab5b", |
||
515 | "reference": "c7855265f00567098e9af5b347bac5753019ab5b", |
||
516 | "shasum": "" |
||
517 | }, |
||
518 | "require": { |
||
519 | "ext-bcmath": "*", |
||
520 | "php": ">=5.2.0" |
||
521 | }, |
||
522 | "type": "library", |
||
523 | "extra": { |
||
524 | "branch-alias": { |
||
525 | "dev-master": "1.7-dev" |
||
526 | } |
||
527 | }, |
||
528 | "autoload": { |
||
529 | "psr-0": { |
||
530 | "ILess": "lib/" |
||
531 | } |
||
532 | }, |
||
533 | "notification-url": "https://packagist.org/downloads/", |
||
534 | "license": [ |
||
535 | "MIT" |
||
536 | ], |
||
537 | "authors": [ |
||
538 | { |
||
539 | "name": "ILess contributors", |
||
540 | "homepage": "https://github.com/mishal/iless/wiki/Contributors" |
||
541 | } |
||
542 | ], |
||
543 | "description": "Less parser and compiler written for Php", |
||
544 | "homepage": "http://github.com/mishal/iless", |
||
545 | "keywords": [ |
||
546 | "compiler", |
||
547 | "less", |
||
548 | "lesscss", |
||
549 | "parser", |
||
550 | "php", |
||
551 | "processor" |
||
552 | ], |
||
553 | "time": "2015-05-11 07:13:30" |
||
554 | }, |
||
555 | { |
||
556 | "name": "mrclay/jsmin-php", |
||
557 | "version": "2.3.2", |
||
558 | "source": { |
||
559 | "type": "git", |
||
560 | "url": "https://github.com/mrclay/jsmin-php.git", |
||
561 | "reference": "932c9633c35b390beb2cfdea69a41ea7dbc8d759" |
||
562 | }, |
||
563 | "dist": { |
||
564 | "type": "zip", |
||
565 | "url": "https://api.github.com/repos/mrclay/jsmin-php/zipball/932c9633c35b390beb2cfdea69a41ea7dbc8d759", |
||
566 | "reference": "932c9633c35b390beb2cfdea69a41ea7dbc8d759", |
||
567 | "shasum": "" |
||
568 | }, |
||
569 | "require": { |
||
570 | "ext-pcre": "*", |
||
571 | "php": ">=5.3.0" |
||
572 | }, |
||
573 | "require-dev": { |
||
574 | "phpunit/phpunit": "4.2" |
||
575 | }, |
||
576 | "type": "library", |
||
577 | "autoload": { |
||
578 | "psr-0": { |
||
579 | "JSMin\\": "src/" |
||
580 | } |
||
581 | }, |
||
582 | "notification-url": "https://packagist.org/downloads/", |
||
583 | "license": [ |
||
584 | "MIT" |
||
585 | ], |
||
586 | "authors": [ |
||
587 | { |
||
588 | "name": "Stephen Clay", |
||
589 | "email": "[email protected]", |
||
590 | "role": "Developer" |
||
591 | }, |
||
592 | { |
||
593 | "name": "Ryan Grove", |
||
594 | "email": "[email protected]", |
||
595 | "role": "Developer" |
||
596 | } |
||
597 | ], |
||
598 | "description": "Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.", |
||
599 | "homepage": "https://github.com/mrclay/jsmin-php/", |
||
600 | "keywords": [ |
||
601 | "compress", |
||
602 | "jsmin", |
||
603 | "minify" |
||
604 | ], |
||
605 | "time": "2015-03-30 15:04:42" |
||
606 | }, |
||
607 | { |
||
608 | "name": "nikic/php-parser", |
||
609 | "version": "v2.0.0", |
||
610 | "source": { |
||
611 | "type": "git", |
||
612 | "url": "https://github.com/nikic/PHP-Parser.git", |
||
613 | "reference": "c542e5d86a9775abd1021618eb2430278bfc1e01" |
||
614 | }, |
||
615 | "dist": { |
||
616 | "type": "zip", |
||
617 | "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c542e5d86a9775abd1021618eb2430278bfc1e01", |
||
618 | "reference": "c542e5d86a9775abd1021618eb2430278bfc1e01", |
||
619 | "shasum": "" |
||
620 | }, |
||
621 | "require": { |
||
622 | "ext-tokenizer": "*", |
||
623 | "php": ">=5.4" |
||
624 | }, |
||
625 | "require-dev": { |
||
626 | "phpunit/phpunit": "~4.0" |
||
627 | }, |
||
628 | "bin": [ |
||
629 | "bin/php-parse" |
||
630 | ], |
||
631 | "type": "library", |
||
632 | "extra": { |
||
633 | "branch-alias": { |
||
634 | "dev-master": "2.0-dev" |
||
635 | } |
||
636 | }, |
||
637 | "autoload": { |
||
638 | "psr-4": { |
||
639 | "PhpParser\\": "lib/PhpParser" |
||
640 | } |
||
641 | }, |
||
642 | "notification-url": "https://packagist.org/downloads/", |
||
643 | "license": [ |
||
644 | "BSD-3-Clause" |
||
645 | ], |
||
646 | "authors": [ |
||
647 | { |
||
648 | "name": "Nikita Popov" |
||
649 | } |
||
650 | ], |
||
651 | "description": "A PHP parser written in PHP", |
||
652 | "keywords": [ |
||
653 | "parser", |
||
654 | "php" |
||
655 | ], |
||
656 | "time": "2015-12-04 15:28:43" |
||
657 | }, |
||
658 | { |
||
659 | "name": "pear/archive_tar", |
||
660 | "version": "1.3.15", |
||
661 | "source": { |
||
662 | "type": "git", |
||
663 | "url": "https://github.com/pear/Archive_Tar.git", |
||
664 | "reference": "48ace7cdd7d8a9172d935dc2dd586df2d0f94779" |
||
665 | }, |
||
666 | "dist": { |
||
667 | "type": "zip", |
||
668 | "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/48ace7cdd7d8a9172d935dc2dd586df2d0f94779", |
||
669 | "reference": "48ace7cdd7d8a9172d935dc2dd586df2d0f94779", |
||
670 | "shasum": "" |
||
671 | }, |
||
672 | "require": { |
||
673 | "pear/pear-core-minimal": "^1.9.5", |
||
674 | "php": ">=4.3.0" |
||
675 | }, |
||
676 | "require-dev": { |
||
677 | "phpunit/phpunit": "*" |
||
678 | }, |
||
679 | "suggest": { |
||
680 | "ext-bz2": "bz2 compression support.", |
||
681 | "ext-xz": "lzma2 compression support.", |
||
682 | "ext-zlib": "Gzip compression support." |
||
683 | }, |
||
684 | "type": "library", |
||
685 | "autoload": { |
||
686 | "psr-0": { |
||
687 | "Archive_Tar": "" |
||
688 | } |
||
689 | }, |
||
690 | "notification-url": "https://packagist.org/downloads/", |
||
691 | "include-path": [ |
||
692 | "./" |
||
693 | ], |
||
694 | "license": [ |
||
695 | "BSD-3-Clause" |
||
696 | ], |
||
697 | "authors": [ |
||
698 | { |
||
699 | "name": "Vincent Blavet", |
||
700 | "email": "[email protected]" |
||
701 | }, |
||
702 | { |
||
703 | "name": "Greg Beaver", |
||
704 | "email": "[email protected]" |
||
705 | }, |
||
706 | { |
||
707 | "name": "Michiel Rook", |
||
708 | "email": "[email protected]" |
||
709 | } |
||
710 | ], |
||
711 | "description": "Tar file management class", |
||
712 | "homepage": "https://github.com/pear/Archive_Tar", |
||
713 | "keywords": [ |
||
714 | "archive", |
||
715 | "tar" |
||
716 | ], |
||
717 | "time": "2015-03-04 15:40:28" |
||
718 | }, |
||
719 | { |
||
720 | "name": "pear/console_getopt", |
||
721 | "version": "v1.4.1", |
||
722 | "source": { |
||
723 | "type": "git", |
||
724 | "url": "https://github.com/pear/Console_Getopt.git", |
||
725 | "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f" |
||
726 | }, |
||
727 | "dist": { |
||
728 | "type": "zip", |
||
729 | "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f", |
||
730 | "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f", |
||
731 | "shasum": "" |
||
732 | }, |
||
733 | "type": "library", |
||
734 | "autoload": { |
||
735 | "psr-0": { |
||
736 | "Console": "./" |
||
737 | } |
||
738 | }, |
||
739 | "notification-url": "https://packagist.org/downloads/", |
||
740 | "include-path": [ |
||
741 | "./" |
||
742 | ], |
||
743 | "license": [ |
||
744 | "BSD-2-Clause" |
||
745 | ], |
||
746 | "authors": [ |
||
747 | { |
||
748 | "name": "Greg Beaver", |
||
749 | "email": "[email protected]", |
||
750 | "role": "Helper" |
||
751 | }, |
||
752 | { |
||
753 | "name": "Andrei Zmievski", |
||
754 | "email": "[email protected]", |
||
755 | "role": "Lead" |
||
756 | }, |
||
757 | { |
||
758 | "name": "Stig Bakken", |
||
759 | "email": "[email protected]", |
||
760 | "role": "Developer" |
||
761 | } |
||
762 | ], |
||
763 | "description": "More info available on: http://pear.php.net/package/Console_Getopt", |
||
764 | "time": "2015-07-20 20:28:12" |
||
765 | }, |
||
766 | { |
||
767 | "name": "pear/pear-core-minimal", |
||
768 | "version": "v1.10.1", |
||
769 | "source": { |
||
770 | "type": "git", |
||
771 | "url": "https://github.com/pear/pear-core-minimal.git", |
||
772 | "reference": "cae0f1ce0cb5bddb611b0a652d322905a65a5896" |
||
773 | }, |
||
774 | "dist": { |
||
775 | "type": "zip", |
||
776 | "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/cae0f1ce0cb5bddb611b0a652d322905a65a5896", |
||
777 | "reference": "cae0f1ce0cb5bddb611b0a652d322905a65a5896", |
||
778 | "shasum": "" |
||
779 | }, |
||
780 | "require": { |
||
781 | "pear/console_getopt": "~1.3", |
||
782 | "pear/pear_exception": "~1.0" |
||
783 | }, |
||
784 | "replace": { |
||
785 | "rsky/pear-core-min": "self.version" |
||
786 | }, |
||
787 | "type": "library", |
||
788 | "autoload": { |
||
789 | "psr-0": { |
||
790 | "": "src/" |
||
791 | } |
||
792 | }, |
||
793 | "notification-url": "https://packagist.org/downloads/", |
||
794 | "include-path": [ |
||
795 | "src/" |
||
796 | ], |
||
797 | "license": [ |
||
798 | "BSD-3-Clause" |
||
799 | ], |
||
800 | "authors": [ |
||
801 | { |
||
802 | "name": "Christian Weiske", |
||
803 | "email": "[email protected]", |
||
804 | "role": "Lead" |
||
805 | } |
||
806 | ], |
||
807 | "description": "Minimal set of PEAR core files to be used as composer dependency", |
||
808 | "time": "2015-10-17 11:41:19" |
||
809 | }, |
||
810 | { |
||
811 | "name": "pear/pear_exception", |
||
812 | "version": "v1.0.0", |
||
813 | "source": { |
||
814 | "type": "git", |
||
815 | "url": "https://github.com/pear/PEAR_Exception.git", |
||
816 | "reference": "8c18719fdae000b690e3912be401c76e406dd13b" |
||
817 | }, |
||
818 | "dist": { |
||
819 | "type": "zip", |
||
820 | "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b", |
||
821 | "reference": "8c18719fdae000b690e3912be401c76e406dd13b", |
||
822 | "shasum": "" |
||
823 | }, |
||
824 | "require": { |
||
825 | "php": ">=4.4.0" |
||
826 | }, |
||
827 | "require-dev": { |
||
828 | "phpunit/phpunit": "*" |
||
829 | }, |
||
830 | "type": "class", |
||
831 | "extra": { |
||
832 | "branch-alias": { |
||
833 | "dev-master": "1.0.x-dev" |
||
834 | } |
||
835 | }, |
||
836 | "autoload": { |
||
837 | "psr-0": { |
||
838 | "PEAR": "" |
||
839 | } |
||
840 | }, |
||
841 | "notification-url": "https://packagist.org/downloads/", |
||
842 | "include-path": [ |
||
843 | "." |
||
844 | ], |
||
845 | "license": [ |
||
846 | "BSD-2-Clause" |
||
847 | ], |
||
848 | "authors": [ |
||
849 | { |
||
850 | "name": "Helgi Thormar", |
||
851 | "email": "[email protected]" |
||
852 | }, |
||
853 | { |
||
854 | "name": "Greg Beaver", |
||
855 | "email": "[email protected]" |
||
856 | } |
||
857 | ], |
||
858 | "description": "The PEAR Exception base class.", |
||
859 | "homepage": "https://github.com/pear/PEAR_Exception", |
||
860 | "keywords": [ |
||
861 | "exception" |
||
862 | ], |
||
863 | "time": "2015-02-10 20:07:52" |
||
864 | }, |
||
865 | { |
||
866 | "name": "pear/versioncontrol_svn", |
||
867 | "version": "0.5.2", |
||
868 | "source": { |
||
869 | "type": "git", |
||
870 | "url": "https://github.com/pear/VersionControl_SVN.git", |
||
871 | "reference": "10d899fcd2df32852c4e557d71def472071686f5" |
||
872 | }, |
||
873 | "dist": { |
||
874 | "type": "zip", |
||
875 | "url": "https://api.github.com/repos/pear/VersionControl_SVN/zipball/10d899fcd2df32852c4e557d71def472071686f5", |
||
876 | "reference": "10d899fcd2df32852c4e557d71def472071686f5", |
||
877 | "shasum": "" |
||
878 | }, |
||
879 | "require": { |
||
880 | "pear/pear_exception": "*@dev", |
||
881 | "php": ">=5.3.0" |
||
882 | }, |
||
883 | "require-dev": { |
||
884 | "phpunit/phpunit": "*" |
||
885 | }, |
||
886 | "type": "library", |
||
887 | "autoload": { |
||
888 | "psr-0": { |
||
889 | "VersionControl_SVN": "./" |
||
890 | } |
||
891 | }, |
||
892 | "notification-url": "https://packagist.org/downloads/", |
||
893 | "include-path": [ |
||
894 | "./" |
||
895 | ], |
||
896 | "license": [ |
||
897 | "BSD License" |
||
898 | ], |
||
899 | "authors": [ |
||
900 | { |
||
901 | "name": "Michiel Rook", |
||
902 | "email": "[email protected]", |
||
903 | "role": "Lead" |
||
904 | }, |
||
905 | { |
||
906 | "name": "Clay Loveless", |
||
907 | "email": "[email protected]", |
||
908 | "role": "Lead" |
||
909 | } |
||
910 | ], |
||
911 | "description": "More info available on: http://pear.php.net/package/VersionControl_SVN", |
||
912 | "time": "2014-09-29 07:55:44" |
||
913 | } |
||
914 | ], |
||
915 | "packages-dev": [], |
||
916 | "aliases": [], |
||
917 | "minimum-stability": "stable", |
||
918 | "stability-flags": [], |
||
919 | "prefer-stable": false, |
||
920 | "prefer-lowest": false, |
||
921 | "platform": { |
||
922 | "php": ">=5.4" |
||
923 | }, |
||
924 | "platform-dev": [] |
||
925 | } |
||
926 |