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": "d9b7fa728fde1d90d91f836c46d9ee19", |
||
8 | "content-hash": "92c92fea8a9fdc095df6f3d7fdc71728", |
||
9 | "packages": [ |
||
10 | { |
||
11 | "name": "doctrine/annotations", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
12 | "version": "v1.2.6", |
||
13 | "source": { |
||
14 | "type": "git", |
||
15 | "url": "https://github.com/doctrine/annotations.git", |
||
16 | "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4" |
||
17 | }, |
||
18 | "dist": { |
||
19 | "type": "zip", |
||
20 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/f4a91702ca3cd2e568c3736aa031ed00c3752af4", |
||
21 | "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4", |
||
22 | "shasum": "" |
||
23 | }, |
||
24 | "require": { |
||
25 | "doctrine/lexer": "1.*", |
||
26 | "php": ">=5.3.2" |
||
27 | }, |
||
28 | "require-dev": { |
||
29 | "doctrine/cache": "1.*", |
||
30 | "phpunit/phpunit": "4.*" |
||
31 | }, |
||
32 | "type": "library", |
||
33 | "extra": { |
||
34 | "branch-alias": { |
||
35 | "dev-master": "1.3.x-dev" |
||
36 | } |
||
37 | }, |
||
38 | "autoload": { |
||
39 | "psr-0": { |
||
40 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
41 | } |
||
42 | }, |
||
43 | "notification-url": "https://packagist.org/downloads/", |
||
44 | "license": [ |
||
45 | "MIT" |
||
46 | ], |
||
47 | "authors": [ |
||
48 | { |
||
49 | "name": "Roman Borschel", |
||
50 | "email": "[email protected]" |
||
51 | }, |
||
52 | { |
||
53 | "name": "Benjamin Eberlei", |
||
54 | "email": "[email protected]" |
||
55 | }, |
||
56 | { |
||
57 | "name": "Guilherme Blanco", |
||
58 | "email": "[email protected]" |
||
59 | }, |
||
60 | { |
||
61 | "name": "Jonathan Wage", |
||
62 | "email": "[email protected]" |
||
63 | }, |
||
64 | { |
||
65 | "name": "Johannes Schmitt", |
||
66 | "email": "[email protected]" |
||
67 | } |
||
68 | ], |
||
69 | "description": "Docblock Annotations Parser", |
||
70 | "homepage": "http://www.doctrine-project.org", |
||
71 | "keywords": [ |
||
72 | "annotations", |
||
73 | "docblock", |
||
74 | "parser" |
||
75 | ], |
||
76 | "time": "2015-06-17 12:21:22" |
||
77 | }, |
||
78 | { |
||
79 | "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 ![]() |
|||
80 | "version": "v1.4.1", |
||
81 | "source": { |
||
82 | "type": "git", |
||
83 | "url": "https://github.com/doctrine/cache.git", |
||
84 | "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03" |
||
85 | }, |
||
86 | "dist": { |
||
87 | "type": "zip", |
||
88 | "url": "https://api.github.com/repos/doctrine/cache/zipball/c9eadeb743ac6199f7eec423cb9426bc518b7b03", |
||
89 | "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03", |
||
90 | "shasum": "" |
||
91 | }, |
||
92 | "require": { |
||
93 | "php": ">=5.3.2" |
||
94 | }, |
||
95 | "conflict": { |
||
96 | "doctrine/common": ">2.2,<2.4" |
||
97 | }, |
||
98 | "require-dev": { |
||
99 | "phpunit/phpunit": ">=3.7", |
||
100 | "predis/predis": "~1.0", |
||
101 | "satooshi/php-coveralls": "~0.6" |
||
102 | }, |
||
103 | "type": "library", |
||
104 | "extra": { |
||
105 | "branch-alias": { |
||
106 | "dev-master": "1.5.x-dev" |
||
107 | } |
||
108 | }, |
||
109 | "autoload": { |
||
110 | "psr-0": { |
||
111 | "Doctrine\\Common\\Cache\\": "lib/" |
||
112 | } |
||
113 | }, |
||
114 | "notification-url": "https://packagist.org/downloads/", |
||
115 | "license": [ |
||
116 | "MIT" |
||
117 | ], |
||
118 | "authors": [ |
||
119 | { |
||
120 | "name": "Roman Borschel", |
||
121 | "email": "[email protected]" |
||
122 | }, |
||
123 | { |
||
124 | "name": "Benjamin Eberlei", |
||
125 | "email": "[email protected]" |
||
126 | }, |
||
127 | { |
||
128 | "name": "Guilherme Blanco", |
||
129 | "email": "[email protected]" |
||
130 | }, |
||
131 | { |
||
132 | "name": "Jonathan Wage", |
||
133 | "email": "[email protected]" |
||
134 | }, |
||
135 | { |
||
136 | "name": "Johannes Schmitt", |
||
137 | "email": "[email protected]" |
||
138 | } |
||
139 | ], |
||
140 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
141 | "homepage": "http://www.doctrine-project.org", |
||
142 | "keywords": [ |
||
143 | "cache", |
||
144 | "caching" |
||
145 | ], |
||
146 | "time": "2015-04-15 00:11:59" |
||
147 | }, |
||
148 | { |
||
149 | "name": "doctrine/collections", |
||
150 | "version": "v1.3.0", |
||
151 | "source": { |
||
152 | "type": "git", |
||
153 | "url": "https://github.com/doctrine/collections.git", |
||
154 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" |
||
155 | }, |
||
156 | "dist": { |
||
157 | "type": "zip", |
||
158 | "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
159 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
160 | "shasum": "" |
||
161 | }, |
||
162 | "require": { |
||
163 | "php": ">=5.3.2" |
||
164 | }, |
||
165 | "require-dev": { |
||
166 | "phpunit/phpunit": "~4.0" |
||
167 | }, |
||
168 | "type": "library", |
||
169 | "extra": { |
||
170 | "branch-alias": { |
||
171 | "dev-master": "1.2.x-dev" |
||
172 | } |
||
173 | }, |
||
174 | "autoload": { |
||
175 | "psr-0": { |
||
176 | "Doctrine\\Common\\Collections\\": "lib/" |
||
177 | } |
||
178 | }, |
||
179 | "notification-url": "https://packagist.org/downloads/", |
||
180 | "license": [ |
||
181 | "MIT" |
||
182 | ], |
||
183 | "authors": [ |
||
184 | { |
||
185 | "name": "Roman Borschel", |
||
186 | "email": "[email protected]" |
||
187 | }, |
||
188 | { |
||
189 | "name": "Benjamin Eberlei", |
||
190 | "email": "[email protected]" |
||
191 | }, |
||
192 | { |
||
193 | "name": "Guilherme Blanco", |
||
194 | "email": "[email protected]" |
||
195 | }, |
||
196 | { |
||
197 | "name": "Jonathan Wage", |
||
198 | "email": "[email protected]" |
||
199 | }, |
||
200 | { |
||
201 | "name": "Johannes Schmitt", |
||
202 | "email": "[email protected]" |
||
203 | } |
||
204 | ], |
||
205 | "description": "Collections Abstraction library", |
||
206 | "homepage": "http://www.doctrine-project.org", |
||
207 | "keywords": [ |
||
208 | "array", |
||
209 | "collections", |
||
210 | "iterator" |
||
211 | ], |
||
212 | "time": "2015-04-14 22:21:58" |
||
213 | }, |
||
214 | { |
||
215 | "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 ![]() |
|||
216 | "version": "v2.5.0", |
||
217 | "source": { |
||
218 | "type": "git", |
||
219 | "url": "https://github.com/doctrine/common.git", |
||
220 | "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3" |
||
221 | }, |
||
222 | "dist": { |
||
223 | "type": "zip", |
||
224 | "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3", |
||
225 | "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3", |
||
226 | "shasum": "" |
||
227 | }, |
||
228 | "require": { |
||
229 | "doctrine/annotations": "1.*", |
||
230 | "doctrine/cache": "1.*", |
||
231 | "doctrine/collections": "1.*", |
||
232 | "doctrine/inflector": "1.*", |
||
233 | "doctrine/lexer": "1.*", |
||
234 | "php": ">=5.3.2" |
||
235 | }, |
||
236 | "require-dev": { |
||
237 | "phpunit/phpunit": "~3.7" |
||
238 | }, |
||
239 | "type": "library", |
||
240 | "extra": { |
||
241 | "branch-alias": { |
||
242 | "dev-master": "2.6.x-dev" |
||
243 | } |
||
244 | }, |
||
245 | "autoload": { |
||
246 | "psr-0": { |
||
247 | "Doctrine\\Common\\": "lib/" |
||
248 | } |
||
249 | }, |
||
250 | "notification-url": "https://packagist.org/downloads/", |
||
251 | "license": [ |
||
252 | "MIT" |
||
253 | ], |
||
254 | "authors": [ |
||
255 | { |
||
256 | "name": "Roman Borschel", |
||
257 | "email": "[email protected]" |
||
258 | }, |
||
259 | { |
||
260 | "name": "Benjamin Eberlei", |
||
261 | "email": "[email protected]" |
||
262 | }, |
||
263 | { |
||
264 | "name": "Guilherme Blanco", |
||
265 | "email": "[email protected]" |
||
266 | }, |
||
267 | { |
||
268 | "name": "Jonathan Wage", |
||
269 | "email": "[email protected]" |
||
270 | }, |
||
271 | { |
||
272 | "name": "Johannes Schmitt", |
||
273 | "email": "[email protected]" |
||
274 | } |
||
275 | ], |
||
276 | "description": "Common Library for Doctrine projects", |
||
277 | "homepage": "http://www.doctrine-project.org", |
||
278 | "keywords": [ |
||
279 | "annotations", |
||
280 | "collections", |
||
281 | "eventmanager", |
||
282 | "persistence", |
||
283 | "spl" |
||
284 | ], |
||
285 | "time": "2015-04-02 19:55:44" |
||
286 | }, |
||
287 | { |
||
288 | "name": "doctrine/inflector", |
||
289 | "version": "v1.0.1", |
||
290 | "source": { |
||
291 | "type": "git", |
||
292 | "url": "https://github.com/doctrine/inflector.git", |
||
293 | "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604" |
||
294 | }, |
||
295 | "dist": { |
||
296 | "type": "zip", |
||
297 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604", |
||
298 | "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604", |
||
299 | "shasum": "" |
||
300 | }, |
||
301 | "require": { |
||
302 | "php": ">=5.3.2" |
||
303 | }, |
||
304 | "require-dev": { |
||
305 | "phpunit/phpunit": "4.*" |
||
306 | }, |
||
307 | "type": "library", |
||
308 | "extra": { |
||
309 | "branch-alias": { |
||
310 | "dev-master": "1.0.x-dev" |
||
311 | } |
||
312 | }, |
||
313 | "autoload": { |
||
314 | "psr-0": { |
||
315 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
316 | } |
||
317 | }, |
||
318 | "notification-url": "https://packagist.org/downloads/", |
||
319 | "license": [ |
||
320 | "MIT" |
||
321 | ], |
||
322 | "authors": [ |
||
323 | { |
||
324 | "name": "Roman Borschel", |
||
325 | "email": "[email protected]" |
||
326 | }, |
||
327 | { |
||
328 | "name": "Benjamin Eberlei", |
||
329 | "email": "[email protected]" |
||
330 | }, |
||
331 | { |
||
332 | "name": "Guilherme Blanco", |
||
333 | "email": "[email protected]" |
||
334 | }, |
||
335 | { |
||
336 | "name": "Jonathan Wage", |
||
337 | "email": "[email protected]" |
||
338 | }, |
||
339 | { |
||
340 | "name": "Johannes Schmitt", |
||
341 | "email": "[email protected]" |
||
342 | } |
||
343 | ], |
||
344 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
345 | "homepage": "http://www.doctrine-project.org", |
||
346 | "keywords": [ |
||
347 | "inflection", |
||
348 | "pluralize", |
||
349 | "singularize", |
||
350 | "string" |
||
351 | ], |
||
352 | "time": "2014-12-20 21:24:13" |
||
353 | }, |
||
354 | { |
||
355 | "name": "doctrine/instantiator", |
||
356 | "version": "1.0.5", |
||
357 | "source": { |
||
358 | "type": "git", |
||
359 | "url": "https://github.com/doctrine/instantiator.git", |
||
360 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
361 | }, |
||
362 | "dist": { |
||
363 | "type": "zip", |
||
364 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
365 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
366 | "shasum": "" |
||
367 | }, |
||
368 | "require": { |
||
369 | "php": ">=5.3,<8.0-DEV" |
||
370 | }, |
||
371 | "require-dev": { |
||
372 | "athletic/athletic": "~0.1.8", |
||
373 | "ext-pdo": "*", |
||
374 | "ext-phar": "*", |
||
375 | "phpunit/phpunit": "~4.0", |
||
376 | "squizlabs/php_codesniffer": "~2.0" |
||
377 | }, |
||
378 | "type": "library", |
||
379 | "extra": { |
||
380 | "branch-alias": { |
||
381 | "dev-master": "1.0.x-dev" |
||
382 | } |
||
383 | }, |
||
384 | "autoload": { |
||
385 | "psr-4": { |
||
386 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
387 | } |
||
388 | }, |
||
389 | "notification-url": "https://packagist.org/downloads/", |
||
390 | "license": [ |
||
391 | "MIT" |
||
392 | ], |
||
393 | "authors": [ |
||
394 | { |
||
395 | "name": "Marco Pivetta", |
||
396 | "email": "[email protected]", |
||
397 | "homepage": "http://ocramius.github.com/" |
||
398 | } |
||
399 | ], |
||
400 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
401 | "homepage": "https://github.com/doctrine/instantiator", |
||
402 | "keywords": [ |
||
403 | "constructor", |
||
404 | "instantiate" |
||
405 | ], |
||
406 | "time": "2015-06-14 21:17:01" |
||
407 | }, |
||
408 | { |
||
409 | "name": "doctrine/lexer", |
||
410 | "version": "v1.0.1", |
||
411 | "source": { |
||
412 | "type": "git", |
||
413 | "url": "https://github.com/doctrine/lexer.git", |
||
414 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
415 | }, |
||
416 | "dist": { |
||
417 | "type": "zip", |
||
418 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
419 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
420 | "shasum": "" |
||
421 | }, |
||
422 | "require": { |
||
423 | "php": ">=5.3.2" |
||
424 | }, |
||
425 | "type": "library", |
||
426 | "extra": { |
||
427 | "branch-alias": { |
||
428 | "dev-master": "1.0.x-dev" |
||
429 | } |
||
430 | }, |
||
431 | "autoload": { |
||
432 | "psr-0": { |
||
433 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
434 | } |
||
435 | }, |
||
436 | "notification-url": "https://packagist.org/downloads/", |
||
437 | "license": [ |
||
438 | "MIT" |
||
439 | ], |
||
440 | "authors": [ |
||
441 | { |
||
442 | "name": "Roman Borschel", |
||
443 | "email": "[email protected]" |
||
444 | }, |
||
445 | { |
||
446 | "name": "Guilherme Blanco", |
||
447 | "email": "[email protected]" |
||
448 | }, |
||
449 | { |
||
450 | "name": "Johannes Schmitt", |
||
451 | "email": "[email protected]" |
||
452 | } |
||
453 | ], |
||
454 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
455 | "homepage": "http://www.doctrine-project.org", |
||
456 | "keywords": [ |
||
457 | "lexer", |
||
458 | "parser" |
||
459 | ], |
||
460 | "time": "2014-09-09 13:34:57" |
||
461 | }, |
||
462 | { |
||
463 | "name": "doctrine/mongodb", |
||
464 | "version": "1.1.8", |
||
465 | "source": { |
||
466 | "type": "git", |
||
467 | "url": "https://github.com/doctrine/mongodb.git", |
||
468 | "reference": "5cd7ab2aeb6783b9f2345a47767b5c0b2d2b3305" |
||
469 | }, |
||
470 | "dist": { |
||
471 | "type": "zip", |
||
472 | "url": "https://api.github.com/repos/doctrine/mongodb/zipball/5cd7ab2aeb6783b9f2345a47767b5c0b2d2b3305", |
||
473 | "reference": "5cd7ab2aeb6783b9f2345a47767b5c0b2d2b3305", |
||
474 | "shasum": "" |
||
475 | }, |
||
476 | "require": { |
||
477 | "doctrine/common": "~2.1", |
||
478 | "ext-mongo": ">=1.2.12,<1.7-dev", |
||
479 | "php": ">=5.3.2" |
||
480 | }, |
||
481 | "require-dev": { |
||
482 | "jmikola/geojson": "~1.0" |
||
483 | }, |
||
484 | "suggest": { |
||
485 | "jmikola/geojson": "Support GeoJSON geometry objects in 2dsphere queries" |
||
486 | }, |
||
487 | "type": "library", |
||
488 | "autoload": { |
||
489 | "psr-0": { |
||
490 | "Doctrine\\MongoDB": "lib/" |
||
491 | } |
||
492 | }, |
||
493 | "notification-url": "https://packagist.org/downloads/", |
||
494 | "license": [ |
||
495 | "MIT" |
||
496 | ], |
||
497 | "authors": [ |
||
498 | { |
||
499 | "name": "Jonathan H. Wage", |
||
500 | "email": "[email protected]" |
||
501 | }, |
||
502 | { |
||
503 | "name": "Jeremy Mikola", |
||
504 | "email": "[email protected]" |
||
505 | }, |
||
506 | { |
||
507 | "name": "Bulat Shakirzyanov", |
||
508 | "email": "[email protected]" |
||
509 | }, |
||
510 | { |
||
511 | "name": "Kris Wallsmith", |
||
512 | "email": "[email protected]" |
||
513 | } |
||
514 | ], |
||
515 | "description": "Doctrine MongoDB Abstraction Layer", |
||
516 | "homepage": "http://www.doctrine-project.org", |
||
517 | "keywords": [ |
||
518 | "database", |
||
519 | "mongodb", |
||
520 | "persistence" |
||
521 | ], |
||
522 | "time": "2015-02-25 00:38:50" |
||
523 | }, |
||
524 | { |
||
525 | "name": "doctrine/mongodb-odm", |
||
526 | "version": "1.0.0-BETA13", |
||
527 | "source": { |
||
528 | "type": "git", |
||
529 | "url": "https://github.com/doctrine/mongodb-odm.git", |
||
530 | "reference": "f9d26e2839c657659dc129fe5b4aaa7f87d0ea55" |
||
531 | }, |
||
532 | "dist": { |
||
533 | "type": "zip", |
||
534 | "url": "https://api.github.com/repos/doctrine/mongodb-odm/zipball/f9d26e2839c657659dc129fe5b4aaa7f87d0ea55", |
||
535 | "reference": "f9d26e2839c657659dc129fe5b4aaa7f87d0ea55", |
||
536 | "shasum": "" |
||
537 | }, |
||
538 | "require": { |
||
539 | "doctrine/annotations": "~1.0", |
||
540 | "doctrine/cache": "~1.0", |
||
541 | "doctrine/collections": "~1.1", |
||
542 | "doctrine/common": "~2.4", |
||
543 | "doctrine/inflector": "~1.0", |
||
544 | "doctrine/instantiator": "~1.0.1", |
||
545 | "doctrine/mongodb": ">=1.1.5,<2.0", |
||
546 | "php": ">=5.3.2", |
||
547 | "symfony/console": "~2.3|~3.0" |
||
548 | }, |
||
549 | "require-dev": { |
||
550 | "symfony/yaml": "~2.3|~3.0" |
||
551 | }, |
||
552 | "suggest": { |
||
553 | "symfony/yaml": "Enables the YAML metadata mapping driver" |
||
554 | }, |
||
555 | "type": "library", |
||
556 | "extra": { |
||
557 | "branch-alias": { |
||
558 | "dev-master": "1.0.x-dev" |
||
559 | } |
||
560 | }, |
||
561 | "autoload": { |
||
562 | "psr-0": { |
||
563 | "Doctrine\\ODM\\MongoDB": "lib/" |
||
564 | } |
||
565 | }, |
||
566 | "notification-url": "https://packagist.org/downloads/", |
||
567 | "license": [ |
||
568 | "MIT" |
||
569 | ], |
||
570 | "authors": [ |
||
571 | { |
||
572 | "name": "Jonathan H. Wage", |
||
573 | "email": "[email protected]" |
||
574 | }, |
||
575 | { |
||
576 | "name": "Jeremy Mikola", |
||
577 | "email": "[email protected]" |
||
578 | }, |
||
579 | { |
||
580 | "name": "Bulat Shakirzyanov", |
||
581 | "email": "[email protected]" |
||
582 | }, |
||
583 | { |
||
584 | "name": "Kris Wallsmith", |
||
585 | "email": "[email protected]" |
||
586 | }, |
||
587 | { |
||
588 | "name": "Maciej Malarz", |
||
589 | "email": "[email protected]" |
||
590 | }, |
||
591 | { |
||
592 | "name": "Andreas Braun", |
||
593 | "email": "[email protected]" |
||
594 | } |
||
595 | ], |
||
596 | "description": "Doctrine MongoDB Object Document Mapper", |
||
597 | "homepage": "http://www.doctrine-project.org", |
||
598 | "keywords": [ |
||
599 | "database", |
||
600 | "mongodb", |
||
601 | "odm", |
||
602 | "persistence" |
||
603 | ], |
||
604 | "time": "2015-05-22 07:35:15" |
||
605 | }, |
||
606 | { |
||
607 | "name": "graviton/php-rql-parser", |
||
608 | "version": "v2.0.0-alpha17", |
||
609 | "source": { |
||
610 | "type": "git", |
||
611 | "url": "https://github.com/libgraviton/php-rql-parser.git", |
||
612 | "reference": "b5ee850cf5aee91d14508464871dc9365155b0de" |
||
613 | }, |
||
614 | "dist": { |
||
615 | "type": "zip", |
||
616 | "url": "https://api.github.com/repos/libgraviton/php-rql-parser/zipball/b5ee850cf5aee91d14508464871dc9365155b0de", |
||
617 | "reference": "b5ee850cf5aee91d14508464871dc9365155b0de", |
||
618 | "shasum": "" |
||
619 | }, |
||
620 | "require": { |
||
621 | "doctrine/mongodb-odm": "~1.0@beta", |
||
622 | "php": "~5.4", |
||
623 | "symfony/event-dispatcher": "^2.6", |
||
624 | "xiag/rql-parser": "^1.0" |
||
625 | }, |
||
626 | "require-dev": { |
||
627 | "doctrine/data-fixtures": "~1.0", |
||
628 | "libgraviton/codesniffer": "~1.3", |
||
629 | "phpunit/phpunit": "*", |
||
630 | "squizlabs/php_codesniffer": "~2.2", |
||
631 | "xiag/rql-command": "^1.0" |
||
632 | }, |
||
633 | "type": "library", |
||
634 | "autoload": { |
||
635 | "psr-4": { |
||
636 | "Graviton\\Rql\\": "src/" |
||
637 | } |
||
638 | }, |
||
639 | "notification-url": "https://packagist.org/downloads/", |
||
640 | "license": [ |
||
641 | "GPL" |
||
642 | ], |
||
643 | "authors": [ |
||
644 | { |
||
645 | "name": "List of contributors", |
||
646 | "homepage": "https://github.com/libgraviton/php-rql-parser/graphs/contributors" |
||
647 | } |
||
648 | ], |
||
649 | "description": "doctrine-odm query building wrapper to xiag-ag/rql-parser", |
||
650 | "homepage": "https://github.com/libgraviton/php-rql-parser", |
||
651 | "keywords": [ |
||
652 | "language", |
||
653 | "mongo", |
||
654 | "mongodb", |
||
655 | "parser", |
||
656 | "query", |
||
657 | "resource", |
||
658 | "rest", |
||
659 | "rql" |
||
660 | ], |
||
661 | "time": "2016-04-15 09:09:24" |
||
662 | }, |
||
663 | { |
||
664 | "name": "psr/log", |
||
665 | "version": "1.0.0", |
||
666 | "source": { |
||
667 | "type": "git", |
||
668 | "url": "https://github.com/php-fig/log.git", |
||
669 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
670 | }, |
||
671 | "dist": { |
||
672 | "type": "zip", |
||
673 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
674 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
675 | "shasum": "" |
||
676 | }, |
||
677 | "type": "library", |
||
678 | "autoload": { |
||
679 | "psr-0": { |
||
680 | "Psr\\Log\\": "" |
||
681 | } |
||
682 | }, |
||
683 | "notification-url": "https://packagist.org/downloads/", |
||
684 | "license": [ |
||
685 | "MIT" |
||
686 | ], |
||
687 | "authors": [ |
||
688 | { |
||
689 | "name": "PHP-FIG", |
||
690 | "homepage": "http://www.php-fig.org/" |
||
691 | } |
||
692 | ], |
||
693 | "description": "Common interface for logging libraries", |
||
694 | "keywords": [ |
||
695 | "log", |
||
696 | "psr", |
||
697 | "psr-3" |
||
698 | ], |
||
699 | "time": "2012-12-21 11:40:51" |
||
700 | }, |
||
701 | { |
||
702 | "name": "symfony/console", |
||
703 | "version": "v2.7.3", |
||
704 | "source": { |
||
705 | "type": "git", |
||
706 | "url": "https://github.com/symfony/console.git", |
||
707 | "reference": "d6cf02fe73634c96677e428f840704bfbcaec29e" |
||
708 | }, |
||
709 | "dist": { |
||
710 | "type": "zip", |
||
711 | "url": "https://api.github.com/repos/symfony/console/zipball/d6cf02fe73634c96677e428f840704bfbcaec29e", |
||
712 | "reference": "d6cf02fe73634c96677e428f840704bfbcaec29e", |
||
713 | "shasum": "" |
||
714 | }, |
||
715 | "require": { |
||
716 | "php": ">=5.3.9" |
||
717 | }, |
||
718 | "require-dev": { |
||
719 | "psr/log": "~1.0", |
||
720 | "symfony/event-dispatcher": "~2.1", |
||
721 | "symfony/phpunit-bridge": "~2.7", |
||
722 | "symfony/process": "~2.1" |
||
723 | }, |
||
724 | "suggest": { |
||
725 | "psr/log": "For using the console logger", |
||
726 | "symfony/event-dispatcher": "", |
||
727 | "symfony/process": "" |
||
728 | }, |
||
729 | "type": "library", |
||
730 | "extra": { |
||
731 | "branch-alias": { |
||
732 | "dev-master": "2.7-dev" |
||
733 | } |
||
734 | }, |
||
735 | "autoload": { |
||
736 | "psr-4": { |
||
737 | "Symfony\\Component\\Console\\": "" |
||
738 | } |
||
739 | }, |
||
740 | "notification-url": "https://packagist.org/downloads/", |
||
741 | "license": [ |
||
742 | "MIT" |
||
743 | ], |
||
744 | "authors": [ |
||
745 | { |
||
746 | "name": "Fabien Potencier", |
||
747 | "email": "[email protected]" |
||
748 | }, |
||
749 | { |
||
750 | "name": "Symfony Community", |
||
751 | "homepage": "https://symfony.com/contributors" |
||
752 | } |
||
753 | ], |
||
754 | "description": "Symfony Console Component", |
||
755 | "homepage": "https://symfony.com", |
||
756 | "time": "2015-07-28 15:18:12" |
||
757 | }, |
||
758 | { |
||
759 | "name": "symfony/debug", |
||
760 | "version": "v2.7.3", |
||
761 | "source": { |
||
762 | "type": "git", |
||
763 | "url": "https://github.com/symfony/debug.git", |
||
764 | "reference": "9daa1bf9f7e615fa2fba30357e479a90141222e3" |
||
765 | }, |
||
766 | "dist": { |
||
767 | "type": "zip", |
||
768 | "url": "https://api.github.com/repos/symfony/debug/zipball/9daa1bf9f7e615fa2fba30357e479a90141222e3", |
||
769 | "reference": "9daa1bf9f7e615fa2fba30357e479a90141222e3", |
||
770 | "shasum": "" |
||
771 | }, |
||
772 | "require": { |
||
773 | "php": ">=5.3.9", |
||
774 | "psr/log": "~1.0" |
||
775 | }, |
||
776 | "conflict": { |
||
777 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
778 | }, |
||
779 | "require-dev": { |
||
780 | "symfony/class-loader": "~2.2", |
||
781 | "symfony/http-foundation": "~2.1", |
||
782 | "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2", |
||
783 | "symfony/phpunit-bridge": "~2.7" |
||
784 | }, |
||
785 | "suggest": { |
||
786 | "symfony/http-foundation": "", |
||
787 | "symfony/http-kernel": "" |
||
788 | }, |
||
789 | "type": "library", |
||
790 | "extra": { |
||
791 | "branch-alias": { |
||
792 | "dev-master": "2.7-dev" |
||
793 | } |
||
794 | }, |
||
795 | "autoload": { |
||
796 | "psr-4": { |
||
797 | "Symfony\\Component\\Debug\\": "" |
||
798 | } |
||
799 | }, |
||
800 | "notification-url": "https://packagist.org/downloads/", |
||
801 | "license": [ |
||
802 | "MIT" |
||
803 | ], |
||
804 | "authors": [ |
||
805 | { |
||
806 | "name": "Fabien Potencier", |
||
807 | "email": "[email protected]" |
||
808 | }, |
||
809 | { |
||
810 | "name": "Symfony Community", |
||
811 | "homepage": "https://symfony.com/contributors" |
||
812 | } |
||
813 | ], |
||
814 | "description": "Symfony Debug Component", |
||
815 | "homepage": "https://symfony.com", |
||
816 | "time": "2015-07-09 16:07:40" |
||
817 | }, |
||
818 | { |
||
819 | "name": "symfony/event-dispatcher", |
||
820 | "version": "v2.7.3", |
||
821 | "source": { |
||
822 | "type": "git", |
||
823 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
824 | "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3" |
||
825 | }, |
||
826 | "dist": { |
||
827 | "type": "zip", |
||
828 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9310b5f9a87ec2ea75d20fec0b0017c77c66dac3", |
||
829 | "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3", |
||
830 | "shasum": "" |
||
831 | }, |
||
832 | "require": { |
||
833 | "php": ">=5.3.9" |
||
834 | }, |
||
835 | "require-dev": { |
||
836 | "psr/log": "~1.0", |
||
837 | "symfony/config": "~2.0,>=2.0.5", |
||
838 | "symfony/dependency-injection": "~2.6", |
||
839 | "symfony/expression-language": "~2.6", |
||
840 | "symfony/phpunit-bridge": "~2.7", |
||
841 | "symfony/stopwatch": "~2.3" |
||
842 | }, |
||
843 | "suggest": { |
||
844 | "symfony/dependency-injection": "", |
||
845 | "symfony/http-kernel": "" |
||
846 | }, |
||
847 | "type": "library", |
||
848 | "extra": { |
||
849 | "branch-alias": { |
||
850 | "dev-master": "2.7-dev" |
||
851 | } |
||
852 | }, |
||
853 | "autoload": { |
||
854 | "psr-4": { |
||
855 | "Symfony\\Component\\EventDispatcher\\": "" |
||
856 | } |
||
857 | }, |
||
858 | "notification-url": "https://packagist.org/downloads/", |
||
859 | "license": [ |
||
860 | "MIT" |
||
861 | ], |
||
862 | "authors": [ |
||
863 | { |
||
864 | "name": "Fabien Potencier", |
||
865 | "email": "[email protected]" |
||
866 | }, |
||
867 | { |
||
868 | "name": "Symfony Community", |
||
869 | "homepage": "https://symfony.com/contributors" |
||
870 | } |
||
871 | ], |
||
872 | "description": "Symfony EventDispatcher Component", |
||
873 | "homepage": "https://symfony.com", |
||
874 | "time": "2015-06-18 19:21:56" |
||
875 | }, |
||
876 | { |
||
877 | "name": "symfony/http-foundation", |
||
878 | "version": "v2.7.3", |
||
879 | "source": { |
||
880 | "type": "git", |
||
881 | "url": "https://github.com/symfony/http-foundation.git", |
||
882 | "reference": "863af6898081b34c65d42100c370b9f3c51b70ca" |
||
883 | }, |
||
884 | "dist": { |
||
885 | "type": "zip", |
||
886 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/863af6898081b34c65d42100c370b9f3c51b70ca", |
||
887 | "reference": "863af6898081b34c65d42100c370b9f3c51b70ca", |
||
888 | "shasum": "" |
||
889 | }, |
||
890 | "require": { |
||
891 | "php": ">=5.3.9" |
||
892 | }, |
||
893 | "require-dev": { |
||
894 | "symfony/expression-language": "~2.4", |
||
895 | "symfony/phpunit-bridge": "~2.7" |
||
896 | }, |
||
897 | "type": "library", |
||
898 | "extra": { |
||
899 | "branch-alias": { |
||
900 | "dev-master": "2.7-dev" |
||
901 | } |
||
902 | }, |
||
903 | "autoload": { |
||
904 | "psr-4": { |
||
905 | "Symfony\\Component\\HttpFoundation\\": "" |
||
906 | }, |
||
907 | "classmap": [ |
||
908 | "Resources/stubs" |
||
909 | ] |
||
910 | }, |
||
911 | "notification-url": "https://packagist.org/downloads/", |
||
912 | "license": [ |
||
913 | "MIT" |
||
914 | ], |
||
915 | "authors": [ |
||
916 | { |
||
917 | "name": "Fabien Potencier", |
||
918 | "email": "[email protected]" |
||
919 | }, |
||
920 | { |
||
921 | "name": "Symfony Community", |
||
922 | "homepage": "https://symfony.com/contributors" |
||
923 | } |
||
924 | ], |
||
925 | "description": "Symfony HttpFoundation Component", |
||
926 | "homepage": "https://symfony.com", |
||
927 | "time": "2015-07-22 10:11:00" |
||
928 | }, |
||
929 | { |
||
930 | "name": "symfony/http-kernel", |
||
931 | "version": "v2.8.4", |
||
932 | "source": { |
||
933 | "type": "git", |
||
934 | "url": "https://github.com/symfony/http-kernel.git", |
||
935 | "reference": "2c45576fee2eb228d4771342a05b0565e4711ba2" |
||
936 | }, |
||
937 | "dist": { |
||
938 | "type": "zip", |
||
939 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2c45576fee2eb228d4771342a05b0565e4711ba2", |
||
940 | "reference": "2c45576fee2eb228d4771342a05b0565e4711ba2", |
||
941 | "shasum": "" |
||
942 | }, |
||
943 | "require": { |
||
944 | "php": ">=5.3.9", |
||
945 | "psr/log": "~1.0", |
||
946 | "symfony/debug": "~2.6,>=2.6.2", |
||
947 | "symfony/event-dispatcher": "~2.6,>=2.6.7|~3.0.0", |
||
948 | "symfony/http-foundation": "~2.5,>=2.5.4|~3.0.0" |
||
949 | }, |
||
950 | "conflict": { |
||
951 | "symfony/config": "<2.7" |
||
952 | }, |
||
953 | "require-dev": { |
||
954 | "symfony/browser-kit": "~2.3|~3.0.0", |
||
955 | "symfony/class-loader": "~2.1|~3.0.0", |
||
956 | "symfony/config": "~2.8", |
||
957 | "symfony/console": "~2.3|~3.0.0", |
||
958 | "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0", |
||
959 | "symfony/dependency-injection": "~2.8|~3.0.0", |
||
960 | "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0", |
||
961 | "symfony/expression-language": "~2.4|~3.0.0", |
||
962 | "symfony/finder": "~2.0,>=2.0.5|~3.0.0", |
||
963 | "symfony/process": "~2.0,>=2.0.5|~3.0.0", |
||
964 | "symfony/routing": "~2.8|~3.0.0", |
||
965 | "symfony/stopwatch": "~2.3|~3.0.0", |
||
966 | "symfony/templating": "~2.2|~3.0.0", |
||
967 | "symfony/translation": "~2.0,>=2.0.5|~3.0.0", |
||
968 | "symfony/var-dumper": "~2.6|~3.0.0" |
||
969 | }, |
||
970 | "suggest": { |
||
971 | "symfony/browser-kit": "", |
||
972 | "symfony/class-loader": "", |
||
973 | "symfony/config": "", |
||
974 | "symfony/console": "", |
||
975 | "symfony/dependency-injection": "", |
||
976 | "symfony/finder": "", |
||
977 | "symfony/var-dumper": "" |
||
978 | }, |
||
979 | "type": "library", |
||
980 | "extra": { |
||
981 | "branch-alias": { |
||
982 | "dev-master": "2.8-dev" |
||
983 | } |
||
984 | }, |
||
985 | "autoload": { |
||
986 | "psr-4": { |
||
987 | "Symfony\\Component\\HttpKernel\\": "" |
||
988 | }, |
||
989 | "exclude-from-classmap": [ |
||
990 | "/Tests/" |
||
991 | ] |
||
992 | }, |
||
993 | "notification-url": "https://packagist.org/downloads/", |
||
994 | "license": [ |
||
995 | "MIT" |
||
996 | ], |
||
997 | "authors": [ |
||
998 | { |
||
999 | "name": "Fabien Potencier", |
||
1000 | "email": "[email protected]" |
||
1001 | }, |
||
1002 | { |
||
1003 | "name": "Symfony Community", |
||
1004 | "homepage": "https://symfony.com/contributors" |
||
1005 | } |
||
1006 | ], |
||
1007 | "description": "Symfony HttpKernel Component", |
||
1008 | "homepage": "https://symfony.com", |
||
1009 | "time": "2016-03-25 01:40:30" |
||
1010 | }, |
||
1011 | { |
||
1012 | "name": "xiag/rql-parser", |
||
1013 | "version": "v1.0.1", |
||
1014 | "source": { |
||
1015 | "type": "git", |
||
1016 | "url": "https://github.com/xiag-ag/rql-parser.git", |
||
1017 | "reference": "92e8245ea52b170998d6b3be538de20d4cddd2a3" |
||
1018 | }, |
||
1019 | "dist": { |
||
1020 | "type": "zip", |
||
1021 | "url": "https://api.github.com/repos/xiag-ag/rql-parser/zipball/92e8245ea52b170998d6b3be538de20d4cddd2a3", |
||
1022 | "reference": "92e8245ea52b170998d6b3be538de20d4cddd2a3", |
||
1023 | "shasum": "" |
||
1024 | }, |
||
1025 | "require": { |
||
1026 | "php": ">=5.4" |
||
1027 | }, |
||
1028 | "require-dev": { |
||
1029 | "phpunit/phpunit": "*" |
||
1030 | }, |
||
1031 | "suggest": { |
||
1032 | "xiag/rql-command": "Console commands to visualize your RQL code" |
||
1033 | }, |
||
1034 | "type": "library", |
||
1035 | "autoload": { |
||
1036 | "psr-4": { |
||
1037 | "Xiag\\Rql\\Parser\\": "src/" |
||
1038 | } |
||
1039 | }, |
||
1040 | "notification-url": "https://packagist.org/downloads/", |
||
1041 | "license": [ |
||
1042 | "GPL-2.0" |
||
1043 | ], |
||
1044 | "keywords": [ |
||
1045 | "language", |
||
1046 | "parser", |
||
1047 | "query", |
||
1048 | "resource", |
||
1049 | "rest", |
||
1050 | "rql" |
||
1051 | ], |
||
1052 | "time": "2015-08-21 11:19:07" |
||
1053 | } |
||
1054 | ], |
||
1055 | "packages-dev": [ |
||
1056 | { |
||
1057 | "name": "libgraviton/codesniffer", |
||
1058 | "version": "v1.3.0", |
||
1059 | "target-dir": "CodeSniffer/Standards/ENTB", |
||
1060 | "source": { |
||
1061 | "type": "git", |
||
1062 | "url": "https://github.com/libgraviton/codesniffer-ruleset-entb.git", |
||
1063 | "reference": "6f10debdb3de17b241544e28c0e874bb85a948a8" |
||
1064 | }, |
||
1065 | "dist": { |
||
1066 | "type": "zip", |
||
1067 | "url": "https://api.github.com/repos/libgraviton/codesniffer-ruleset-entb/zipball/6f10debdb3de17b241544e28c0e874bb85a948a8", |
||
1068 | "reference": "6f10debdb3de17b241544e28c0e874bb85a948a8", |
||
1069 | "shasum": "" |
||
1070 | }, |
||
1071 | "type": "phpcs-standard", |
||
1072 | "notification-url": "https://packagist.org/downloads/", |
||
1073 | "license": [ |
||
1074 | "BSD-3-Clause", |
||
1075 | "GPL-3.0+" |
||
1076 | ], |
||
1077 | "keywords": [ |
||
1078 | "codesniffer", |
||
1079 | "libgraviton" |
||
1080 | ], |
||
1081 | "time": "2015-02-23 21:52:18" |
||
1082 | }, |
||
1083 | { |
||
1084 | "name": "phpdocumentor/reflection-docblock", |
||
1085 | "version": "2.0.4", |
||
1086 | "source": { |
||
1087 | "type": "git", |
||
1088 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
1089 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" |
||
1090 | }, |
||
1091 | "dist": { |
||
1092 | "type": "zip", |
||
1093 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
1094 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
1095 | "shasum": "" |
||
1096 | }, |
||
1097 | "require": { |
||
1098 | "php": ">=5.3.3" |
||
1099 | }, |
||
1100 | "require-dev": { |
||
1101 | "phpunit/phpunit": "~4.0" |
||
1102 | }, |
||
1103 | "suggest": { |
||
1104 | "dflydev/markdown": "~1.0", |
||
1105 | "erusev/parsedown": "~1.0" |
||
1106 | }, |
||
1107 | "type": "library", |
||
1108 | "extra": { |
||
1109 | "branch-alias": { |
||
1110 | "dev-master": "2.0.x-dev" |
||
1111 | } |
||
1112 | }, |
||
1113 | "autoload": { |
||
1114 | "psr-0": { |
||
1115 | "phpDocumentor": [ |
||
1116 | "src/" |
||
1117 | ] |
||
1118 | } |
||
1119 | }, |
||
1120 | "notification-url": "https://packagist.org/downloads/", |
||
1121 | "license": [ |
||
1122 | "MIT" |
||
1123 | ], |
||
1124 | "authors": [ |
||
1125 | { |
||
1126 | "name": "Mike van Riel", |
||
1127 | "email": "[email protected]" |
||
1128 | } |
||
1129 | ], |
||
1130 | "time": "2015-02-03 12:10:50" |
||
1131 | }, |
||
1132 | { |
||
1133 | "name": "phpspec/prophecy", |
||
1134 | "version": "v1.4.1", |
||
1135 | "source": { |
||
1136 | "type": "git", |
||
1137 | "url": "https://github.com/phpspec/prophecy.git", |
||
1138 | "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373" |
||
1139 | }, |
||
1140 | "dist": { |
||
1141 | "type": "zip", |
||
1142 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373", |
||
1143 | "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373", |
||
1144 | "shasum": "" |
||
1145 | }, |
||
1146 | "require": { |
||
1147 | "doctrine/instantiator": "^1.0.2", |
||
1148 | "phpdocumentor/reflection-docblock": "~2.0", |
||
1149 | "sebastian/comparator": "~1.1" |
||
1150 | }, |
||
1151 | "require-dev": { |
||
1152 | "phpspec/phpspec": "~2.0" |
||
1153 | }, |
||
1154 | "type": "library", |
||
1155 | "extra": { |
||
1156 | "branch-alias": { |
||
1157 | "dev-master": "1.4.x-dev" |
||
1158 | } |
||
1159 | }, |
||
1160 | "autoload": { |
||
1161 | "psr-0": { |
||
1162 | "Prophecy\\": "src/" |
||
1163 | } |
||
1164 | }, |
||
1165 | "notification-url": "https://packagist.org/downloads/", |
||
1166 | "license": [ |
||
1167 | "MIT" |
||
1168 | ], |
||
1169 | "authors": [ |
||
1170 | { |
||
1171 | "name": "Konstantin Kudryashov", |
||
1172 | "email": "[email protected]", |
||
1173 | "homepage": "http://everzet.com" |
||
1174 | }, |
||
1175 | { |
||
1176 | "name": "Marcello Duarte", |
||
1177 | "email": "[email protected]" |
||
1178 | } |
||
1179 | ], |
||
1180 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
1181 | "homepage": "https://github.com/phpspec/prophecy", |
||
1182 | "keywords": [ |
||
1183 | "Double", |
||
1184 | "Dummy", |
||
1185 | "fake", |
||
1186 | "mock", |
||
1187 | "spy", |
||
1188 | "stub" |
||
1189 | ], |
||
1190 | "time": "2015-04-27 22:15:08" |
||
1191 | }, |
||
1192 | { |
||
1193 | "name": "phpunit/php-code-coverage", |
||
1194 | "version": "2.2.1", |
||
1195 | "source": { |
||
1196 | "type": "git", |
||
1197 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
1198 | "reference": "6526d9bdb56e2af1e8950114d42391044d18cfa7" |
||
1199 | }, |
||
1200 | "dist": { |
||
1201 | "type": "zip", |
||
1202 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6526d9bdb56e2af1e8950114d42391044d18cfa7", |
||
1203 | "reference": "6526d9bdb56e2af1e8950114d42391044d18cfa7", |
||
1204 | "shasum": "" |
||
1205 | }, |
||
1206 | "require": { |
||
1207 | "php": ">=5.3.3", |
||
1208 | "phpunit/php-file-iterator": "~1.3", |
||
1209 | "phpunit/php-text-template": "~1.2", |
||
1210 | "phpunit/php-token-stream": "~1.3", |
||
1211 | "sebastian/environment": "~1.3.1", |
||
1212 | "sebastian/version": "~1.0" |
||
1213 | }, |
||
1214 | "require-dev": { |
||
1215 | "ext-xdebug": ">=2.1.4", |
||
1216 | "phpunit/phpunit": "~4" |
||
1217 | }, |
||
1218 | "suggest": { |
||
1219 | "ext-dom": "*", |
||
1220 | "ext-xdebug": ">=2.2.1", |
||
1221 | "ext-xmlwriter": "*" |
||
1222 | }, |
||
1223 | "type": "library", |
||
1224 | "extra": { |
||
1225 | "branch-alias": { |
||
1226 | "dev-master": "2.2.x-dev" |
||
1227 | } |
||
1228 | }, |
||
1229 | "autoload": { |
||
1230 | "classmap": [ |
||
1231 | "src/" |
||
1232 | ] |
||
1233 | }, |
||
1234 | "notification-url": "https://packagist.org/downloads/", |
||
1235 | "license": [ |
||
1236 | "BSD-3-Clause" |
||
1237 | ], |
||
1238 | "authors": [ |
||
1239 | { |
||
1240 | "name": "Sebastian Bergmann", |
||
1241 | "email": "[email protected]", |
||
1242 | "role": "lead" |
||
1243 | } |
||
1244 | ], |
||
1245 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
1246 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
1247 | "keywords": [ |
||
1248 | "coverage", |
||
1249 | "testing", |
||
1250 | "xunit" |
||
1251 | ], |
||
1252 | "time": "2015-08-02 04:45:08" |
||
1253 | }, |
||
1254 | { |
||
1255 | "name": "phpunit/php-file-iterator", |
||
1256 | "version": "1.4.1", |
||
1257 | "source": { |
||
1258 | "type": "git", |
||
1259 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
1260 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
1261 | }, |
||
1262 | "dist": { |
||
1263 | "type": "zip", |
||
1264 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
1265 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
1266 | "shasum": "" |
||
1267 | }, |
||
1268 | "require": { |
||
1269 | "php": ">=5.3.3" |
||
1270 | }, |
||
1271 | "type": "library", |
||
1272 | "extra": { |
||
1273 | "branch-alias": { |
||
1274 | "dev-master": "1.4.x-dev" |
||
1275 | } |
||
1276 | }, |
||
1277 | "autoload": { |
||
1278 | "classmap": [ |
||
1279 | "src/" |
||
1280 | ] |
||
1281 | }, |
||
1282 | "notification-url": "https://packagist.org/downloads/", |
||
1283 | "license": [ |
||
1284 | "BSD-3-Clause" |
||
1285 | ], |
||
1286 | "authors": [ |
||
1287 | { |
||
1288 | "name": "Sebastian Bergmann", |
||
1289 | "email": "[email protected]", |
||
1290 | "role": "lead" |
||
1291 | } |
||
1292 | ], |
||
1293 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
1294 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
1295 | "keywords": [ |
||
1296 | "filesystem", |
||
1297 | "iterator" |
||
1298 | ], |
||
1299 | "time": "2015-06-21 13:08:43" |
||
1300 | }, |
||
1301 | { |
||
1302 | "name": "phpunit/php-text-template", |
||
1303 | "version": "1.2.1", |
||
1304 | "source": { |
||
1305 | "type": "git", |
||
1306 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
1307 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
1308 | }, |
||
1309 | "dist": { |
||
1310 | "type": "zip", |
||
1311 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1312 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1313 | "shasum": "" |
||
1314 | }, |
||
1315 | "require": { |
||
1316 | "php": ">=5.3.3" |
||
1317 | }, |
||
1318 | "type": "library", |
||
1319 | "autoload": { |
||
1320 | "classmap": [ |
||
1321 | "src/" |
||
1322 | ] |
||
1323 | }, |
||
1324 | "notification-url": "https://packagist.org/downloads/", |
||
1325 | "license": [ |
||
1326 | "BSD-3-Clause" |
||
1327 | ], |
||
1328 | "authors": [ |
||
1329 | { |
||
1330 | "name": "Sebastian Bergmann", |
||
1331 | "email": "[email protected]", |
||
1332 | "role": "lead" |
||
1333 | } |
||
1334 | ], |
||
1335 | "description": "Simple template engine.", |
||
1336 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
1337 | "keywords": [ |
||
1338 | "template" |
||
1339 | ], |
||
1340 | "time": "2015-06-21 13:50:34" |
||
1341 | }, |
||
1342 | { |
||
1343 | "name": "phpunit/php-timer", |
||
1344 | "version": "1.0.7", |
||
1345 | "source": { |
||
1346 | "type": "git", |
||
1347 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
1348 | "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" |
||
1349 | }, |
||
1350 | "dist": { |
||
1351 | "type": "zip", |
||
1352 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b", |
||
1353 | "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", |
||
1354 | "shasum": "" |
||
1355 | }, |
||
1356 | "require": { |
||
1357 | "php": ">=5.3.3" |
||
1358 | }, |
||
1359 | "type": "library", |
||
1360 | "autoload": { |
||
1361 | "classmap": [ |
||
1362 | "src/" |
||
1363 | ] |
||
1364 | }, |
||
1365 | "notification-url": "https://packagist.org/downloads/", |
||
1366 | "license": [ |
||
1367 | "BSD-3-Clause" |
||
1368 | ], |
||
1369 | "authors": [ |
||
1370 | { |
||
1371 | "name": "Sebastian Bergmann", |
||
1372 | "email": "[email protected]", |
||
1373 | "role": "lead" |
||
1374 | } |
||
1375 | ], |
||
1376 | "description": "Utility class for timing", |
||
1377 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
1378 | "keywords": [ |
||
1379 | "timer" |
||
1380 | ], |
||
1381 | "time": "2015-06-21 08:01:12" |
||
1382 | }, |
||
1383 | { |
||
1384 | "name": "phpunit/php-token-stream", |
||
1385 | "version": "1.4.3", |
||
1386 | "source": { |
||
1387 | "type": "git", |
||
1388 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
1389 | "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9" |
||
1390 | }, |
||
1391 | "dist": { |
||
1392 | "type": "zip", |
||
1393 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7a9b0969488c3c54fd62b4d504b3ec758fd005d9", |
||
1394 | "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9", |
||
1395 | "shasum": "" |
||
1396 | }, |
||
1397 | "require": { |
||
1398 | "ext-tokenizer": "*", |
||
1399 | "php": ">=5.3.3" |
||
1400 | }, |
||
1401 | "require-dev": { |
||
1402 | "phpunit/phpunit": "~4.2" |
||
1403 | }, |
||
1404 | "type": "library", |
||
1405 | "extra": { |
||
1406 | "branch-alias": { |
||
1407 | "dev-master": "1.4-dev" |
||
1408 | } |
||
1409 | }, |
||
1410 | "autoload": { |
||
1411 | "classmap": [ |
||
1412 | "src/" |
||
1413 | ] |
||
1414 | }, |
||
1415 | "notification-url": "https://packagist.org/downloads/", |
||
1416 | "license": [ |
||
1417 | "BSD-3-Clause" |
||
1418 | ], |
||
1419 | "authors": [ |
||
1420 | { |
||
1421 | "name": "Sebastian Bergmann", |
||
1422 | "email": "[email protected]" |
||
1423 | } |
||
1424 | ], |
||
1425 | "description": "Wrapper around PHP's tokenizer extension.", |
||
1426 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
1427 | "keywords": [ |
||
1428 | "tokenizer" |
||
1429 | ], |
||
1430 | "time": "2015-06-19 03:43:16" |
||
1431 | }, |
||
1432 | { |
||
1433 | "name": "phpunit/phpunit", |
||
1434 | "version": "4.7.7", |
||
1435 | "source": { |
||
1436 | "type": "git", |
||
1437 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
1438 | "reference": "9b97f9d807b862c2de2a36e86690000801c85724" |
||
1439 | }, |
||
1440 | "dist": { |
||
1441 | "type": "zip", |
||
1442 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9b97f9d807b862c2de2a36e86690000801c85724", |
||
1443 | "reference": "9b97f9d807b862c2de2a36e86690000801c85724", |
||
1444 | "shasum": "" |
||
1445 | }, |
||
1446 | "require": { |
||
1447 | "ext-dom": "*", |
||
1448 | "ext-json": "*", |
||
1449 | "ext-pcre": "*", |
||
1450 | "ext-reflection": "*", |
||
1451 | "ext-spl": "*", |
||
1452 | "php": ">=5.3.3", |
||
1453 | "phpspec/prophecy": "~1.3,>=1.3.1", |
||
1454 | "phpunit/php-code-coverage": "~2.1", |
||
1455 | "phpunit/php-file-iterator": "~1.4", |
||
1456 | "phpunit/php-text-template": "~1.2", |
||
1457 | "phpunit/php-timer": ">=1.0.6", |
||
1458 | "phpunit/phpunit-mock-objects": "~2.3", |
||
1459 | "sebastian/comparator": "~1.1", |
||
1460 | "sebastian/diff": "~1.2", |
||
1461 | "sebastian/environment": "~1.2", |
||
1462 | "sebastian/exporter": "~1.2", |
||
1463 | "sebastian/global-state": "~1.0", |
||
1464 | "sebastian/version": "~1.0", |
||
1465 | "symfony/yaml": "~2.1|~3.0" |
||
1466 | }, |
||
1467 | "suggest": { |
||
1468 | "phpunit/php-invoker": "~1.1" |
||
1469 | }, |
||
1470 | "bin": [ |
||
1471 | "phpunit" |
||
1472 | ], |
||
1473 | "type": "library", |
||
1474 | "extra": { |
||
1475 | "branch-alias": { |
||
1476 | "dev-master": "4.7.x-dev" |
||
1477 | } |
||
1478 | }, |
||
1479 | "autoload": { |
||
1480 | "classmap": [ |
||
1481 | "src/" |
||
1482 | ] |
||
1483 | }, |
||
1484 | "notification-url": "https://packagist.org/downloads/", |
||
1485 | "license": [ |
||
1486 | "BSD-3-Clause" |
||
1487 | ], |
||
1488 | "authors": [ |
||
1489 | { |
||
1490 | "name": "Sebastian Bergmann", |
||
1491 | "email": "[email protected]", |
||
1492 | "role": "lead" |
||
1493 | } |
||
1494 | ], |
||
1495 | "description": "The PHP Unit Testing framework.", |
||
1496 | "homepage": "https://phpunit.de/", |
||
1497 | "keywords": [ |
||
1498 | "phpunit", |
||
1499 | "testing", |
||
1500 | "xunit" |
||
1501 | ], |
||
1502 | "time": "2015-07-13 11:28:34" |
||
1503 | }, |
||
1504 | { |
||
1505 | "name": "phpunit/phpunit-mock-objects", |
||
1506 | "version": "2.3.6", |
||
1507 | "source": { |
||
1508 | "type": "git", |
||
1509 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
1510 | "reference": "18dfbcb81d05e2296c0bcddd4db96cade75e6f42" |
||
1511 | }, |
||
1512 | "dist": { |
||
1513 | "type": "zip", |
||
1514 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/18dfbcb81d05e2296c0bcddd4db96cade75e6f42", |
||
1515 | "reference": "18dfbcb81d05e2296c0bcddd4db96cade75e6f42", |
||
1516 | "shasum": "" |
||
1517 | }, |
||
1518 | "require": { |
||
1519 | "doctrine/instantiator": "~1.0,>=1.0.2", |
||
1520 | "php": ">=5.3.3", |
||
1521 | "phpunit/php-text-template": "~1.2", |
||
1522 | "sebastian/exporter": "~1.2" |
||
1523 | }, |
||
1524 | "require-dev": { |
||
1525 | "phpunit/phpunit": "~4.4" |
||
1526 | }, |
||
1527 | "suggest": { |
||
1528 | "ext-soap": "*" |
||
1529 | }, |
||
1530 | "type": "library", |
||
1531 | "extra": { |
||
1532 | "branch-alias": { |
||
1533 | "dev-master": "2.3.x-dev" |
||
1534 | } |
||
1535 | }, |
||
1536 | "autoload": { |
||
1537 | "classmap": [ |
||
1538 | "src/" |
||
1539 | ] |
||
1540 | }, |
||
1541 | "notification-url": "https://packagist.org/downloads/", |
||
1542 | "license": [ |
||
1543 | "BSD-3-Clause" |
||
1544 | ], |
||
1545 | "authors": [ |
||
1546 | { |
||
1547 | "name": "Sebastian Bergmann", |
||
1548 | "email": "[email protected]", |
||
1549 | "role": "lead" |
||
1550 | } |
||
1551 | ], |
||
1552 | "description": "Mock Object library for PHPUnit", |
||
1553 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
1554 | "keywords": [ |
||
1555 | "mock", |
||
1556 | "xunit" |
||
1557 | ], |
||
1558 | "time": "2015-07-10 06:54:24" |
||
1559 | }, |
||
1560 | { |
||
1561 | "name": "sebastian/comparator", |
||
1562 | "version": "1.2.0", |
||
1563 | "source": { |
||
1564 | "type": "git", |
||
1565 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
1566 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
1567 | }, |
||
1568 | "dist": { |
||
1569 | "type": "zip", |
||
1570 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
1571 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
1572 | "shasum": "" |
||
1573 | }, |
||
1574 | "require": { |
||
1575 | "php": ">=5.3.3", |
||
1576 | "sebastian/diff": "~1.2", |
||
1577 | "sebastian/exporter": "~1.2" |
||
1578 | }, |
||
1579 | "require-dev": { |
||
1580 | "phpunit/phpunit": "~4.4" |
||
1581 | }, |
||
1582 | "type": "library", |
||
1583 | "extra": { |
||
1584 | "branch-alias": { |
||
1585 | "dev-master": "1.2.x-dev" |
||
1586 | } |
||
1587 | }, |
||
1588 | "autoload": { |
||
1589 | "classmap": [ |
||
1590 | "src/" |
||
1591 | ] |
||
1592 | }, |
||
1593 | "notification-url": "https://packagist.org/downloads/", |
||
1594 | "license": [ |
||
1595 | "BSD-3-Clause" |
||
1596 | ], |
||
1597 | "authors": [ |
||
1598 | { |
||
1599 | "name": "Jeff Welch", |
||
1600 | "email": "[email protected]" |
||
1601 | }, |
||
1602 | { |
||
1603 | "name": "Volker Dusch", |
||
1604 | "email": "[email protected]" |
||
1605 | }, |
||
1606 | { |
||
1607 | "name": "Bernhard Schussek", |
||
1608 | "email": "[email protected]" |
||
1609 | }, |
||
1610 | { |
||
1611 | "name": "Sebastian Bergmann", |
||
1612 | "email": "[email protected]" |
||
1613 | } |
||
1614 | ], |
||
1615 | "description": "Provides the functionality to compare PHP values for equality", |
||
1616 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
1617 | "keywords": [ |
||
1618 | "comparator", |
||
1619 | "compare", |
||
1620 | "equality" |
||
1621 | ], |
||
1622 | "time": "2015-07-26 15:48:44" |
||
1623 | }, |
||
1624 | { |
||
1625 | "name": "sebastian/diff", |
||
1626 | "version": "1.3.0", |
||
1627 | "source": { |
||
1628 | "type": "git", |
||
1629 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
1630 | "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3" |
||
1631 | }, |
||
1632 | "dist": { |
||
1633 | "type": "zip", |
||
1634 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3", |
||
1635 | "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3", |
||
1636 | "shasum": "" |
||
1637 | }, |
||
1638 | "require": { |
||
1639 | "php": ">=5.3.3" |
||
1640 | }, |
||
1641 | "require-dev": { |
||
1642 | "phpunit/phpunit": "~4.2" |
||
1643 | }, |
||
1644 | "type": "library", |
||
1645 | "extra": { |
||
1646 | "branch-alias": { |
||
1647 | "dev-master": "1.3-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": "Kore Nordmann", |
||
1662 | "email": "[email protected]" |
||
1663 | }, |
||
1664 | { |
||
1665 | "name": "Sebastian Bergmann", |
||
1666 | "email": "[email protected]" |
||
1667 | } |
||
1668 | ], |
||
1669 | "description": "Diff implementation", |
||
1670 | "homepage": "http://www.github.com/sebastianbergmann/diff", |
||
1671 | "keywords": [ |
||
1672 | "diff" |
||
1673 | ], |
||
1674 | "time": "2015-02-22 15:13:53" |
||
1675 | }, |
||
1676 | { |
||
1677 | "name": "sebastian/environment", |
||
1678 | "version": "1.3.2", |
||
1679 | "source": { |
||
1680 | "type": "git", |
||
1681 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
1682 | "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44" |
||
1683 | }, |
||
1684 | "dist": { |
||
1685 | "type": "zip", |
||
1686 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44", |
||
1687 | "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44", |
||
1688 | "shasum": "" |
||
1689 | }, |
||
1690 | "require": { |
||
1691 | "php": ">=5.3.3" |
||
1692 | }, |
||
1693 | "require-dev": { |
||
1694 | "phpunit/phpunit": "~4.4" |
||
1695 | }, |
||
1696 | "type": "library", |
||
1697 | "extra": { |
||
1698 | "branch-alias": { |
||
1699 | "dev-master": "1.3.x-dev" |
||
1700 | } |
||
1701 | }, |
||
1702 | "autoload": { |
||
1703 | "classmap": [ |
||
1704 | "src/" |
||
1705 | ] |
||
1706 | }, |
||
1707 | "notification-url": "https://packagist.org/downloads/", |
||
1708 | "license": [ |
||
1709 | "BSD-3-Clause" |
||
1710 | ], |
||
1711 | "authors": [ |
||
1712 | { |
||
1713 | "name": "Sebastian Bergmann", |
||
1714 | "email": "[email protected]" |
||
1715 | } |
||
1716 | ], |
||
1717 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
1718 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
1719 | "keywords": [ |
||
1720 | "Xdebug", |
||
1721 | "environment", |
||
1722 | "hhvm" |
||
1723 | ], |
||
1724 | "time": "2015-08-03 06:14:51" |
||
1725 | }, |
||
1726 | { |
||
1727 | "name": "sebastian/exporter", |
||
1728 | "version": "1.2.1", |
||
1729 | "source": { |
||
1730 | "type": "git", |
||
1731 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
1732 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e" |
||
1733 | }, |
||
1734 | "dist": { |
||
1735 | "type": "zip", |
||
1736 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e", |
||
1737 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e", |
||
1738 | "shasum": "" |
||
1739 | }, |
||
1740 | "require": { |
||
1741 | "php": ">=5.3.3", |
||
1742 | "sebastian/recursion-context": "~1.0" |
||
1743 | }, |
||
1744 | "require-dev": { |
||
1745 | "phpunit/phpunit": "~4.4" |
||
1746 | }, |
||
1747 | "type": "library", |
||
1748 | "extra": { |
||
1749 | "branch-alias": { |
||
1750 | "dev-master": "1.2.x-dev" |
||
1751 | } |
||
1752 | }, |
||
1753 | "autoload": { |
||
1754 | "classmap": [ |
||
1755 | "src/" |
||
1756 | ] |
||
1757 | }, |
||
1758 | "notification-url": "https://packagist.org/downloads/", |
||
1759 | "license": [ |
||
1760 | "BSD-3-Clause" |
||
1761 | ], |
||
1762 | "authors": [ |
||
1763 | { |
||
1764 | "name": "Jeff Welch", |
||
1765 | "email": "[email protected]" |
||
1766 | }, |
||
1767 | { |
||
1768 | "name": "Volker Dusch", |
||
1769 | "email": "[email protected]" |
||
1770 | }, |
||
1771 | { |
||
1772 | "name": "Bernhard Schussek", |
||
1773 | "email": "[email protected]" |
||
1774 | }, |
||
1775 | { |
||
1776 | "name": "Sebastian Bergmann", |
||
1777 | "email": "[email protected]" |
||
1778 | }, |
||
1779 | { |
||
1780 | "name": "Adam Harvey", |
||
1781 | "email": "[email protected]" |
||
1782 | } |
||
1783 | ], |
||
1784 | "description": "Provides the functionality to export PHP variables for visualization", |
||
1785 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
1786 | "keywords": [ |
||
1787 | "export", |
||
1788 | "exporter" |
||
1789 | ], |
||
1790 | "time": "2015-06-21 07:55:53" |
||
1791 | }, |
||
1792 | { |
||
1793 | "name": "sebastian/global-state", |
||
1794 | "version": "1.0.0", |
||
1795 | "source": { |
||
1796 | "type": "git", |
||
1797 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
1798 | "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01" |
||
1799 | }, |
||
1800 | "dist": { |
||
1801 | "type": "zip", |
||
1802 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01", |
||
1803 | "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01", |
||
1804 | "shasum": "" |
||
1805 | }, |
||
1806 | "require": { |
||
1807 | "php": ">=5.3.3" |
||
1808 | }, |
||
1809 | "require-dev": { |
||
1810 | "phpunit/phpunit": "~4.2" |
||
1811 | }, |
||
1812 | "suggest": { |
||
1813 | "ext-uopz": "*" |
||
1814 | }, |
||
1815 | "type": "library", |
||
1816 | "extra": { |
||
1817 | "branch-alias": { |
||
1818 | "dev-master": "1.0-dev" |
||
1819 | } |
||
1820 | }, |
||
1821 | "autoload": { |
||
1822 | "classmap": [ |
||
1823 | "src/" |
||
1824 | ] |
||
1825 | }, |
||
1826 | "notification-url": "https://packagist.org/downloads/", |
||
1827 | "license": [ |
||
1828 | "BSD-3-Clause" |
||
1829 | ], |
||
1830 | "authors": [ |
||
1831 | { |
||
1832 | "name": "Sebastian Bergmann", |
||
1833 | "email": "[email protected]" |
||
1834 | } |
||
1835 | ], |
||
1836 | "description": "Snapshotting of global state", |
||
1837 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
1838 | "keywords": [ |
||
1839 | "global state" |
||
1840 | ], |
||
1841 | "time": "2014-10-06 09:23:50" |
||
1842 | }, |
||
1843 | { |
||
1844 | "name": "sebastian/recursion-context", |
||
1845 | "version": "1.0.1", |
||
1846 | "source": { |
||
1847 | "type": "git", |
||
1848 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
1849 | "reference": "994d4a811bafe801fb06dccbee797863ba2792ba" |
||
1850 | }, |
||
1851 | "dist": { |
||
1852 | "type": "zip", |
||
1853 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba", |
||
1854 | "reference": "994d4a811bafe801fb06dccbee797863ba2792ba", |
||
1855 | "shasum": "" |
||
1856 | }, |
||
1857 | "require": { |
||
1858 | "php": ">=5.3.3" |
||
1859 | }, |
||
1860 | "require-dev": { |
||
1861 | "phpunit/phpunit": "~4.4" |
||
1862 | }, |
||
1863 | "type": "library", |
||
1864 | "extra": { |
||
1865 | "branch-alias": { |
||
1866 | "dev-master": "1.0.x-dev" |
||
1867 | } |
||
1868 | }, |
||
1869 | "autoload": { |
||
1870 | "classmap": [ |
||
1871 | "src/" |
||
1872 | ] |
||
1873 | }, |
||
1874 | "notification-url": "https://packagist.org/downloads/", |
||
1875 | "license": [ |
||
1876 | "BSD-3-Clause" |
||
1877 | ], |
||
1878 | "authors": [ |
||
1879 | { |
||
1880 | "name": "Jeff Welch", |
||
1881 | "email": "[email protected]" |
||
1882 | }, |
||
1883 | { |
||
1884 | "name": "Sebastian Bergmann", |
||
1885 | "email": "[email protected]" |
||
1886 | }, |
||
1887 | { |
||
1888 | "name": "Adam Harvey", |
||
1889 | "email": "[email protected]" |
||
1890 | } |
||
1891 | ], |
||
1892 | "description": "Provides functionality to recursively process PHP variables", |
||
1893 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
1894 | "time": "2015-06-21 08:04:50" |
||
1895 | }, |
||
1896 | { |
||
1897 | "name": "sebastian/version", |
||
1898 | "version": "1.0.6", |
||
1899 | "source": { |
||
1900 | "type": "git", |
||
1901 | "url": "https://github.com/sebastianbergmann/version.git", |
||
1902 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" |
||
1903 | }, |
||
1904 | "dist": { |
||
1905 | "type": "zip", |
||
1906 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
1907 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
1908 | "shasum": "" |
||
1909 | }, |
||
1910 | "type": "library", |
||
1911 | "autoload": { |
||
1912 | "classmap": [ |
||
1913 | "src/" |
||
1914 | ] |
||
1915 | }, |
||
1916 | "notification-url": "https://packagist.org/downloads/", |
||
1917 | "license": [ |
||
1918 | "BSD-3-Clause" |
||
1919 | ], |
||
1920 | "authors": [ |
||
1921 | { |
||
1922 | "name": "Sebastian Bergmann", |
||
1923 | "email": "[email protected]", |
||
1924 | "role": "lead" |
||
1925 | } |
||
1926 | ], |
||
1927 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
1928 | "homepage": "https://github.com/sebastianbergmann/version", |
||
1929 | "time": "2015-06-21 13:59:46" |
||
1930 | }, |
||
1931 | { |
||
1932 | "name": "squizlabs/php_codesniffer", |
||
1933 | "version": "2.3.3", |
||
1934 | "source": { |
||
1935 | "type": "git", |
||
1936 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
||
1937 | "reference": "c1a26c729508f73560c1a4f767f60b8ab6b4a666" |
||
1938 | }, |
||
1939 | "dist": { |
||
1940 | "type": "zip", |
||
1941 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/c1a26c729508f73560c1a4f767f60b8ab6b4a666", |
||
1942 | "reference": "c1a26c729508f73560c1a4f767f60b8ab6b4a666", |
||
1943 | "shasum": "" |
||
1944 | }, |
||
1945 | "require": { |
||
1946 | "ext-tokenizer": "*", |
||
1947 | "ext-xmlwriter": "*", |
||
1948 | "php": ">=5.1.2" |
||
1949 | }, |
||
1950 | "bin": [ |
||
1951 | "scripts/phpcs", |
||
1952 | "scripts/phpcbf" |
||
1953 | ], |
||
1954 | "type": "library", |
||
1955 | "extra": { |
||
1956 | "branch-alias": { |
||
1957 | "dev-master": "2.0.x-dev" |
||
1958 | } |
||
1959 | }, |
||
1960 | "autoload": { |
||
1961 | "classmap": [ |
||
1962 | "CodeSniffer.php", |
||
1963 | "CodeSniffer/CLI.php", |
||
1964 | "CodeSniffer/Exception.php", |
||
1965 | "CodeSniffer/File.php", |
||
1966 | "CodeSniffer/Fixer.php", |
||
1967 | "CodeSniffer/Report.php", |
||
1968 | "CodeSniffer/Reporting.php", |
||
1969 | "CodeSniffer/Sniff.php", |
||
1970 | "CodeSniffer/Tokens.php", |
||
1971 | "CodeSniffer/Reports/", |
||
1972 | "CodeSniffer/Tokenizers/", |
||
1973 | "CodeSniffer/DocGenerators/", |
||
1974 | "CodeSniffer/Standards/AbstractPatternSniff.php", |
||
1975 | "CodeSniffer/Standards/AbstractScopeSniff.php", |
||
1976 | "CodeSniffer/Standards/AbstractVariableSniff.php", |
||
1977 | "CodeSniffer/Standards/IncorrectPatternException.php", |
||
1978 | "CodeSniffer/Standards/Generic/Sniffs/", |
||
1979 | "CodeSniffer/Standards/MySource/Sniffs/", |
||
1980 | "CodeSniffer/Standards/PEAR/Sniffs/", |
||
1981 | "CodeSniffer/Standards/PSR1/Sniffs/", |
||
1982 | "CodeSniffer/Standards/PSR2/Sniffs/", |
||
1983 | "CodeSniffer/Standards/Squiz/Sniffs/", |
||
1984 | "CodeSniffer/Standards/Zend/Sniffs/" |
||
1985 | ] |
||
1986 | }, |
||
1987 | "notification-url": "https://packagist.org/downloads/", |
||
1988 | "license": [ |
||
1989 | "BSD-3-Clause" |
||
1990 | ], |
||
1991 | "authors": [ |
||
1992 | { |
||
1993 | "name": "Greg Sherwood", |
||
1994 | "role": "lead" |
||
1995 | } |
||
1996 | ], |
||
1997 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
||
1998 | "homepage": "http://www.squizlabs.com/php-codesniffer", |
||
1999 | "keywords": [ |
||
2000 | "phpcs", |
||
2001 | "standards" |
||
2002 | ], |
||
2003 | "time": "2015-06-24 03:16:23" |
||
2004 | }, |
||
2005 | { |
||
2006 | "name": "symfony/asset", |
||
2007 | "version": "v2.7.3", |
||
2008 | "source": { |
||
2009 | "type": "git", |
||
2010 | "url": "https://github.com/symfony/asset.git", |
||
2011 | "reference": "f5f5f099a40db2fe5d3dab6f74e17c45c70e3a45" |
||
2012 | }, |
||
2013 | "dist": { |
||
2014 | "type": "zip", |
||
2015 | "url": "https://api.github.com/repos/symfony/asset/zipball/f5f5f099a40db2fe5d3dab6f74e17c45c70e3a45", |
||
2016 | "reference": "f5f5f099a40db2fe5d3dab6f74e17c45c70e3a45", |
||
2017 | "shasum": "" |
||
2018 | }, |
||
2019 | "require": { |
||
2020 | "php": ">=5.3.3" |
||
2021 | }, |
||
2022 | "require-dev": { |
||
2023 | "symfony/http-foundation": "~2.4", |
||
2024 | "symfony/phpunit-bridge": "~2.7" |
||
2025 | }, |
||
2026 | "suggest": { |
||
2027 | "symfony/http-foundation": "" |
||
2028 | }, |
||
2029 | "type": "library", |
||
2030 | "extra": { |
||
2031 | "branch-alias": { |
||
2032 | "dev-master": "2.7-dev" |
||
2033 | } |
||
2034 | }, |
||
2035 | "autoload": { |
||
2036 | "psr-4": { |
||
2037 | "Symfony\\Component\\Asset\\": "" |
||
2038 | } |
||
2039 | }, |
||
2040 | "notification-url": "https://packagist.org/downloads/", |
||
2041 | "license": [ |
||
2042 | "MIT" |
||
2043 | ], |
||
2044 | "authors": [ |
||
2045 | { |
||
2046 | "name": "Fabien Potencier", |
||
2047 | "email": "[email protected]" |
||
2048 | }, |
||
2049 | { |
||
2050 | "name": "Symfony Community", |
||
2051 | "homepage": "https://symfony.com/contributors" |
||
2052 | } |
||
2053 | ], |
||
2054 | "description": "Symfony Asset Component", |
||
2055 | "homepage": "https://symfony.com", |
||
2056 | "time": "2015-07-25 20:47:31" |
||
2057 | }, |
||
2058 | { |
||
2059 | "name": "symfony/config", |
||
2060 | "version": "v2.7.3", |
||
2061 | "source": { |
||
2062 | "type": "git", |
||
2063 | "url": "https://github.com/symfony/config.git", |
||
2064 | "reference": "6c905bbed1e728226de656e4c07d620dfe9e80d9" |
||
2065 | }, |
||
2066 | "dist": { |
||
2067 | "type": "zip", |
||
2068 | "url": "https://api.github.com/repos/symfony/config/zipball/65791be28189e2c3d2d289d1b0b23d1f1e521c65", |
||
2069 | "reference": "6c905bbed1e728226de656e4c07d620dfe9e80d9", |
||
2070 | "shasum": "" |
||
2071 | }, |
||
2072 | "require": { |
||
2073 | "php": ">=5.3.9", |
||
2074 | "symfony/filesystem": "~2.3" |
||
2075 | }, |
||
2076 | "require-dev": { |
||
2077 | "symfony/phpunit-bridge": "~2.7" |
||
2078 | }, |
||
2079 | "type": "library", |
||
2080 | "extra": { |
||
2081 | "branch-alias": { |
||
2082 | "dev-master": "2.7-dev" |
||
2083 | } |
||
2084 | }, |
||
2085 | "autoload": { |
||
2086 | "psr-4": { |
||
2087 | "Symfony\\Component\\Config\\": "" |
||
2088 | } |
||
2089 | }, |
||
2090 | "notification-url": "https://packagist.org/downloads/", |
||
2091 | "license": [ |
||
2092 | "MIT" |
||
2093 | ], |
||
2094 | "authors": [ |
||
2095 | { |
||
2096 | "name": "Fabien Potencier", |
||
2097 | "email": "[email protected]" |
||
2098 | }, |
||
2099 | { |
||
2100 | "name": "Symfony Community", |
||
2101 | "homepage": "https://symfony.com/contributors" |
||
2102 | } |
||
2103 | ], |
||
2104 | "description": "Symfony Config Component", |
||
2105 | "homepage": "https://symfony.com", |
||
2106 | "time": "2015-07-09 16:07:40" |
||
2107 | }, |
||
2108 | { |
||
2109 | "name": "symfony/dependency-injection", |
||
2110 | "version": "v2.7.3", |
||
2111 | "source": { |
||
2112 | "type": "git", |
||
2113 | "url": "https://github.com/symfony/dependency-injection.git", |
||
2114 | "reference": "851e3ffe8a366b1590bdaf3df2c1395f2d27d8a6" |
||
2115 | }, |
||
2116 | "dist": { |
||
2117 | "type": "zip", |
||
2118 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/851e3ffe8a366b1590bdaf3df2c1395f2d27d8a6", |
||
2119 | "reference": "851e3ffe8a366b1590bdaf3df2c1395f2d27d8a6", |
||
2120 | "shasum": "" |
||
2121 | }, |
||
2122 | "require": { |
||
2123 | "php": ">=5.3.9" |
||
2124 | }, |
||
2125 | "conflict": { |
||
2126 | "symfony/expression-language": "<2.6" |
||
2127 | }, |
||
2128 | "require-dev": { |
||
2129 | "symfony/config": "~2.2", |
||
2130 | "symfony/expression-language": "~2.6", |
||
2131 | "symfony/phpunit-bridge": "~2.7", |
||
2132 | "symfony/yaml": "~2.1" |
||
2133 | }, |
||
2134 | "suggest": { |
||
2135 | "symfony/config": "", |
||
2136 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
2137 | "symfony/yaml": "" |
||
2138 | }, |
||
2139 | "type": "library", |
||
2140 | "extra": { |
||
2141 | "branch-alias": { |
||
2142 | "dev-master": "2.7-dev" |
||
2143 | } |
||
2144 | }, |
||
2145 | "autoload": { |
||
2146 | "psr-4": { |
||
2147 | "Symfony\\Component\\DependencyInjection\\": "" |
||
2148 | } |
||
2149 | }, |
||
2150 | "notification-url": "https://packagist.org/downloads/", |
||
2151 | "license": [ |
||
2152 | "MIT" |
||
2153 | ], |
||
2154 | "authors": [ |
||
2155 | { |
||
2156 | "name": "Fabien Potencier", |
||
2157 | "email": "[email protected]" |
||
2158 | }, |
||
2159 | { |
||
2160 | "name": "Symfony Community", |
||
2161 | "homepage": "https://symfony.com/contributors" |
||
2162 | } |
||
2163 | ], |
||
2164 | "description": "Symfony DependencyInjection Component", |
||
2165 | "homepage": "https://symfony.com", |
||
2166 | "time": "2015-07-28 14:07:07" |
||
2167 | }, |
||
2168 | { |
||
2169 | "name": "symfony/filesystem", |
||
2170 | "version": "v2.7.3", |
||
2171 | "source": { |
||
2172 | "type": "git", |
||
2173 | "url": "https://github.com/symfony/filesystem.git", |
||
2174 | "reference": "2d7b2ddaf3f548f4292df49a99d19c853d43f0b8" |
||
2175 | }, |
||
2176 | "dist": { |
||
2177 | "type": "zip", |
||
2178 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/2d7b2ddaf3f548f4292df49a99d19c853d43f0b8", |
||
2179 | "reference": "2d7b2ddaf3f548f4292df49a99d19c853d43f0b8", |
||
2180 | "shasum": "" |
||
2181 | }, |
||
2182 | "require": { |
||
2183 | "php": ">=5.3.9" |
||
2184 | }, |
||
2185 | "require-dev": { |
||
2186 | "symfony/phpunit-bridge": "~2.7" |
||
2187 | }, |
||
2188 | "type": "library", |
||
2189 | "extra": { |
||
2190 | "branch-alias": { |
||
2191 | "dev-master": "2.7-dev" |
||
2192 | } |
||
2193 | }, |
||
2194 | "autoload": { |
||
2195 | "psr-4": { |
||
2196 | "Symfony\\Component\\Filesystem\\": "" |
||
2197 | } |
||
2198 | }, |
||
2199 | "notification-url": "https://packagist.org/downloads/", |
||
2200 | "license": [ |
||
2201 | "MIT" |
||
2202 | ], |
||
2203 | "authors": [ |
||
2204 | { |
||
2205 | "name": "Fabien Potencier", |
||
2206 | "email": "[email protected]" |
||
2207 | }, |
||
2208 | { |
||
2209 | "name": "Symfony Community", |
||
2210 | "homepage": "https://symfony.com/contributors" |
||
2211 | } |
||
2212 | ], |
||
2213 | "description": "Symfony Filesystem Component", |
||
2214 | "homepage": "https://symfony.com", |
||
2215 | "time": "2015-07-09 16:07:40" |
||
2216 | }, |
||
2217 | { |
||
2218 | "name": "symfony/framework-bundle", |
||
2219 | "version": "v2.7.3", |
||
2220 | "source": { |
||
2221 | "type": "git", |
||
2222 | "url": "https://github.com/symfony/framework-bundle.git", |
||
2223 | "reference": "98cf1daf83887476f33167a0e393d942fba9a3c8" |
||
2224 | }, |
||
2225 | "dist": { |
||
2226 | "type": "zip", |
||
2227 | "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/98cf1daf83887476f33167a0e393d942fba9a3c8", |
||
2228 | "reference": "98cf1daf83887476f33167a0e393d942fba9a3c8", |
||
2229 | "shasum": "" |
||
2230 | }, |
||
2231 | "require": { |
||
2232 | "doctrine/annotations": "~1.0", |
||
2233 | "php": ">=5.3.9", |
||
2234 | "symfony/asset": "~2.7", |
||
2235 | "symfony/config": "~2.4", |
||
2236 | "symfony/dependency-injection": "~2.6,>=2.6.2", |
||
2237 | "symfony/event-dispatcher": "~2.5", |
||
2238 | "symfony/filesystem": "~2.3", |
||
2239 | "symfony/http-foundation": "~2.4.9|~2.5,>=2.5.4", |
||
2240 | "symfony/http-kernel": "~2.7", |
||
2241 | "symfony/routing": "~2.6,>2.6.4", |
||
2242 | "symfony/security-core": "~2.6", |
||
2243 | "symfony/security-csrf": "~2.6", |
||
2244 | "symfony/stopwatch": "~2.3", |
||
2245 | "symfony/templating": "~2.1", |
||
2246 | "symfony/translation": "~2.7" |
||
2247 | }, |
||
2248 | "require-dev": { |
||
2249 | "symfony/browser-kit": "~2.4", |
||
2250 | "symfony/class-loader": "~2.1", |
||
2251 | "symfony/console": "~2.7", |
||
2252 | "symfony/css-selector": "~2.0,>=2.0.5", |
||
2253 | "symfony/dom-crawler": "~2.0,>=2.0.5", |
||
2254 | "symfony/expression-language": "~2.6", |
||
2255 | "symfony/finder": "~2.0,>=2.0.5", |
||
2256 | "symfony/form": "~2.7,>=2.7.2", |
||
2257 | "symfony/intl": "~2.3", |
||
2258 | "symfony/phpunit-bridge": "~2.7", |
||
2259 | "symfony/process": "~2.0,>=2.0.5", |
||
2260 | "symfony/security": "~2.6", |
||
2261 | "symfony/validator": "~2.5", |
||
2262 | "symfony/yaml": "~2.0,>=2.0.5" |
||
2263 | }, |
||
2264 | "suggest": { |
||
2265 | "doctrine/cache": "For using alternative cache drivers", |
||
2266 | "symfony/console": "For using the console commands", |
||
2267 | "symfony/finder": "For using the translation loader and cache warmer", |
||
2268 | "symfony/form": "For using forms", |
||
2269 | "symfony/validator": "For using validation", |
||
2270 | "symfony/yaml": "For using the debug:config and lint:yaml commands" |
||
2271 | }, |
||
2272 | "type": "symfony-bundle", |
||
2273 | "extra": { |
||
2274 | "branch-alias": { |
||
2275 | "dev-master": "2.7-dev" |
||
2276 | } |
||
2277 | }, |
||
2278 | "autoload": { |
||
2279 | "psr-4": { |
||
2280 | "Symfony\\Bundle\\FrameworkBundle\\": "" |
||
2281 | } |
||
2282 | }, |
||
2283 | "notification-url": "https://packagist.org/downloads/", |
||
2284 | "license": [ |
||
2285 | "MIT" |
||
2286 | ], |
||
2287 | "authors": [ |
||
2288 | { |
||
2289 | "name": "Fabien Potencier", |
||
2290 | "email": "[email protected]" |
||
2291 | }, |
||
2292 | { |
||
2293 | "name": "Symfony Community", |
||
2294 | "homepage": "https://symfony.com/contributors" |
||
2295 | } |
||
2296 | ], |
||
2297 | "description": "Symfony FrameworkBundle", |
||
2298 | "homepage": "https://symfony.com", |
||
2299 | "time": "2015-07-23 09:16:04" |
||
2300 | }, |
||
2301 | { |
||
2302 | "name": "symfony/routing", |
||
2303 | "version": "v2.7.3", |
||
2304 | "source": { |
||
2305 | "type": "git", |
||
2306 | "url": "https://github.com/symfony/routing.git", |
||
2307 | "reference": "ea9134f277162b02e5f80ac058b75a77637b0d26" |
||
2308 | }, |
||
2309 | "dist": { |
||
2310 | "type": "zip", |
||
2311 | "url": "https://api.github.com/repos/symfony/routing/zipball/ea9134f277162b02e5f80ac058b75a77637b0d26", |
||
2312 | "reference": "ea9134f277162b02e5f80ac058b75a77637b0d26", |
||
2313 | "shasum": "" |
||
2314 | }, |
||
2315 | "require": { |
||
2316 | "php": ">=5.3.9" |
||
2317 | }, |
||
2318 | "conflict": { |
||
2319 | "symfony/config": "<2.7" |
||
2320 | }, |
||
2321 | "require-dev": { |
||
2322 | "doctrine/annotations": "~1.0", |
||
2323 | "doctrine/common": "~2.2", |
||
2324 | "psr/log": "~1.0", |
||
2325 | "symfony/config": "~2.7", |
||
2326 | "symfony/expression-language": "~2.4", |
||
2327 | "symfony/http-foundation": "~2.3", |
||
2328 | "symfony/phpunit-bridge": "~2.7", |
||
2329 | "symfony/yaml": "~2.0,>=2.0.5" |
||
2330 | }, |
||
2331 | "suggest": { |
||
2332 | "doctrine/annotations": "For using the annotation loader", |
||
2333 | "symfony/config": "For using the all-in-one router or any loader", |
||
2334 | "symfony/expression-language": "For using expression matching", |
||
2335 | "symfony/yaml": "For using the YAML loader" |
||
2336 | }, |
||
2337 | "type": "library", |
||
2338 | "extra": { |
||
2339 | "branch-alias": { |
||
2340 | "dev-master": "2.7-dev" |
||
2341 | } |
||
2342 | }, |
||
2343 | "autoload": { |
||
2344 | "psr-4": { |
||
2345 | "Symfony\\Component\\Routing\\": "" |
||
2346 | } |
||
2347 | }, |
||
2348 | "notification-url": "https://packagist.org/downloads/", |
||
2349 | "license": [ |
||
2350 | "MIT" |
||
2351 | ], |
||
2352 | "authors": [ |
||
2353 | { |
||
2354 | "name": "Fabien Potencier", |
||
2355 | "email": "[email protected]" |
||
2356 | }, |
||
2357 | { |
||
2358 | "name": "Symfony Community", |
||
2359 | "homepage": "https://symfony.com/contributors" |
||
2360 | } |
||
2361 | ], |
||
2362 | "description": "Symfony Routing Component", |
||
2363 | "homepage": "https://symfony.com", |
||
2364 | "keywords": [ |
||
2365 | "router", |
||
2366 | "routing", |
||
2367 | "uri", |
||
2368 | "url" |
||
2369 | ], |
||
2370 | "time": "2015-07-09 16:07:40" |
||
2371 | }, |
||
2372 | { |
||
2373 | "name": "symfony/security-core", |
||
2374 | "version": "v2.7.3", |
||
2375 | "source": { |
||
2376 | "type": "git", |
||
2377 | "url": "https://github.com/symfony/security-core.git", |
||
2378 | "reference": "9d527757035db08648a6cd41c165ae7869dd534e" |
||
2379 | }, |
||
2380 | "dist": { |
||
2381 | "type": "zip", |
||
2382 | "url": "https://api.github.com/repos/symfony/security-core/zipball/9d527757035db08648a6cd41c165ae7869dd534e", |
||
2383 | "reference": "9d527757035db08648a6cd41c165ae7869dd534e", |
||
2384 | "shasum": "" |
||
2385 | }, |
||
2386 | "require": { |
||
2387 | "php": ">=5.3.9" |
||
2388 | }, |
||
2389 | "require-dev": { |
||
2390 | "ircmaxell/password-compat": "1.0.*", |
||
2391 | "psr/log": "~1.0", |
||
2392 | "symfony/event-dispatcher": "~2.1", |
||
2393 | "symfony/expression-language": "~2.6", |
||
2394 | "symfony/http-foundation": "~2.4", |
||
2395 | "symfony/phpunit-bridge": "~2.7", |
||
2396 | "symfony/translation": "~2.0,>=2.0.5", |
||
2397 | "symfony/validator": "~2.5,>=2.5.5" |
||
2398 | }, |
||
2399 | "suggest": { |
||
2400 | "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5", |
||
2401 | "symfony/event-dispatcher": "", |
||
2402 | "symfony/expression-language": "For using the expression voter", |
||
2403 | "symfony/http-foundation": "", |
||
2404 | "symfony/validator": "For using the user password constraint" |
||
2405 | }, |
||
2406 | "type": "library", |
||
2407 | "extra": { |
||
2408 | "branch-alias": { |
||
2409 | "dev-master": "2.7-dev" |
||
2410 | } |
||
2411 | }, |
||
2412 | "autoload": { |
||
2413 | "psr-4": { |
||
2414 | "Symfony\\Component\\Security\\Core\\": "" |
||
2415 | } |
||
2416 | }, |
||
2417 | "notification-url": "https://packagist.org/downloads/", |
||
2418 | "license": [ |
||
2419 | "MIT" |
||
2420 | ], |
||
2421 | "authors": [ |
||
2422 | { |
||
2423 | "name": "Fabien Potencier", |
||
2424 | "email": "[email protected]" |
||
2425 | }, |
||
2426 | { |
||
2427 | "name": "Symfony Community", |
||
2428 | "homepage": "https://symfony.com/contributors" |
||
2429 | } |
||
2430 | ], |
||
2431 | "description": "Symfony Security Component - Core Library", |
||
2432 | "homepage": "https://symfony.com", |
||
2433 | "time": "2015-07-22 10:11:00" |
||
2434 | }, |
||
2435 | { |
||
2436 | "name": "symfony/security-csrf", |
||
2437 | "version": "v2.7.3", |
||
2438 | "source": { |
||
2439 | "type": "git", |
||
2440 | "url": "https://github.com/symfony/security-csrf.git", |
||
2441 | "reference": "e438b3e7de930e2147e397830126d2f0d32a0088" |
||
2442 | }, |
||
2443 | "dist": { |
||
2444 | "type": "zip", |
||
2445 | "url": "https://api.github.com/repos/symfony/security-csrf/zipball/e438b3e7de930e2147e397830126d2f0d32a0088", |
||
2446 | "reference": "e438b3e7de930e2147e397830126d2f0d32a0088", |
||
2447 | "shasum": "" |
||
2448 | }, |
||
2449 | "require": { |
||
2450 | "php": ">=5.3.9", |
||
2451 | "symfony/security-core": "~2.4" |
||
2452 | }, |
||
2453 | "require-dev": { |
||
2454 | "symfony/http-foundation": "~2.1", |
||
2455 | "symfony/phpunit-bridge": "~2.7" |
||
2456 | }, |
||
2457 | "suggest": { |
||
2458 | "symfony/http-foundation": "For using the class SessionTokenStorage." |
||
2459 | }, |
||
2460 | "type": "library", |
||
2461 | "extra": { |
||
2462 | "branch-alias": { |
||
2463 | "dev-master": "2.7-dev" |
||
2464 | } |
||
2465 | }, |
||
2466 | "autoload": { |
||
2467 | "psr-4": { |
||
2468 | "Symfony\\Component\\Security\\Csrf\\": "" |
||
2469 | } |
||
2470 | }, |
||
2471 | "notification-url": "https://packagist.org/downloads/", |
||
2472 | "license": [ |
||
2473 | "MIT" |
||
2474 | ], |
||
2475 | "authors": [ |
||
2476 | { |
||
2477 | "name": "Fabien Potencier", |
||
2478 | "email": "[email protected]" |
||
2479 | }, |
||
2480 | { |
||
2481 | "name": "Symfony Community", |
||
2482 | "homepage": "https://symfony.com/contributors" |
||
2483 | } |
||
2484 | ], |
||
2485 | "description": "Symfony Security Component - CSRF Library", |
||
2486 | "homepage": "https://symfony.com", |
||
2487 | "time": "2015-05-13 11:34:46" |
||
2488 | }, |
||
2489 | { |
||
2490 | "name": "symfony/stopwatch", |
||
2491 | "version": "v2.7.3", |
||
2492 | "source": { |
||
2493 | "type": "git", |
||
2494 | "url": "https://github.com/symfony/Stopwatch.git", |
||
2495 | "reference": "b07a866719bbac5294c67773340f97b871733310" |
||
2496 | }, |
||
2497 | "dist": { |
||
2498 | "type": "zip", |
||
2499 | "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/b07a866719bbac5294c67773340f97b871733310", |
||
2500 | "reference": "b07a866719bbac5294c67773340f97b871733310", |
||
2501 | "shasum": "" |
||
2502 | }, |
||
2503 | "require": { |
||
2504 | "php": ">=5.3.9" |
||
2505 | }, |
||
2506 | "require-dev": { |
||
2507 | "symfony/phpunit-bridge": "~2.7" |
||
2508 | }, |
||
2509 | "type": "library", |
||
2510 | "extra": { |
||
2511 | "branch-alias": { |
||
2512 | "dev-master": "2.7-dev" |
||
2513 | } |
||
2514 | }, |
||
2515 | "autoload": { |
||
2516 | "psr-4": { |
||
2517 | "Symfony\\Component\\Stopwatch\\": "" |
||
2518 | } |
||
2519 | }, |
||
2520 | "notification-url": "https://packagist.org/downloads/", |
||
2521 | "license": [ |
||
2522 | "MIT" |
||
2523 | ], |
||
2524 | "authors": [ |
||
2525 | { |
||
2526 | "name": "Fabien Potencier", |
||
2527 | "email": "[email protected]" |
||
2528 | }, |
||
2529 | { |
||
2530 | "name": "Symfony Community", |
||
2531 | "homepage": "https://symfony.com/contributors" |
||
2532 | } |
||
2533 | ], |
||
2534 | "description": "Symfony Stopwatch Component", |
||
2535 | "homepage": "https://symfony.com", |
||
2536 | "time": "2015-07-01 18:23:16" |
||
2537 | }, |
||
2538 | { |
||
2539 | "name": "symfony/templating", |
||
2540 | "version": "v2.7.3", |
||
2541 | "source": { |
||
2542 | "type": "git", |
||
2543 | "url": "https://github.com/symfony/Templating.git", |
||
2544 | "reference": "8e50f4d32dbbe4deedac6b92af414db8a7de2065" |
||
2545 | }, |
||
2546 | "dist": { |
||
2547 | "type": "zip", |
||
2548 | "url": "https://api.github.com/repos/symfony/Templating/zipball/8e50f4d32dbbe4deedac6b92af414db8a7de2065", |
||
2549 | "reference": "8e50f4d32dbbe4deedac6b92af414db8a7de2065", |
||
2550 | "shasum": "" |
||
2551 | }, |
||
2552 | "require": { |
||
2553 | "php": ">=5.3.9" |
||
2554 | }, |
||
2555 | "require-dev": { |
||
2556 | "psr/log": "~1.0", |
||
2557 | "symfony/phpunit-bridge": "~2.7" |
||
2558 | }, |
||
2559 | "suggest": { |
||
2560 | "psr/log": "For using debug logging in loaders" |
||
2561 | }, |
||
2562 | "type": "library", |
||
2563 | "extra": { |
||
2564 | "branch-alias": { |
||
2565 | "dev-master": "2.7-dev" |
||
2566 | } |
||
2567 | }, |
||
2568 | "autoload": { |
||
2569 | "psr-4": { |
||
2570 | "Symfony\\Component\\Templating\\": "" |
||
2571 | } |
||
2572 | }, |
||
2573 | "notification-url": "https://packagist.org/downloads/", |
||
2574 | "license": [ |
||
2575 | "MIT" |
||
2576 | ], |
||
2577 | "authors": [ |
||
2578 | { |
||
2579 | "name": "Fabien Potencier", |
||
2580 | "email": "[email protected]" |
||
2581 | }, |
||
2582 | { |
||
2583 | "name": "Symfony Community", |
||
2584 | "homepage": "https://symfony.com/contributors" |
||
2585 | } |
||
2586 | ], |
||
2587 | "description": "Symfony Templating Component", |
||
2588 | "homepage": "https://symfony.com", |
||
2589 | "time": "2015-06-25 12:52:11" |
||
2590 | }, |
||
2591 | { |
||
2592 | "name": "symfony/translation", |
||
2593 | "version": "v2.7.3", |
||
2594 | "source": { |
||
2595 | "type": "git", |
||
2596 | "url": "https://github.com/symfony/Translation.git", |
||
2597 | "reference": "c8dc34cc936152c609cdd722af317e4239d10dd6" |
||
2598 | }, |
||
2599 | "dist": { |
||
2600 | "type": "zip", |
||
2601 | "url": "https://api.github.com/repos/symfony/Translation/zipball/c8dc34cc936152c609cdd722af317e4239d10dd6", |
||
2602 | "reference": "c8dc34cc936152c609cdd722af317e4239d10dd6", |
||
2603 | "shasum": "" |
||
2604 | }, |
||
2605 | "require": { |
||
2606 | "php": ">=5.3.9" |
||
2607 | }, |
||
2608 | "conflict": { |
||
2609 | "symfony/config": "<2.7" |
||
2610 | }, |
||
2611 | "require-dev": { |
||
2612 | "psr/log": "~1.0", |
||
2613 | "symfony/config": "~2.7", |
||
2614 | "symfony/intl": "~2.3", |
||
2615 | "symfony/phpunit-bridge": "~2.7", |
||
2616 | "symfony/yaml": "~2.2" |
||
2617 | }, |
||
2618 | "suggest": { |
||
2619 | "psr/log": "To use logging capability in translator", |
||
2620 | "symfony/config": "", |
||
2621 | "symfony/yaml": "" |
||
2622 | }, |
||
2623 | "type": "library", |
||
2624 | "extra": { |
||
2625 | "branch-alias": { |
||
2626 | "dev-master": "2.7-dev" |
||
2627 | } |
||
2628 | }, |
||
2629 | "autoload": { |
||
2630 | "psr-4": { |
||
2631 | "Symfony\\Component\\Translation\\": "" |
||
2632 | } |
||
2633 | }, |
||
2634 | "notification-url": "https://packagist.org/downloads/", |
||
2635 | "license": [ |
||
2636 | "MIT" |
||
2637 | ], |
||
2638 | "authors": [ |
||
2639 | { |
||
2640 | "name": "Fabien Potencier", |
||
2641 | "email": "[email protected]" |
||
2642 | }, |
||
2643 | { |
||
2644 | "name": "Symfony Community", |
||
2645 | "homepage": "https://symfony.com/contributors" |
||
2646 | } |
||
2647 | ], |
||
2648 | "description": "Symfony Translation Component", |
||
2649 | "homepage": "https://symfony.com", |
||
2650 | "time": "2015-07-09 16:07:40" |
||
2651 | }, |
||
2652 | { |
||
2653 | "name": "symfony/yaml", |
||
2654 | "version": "v2.7.3", |
||
2655 | "source": { |
||
2656 | "type": "git", |
||
2657 | "url": "https://github.com/symfony/Yaml.git", |
||
2658 | "reference": "71340e996171474a53f3d29111d046be4ad8a0ff" |
||
2659 | }, |
||
2660 | "dist": { |
||
2661 | "type": "zip", |
||
2662 | "url": "https://api.github.com/repos/symfony/Yaml/zipball/71340e996171474a53f3d29111d046be4ad8a0ff", |
||
2663 | "reference": "71340e996171474a53f3d29111d046be4ad8a0ff", |
||
2664 | "shasum": "" |
||
2665 | }, |
||
2666 | "require": { |
||
2667 | "php": ">=5.3.9" |
||
2668 | }, |
||
2669 | "require-dev": { |
||
2670 | "symfony/phpunit-bridge": "~2.7" |
||
2671 | }, |
||
2672 | "type": "library", |
||
2673 | "extra": { |
||
2674 | "branch-alias": { |
||
2675 | "dev-master": "2.7-dev" |
||
2676 | } |
||
2677 | }, |
||
2678 | "autoload": { |
||
2679 | "psr-4": { |
||
2680 | "Symfony\\Component\\Yaml\\": "" |
||
2681 | } |
||
2682 | }, |
||
2683 | "notification-url": "https://packagist.org/downloads/", |
||
2684 | "license": [ |
||
2685 | "MIT" |
||
2686 | ], |
||
2687 | "authors": [ |
||
2688 | { |
||
2689 | "name": "Fabien Potencier", |
||
2690 | "email": "[email protected]" |
||
2691 | }, |
||
2692 | { |
||
2693 | "name": "Symfony Community", |
||
2694 | "homepage": "https://symfony.com/contributors" |
||
2695 | } |
||
2696 | ], |
||
2697 | "description": "Symfony Yaml Component", |
||
2698 | "homepage": "https://symfony.com", |
||
2699 | "time": "2015-07-28 14:07:07" |
||
2700 | } |
||
2701 | ], |
||
2702 | "aliases": [], |
||
2703 | "minimum-stability": "dev", |
||
2704 | "stability-flags": { |
||
2705 | "doctrine/mongodb-odm": 10 |
||
2706 | }, |
||
2707 | "prefer-stable": true, |
||
2708 | "prefer-lowest": false, |
||
2709 | "platform": { |
||
2710 | "php": "~5.4" |
||
2711 | }, |
||
2712 | "platform-dev": [] |
||
2713 | } |
||
2714 |