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