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": "cbdf264e42df6b568a32e367cfa298f5", |
||
8 | "content-hash": "1aaf32b625ea95551bf09f2544a8aa87", |
||
9 | "packages": [ |
||
10 | { |
||
11 | "name": "beberlei/assert", |
||
12 | "version": "v2.6.3", |
||
13 | "source": { |
||
14 | "type": "git", |
||
15 | "url": "https://github.com/beberlei/assert.git", |
||
16 | "reference": "51e9d654481fc00c8a376641c390ec4e35d8c1fc" |
||
17 | }, |
||
18 | "dist": { |
||
19 | "type": "zip", |
||
20 | "url": "https://api.github.com/repos/beberlei/assert/zipball/51e9d654481fc00c8a376641c390ec4e35d8c1fc", |
||
21 | "reference": "51e9d654481fc00c8a376641c390ec4e35d8c1fc", |
||
22 | "shasum": "" |
||
23 | }, |
||
24 | "require": { |
||
25 | "ext-mbstring": "*", |
||
26 | "php": ">=5.3" |
||
27 | }, |
||
28 | "require-dev": { |
||
29 | "phpunit/phpunit": "@stable" |
||
30 | }, |
||
31 | "type": "library", |
||
32 | "extra": { |
||
33 | "branch-alias": { |
||
34 | "dev-master": "2.5-dev" |
||
35 | } |
||
36 | }, |
||
37 | "autoload": { |
||
38 | "psr-0": { |
||
39 | "Assert": "lib/" |
||
40 | }, |
||
41 | "files": [ |
||
42 | "lib/Assert/functions.php" |
||
43 | ] |
||
44 | }, |
||
45 | "notification-url": "https://packagist.org/downloads/", |
||
46 | "license": [ |
||
47 | "BSD-2-Clause" |
||
48 | ], |
||
49 | "authors": [ |
||
50 | { |
||
51 | "name": "Benjamin Eberlei", |
||
52 | "email": "[email protected]", |
||
53 | "role": "Lead Developer" |
||
54 | }, |
||
55 | { |
||
56 | "name": "Richard Quadling", |
||
57 | "email": "[email protected]", |
||
58 | "role": "Collaborator" |
||
59 | } |
||
60 | ], |
||
61 | "description": "Thin assertion library for input validation in business models.", |
||
62 | "keywords": [ |
||
63 | "assert", |
||
64 | "assertion", |
||
65 | "validation" |
||
66 | ], |
||
67 | "time": "2016-07-28 19:35:30" |
||
68 | }, |
||
69 | { |
||
70 | "name": "broadway/broadway", |
||
71 | "version": "0.5.2", |
||
72 | "source": { |
||
73 | "type": "git", |
||
74 | "url": "https://github.com/broadway/broadway.git", |
||
75 | "reference": "0fce8c532086ad249a46fec179759c1fa089e35d" |
||
76 | }, |
||
77 | "dist": { |
||
78 | "type": "zip", |
||
79 | "url": "https://api.github.com/repos/broadway/broadway/zipball/0fce8c532086ad249a46fec179759c1fa089e35d", |
||
80 | "reference": "0fce8c532086ad249a46fec179759c1fa089e35d", |
||
81 | "shasum": "" |
||
82 | }, |
||
83 | "require": { |
||
84 | "beberlei/assert": "~2.0", |
||
85 | "broadway/uuid-generator": "~0.1.0", |
||
86 | "php": ">=5.3.3", |
||
87 | "rhumsaa/uuid": "~2.4" |
||
88 | }, |
||
89 | "require-dev": { |
||
90 | "doctrine/dbal": "~2.4", |
||
91 | "doctrine/mongodb": "~1.0", |
||
92 | "elasticsearch/elasticsearch": "~1.0", |
||
93 | "instaclick/base-test-bundle": "~0.5", |
||
94 | "monolog/monolog": "~1.8", |
||
95 | "symfony/console": "~2.4", |
||
96 | "symfony/proxy-manager-bridge": "~2.4" |
||
97 | }, |
||
98 | "suggest": { |
||
99 | "doctrine/dbal": "For the BroadwayBundle (to persist events)", |
||
100 | "doctrine/mongodb": "For persisting saga states (required for BroadwayBundle)", |
||
101 | "elasticsearch/elasticsearch": "For persisting read models (required for BroadwayBundle)", |
||
102 | "psr/log-implementation": "Implementation for PSR3, LoggerInterface", |
||
103 | "symfony/console": "For the BroadwayBundle", |
||
104 | "symfony/proxy-manager-bridge": "For the BroadwayBundle" |
||
105 | }, |
||
106 | "type": "library", |
||
107 | "extra": { |
||
108 | "branch-alias": { |
||
109 | "dev-master": "0.6.x-dev" |
||
110 | } |
||
111 | }, |
||
112 | "autoload": { |
||
113 | "psr-0": { |
||
114 | "Broadway\\": "src/" |
||
115 | } |
||
116 | }, |
||
117 | "notification-url": "https://packagist.org/downloads/", |
||
118 | "license": [ |
||
119 | "MIT" |
||
120 | ], |
||
121 | "authors": [ |
||
122 | { |
||
123 | "name": "othillo", |
||
124 | "email": "[email protected]" |
||
125 | }, |
||
126 | { |
||
127 | "name": "Alexander", |
||
128 | "email": "[email protected]" |
||
129 | }, |
||
130 | { |
||
131 | "name": "Qandidate.com", |
||
132 | "homepage": "http://labs.qandidate.com/" |
||
133 | }, |
||
134 | { |
||
135 | "name": "Willem-Jan", |
||
136 | "email": "[email protected]" |
||
137 | }, |
||
138 | { |
||
139 | "name": "Emil", |
||
140 | "email": "[email protected]" |
||
141 | }, |
||
142 | { |
||
143 | "name": "Fritsjan", |
||
144 | "email": "[email protected]" |
||
145 | } |
||
146 | ], |
||
147 | "description": "Infrastructure and testing helpers for creating CQRS and event sourced applications.", |
||
148 | "keywords": [ |
||
149 | "cqrs", |
||
150 | "ddd", |
||
151 | "domain-driven design", |
||
152 | "event sourcing" |
||
153 | ], |
||
154 | "time": "2015-03-31 18:15:05" |
||
155 | }, |
||
156 | { |
||
157 | "name": "broadway/uuid-generator", |
||
158 | "version": "0.1.0", |
||
159 | "source": { |
||
160 | "type": "git", |
||
161 | "url": "https://github.com/qandidate-labs/broadway-uuid-generator.git", |
||
162 | "reference": "58380b723c671807131fe9ac0ff077f162be47bb" |
||
163 | }, |
||
164 | "dist": { |
||
165 | "type": "zip", |
||
166 | "url": "https://api.github.com/repos/qandidate-labs/broadway-uuid-generator/zipball/58380b723c671807131fe9ac0ff077f162be47bb", |
||
167 | "reference": "58380b723c671807131fe9ac0ff077f162be47bb", |
||
168 | "shasum": "" |
||
169 | }, |
||
170 | "require-dev": { |
||
171 | "rhumsaa/uuid": "~2.4" |
||
172 | }, |
||
173 | "suggest": { |
||
174 | "rhumsaa/uuid": "Allows creating UUIDs" |
||
175 | }, |
||
176 | "type": "library", |
||
177 | "autoload": { |
||
178 | "psr-0": { |
||
179 | "Broadway\\UuidGenerator\\": "src/" |
||
180 | } |
||
181 | }, |
||
182 | "notification-url": "https://packagist.org/downloads/", |
||
183 | "license": [ |
||
184 | "MIT" |
||
185 | ], |
||
186 | "description": "UUID generator for broadway/broadway.", |
||
187 | "time": "2014-09-12 14:14:07" |
||
188 | }, |
||
189 | { |
||
190 | "name": "doctrine/annotations", |
||
191 | "version": "v1.2.7", |
||
192 | "source": { |
||
193 | "type": "git", |
||
194 | "url": "https://github.com/doctrine/annotations.git", |
||
195 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" |
||
196 | }, |
||
197 | "dist": { |
||
198 | "type": "zip", |
||
199 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
200 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
201 | "shasum": "" |
||
202 | }, |
||
203 | "require": { |
||
204 | "doctrine/lexer": "1.*", |
||
205 | "php": ">=5.3.2" |
||
206 | }, |
||
207 | "require-dev": { |
||
208 | "doctrine/cache": "1.*", |
||
209 | "phpunit/phpunit": "4.*" |
||
210 | }, |
||
211 | "type": "library", |
||
212 | "extra": { |
||
213 | "branch-alias": { |
||
214 | "dev-master": "1.3.x-dev" |
||
215 | } |
||
216 | }, |
||
217 | "autoload": { |
||
218 | "psr-0": { |
||
219 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
220 | } |
||
221 | }, |
||
222 | "notification-url": "https://packagist.org/downloads/", |
||
223 | "license": [ |
||
224 | "MIT" |
||
225 | ], |
||
226 | "authors": [ |
||
227 | { |
||
228 | "name": "Roman Borschel", |
||
229 | "email": "[email protected]" |
||
230 | }, |
||
231 | { |
||
232 | "name": "Benjamin Eberlei", |
||
233 | "email": "[email protected]" |
||
234 | }, |
||
235 | { |
||
236 | "name": "Guilherme Blanco", |
||
237 | "email": "[email protected]" |
||
238 | }, |
||
239 | { |
||
240 | "name": "Jonathan Wage", |
||
241 | "email": "[email protected]" |
||
242 | }, |
||
243 | { |
||
244 | "name": "Johannes Schmitt", |
||
245 | "email": "[email protected]" |
||
246 | } |
||
247 | ], |
||
248 | "description": "Docblock Annotations Parser", |
||
249 | "homepage": "http://www.doctrine-project.org", |
||
250 | "keywords": [ |
||
251 | "annotations", |
||
252 | "docblock", |
||
253 | "parser" |
||
254 | ], |
||
255 | "time": "2015-08-31 12:32:49" |
||
256 | }, |
||
257 | { |
||
258 | "name": "doctrine/cache", |
||
259 | "version": "v1.6.0", |
||
260 | "source": { |
||
261 | "type": "git", |
||
262 | "url": "https://github.com/doctrine/cache.git", |
||
263 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6" |
||
264 | }, |
||
265 | "dist": { |
||
266 | "type": "zip", |
||
267 | "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
268 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
269 | "shasum": "" |
||
270 | }, |
||
271 | "require": { |
||
272 | "php": "~5.5|~7.0" |
||
273 | }, |
||
274 | "conflict": { |
||
275 | "doctrine/common": ">2.2,<2.4" |
||
276 | }, |
||
277 | "require-dev": { |
||
278 | "phpunit/phpunit": "~4.8|~5.0", |
||
279 | "predis/predis": "~1.0", |
||
280 | "satooshi/php-coveralls": "~0.6" |
||
281 | }, |
||
282 | "type": "library", |
||
283 | "extra": { |
||
284 | "branch-alias": { |
||
285 | "dev-master": "1.6.x-dev" |
||
286 | } |
||
287 | }, |
||
288 | "autoload": { |
||
289 | "psr-4": { |
||
290 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
291 | } |
||
292 | }, |
||
293 | "notification-url": "https://packagist.org/downloads/", |
||
294 | "license": [ |
||
295 | "MIT" |
||
296 | ], |
||
297 | "authors": [ |
||
298 | { |
||
299 | "name": "Roman Borschel", |
||
300 | "email": "[email protected]" |
||
301 | }, |
||
302 | { |
||
303 | "name": "Benjamin Eberlei", |
||
304 | "email": "[email protected]" |
||
305 | }, |
||
306 | { |
||
307 | "name": "Guilherme Blanco", |
||
308 | "email": "[email protected]" |
||
309 | }, |
||
310 | { |
||
311 | "name": "Jonathan Wage", |
||
312 | "email": "[email protected]" |
||
313 | }, |
||
314 | { |
||
315 | "name": "Johannes Schmitt", |
||
316 | "email": "[email protected]" |
||
317 | } |
||
318 | ], |
||
319 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
320 | "homepage": "http://www.doctrine-project.org", |
||
321 | "keywords": [ |
||
322 | "cache", |
||
323 | "caching" |
||
324 | ], |
||
325 | "time": "2015-12-31 16:37:02" |
||
326 | }, |
||
327 | { |
||
328 | "name": "doctrine/collections", |
||
329 | "version": "v1.3.0", |
||
330 | "source": { |
||
331 | "type": "git", |
||
332 | "url": "https://github.com/doctrine/collections.git", |
||
333 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" |
||
334 | }, |
||
335 | "dist": { |
||
336 | "type": "zip", |
||
337 | "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
338 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
339 | "shasum": "" |
||
340 | }, |
||
341 | "require": { |
||
342 | "php": ">=5.3.2" |
||
343 | }, |
||
344 | "require-dev": { |
||
345 | "phpunit/phpunit": "~4.0" |
||
346 | }, |
||
347 | "type": "library", |
||
348 | "extra": { |
||
349 | "branch-alias": { |
||
350 | "dev-master": "1.2.x-dev" |
||
351 | } |
||
352 | }, |
||
353 | "autoload": { |
||
354 | "psr-0": { |
||
355 | "Doctrine\\Common\\Collections\\": "lib/" |
||
356 | } |
||
357 | }, |
||
358 | "notification-url": "https://packagist.org/downloads/", |
||
359 | "license": [ |
||
360 | "MIT" |
||
361 | ], |
||
362 | "authors": [ |
||
363 | { |
||
364 | "name": "Roman Borschel", |
||
365 | "email": "[email protected]" |
||
366 | }, |
||
367 | { |
||
368 | "name": "Benjamin Eberlei", |
||
369 | "email": "[email protected]" |
||
370 | }, |
||
371 | { |
||
372 | "name": "Guilherme Blanco", |
||
373 | "email": "[email protected]" |
||
374 | }, |
||
375 | { |
||
376 | "name": "Jonathan Wage", |
||
377 | "email": "[email protected]" |
||
378 | }, |
||
379 | { |
||
380 | "name": "Johannes Schmitt", |
||
381 | "email": "[email protected]" |
||
382 | } |
||
383 | ], |
||
384 | "description": "Collections Abstraction library", |
||
385 | "homepage": "http://www.doctrine-project.org", |
||
386 | "keywords": [ |
||
387 | "array", |
||
388 | "collections", |
||
389 | "iterator" |
||
390 | ], |
||
391 | "time": "2015-04-14 22:21:58" |
||
392 | }, |
||
393 | { |
||
394 | "name": "doctrine/common", |
||
395 | "version": "v2.6.1", |
||
396 | "source": { |
||
397 | "type": "git", |
||
398 | "url": "https://github.com/doctrine/common.git", |
||
399 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0" |
||
400 | }, |
||
401 | "dist": { |
||
402 | "type": "zip", |
||
403 | "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0", |
||
404 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0", |
||
405 | "shasum": "" |
||
406 | }, |
||
407 | "require": { |
||
408 | "doctrine/annotations": "1.*", |
||
409 | "doctrine/cache": "1.*", |
||
410 | "doctrine/collections": "1.*", |
||
411 | "doctrine/inflector": "1.*", |
||
412 | "doctrine/lexer": "1.*", |
||
413 | "php": "~5.5|~7.0" |
||
414 | }, |
||
415 | "require-dev": { |
||
416 | "phpunit/phpunit": "~4.8|~5.0" |
||
417 | }, |
||
418 | "type": "library", |
||
419 | "extra": { |
||
420 | "branch-alias": { |
||
421 | "dev-master": "2.7.x-dev" |
||
422 | } |
||
423 | }, |
||
424 | "autoload": { |
||
425 | "psr-4": { |
||
426 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
427 | } |
||
428 | }, |
||
429 | "notification-url": "https://packagist.org/downloads/", |
||
430 | "license": [ |
||
431 | "MIT" |
||
432 | ], |
||
433 | "authors": [ |
||
434 | { |
||
435 | "name": "Roman Borschel", |
||
436 | "email": "[email protected]" |
||
437 | }, |
||
438 | { |
||
439 | "name": "Benjamin Eberlei", |
||
440 | "email": "[email protected]" |
||
441 | }, |
||
442 | { |
||
443 | "name": "Guilherme Blanco", |
||
444 | "email": "[email protected]" |
||
445 | }, |
||
446 | { |
||
447 | "name": "Jonathan Wage", |
||
448 | "email": "[email protected]" |
||
449 | }, |
||
450 | { |
||
451 | "name": "Johannes Schmitt", |
||
452 | "email": "[email protected]" |
||
453 | } |
||
454 | ], |
||
455 | "description": "Common Library for Doctrine projects", |
||
456 | "homepage": "http://www.doctrine-project.org", |
||
457 | "keywords": [ |
||
458 | "annotations", |
||
459 | "collections", |
||
460 | "eventmanager", |
||
461 | "persistence", |
||
462 | "spl" |
||
463 | ], |
||
464 | "time": "2015-12-25 13:18:31" |
||
465 | }, |
||
466 | { |
||
467 | "name": "doctrine/dbal", |
||
468 | "version": "v2.5.4", |
||
469 | "source": { |
||
470 | "type": "git", |
||
471 | "url": "https://github.com/doctrine/dbal.git", |
||
472 | "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769" |
||
473 | }, |
||
474 | "dist": { |
||
475 | "type": "zip", |
||
476 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769", |
||
477 | "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769", |
||
478 | "shasum": "" |
||
479 | }, |
||
480 | "require": { |
||
481 | "doctrine/common": ">=2.4,<2.7-dev", |
||
482 | "php": ">=5.3.2" |
||
483 | }, |
||
484 | "require-dev": { |
||
485 | "phpunit/phpunit": "4.*", |
||
486 | "symfony/console": "2.*" |
||
487 | }, |
||
488 | "suggest": { |
||
489 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
490 | }, |
||
491 | "bin": [ |
||
492 | "bin/doctrine-dbal" |
||
493 | ], |
||
494 | "type": "library", |
||
495 | "extra": { |
||
496 | "branch-alias": { |
||
497 | "dev-master": "2.5.x-dev" |
||
498 | } |
||
499 | }, |
||
500 | "autoload": { |
||
501 | "psr-0": { |
||
502 | "Doctrine\\DBAL\\": "lib/" |
||
503 | } |
||
504 | }, |
||
505 | "notification-url": "https://packagist.org/downloads/", |
||
506 | "license": [ |
||
507 | "MIT" |
||
508 | ], |
||
509 | "authors": [ |
||
510 | { |
||
511 | "name": "Roman Borschel", |
||
512 | "email": "[email protected]" |
||
513 | }, |
||
514 | { |
||
515 | "name": "Benjamin Eberlei", |
||
516 | "email": "[email protected]" |
||
517 | }, |
||
518 | { |
||
519 | "name": "Guilherme Blanco", |
||
520 | "email": "[email protected]" |
||
521 | }, |
||
522 | { |
||
523 | "name": "Jonathan Wage", |
||
524 | "email": "[email protected]" |
||
525 | } |
||
526 | ], |
||
527 | "description": "Database Abstraction Layer", |
||
528 | "homepage": "http://www.doctrine-project.org", |
||
529 | "keywords": [ |
||
530 | "database", |
||
531 | "dbal", |
||
532 | "persistence", |
||
533 | "queryobject" |
||
534 | ], |
||
535 | "time": "2016-01-05 22:11:12" |
||
536 | }, |
||
537 | { |
||
538 | "name": "doctrine/doctrine-bundle", |
||
539 | "version": "1.6.3", |
||
540 | "source": { |
||
541 | "type": "git", |
||
542 | "url": "https://github.com/doctrine/DoctrineBundle.git", |
||
543 | "reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1" |
||
544 | }, |
||
545 | "dist": { |
||
546 | "type": "zip", |
||
547 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/fd51907c6c76acaa8a5234822a4f901c1500afc1", |
||
548 | "reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1", |
||
549 | "shasum": "" |
||
550 | }, |
||
551 | "require": { |
||
552 | "doctrine/dbal": "~2.3", |
||
553 | "doctrine/doctrine-cache-bundle": "~1.0", |
||
554 | "jdorn/sql-formatter": "~1.1", |
||
555 | "php": ">=5.3.2", |
||
556 | "symfony/console": "~2.3|~3.0", |
||
557 | "symfony/doctrine-bridge": "~2.2|~3.0", |
||
558 | "symfony/framework-bundle": "~2.3|~3.0" |
||
559 | }, |
||
560 | "require-dev": { |
||
561 | "doctrine/orm": "~2.3", |
||
562 | "phpunit/phpunit": "~4", |
||
563 | "satooshi/php-coveralls": "~0.6.1", |
||
564 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
565 | "symfony/property-info": "~2.8|~3.0", |
||
566 | "symfony/validator": "~2.2|~3.0", |
||
567 | "symfony/yaml": "~2.2|~3.0", |
||
568 | "twig/twig": "~1.10" |
||
569 | }, |
||
570 | "suggest": { |
||
571 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
||
572 | "symfony/web-profiler-bundle": "To use the data collector." |
||
573 | }, |
||
574 | "type": "symfony-bundle", |
||
575 | "extra": { |
||
576 | "branch-alias": { |
||
577 | "dev-master": "1.6.x-dev" |
||
578 | } |
||
579 | }, |
||
580 | "autoload": { |
||
581 | "psr-4": { |
||
582 | "Doctrine\\Bundle\\DoctrineBundle\\": "" |
||
583 | } |
||
584 | }, |
||
585 | "notification-url": "https://packagist.org/downloads/", |
||
586 | "license": [ |
||
587 | "MIT" |
||
588 | ], |
||
589 | "authors": [ |
||
590 | { |
||
591 | "name": "Symfony Community", |
||
592 | "homepage": "http://symfony.com/contributors" |
||
593 | }, |
||
594 | { |
||
595 | "name": "Benjamin Eberlei", |
||
596 | "email": "[email protected]" |
||
597 | }, |
||
598 | { |
||
599 | "name": "Doctrine Project", |
||
600 | "homepage": "http://www.doctrine-project.org/" |
||
601 | }, |
||
602 | { |
||
603 | "name": "Fabien Potencier", |
||
604 | "email": "[email protected]" |
||
605 | } |
||
606 | ], |
||
607 | "description": "Symfony DoctrineBundle", |
||
608 | "homepage": "http://www.doctrine-project.org", |
||
609 | "keywords": [ |
||
610 | "database", |
||
611 | "dbal", |
||
612 | "orm", |
||
613 | "persistence" |
||
614 | ], |
||
615 | "time": "2016-04-21 19:55:56" |
||
616 | }, |
||
617 | { |
||
618 | "name": "doctrine/doctrine-cache-bundle", |
||
619 | "version": "1.3.0", |
||
620 | "source": { |
||
621 | "type": "git", |
||
622 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", |
||
623 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504" |
||
624 | }, |
||
625 | "dist": { |
||
626 | "type": "zip", |
||
627 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
628 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
629 | "shasum": "" |
||
630 | }, |
||
631 | "require": { |
||
632 | "doctrine/cache": "^1.4.2", |
||
633 | "doctrine/inflector": "~1.0", |
||
634 | "php": ">=5.3.2", |
||
635 | "symfony/doctrine-bridge": "~2.2|~3.0" |
||
636 | }, |
||
637 | "require-dev": { |
||
638 | "instaclick/coding-standard": "~1.1", |
||
639 | "instaclick/object-calisthenics-sniffs": "dev-master", |
||
640 | "instaclick/symfony2-coding-standard": "dev-remaster", |
||
641 | "phpunit/phpunit": "~4", |
||
642 | "predis/predis": "~0.8", |
||
643 | "satooshi/php-coveralls": "~0.6.1", |
||
644 | "squizlabs/php_codesniffer": "~1.5", |
||
645 | "symfony/console": "~2.2|~3.0", |
||
646 | "symfony/finder": "~2.2|~3.0", |
||
647 | "symfony/framework-bundle": "~2.2|~3.0", |
||
648 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
649 | "symfony/security-acl": "~2.3|~3.0", |
||
650 | "symfony/validator": "~2.2|~3.0", |
||
651 | "symfony/yaml": "~2.2|~3.0" |
||
652 | }, |
||
653 | "suggest": { |
||
654 | "symfony/security-acl": "For using this bundle to cache ACLs" |
||
655 | }, |
||
656 | "type": "symfony-bundle", |
||
657 | "extra": { |
||
658 | "branch-alias": { |
||
659 | "dev-master": "1.2.x-dev" |
||
660 | } |
||
661 | }, |
||
662 | "autoload": { |
||
663 | "psr-4": { |
||
664 | "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" |
||
665 | } |
||
666 | }, |
||
667 | "notification-url": "https://packagist.org/downloads/", |
||
668 | "license": [ |
||
669 | "MIT" |
||
670 | ], |
||
671 | "authors": [ |
||
672 | { |
||
673 | "name": "Symfony Community", |
||
674 | "homepage": "http://symfony.com/contributors" |
||
675 | }, |
||
676 | { |
||
677 | "name": "Benjamin Eberlei", |
||
678 | "email": "[email protected]" |
||
679 | }, |
||
680 | { |
||
681 | "name": "Fabio B. Silva", |
||
682 | "email": "[email protected]" |
||
683 | }, |
||
684 | { |
||
685 | "name": "Guilherme Blanco", |
||
686 | "email": "[email protected]" |
||
687 | }, |
||
688 | { |
||
689 | "name": "Doctrine Project", |
||
690 | "homepage": "http://www.doctrine-project.org/" |
||
691 | }, |
||
692 | { |
||
693 | "name": "Fabien Potencier", |
||
694 | "email": "[email protected]" |
||
695 | } |
||
696 | ], |
||
697 | "description": "Symfony Bundle for Doctrine Cache", |
||
698 | "homepage": "http://www.doctrine-project.org", |
||
699 | "keywords": [ |
||
700 | "cache", |
||
701 | "caching" |
||
702 | ], |
||
703 | "time": "2016-01-26 17:28:51" |
||
704 | }, |
||
705 | { |
||
706 | "name": "doctrine/doctrine-migrations-bundle", |
||
707 | "version": "1.0.1", |
||
708 | "target-dir": "Doctrine/Bundle/MigrationsBundle", |
||
709 | "source": { |
||
710 | "type": "git", |
||
711 | "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", |
||
712 | "reference": "1e8cd4415bd2f893eb828216b529a75e8b61d579" |
||
713 | }, |
||
714 | "dist": { |
||
715 | "type": "zip", |
||
716 | "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/1e8cd4415bd2f893eb828216b529a75e8b61d579", |
||
717 | "reference": "1e8cd4415bd2f893eb828216b529a75e8b61d579", |
||
718 | "shasum": "" |
||
719 | }, |
||
720 | "require": { |
||
721 | "doctrine/doctrine-bundle": "~1.0", |
||
722 | "doctrine/migrations": "~1.0@dev", |
||
723 | "php": ">=5.3.2", |
||
724 | "symfony/framework-bundle": "~2.3|~3.0" |
||
725 | }, |
||
726 | "type": "symfony-bundle", |
||
727 | "extra": { |
||
728 | "branch-alias": { |
||
729 | "dev-master": "2.1.x-dev" |
||
730 | } |
||
731 | }, |
||
732 | "autoload": { |
||
733 | "psr-0": { |
||
734 | "Doctrine\\Bundle\\MigrationsBundle": "" |
||
735 | } |
||
736 | }, |
||
737 | "notification-url": "https://packagist.org/downloads/", |
||
738 | "license": [ |
||
739 | "MIT" |
||
740 | ], |
||
741 | "authors": [ |
||
742 | { |
||
743 | "name": "Symfony Community", |
||
744 | "homepage": "http://symfony.com/contributors" |
||
745 | }, |
||
746 | { |
||
747 | "name": "Doctrine Project", |
||
748 | "homepage": "http://www.doctrine-project.org" |
||
749 | }, |
||
750 | { |
||
751 | "name": "Fabien Potencier", |
||
752 | "email": "[email protected]" |
||
753 | } |
||
754 | ], |
||
755 | "description": "Symfony DoctrineMigrationsBundle", |
||
756 | "homepage": "http://www.doctrine-project.org", |
||
757 | "keywords": [ |
||
758 | "dbal", |
||
759 | "migrations", |
||
760 | "schema" |
||
761 | ], |
||
762 | "time": "2015-05-06 08:32:15" |
||
763 | }, |
||
764 | { |
||
765 | "name": "doctrine/inflector", |
||
766 | "version": "v1.1.0", |
||
767 | "source": { |
||
768 | "type": "git", |
||
769 | "url": "https://github.com/doctrine/inflector.git", |
||
770 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
771 | }, |
||
772 | "dist": { |
||
773 | "type": "zip", |
||
774 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
775 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
776 | "shasum": "" |
||
777 | }, |
||
778 | "require": { |
||
779 | "php": ">=5.3.2" |
||
780 | }, |
||
781 | "require-dev": { |
||
782 | "phpunit/phpunit": "4.*" |
||
783 | }, |
||
784 | "type": "library", |
||
785 | "extra": { |
||
786 | "branch-alias": { |
||
787 | "dev-master": "1.1.x-dev" |
||
788 | } |
||
789 | }, |
||
790 | "autoload": { |
||
791 | "psr-0": { |
||
792 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
793 | } |
||
794 | }, |
||
795 | "notification-url": "https://packagist.org/downloads/", |
||
796 | "license": [ |
||
797 | "MIT" |
||
798 | ], |
||
799 | "authors": [ |
||
800 | { |
||
801 | "name": "Roman Borschel", |
||
802 | "email": "[email protected]" |
||
803 | }, |
||
804 | { |
||
805 | "name": "Benjamin Eberlei", |
||
806 | "email": "[email protected]" |
||
807 | }, |
||
808 | { |
||
809 | "name": "Guilherme Blanco", |
||
810 | "email": "[email protected]" |
||
811 | }, |
||
812 | { |
||
813 | "name": "Jonathan Wage", |
||
814 | "email": "[email protected]" |
||
815 | }, |
||
816 | { |
||
817 | "name": "Johannes Schmitt", |
||
818 | "email": "[email protected]" |
||
819 | } |
||
820 | ], |
||
821 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
822 | "homepage": "http://www.doctrine-project.org", |
||
823 | "keywords": [ |
||
824 | "inflection", |
||
825 | "pluralize", |
||
826 | "singularize", |
||
827 | "string" |
||
828 | ], |
||
829 | "time": "2015-11-06 14:35:42" |
||
830 | }, |
||
831 | { |
||
832 | "name": "doctrine/instantiator", |
||
833 | "version": "1.0.5", |
||
834 | "source": { |
||
835 | "type": "git", |
||
836 | "url": "https://github.com/doctrine/instantiator.git", |
||
837 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
838 | }, |
||
839 | "dist": { |
||
840 | "type": "zip", |
||
841 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
842 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
843 | "shasum": "" |
||
844 | }, |
||
845 | "require": { |
||
846 | "php": ">=5.3,<8.0-DEV" |
||
847 | }, |
||
848 | "require-dev": { |
||
849 | "athletic/athletic": "~0.1.8", |
||
850 | "ext-pdo": "*", |
||
851 | "ext-phar": "*", |
||
852 | "phpunit/phpunit": "~4.0", |
||
853 | "squizlabs/php_codesniffer": "~2.0" |
||
854 | }, |
||
855 | "type": "library", |
||
856 | "extra": { |
||
857 | "branch-alias": { |
||
858 | "dev-master": "1.0.x-dev" |
||
859 | } |
||
860 | }, |
||
861 | "autoload": { |
||
862 | "psr-4": { |
||
863 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
864 | } |
||
865 | }, |
||
866 | "notification-url": "https://packagist.org/downloads/", |
||
867 | "license": [ |
||
868 | "MIT" |
||
869 | ], |
||
870 | "authors": [ |
||
871 | { |
||
872 | "name": "Marco Pivetta", |
||
873 | "email": "[email protected]", |
||
874 | "homepage": "http://ocramius.github.com/" |
||
875 | } |
||
876 | ], |
||
877 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
878 | "homepage": "https://github.com/doctrine/instantiator", |
||
879 | "keywords": [ |
||
880 | "constructor", |
||
881 | "instantiate" |
||
882 | ], |
||
883 | "time": "2015-06-14 21:17:01" |
||
884 | }, |
||
885 | { |
||
886 | "name": "doctrine/lexer", |
||
887 | "version": "v1.0.1", |
||
888 | "source": { |
||
889 | "type": "git", |
||
890 | "url": "https://github.com/doctrine/lexer.git", |
||
891 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
892 | }, |
||
893 | "dist": { |
||
894 | "type": "zip", |
||
895 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
896 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
897 | "shasum": "" |
||
898 | }, |
||
899 | "require": { |
||
900 | "php": ">=5.3.2" |
||
901 | }, |
||
902 | "type": "library", |
||
903 | "extra": { |
||
904 | "branch-alias": { |
||
905 | "dev-master": "1.0.x-dev" |
||
906 | } |
||
907 | }, |
||
908 | "autoload": { |
||
909 | "psr-0": { |
||
910 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
911 | } |
||
912 | }, |
||
913 | "notification-url": "https://packagist.org/downloads/", |
||
914 | "license": [ |
||
915 | "MIT" |
||
916 | ], |
||
917 | "authors": [ |
||
918 | { |
||
919 | "name": "Roman Borschel", |
||
920 | "email": "[email protected]" |
||
921 | }, |
||
922 | { |
||
923 | "name": "Guilherme Blanco", |
||
924 | "email": "[email protected]" |
||
925 | }, |
||
926 | { |
||
927 | "name": "Johannes Schmitt", |
||
928 | "email": "[email protected]" |
||
929 | } |
||
930 | ], |
||
931 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
932 | "homepage": "http://www.doctrine-project.org", |
||
933 | "keywords": [ |
||
934 | "lexer", |
||
935 | "parser" |
||
936 | ], |
||
937 | "time": "2014-09-09 13:34:57" |
||
938 | }, |
||
939 | { |
||
940 | "name": "doctrine/migrations", |
||
941 | "version": "v1.0.0", |
||
942 | "source": { |
||
943 | "type": "git", |
||
944 | "url": "https://github.com/doctrine/migrations.git", |
||
945 | "reference": "3a787de7c4a64460436dc2eb2e3cde8920d5fadd" |
||
946 | }, |
||
947 | "dist": { |
||
948 | "type": "zip", |
||
949 | "url": "https://api.github.com/repos/doctrine/migrations/zipball/3a787de7c4a64460436dc2eb2e3cde8920d5fadd", |
||
950 | "reference": "3a787de7c4a64460436dc2eb2e3cde8920d5fadd", |
||
951 | "shasum": "" |
||
952 | }, |
||
953 | "require": { |
||
954 | "doctrine/dbal": "~2.2", |
||
955 | "php": ">=5.4.0", |
||
956 | "symfony/console": "~2.3", |
||
957 | "symfony/yaml": "~2.3" |
||
958 | }, |
||
959 | "require-dev": { |
||
960 | "doctrine/coding-standard": "dev-master", |
||
961 | "doctrine/orm": "2.*", |
||
962 | "johnkary/phpunit-speedtrap": "~1.0@dev", |
||
963 | "mockery/mockery": "^0.9.4", |
||
964 | "phpunit/phpunit": "~4.7", |
||
965 | "satooshi/php-coveralls": "0.6.*" |
||
966 | }, |
||
967 | "suggest": { |
||
968 | "symfony/console": "to run the migration from the console" |
||
969 | }, |
||
970 | "bin": [ |
||
971 | "bin/doctrine-migrations" |
||
972 | ], |
||
973 | "type": "library", |
||
974 | "extra": { |
||
975 | "branch-alias": { |
||
976 | "dev-master": "1.0.x-dev" |
||
977 | } |
||
978 | }, |
||
979 | "autoload": { |
||
980 | "psr-0": { |
||
981 | "Doctrine\\DBAL\\Migrations": "lib" |
||
982 | } |
||
983 | }, |
||
984 | "notification-url": "https://packagist.org/downloads/", |
||
985 | "license": [ |
||
986 | "LGPL-2.1" |
||
987 | ], |
||
988 | "authors": [ |
||
989 | { |
||
990 | "name": "Benjamin Eberlei", |
||
991 | "email": "[email protected]" |
||
992 | }, |
||
993 | { |
||
994 | "name": "Jonathan Wage", |
||
995 | "email": "[email protected]" |
||
996 | } |
||
997 | ], |
||
998 | "description": "Database Schema migrations using Doctrine DBAL", |
||
999 | "homepage": "http://www.doctrine-project.org", |
||
1000 | "keywords": [ |
||
1001 | "database", |
||
1002 | "migrations" |
||
1003 | ], |
||
1004 | "time": "2015-07-29 20:43:19" |
||
1005 | }, |
||
1006 | { |
||
1007 | "name": "doctrine/orm", |
||
1008 | "version": "v2.5.4", |
||
1009 | "source": { |
||
1010 | "type": "git", |
||
1011 | "url": "https://github.com/doctrine/doctrine2.git", |
||
1012 | "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab" |
||
1013 | }, |
||
1014 | "dist": { |
||
1015 | "type": "zip", |
||
1016 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab", |
||
1017 | "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab", |
||
1018 | "shasum": "" |
||
1019 | }, |
||
1020 | "require": { |
||
1021 | "doctrine/cache": "~1.4", |
||
1022 | "doctrine/collections": "~1.2", |
||
1023 | "doctrine/common": ">=2.5-dev,<2.7-dev", |
||
1024 | "doctrine/dbal": ">=2.5-dev,<2.6-dev", |
||
1025 | "doctrine/instantiator": "~1.0.1", |
||
1026 | "ext-pdo": "*", |
||
1027 | "php": ">=5.4", |
||
1028 | "symfony/console": "~2.5|~3.0" |
||
1029 | }, |
||
1030 | "require-dev": { |
||
1031 | "phpunit/phpunit": "~4.0", |
||
1032 | "symfony/yaml": "~2.3|~3.0" |
||
1033 | }, |
||
1034 | "suggest": { |
||
1035 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
1036 | }, |
||
1037 | "bin": [ |
||
1038 | "bin/doctrine", |
||
1039 | "bin/doctrine.php" |
||
1040 | ], |
||
1041 | "type": "library", |
||
1042 | "extra": { |
||
1043 | "branch-alias": { |
||
1044 | "dev-master": "2.6.x-dev" |
||
1045 | } |
||
1046 | }, |
||
1047 | "autoload": { |
||
1048 | "psr-0": { |
||
1049 | "Doctrine\\ORM\\": "lib/" |
||
1050 | } |
||
1051 | }, |
||
1052 | "notification-url": "https://packagist.org/downloads/", |
||
1053 | "license": [ |
||
1054 | "MIT" |
||
1055 | ], |
||
1056 | "authors": [ |
||
1057 | { |
||
1058 | "name": "Roman Borschel", |
||
1059 | "email": "[email protected]" |
||
1060 | }, |
||
1061 | { |
||
1062 | "name": "Benjamin Eberlei", |
||
1063 | "email": "[email protected]" |
||
1064 | }, |
||
1065 | { |
||
1066 | "name": "Guilherme Blanco", |
||
1067 | "email": "[email protected]" |
||
1068 | }, |
||
1069 | { |
||
1070 | "name": "Jonathan Wage", |
||
1071 | "email": "[email protected]" |
||
1072 | } |
||
1073 | ], |
||
1074 | "description": "Object-Relational-Mapper for PHP", |
||
1075 | "homepage": "http://www.doctrine-project.org", |
||
1076 | "keywords": [ |
||
1077 | "database", |
||
1078 | "orm" |
||
1079 | ], |
||
1080 | "time": "2016-01-05 21:34:58" |
||
1081 | }, |
||
1082 | { |
||
1083 | "name": "graylog2/gelf-php", |
||
1084 | "version": "1.5.0", |
||
1085 | "source": { |
||
1086 | "type": "git", |
||
1087 | "url": "https://github.com/bzikarsky/gelf-php.git", |
||
1088 | "reference": "bc1175a5b40f585e69a017647286d84211e82544" |
||
1089 | }, |
||
1090 | "dist": { |
||
1091 | "type": "zip", |
||
1092 | "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/bc1175a5b40f585e69a017647286d84211e82544", |
||
1093 | "reference": "bc1175a5b40f585e69a017647286d84211e82544", |
||
1094 | "shasum": "" |
||
1095 | }, |
||
1096 | "require": { |
||
1097 | "php": ">=5.3.9", |
||
1098 | "psr/log": "~1.0" |
||
1099 | }, |
||
1100 | "provide": { |
||
1101 | "psr/log-implementation": "~1.0" |
||
1102 | }, |
||
1103 | "require-dev": { |
||
1104 | "phpunit/phpunit": "~4.3", |
||
1105 | "squizlabs/php_codesniffer": "~2.0" |
||
1106 | }, |
||
1107 | "type": "library", |
||
1108 | "extra": { |
||
1109 | "branch-alias": { |
||
1110 | "dev-master": "1.4.x-dev" |
||
1111 | } |
||
1112 | }, |
||
1113 | "autoload": { |
||
1114 | "psr-4": { |
||
1115 | "Gelf\\": "src/Gelf" |
||
1116 | } |
||
1117 | }, |
||
1118 | "notification-url": "https://packagist.org/downloads/", |
||
1119 | "license": [ |
||
1120 | "MIT" |
||
1121 | ], |
||
1122 | "authors": [ |
||
1123 | { |
||
1124 | "name": "Benjamin Zikarsky", |
||
1125 | "email": "[email protected]" |
||
1126 | }, |
||
1127 | { |
||
1128 | "name": "gelf-php contributors", |
||
1129 | "homepage": "https://github.com/bzikarsky/gelf-php/contributors" |
||
1130 | } |
||
1131 | ], |
||
1132 | "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.", |
||
1133 | "time": "2016-06-02 06:04:56" |
||
1134 | }, |
||
1135 | { |
||
1136 | "name": "guzzlehttp/guzzle", |
||
1137 | "version": "4.2.4", |
||
1138 | "source": { |
||
1139 | "type": "git", |
||
1140 | "url": "https://github.com/guzzle/guzzle.git", |
||
1141 | "reference": "13a8e5acff26b0a87d353042170b48976da004a1" |
||
1142 | }, |
||
1143 | "dist": { |
||
1144 | "type": "zip", |
||
1145 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/13a8e5acff26b0a87d353042170b48976da004a1", |
||
1146 | "reference": "13a8e5acff26b0a87d353042170b48976da004a1", |
||
1147 | "shasum": "" |
||
1148 | }, |
||
1149 | "require": { |
||
1150 | "ext-json": "*", |
||
1151 | "guzzlehttp/streams": "~2.1", |
||
1152 | "php": ">=5.4.0" |
||
1153 | }, |
||
1154 | "require-dev": { |
||
1155 | "ext-curl": "*", |
||
1156 | "phpunit/phpunit": "~4.0", |
||
1157 | "psr/log": "~1.0" |
||
1158 | }, |
||
1159 | "suggest": { |
||
1160 | "ext-curl": "Guzzle will use specific adapters if cURL is present" |
||
1161 | }, |
||
1162 | "type": "library", |
||
1163 | "extra": { |
||
1164 | "branch-alias": { |
||
1165 | "dev-master": "4.2-dev" |
||
1166 | } |
||
1167 | }, |
||
1168 | "autoload": { |
||
1169 | "psr-4": { |
||
1170 | "GuzzleHttp\\": "src/" |
||
1171 | }, |
||
1172 | "files": [ |
||
1173 | "src/functions.php" |
||
1174 | ] |
||
1175 | }, |
||
1176 | "notification-url": "https://packagist.org/downloads/", |
||
1177 | "license": [ |
||
1178 | "MIT" |
||
1179 | ], |
||
1180 | "authors": [ |
||
1181 | { |
||
1182 | "name": "Michael Dowling", |
||
1183 | "email": "[email protected]", |
||
1184 | "homepage": "https://github.com/mtdowling" |
||
1185 | } |
||
1186 | ], |
||
1187 | "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", |
||
1188 | "homepage": "http://guzzlephp.org/", |
||
1189 | "keywords": [ |
||
1190 | "client", |
||
1191 | "curl", |
||
1192 | "framework", |
||
1193 | "http", |
||
1194 | "http client", |
||
1195 | "rest", |
||
1196 | "web service" |
||
1197 | ], |
||
1198 | "time": "2016-07-15 17:44:18" |
||
1199 | }, |
||
1200 | { |
||
1201 | "name": "guzzlehttp/streams", |
||
1202 | "version": "2.1.0", |
||
1203 | "source": { |
||
1204 | "type": "git", |
||
1205 | "url": "https://github.com/guzzle/streams.git", |
||
1206 | "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534" |
||
1207 | }, |
||
1208 | "dist": { |
||
1209 | "type": "zip", |
||
1210 | "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534", |
||
1211 | "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534", |
||
1212 | "shasum": "" |
||
1213 | }, |
||
1214 | "require": { |
||
1215 | "php": ">=5.4.0" |
||
1216 | }, |
||
1217 | "require-dev": { |
||
1218 | "phpunit/phpunit": "~4.0" |
||
1219 | }, |
||
1220 | "type": "library", |
||
1221 | "extra": { |
||
1222 | "branch-alias": { |
||
1223 | "dev-master": "2.0-dev" |
||
1224 | } |
||
1225 | }, |
||
1226 | "autoload": { |
||
1227 | "psr-4": { |
||
1228 | "GuzzleHttp\\Stream\\": "src/" |
||
1229 | }, |
||
1230 | "files": [ |
||
1231 | "src/functions.php" |
||
1232 | ] |
||
1233 | }, |
||
1234 | "notification-url": "https://packagist.org/downloads/", |
||
1235 | "license": [ |
||
1236 | "MIT" |
||
1237 | ], |
||
1238 | "authors": [ |
||
1239 | { |
||
1240 | "name": "Michael Dowling", |
||
1241 | "email": "[email protected]", |
||
1242 | "homepage": "https://github.com/mtdowling" |
||
1243 | } |
||
1244 | ], |
||
1245 | "description": "Provides a simple abstraction over streams of data (Guzzle 4+)", |
||
1246 | "homepage": "http://guzzlephp.org/", |
||
1247 | "keywords": [ |
||
1248 | "Guzzle", |
||
1249 | "stream" |
||
1250 | ], |
||
1251 | "time": "2014-08-17 21:15:53" |
||
1252 | }, |
||
1253 | { |
||
1254 | "name": "incenteev/composer-parameter-handler", |
||
1255 | "version": "v2.1.2", |
||
1256 | "source": { |
||
1257 | "type": "git", |
||
1258 | "url": "https://github.com/Incenteev/ParameterHandler.git", |
||
1259 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc" |
||
1260 | }, |
||
1261 | "dist": { |
||
1262 | "type": "zip", |
||
1263 | "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
1264 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
1265 | "shasum": "" |
||
1266 | }, |
||
1267 | "require": { |
||
1268 | "php": ">=5.3.3", |
||
1269 | "symfony/yaml": "~2.3|~3.0" |
||
1270 | }, |
||
1271 | "require-dev": { |
||
1272 | "composer/composer": "1.0.*@dev", |
||
1273 | "phpspec/prophecy-phpunit": "~1.0", |
||
1274 | "symfony/filesystem": "~2.2" |
||
1275 | }, |
||
1276 | "type": "library", |
||
1277 | "extra": { |
||
1278 | "branch-alias": { |
||
1279 | "dev-master": "2.1.x-dev" |
||
1280 | } |
||
1281 | }, |
||
1282 | "autoload": { |
||
1283 | "psr-4": { |
||
1284 | "Incenteev\\ParameterHandler\\": "" |
||
1285 | } |
||
1286 | }, |
||
1287 | "notification-url": "https://packagist.org/downloads/", |
||
1288 | "license": [ |
||
1289 | "MIT" |
||
1290 | ], |
||
1291 | "authors": [ |
||
1292 | { |
||
1293 | "name": "Christophe Coevoet", |
||
1294 | "email": "[email protected]" |
||
1295 | } |
||
1296 | ], |
||
1297 | "description": "Composer script handling your ignored parameter file", |
||
1298 | "homepage": "https://github.com/Incenteev/ParameterHandler", |
||
1299 | "keywords": [ |
||
1300 | "parameters management" |
||
1301 | ], |
||
1302 | "time": "2015-11-10 17:04:01" |
||
1303 | }, |
||
1304 | { |
||
1305 | "name": "jdorn/sql-formatter", |
||
1306 | "version": "v1.2.17", |
||
1307 | "source": { |
||
1308 | "type": "git", |
||
1309 | "url": "https://github.com/jdorn/sql-formatter.git", |
||
1310 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
||
1311 | }, |
||
1312 | "dist": { |
||
1313 | "type": "zip", |
||
1314 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
1315 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
1316 | "shasum": "" |
||
1317 | }, |
||
1318 | "require": { |
||
1319 | "php": ">=5.2.4" |
||
1320 | }, |
||
1321 | "require-dev": { |
||
1322 | "phpunit/phpunit": "3.7.*" |
||
1323 | }, |
||
1324 | "type": "library", |
||
1325 | "extra": { |
||
1326 | "branch-alias": { |
||
1327 | "dev-master": "1.3.x-dev" |
||
1328 | } |
||
1329 | }, |
||
1330 | "autoload": { |
||
1331 | "classmap": [ |
||
1332 | "lib" |
||
1333 | ] |
||
1334 | }, |
||
1335 | "notification-url": "https://packagist.org/downloads/", |
||
1336 | "license": [ |
||
1337 | "MIT" |
||
1338 | ], |
||
1339 | "authors": [ |
||
1340 | { |
||
1341 | "name": "Jeremy Dorn", |
||
1342 | "email": "[email protected]", |
||
1343 | "homepage": "http://jeremydorn.com/" |
||
1344 | } |
||
1345 | ], |
||
1346 | "description": "a PHP SQL highlighting library", |
||
1347 | "homepage": "https://github.com/jdorn/sql-formatter/", |
||
1348 | "keywords": [ |
||
1349 | "highlight", |
||
1350 | "sql" |
||
1351 | ], |
||
1352 | "time": "2014-01-12 16:20:24" |
||
1353 | }, |
||
1354 | { |
||
1355 | "name": "jms/aop-bundle", |
||
1356 | "version": "1.2.0", |
||
1357 | "source": { |
||
1358 | "type": "git", |
||
1359 | "url": "https://github.com/schmittjoh/JMSAopBundle.git", |
||
1360 | "reference": "78000d007e74283cc564a58e184d7f62548ad394" |
||
1361 | }, |
||
1362 | "dist": { |
||
1363 | "type": "zip", |
||
1364 | "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/78000d007e74283cc564a58e184d7f62548ad394", |
||
1365 | "reference": "78000d007e74283cc564a58e184d7f62548ad394", |
||
1366 | "shasum": "" |
||
1367 | }, |
||
1368 | "require": { |
||
1369 | "jms/cg": "^1.1", |
||
1370 | "php": ">=5.3.9", |
||
1371 | "symfony/framework-bundle": "^2.3|^3.0" |
||
1372 | }, |
||
1373 | "require-dev": { |
||
1374 | "symfony/phpunit-bridge": "^2.7" |
||
1375 | }, |
||
1376 | "type": "symfony-bundle", |
||
1377 | "extra": { |
||
1378 | "branch-alias": { |
||
1379 | "dev-master": "1.1.x-dev" |
||
1380 | } |
||
1381 | }, |
||
1382 | "autoload": { |
||
1383 | "psr-4": { |
||
1384 | "JMS\\AopBundle\\": "" |
||
1385 | } |
||
1386 | }, |
||
1387 | "notification-url": "https://packagist.org/downloads/", |
||
1388 | "license": [ |
||
1389 | "Apache-2.0" |
||
1390 | ], |
||
1391 | "authors": [ |
||
1392 | { |
||
1393 | "name": "Johannes M. Schmitt", |
||
1394 | "email": "[email protected]" |
||
1395 | } |
||
1396 | ], |
||
1397 | "description": "Adds AOP capabilities to Symfony2", |
||
1398 | "keywords": [ |
||
1399 | "annotations", |
||
1400 | "aop" |
||
1401 | ], |
||
1402 | "time": "2015-12-09 16:30:46" |
||
1403 | }, |
||
1404 | { |
||
1405 | "name": "jms/cg", |
||
1406 | "version": "1.1.0", |
||
1407 | "source": { |
||
1408 | "type": "git", |
||
1409 | "url": "https://github.com/schmittjoh/cg-library.git", |
||
1410 | "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c" |
||
1411 | }, |
||
1412 | "dist": { |
||
1413 | "type": "zip", |
||
1414 | "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c", |
||
1415 | "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c", |
||
1416 | "shasum": "" |
||
1417 | }, |
||
1418 | "require": { |
||
1419 | "php": ">=5.3.0" |
||
1420 | }, |
||
1421 | "type": "library", |
||
1422 | "extra": { |
||
1423 | "branch-alias": { |
||
1424 | "dev-master": "1.1-dev" |
||
1425 | } |
||
1426 | }, |
||
1427 | "autoload": { |
||
1428 | "psr-0": { |
||
1429 | "CG\\": "src/" |
||
1430 | } |
||
1431 | }, |
||
1432 | "notification-url": "https://packagist.org/downloads/", |
||
1433 | "license": [ |
||
1434 | "Apache2" |
||
1435 | ], |
||
1436 | "authors": [ |
||
1437 | { |
||
1438 | "name": "Johannes M. Schmitt", |
||
1439 | "email": "[email protected]" |
||
1440 | } |
||
1441 | ], |
||
1442 | "description": "Toolset for generating PHP code", |
||
1443 | "keywords": [ |
||
1444 | "code generation" |
||
1445 | ], |
||
1446 | "time": "2015-09-13 08:54:43" |
||
1447 | }, |
||
1448 | { |
||
1449 | "name": "jms/di-extra-bundle", |
||
1450 | "version": "1.7.1", |
||
1451 | "source": { |
||
1452 | "type": "git", |
||
1453 | "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git", |
||
1454 | "reference": "27c3fc7150550ccc0731290b2c1ceb57449f909d" |
||
1455 | }, |
||
1456 | "dist": { |
||
1457 | "type": "zip", |
||
1458 | "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/27c3fc7150550ccc0731290b2c1ceb57449f909d", |
||
1459 | "reference": "27c3fc7150550ccc0731290b2c1ceb57449f909d", |
||
1460 | "shasum": "" |
||
1461 | }, |
||
1462 | "require": { |
||
1463 | "jms/aop-bundle": "~1.1", |
||
1464 | "jms/metadata": "~1.0", |
||
1465 | "php": "~5.3|~7.0", |
||
1466 | "symfony/dependency-injection": "~2.3|~3.0", |
||
1467 | "symfony/finder": "~2.3|~3.0", |
||
1468 | "symfony/framework-bundle": "~2.3|~3.0", |
||
1469 | "symfony/http-kernel": "^2.3.24|~3.0", |
||
1470 | "symfony/process": "~2.3|~3.0", |
||
1471 | "symfony/routing": "~2.3|~3.0" |
||
1472 | }, |
||
1473 | "require-dev": { |
||
1474 | "doctrine/doctrine-bundle": "~1.5", |
||
1475 | "doctrine/orm": "~2.3", |
||
1476 | "jms/security-extra-bundle": "~1.0", |
||
1477 | "phpcollection/phpcollection": ">=0.2,<0.3-dev", |
||
1478 | "sensio/framework-extra-bundle": "~2.0|~3.0", |
||
1479 | "symfony/browser-kit": "~2.3|~3.0", |
||
1480 | "symfony/class-loader": "~2.3|~3.0", |
||
1481 | "symfony/form": "~2.3|~3.0", |
||
1482 | "symfony/phpunit-bridge": "~2.7", |
||
1483 | "symfony/security-bundle": "~2.3", |
||
1484 | "symfony/twig-bundle": "~2.3|~3.0", |
||
1485 | "symfony/validator": "~2.3|~3.0", |
||
1486 | "symfony/yaml": "~2.3|~3.0" |
||
1487 | }, |
||
1488 | "type": "symfony-bundle", |
||
1489 | "extra": { |
||
1490 | "branch-alias": { |
||
1491 | "dev-master": "1.7-dev" |
||
1492 | } |
||
1493 | }, |
||
1494 | "autoload": { |
||
1495 | "psr-4": { |
||
1496 | "JMS\\DiExtraBundle\\": "" |
||
1497 | } |
||
1498 | }, |
||
1499 | "notification-url": "https://packagist.org/downloads/", |
||
1500 | "license": [ |
||
1501 | "Apache-2.0" |
||
1502 | ], |
||
1503 | "authors": [ |
||
1504 | { |
||
1505 | "name": "Johannes M. Schmitt", |
||
1506 | "email": "[email protected]" |
||
1507 | } |
||
1508 | ], |
||
1509 | "description": "Allows to configure dependency injection using annotations", |
||
1510 | "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle", |
||
1511 | "keywords": [ |
||
1512 | "annotations", |
||
1513 | "dependency injection" |
||
1514 | ], |
||
1515 | "time": "2016-04-18 22:27:09" |
||
1516 | }, |
||
1517 | { |
||
1518 | "name": "jms/metadata", |
||
1519 | "version": "1.5.1", |
||
1520 | "source": { |
||
1521 | "type": "git", |
||
1522 | "url": "https://github.com/schmittjoh/metadata.git", |
||
1523 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353" |
||
1524 | }, |
||
1525 | "dist": { |
||
1526 | "type": "zip", |
||
1527 | "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353", |
||
1528 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353", |
||
1529 | "shasum": "" |
||
1530 | }, |
||
1531 | "require": { |
||
1532 | "php": ">=5.3.0" |
||
1533 | }, |
||
1534 | "require-dev": { |
||
1535 | "doctrine/cache": "~1.0" |
||
1536 | }, |
||
1537 | "type": "library", |
||
1538 | "extra": { |
||
1539 | "branch-alias": { |
||
1540 | "dev-master": "1.5.x-dev" |
||
1541 | } |
||
1542 | }, |
||
1543 | "autoload": { |
||
1544 | "psr-0": { |
||
1545 | "Metadata\\": "src/" |
||
1546 | } |
||
1547 | }, |
||
1548 | "notification-url": "https://packagist.org/downloads/", |
||
1549 | "license": [ |
||
1550 | "Apache" |
||
1551 | ], |
||
1552 | "authors": [ |
||
1553 | { |
||
1554 | "name": "Johannes Schmitt", |
||
1555 | "email": "[email protected]", |
||
1556 | "homepage": "https://github.com/schmittjoh", |
||
1557 | "role": "Developer of wrapped JMSSerializerBundle" |
||
1558 | } |
||
1559 | ], |
||
1560 | "description": "Class/method/property metadata management in PHP", |
||
1561 | "keywords": [ |
||
1562 | "annotations", |
||
1563 | "metadata", |
||
1564 | "xml", |
||
1565 | "yaml" |
||
1566 | ], |
||
1567 | "time": "2014-07-12 07:13:19" |
||
1568 | }, |
||
1569 | { |
||
1570 | "name": "jms/translation-bundle", |
||
1571 | "version": "1.2.3", |
||
1572 | "target-dir": "JMS/TranslationBundle", |
||
1573 | "source": { |
||
1574 | "type": "git", |
||
1575 | "url": "https://github.com/schmittjoh/JMSTranslationBundle.git", |
||
1576 | "reference": "d0d6c7f002e4210217b5f7271a438309d305540a" |
||
1577 | }, |
||
1578 | "dist": { |
||
1579 | "type": "zip", |
||
1580 | "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/d0d6c7f002e4210217b5f7271a438309d305540a", |
||
1581 | "reference": "d0d6c7f002e4210217b5f7271a438309d305540a", |
||
1582 | "shasum": "" |
||
1583 | }, |
||
1584 | "require": { |
||
1585 | "nikic/php-parser": "^1.4|^2.0", |
||
1586 | "php": "^5.3.3|^7.0", |
||
1587 | "symfony/console": "^2.3|^3.0", |
||
1588 | "symfony/framework-bundle": "^2.3|^3.0" |
||
1589 | }, |
||
1590 | "conflict": { |
||
1591 | "twig/twig": "<1.12" |
||
1592 | }, |
||
1593 | "require-dev": { |
||
1594 | "jms/di-extra-bundle": "^1.1", |
||
1595 | "matthiasnoback/symfony-dependency-injection-test": "^0.7.6", |
||
1596 | "psr/log": "^1.0", |
||
1597 | "sensio/framework-extra-bundle": "^2.3|^3.0", |
||
1598 | "symfony/expression-language": "~2.6|~3.0", |
||
1599 | "symfony/symfony": "^2.3|^3.0", |
||
1600 | "twig/twig": "^1.12" |
||
1601 | }, |
||
1602 | "type": "symfony-bundle", |
||
1603 | "extra": { |
||
1604 | "branch-alias": { |
||
1605 | "dev-master": "1.3-dev" |
||
1606 | } |
||
1607 | }, |
||
1608 | "autoload": { |
||
1609 | "psr-0": { |
||
1610 | "JMS\\TranslationBundle": "" |
||
1611 | } |
||
1612 | }, |
||
1613 | "notification-url": "https://packagist.org/downloads/", |
||
1614 | "license": [ |
||
1615 | "Apache2" |
||
1616 | ], |
||
1617 | "authors": [ |
||
1618 | { |
||
1619 | "name": "Johannes M. Schmitt", |
||
1620 | "email": "[email protected]" |
||
1621 | } |
||
1622 | ], |
||
1623 | "description": "Puts the Symfony Translation Component on steroids", |
||
1624 | "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle", |
||
1625 | "keywords": [ |
||
1626 | "extract", |
||
1627 | "extraction", |
||
1628 | "i18n", |
||
1629 | "interface", |
||
1630 | "multilanguage", |
||
1631 | "translation", |
||
1632 | "ui", |
||
1633 | "webinterface" |
||
1634 | ], |
||
1635 | "time": "2016-05-08 03:48:49" |
||
1636 | }, |
||
1637 | { |
||
1638 | "name": "monolog/monolog", |
||
1639 | "version": "1.21.0", |
||
1640 | "source": { |
||
1641 | "type": "git", |
||
1642 | "url": "https://github.com/Seldaek/monolog.git", |
||
1643 | "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952" |
||
1644 | }, |
||
1645 | "dist": { |
||
1646 | "type": "zip", |
||
1647 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952", |
||
1648 | "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952", |
||
1649 | "shasum": "" |
||
1650 | }, |
||
1651 | "require": { |
||
1652 | "php": ">=5.3.0", |
||
1653 | "psr/log": "~1.0" |
||
1654 | }, |
||
1655 | "provide": { |
||
1656 | "psr/log-implementation": "1.0.0" |
||
1657 | }, |
||
1658 | "require-dev": { |
||
1659 | "aws/aws-sdk-php": "^2.4.9", |
||
1660 | "doctrine/couchdb": "~1.0@dev", |
||
1661 | "graylog2/gelf-php": "~1.0", |
||
1662 | "jakub-onderka/php-parallel-lint": "0.9", |
||
1663 | "php-amqplib/php-amqplib": "~2.4", |
||
1664 | "php-console/php-console": "^3.1.3", |
||
1665 | "phpunit/phpunit": "~4.5", |
||
1666 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
1667 | "ruflin/elastica": ">=0.90 <3.0", |
||
1668 | "sentry/sentry": "^0.13", |
||
1669 | "swiftmailer/swiftmailer": "~5.3" |
||
1670 | }, |
||
1671 | "suggest": { |
||
1672 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
1673 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
1674 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
1675 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
1676 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
1677 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
1678 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
1679 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
1680 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
1681 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
1682 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
1683 | }, |
||
1684 | "type": "library", |
||
1685 | "extra": { |
||
1686 | "branch-alias": { |
||
1687 | "dev-master": "2.0.x-dev" |
||
1688 | } |
||
1689 | }, |
||
1690 | "autoload": { |
||
1691 | "psr-4": { |
||
1692 | "Monolog\\": "src/Monolog" |
||
1693 | } |
||
1694 | }, |
||
1695 | "notification-url": "https://packagist.org/downloads/", |
||
1696 | "license": [ |
||
1697 | "MIT" |
||
1698 | ], |
||
1699 | "authors": [ |
||
1700 | { |
||
1701 | "name": "Jordi Boggiano", |
||
1702 | "email": "[email protected]", |
||
1703 | "homepage": "http://seld.be" |
||
1704 | } |
||
1705 | ], |
||
1706 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
1707 | "homepage": "http://github.com/Seldaek/monolog", |
||
1708 | "keywords": [ |
||
1709 | "log", |
||
1710 | "logging", |
||
1711 | "psr-3" |
||
1712 | ], |
||
1713 | "time": "2016-07-29 03:23:52" |
||
1714 | }, |
||
1715 | { |
||
1716 | "name": "nelmio/security-bundle", |
||
1717 | "version": "1.10.0", |
||
1718 | "source": { |
||
1719 | "type": "git", |
||
1720 | "url": "https://github.com/nelmio/NelmioSecurityBundle.git", |
||
1721 | "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9" |
||
1722 | }, |
||
1723 | "dist": { |
||
1724 | "type": "zip", |
||
1725 | "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9", |
||
1726 | "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9", |
||
1727 | "shasum": "" |
||
1728 | }, |
||
1729 | "require": { |
||
1730 | "symfony/framework-bundle": "~2.3|~3.0", |
||
1731 | "symfony/security": "~2.3|~3.0" |
||
1732 | }, |
||
1733 | "require-dev": { |
||
1734 | "phpunit/phpunit": "^5.2" |
||
1735 | }, |
||
1736 | "type": "symfony-bundle", |
||
1737 | "extra": { |
||
1738 | "branch-alias": { |
||
1739 | "dev-master": "1.10.x-dev" |
||
1740 | } |
||
1741 | }, |
||
1742 | "autoload": { |
||
1743 | "psr-4": { |
||
1744 | "Nelmio\\SecurityBundle\\": "" |
||
1745 | } |
||
1746 | }, |
||
1747 | "notification-url": "https://packagist.org/downloads/", |
||
1748 | "license": [ |
||
1749 | "MIT" |
||
1750 | ], |
||
1751 | "authors": [ |
||
1752 | { |
||
1753 | "name": "Nelmio", |
||
1754 | "homepage": "http://nelm.io" |
||
1755 | }, |
||
1756 | { |
||
1757 | "name": "Symfony Community", |
||
1758 | "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors" |
||
1759 | } |
||
1760 | ], |
||
1761 | "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...", |
||
1762 | "keywords": [ |
||
1763 | "security" |
||
1764 | ], |
||
1765 | "time": "2016-02-23 10:42:13" |
||
1766 | }, |
||
1767 | { |
||
1768 | "name": "nikic/php-parser", |
||
1769 | "version": "v2.1.0", |
||
1770 | "source": { |
||
1771 | "type": "git", |
||
1772 | "url": "https://github.com/nikic/PHP-Parser.git", |
||
1773 | "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3" |
||
1774 | }, |
||
1775 | "dist": { |
||
1776 | "type": "zip", |
||
1777 | "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/47b254ea51f1d6d5dc04b9b299e88346bf2369e3", |
||
1778 | "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3", |
||
1779 | "shasum": "" |
||
1780 | }, |
||
1781 | "require": { |
||
1782 | "ext-tokenizer": "*", |
||
1783 | "php": ">=5.4" |
||
1784 | }, |
||
1785 | "require-dev": { |
||
1786 | "phpunit/phpunit": "~4.0" |
||
1787 | }, |
||
1788 | "bin": [ |
||
1789 | "bin/php-parse" |
||
1790 | ], |
||
1791 | "type": "library", |
||
1792 | "extra": { |
||
1793 | "branch-alias": { |
||
1794 | "dev-master": "2.1-dev" |
||
1795 | } |
||
1796 | }, |
||
1797 | "autoload": { |
||
1798 | "psr-4": { |
||
1799 | "PhpParser\\": "lib/PhpParser" |
||
1800 | } |
||
1801 | }, |
||
1802 | "notification-url": "https://packagist.org/downloads/", |
||
1803 | "license": [ |
||
1804 | "BSD-3-Clause" |
||
1805 | ], |
||
1806 | "authors": [ |
||
1807 | { |
||
1808 | "name": "Nikita Popov" |
||
1809 | } |
||
1810 | ], |
||
1811 | "description": "A PHP parser written in PHP", |
||
1812 | "keywords": [ |
||
1813 | "parser", |
||
1814 | "php" |
||
1815 | ], |
||
1816 | "time": "2016-04-19 13:41:41" |
||
1817 | }, |
||
1818 | { |
||
1819 | "name": "pagerfanta/pagerfanta", |
||
1820 | "version": "v1.0.3", |
||
1821 | "source": { |
||
1822 | "type": "git", |
||
1823 | "url": "https://github.com/whiteoctober/Pagerfanta.git", |
||
1824 | "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb" |
||
1825 | }, |
||
1826 | "dist": { |
||
1827 | "type": "zip", |
||
1828 | "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb", |
||
1829 | "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb", |
||
1830 | "shasum": "" |
||
1831 | }, |
||
1832 | "require": { |
||
1833 | "php": ">=5.3.0" |
||
1834 | }, |
||
1835 | "require-dev": { |
||
1836 | "doctrine/orm": "~2.3", |
||
1837 | "doctrine/phpcr-odm": "1.*", |
||
1838 | "jackalope/jackalope-doctrine-dbal": "1.*", |
||
1839 | "jmikola/geojson": "~1.0", |
||
1840 | "mandango/mandango": "~1.0@dev", |
||
1841 | "mandango/mondator": "~1.0@dev", |
||
1842 | "phpunit/phpunit": "~4", |
||
1843 | "propel/propel1": "~1.6", |
||
1844 | "ruflin/elastica": "~1.3", |
||
1845 | "solarium/solarium": "~3.1" |
||
1846 | }, |
||
1847 | "suggest": { |
||
1848 | "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.", |
||
1849 | "doctrine/orm": "To use the DoctrineORMAdapter.", |
||
1850 | "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0", |
||
1851 | "mandango/mandango": "To use the MandangoAdapter.", |
||
1852 | "propel/propel1": "To use the PropelAdapter", |
||
1853 | "solarium/solarium": "To use the SolariumAdapter." |
||
1854 | }, |
||
1855 | "type": "library", |
||
1856 | "extra": { |
||
1857 | "branch-alias": { |
||
1858 | "dev-master": "1.0.x-dev" |
||
1859 | } |
||
1860 | }, |
||
1861 | "autoload": { |
||
1862 | "psr-0": { |
||
1863 | "Pagerfanta\\": "src/" |
||
1864 | } |
||
1865 | }, |
||
1866 | "notification-url": "https://packagist.org/downloads/", |
||
1867 | "license": [ |
||
1868 | "MIT" |
||
1869 | ], |
||
1870 | "authors": [ |
||
1871 | { |
||
1872 | "name": "Pablo Díez", |
||
1873 | "email": "[email protected]" |
||
1874 | } |
||
1875 | ], |
||
1876 | "description": "Pagination for PHP 5.3", |
||
1877 | "keywords": [ |
||
1878 | "page", |
||
1879 | "pagination", |
||
1880 | "paginator", |
||
1881 | "paging" |
||
1882 | ], |
||
1883 | "time": "2014-10-06 10:57:25" |
||
1884 | }, |
||
1885 | { |
||
1886 | "name": "paragonie/random_compat", |
||
1887 | "version": "v1.4.1", |
||
1888 | "source": { |
||
1889 | "type": "git", |
||
1890 | "url": "https://github.com/paragonie/random_compat.git", |
||
1891 | "reference": "c7e26a21ba357863de030f0b9e701c7d04593774" |
||
1892 | }, |
||
1893 | "dist": { |
||
1894 | "type": "zip", |
||
1895 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774", |
||
1896 | "reference": "c7e26a21ba357863de030f0b9e701c7d04593774", |
||
1897 | "shasum": "" |
||
1898 | }, |
||
1899 | "require": { |
||
1900 | "php": ">=5.2.0" |
||
1901 | }, |
||
1902 | "require-dev": { |
||
1903 | "phpunit/phpunit": "4.*|5.*" |
||
1904 | }, |
||
1905 | "suggest": { |
||
1906 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
1907 | }, |
||
1908 | "type": "library", |
||
1909 | "autoload": { |
||
1910 | "files": [ |
||
1911 | "lib/random.php" |
||
1912 | ] |
||
1913 | }, |
||
1914 | "notification-url": "https://packagist.org/downloads/", |
||
1915 | "license": [ |
||
1916 | "MIT" |
||
1917 | ], |
||
1918 | "authors": [ |
||
1919 | { |
||
1920 | "name": "Paragon Initiative Enterprises", |
||
1921 | "email": "[email protected]", |
||
1922 | "homepage": "https://paragonie.com" |
||
1923 | } |
||
1924 | ], |
||
1925 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
1926 | "keywords": [ |
||
1927 | "csprng", |
||
1928 | "pseudorandom", |
||
1929 | "random" |
||
1930 | ], |
||
1931 | "time": "2016-03-18 20:34:03" |
||
1932 | }, |
||
1933 | { |
||
1934 | "name": "psr/log", |
||
1935 | "version": "1.0.0", |
||
1936 | "source": { |
||
1937 | "type": "git", |
||
1938 | "url": "https://github.com/php-fig/log.git", |
||
1939 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
1940 | }, |
||
1941 | "dist": { |
||
1942 | "type": "zip", |
||
1943 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
1944 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
1945 | "shasum": "" |
||
1946 | }, |
||
1947 | "type": "library", |
||
1948 | "autoload": { |
||
1949 | "psr-0": { |
||
1950 | "Psr\\Log\\": "" |
||
1951 | } |
||
1952 | }, |
||
1953 | "notification-url": "https://packagist.org/downloads/", |
||
1954 | "license": [ |
||
1955 | "MIT" |
||
1956 | ], |
||
1957 | "authors": [ |
||
1958 | { |
||
1959 | "name": "PHP-FIG", |
||
1960 | "homepage": "http://www.php-fig.org/" |
||
1961 | } |
||
1962 | ], |
||
1963 | "description": "Common interface for logging libraries", |
||
1964 | "keywords": [ |
||
1965 | "log", |
||
1966 | "psr", |
||
1967 | "psr-3" |
||
1968 | ], |
||
1969 | "time": "2012-12-21 11:40:51" |
||
1970 | }, |
||
1971 | { |
||
1972 | "name": "ramsey/uuid", |
||
1973 | "version": "2.9.0", |
||
1974 | "source": { |
||
1975 | "type": "git", |
||
1976 | "url": "https://github.com/ramsey/uuid.git", |
||
1977 | "reference": "b2ef4dd9584268d73f92f752a62bc24cd534dc9a" |
||
1978 | }, |
||
1979 | "dist": { |
||
1980 | "type": "zip", |
||
1981 | "url": "https://api.github.com/repos/ramsey/uuid/zipball/b2ef4dd9584268d73f92f752a62bc24cd534dc9a", |
||
1982 | "reference": "b2ef4dd9584268d73f92f752a62bc24cd534dc9a", |
||
1983 | "shasum": "" |
||
1984 | }, |
||
1985 | "require": { |
||
1986 | "paragonie/random_compat": "^1.0|^2.0", |
||
1987 | "php": ">=5.3.3" |
||
1988 | }, |
||
1989 | "replace": { |
||
1990 | "rhumsaa/uuid": "self.version" |
||
1991 | }, |
||
1992 | "require-dev": { |
||
1993 | "doctrine/dbal": ">=2.3", |
||
1994 | "jakub-onderka/php-parallel-lint": "^0.9.0", |
||
1995 | "moontoast/math": "~1.1", |
||
1996 | "phpunit/phpunit": "~4.1|~5.0", |
||
1997 | "satooshi/php-coveralls": "~0.6", |
||
1998 | "squizlabs/php_codesniffer": "^2.3", |
||
1999 | "symfony/console": "~2.3|~3.0" |
||
2000 | }, |
||
2001 | "suggest": { |
||
2002 | "doctrine/dbal": "Allow the use of a UUID as doctrine field type.", |
||
2003 | "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).", |
||
2004 | "symfony/console": "Support for use of the bin/uuid command line tool." |
||
2005 | }, |
||
2006 | "bin": [ |
||
2007 | "bin/uuid" |
||
2008 | ], |
||
2009 | "type": "library", |
||
2010 | "autoload": { |
||
2011 | "psr-4": { |
||
2012 | "Rhumsaa\\Uuid\\": "src/" |
||
2013 | } |
||
2014 | }, |
||
2015 | "notification-url": "https://packagist.org/downloads/", |
||
2016 | "license": [ |
||
2017 | "MIT" |
||
2018 | ], |
||
2019 | "authors": [ |
||
2020 | { |
||
2021 | "name": "Marijn Huizendveld", |
||
2022 | "email": "[email protected]" |
||
2023 | }, |
||
2024 | { |
||
2025 | "name": "Ben Ramsey", |
||
2026 | "homepage": "http://benramsey.com" |
||
2027 | } |
||
2028 | ], |
||
2029 | "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", |
||
2030 | "homepage": "https://github.com/ramsey/uuid", |
||
2031 | "keywords": [ |
||
2032 | "guid", |
||
2033 | "identifier", |
||
2034 | "uuid" |
||
2035 | ], |
||
2036 | "time": "2016-03-22 18:20:19" |
||
2037 | }, |
||
2038 | { |
||
2039 | "name": "sensio/distribution-bundle", |
||
2040 | "version": "v3.0.30", |
||
2041 | "target-dir": "Sensio/Bundle/DistributionBundle", |
||
2042 | "source": { |
||
2043 | "type": "git", |
||
2044 | "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", |
||
2045 | "reference": "f1758b30096202aeede61f79a1dffd69da091517" |
||
2046 | }, |
||
2047 | "dist": { |
||
2048 | "type": "zip", |
||
2049 | "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/f1758b30096202aeede61f79a1dffd69da091517", |
||
2050 | "reference": "f1758b30096202aeede61f79a1dffd69da091517", |
||
2051 | "shasum": "" |
||
2052 | }, |
||
2053 | "require": { |
||
2054 | "php": ">=5.3.3", |
||
2055 | "sensiolabs/security-checker": "~2.0", |
||
2056 | "symfony/class-loader": "~2.2", |
||
2057 | "symfony/framework-bundle": "~2.3", |
||
2058 | "symfony/process": "~2.2" |
||
2059 | }, |
||
2060 | "require-dev": { |
||
2061 | "symfony/form": "~2.2", |
||
2062 | "symfony/validator": "~2.2", |
||
2063 | "symfony/yaml": "~2.2" |
||
2064 | }, |
||
2065 | "suggest": { |
||
2066 | "symfony/form": "If you want to use the configurator", |
||
2067 | "symfony/validator": "If you want to use the configurator", |
||
2068 | "symfony/yaml": "If you want to use the configurator" |
||
2069 | }, |
||
2070 | "type": "symfony-bundle", |
||
2071 | "extra": { |
||
2072 | "branch-alias": { |
||
2073 | "dev-master": "3.0.x-dev" |
||
2074 | } |
||
2075 | }, |
||
2076 | "autoload": { |
||
2077 | "psr-0": { |
||
2078 | "Sensio\\Bundle\\DistributionBundle": "" |
||
2079 | } |
||
2080 | }, |
||
2081 | "notification-url": "https://packagist.org/downloads/", |
||
2082 | "license": [ |
||
2083 | "MIT" |
||
2084 | ], |
||
2085 | "authors": [ |
||
2086 | { |
||
2087 | "name": "Fabien Potencier", |
||
2088 | "email": "[email protected]" |
||
2089 | } |
||
2090 | ], |
||
2091 | "description": "Base bundle for Symfony Distributions", |
||
2092 | "keywords": [ |
||
2093 | "configuration", |
||
2094 | "distribution" |
||
2095 | ], |
||
2096 | "time": "2015-06-05 22:32:22" |
||
2097 | }, |
||
2098 | { |
||
2099 | "name": "sensio/framework-extra-bundle", |
||
2100 | "version": "v3.0.16", |
||
2101 | "source": { |
||
2102 | "type": "git", |
||
2103 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
||
2104 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546" |
||
2105 | }, |
||
2106 | "dist": { |
||
2107 | "type": "zip", |
||
2108 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546", |
||
2109 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546", |
||
2110 | "shasum": "" |
||
2111 | }, |
||
2112 | "require": { |
||
2113 | "doctrine/common": "~2.2", |
||
2114 | "symfony/dependency-injection": "~2.3|~3.0", |
||
2115 | "symfony/framework-bundle": "~2.3|~3.0" |
||
2116 | }, |
||
2117 | "require-dev": { |
||
2118 | "symfony/browser-kit": "~2.3|~3.0", |
||
2119 | "symfony/dom-crawler": "~2.3|~3.0", |
||
2120 | "symfony/expression-language": "~2.4|~3.0", |
||
2121 | "symfony/finder": "~2.3|~3.0", |
||
2122 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
2123 | "symfony/security-bundle": "~2.4|~3.0", |
||
2124 | "symfony/twig-bundle": "~2.3|~3.0", |
||
2125 | "twig/twig": "~1.11|~2.0" |
||
2126 | }, |
||
2127 | "suggest": { |
||
2128 | "symfony/expression-language": "", |
||
2129 | "symfony/psr-http-message-bridge": "To use the PSR-7 converters", |
||
2130 | "symfony/security-bundle": "" |
||
2131 | }, |
||
2132 | "type": "symfony-bundle", |
||
2133 | "extra": { |
||
2134 | "branch-alias": { |
||
2135 | "dev-master": "3.0.x-dev" |
||
2136 | } |
||
2137 | }, |
||
2138 | "autoload": { |
||
2139 | "psr-4": { |
||
2140 | "Sensio\\Bundle\\FrameworkExtraBundle\\": "" |
||
2141 | } |
||
2142 | }, |
||
2143 | "notification-url": "https://packagist.org/downloads/", |
||
2144 | "license": [ |
||
2145 | "MIT" |
||
2146 | ], |
||
2147 | "authors": [ |
||
2148 | { |
||
2149 | "name": "Fabien Potencier", |
||
2150 | "email": "[email protected]" |
||
2151 | } |
||
2152 | ], |
||
2153 | "description": "This bundle provides a way to configure your controllers with annotations", |
||
2154 | "keywords": [ |
||
2155 | "annotations", |
||
2156 | "controllers" |
||
2157 | ], |
||
2158 | "time": "2016-03-25 17:08:27" |
||
2159 | }, |
||
2160 | { |
||
2161 | "name": "sensio/generator-bundle", |
||
2162 | "version": "v2.5.3", |
||
2163 | "target-dir": "Sensio/Bundle/GeneratorBundle", |
||
2164 | "source": { |
||
2165 | "type": "git", |
||
2166 | "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", |
||
2167 | "reference": "e50108c2133ee5c9c484555faed50c17a61221d3" |
||
2168 | }, |
||
2169 | "dist": { |
||
2170 | "type": "zip", |
||
2171 | "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3", |
||
2172 | "reference": "e50108c2133ee5c9c484555faed50c17a61221d3", |
||
2173 | "shasum": "" |
||
2174 | }, |
||
2175 | "require": { |
||
2176 | "symfony/console": "~2.5", |
||
2177 | "symfony/framework-bundle": "~2.2" |
||
2178 | }, |
||
2179 | "require-dev": { |
||
2180 | "doctrine/orm": "~2.2,>=2.2.3", |
||
2181 | "symfony/doctrine-bridge": "~2.2", |
||
2182 | "twig/twig": "~1.11" |
||
2183 | }, |
||
2184 | "type": "symfony-bundle", |
||
2185 | "extra": { |
||
2186 | "branch-alias": { |
||
2187 | "dev-master": "2.5.x-dev" |
||
2188 | } |
||
2189 | }, |
||
2190 | "autoload": { |
||
2191 | "psr-0": { |
||
2192 | "Sensio\\Bundle\\GeneratorBundle": "" |
||
2193 | } |
||
2194 | }, |
||
2195 | "notification-url": "https://packagist.org/downloads/", |
||
2196 | "license": [ |
||
2197 | "MIT" |
||
2198 | ], |
||
2199 | "authors": [ |
||
2200 | { |
||
2201 | "name": "Fabien Potencier", |
||
2202 | "email": "[email protected]" |
||
2203 | } |
||
2204 | ], |
||
2205 | "description": "This bundle generates code for you", |
||
2206 | "time": "2015-03-17 06:36:52" |
||
2207 | }, |
||
2208 | { |
||
2209 | "name": "sensiolabs/security-checker", |
||
2210 | "version": "v2.0.5", |
||
2211 | "source": { |
||
2212 | "type": "git", |
||
2213 | "url": "https://github.com/sensiolabs/security-checker.git", |
||
2214 | "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810" |
||
2215 | }, |
||
2216 | "dist": { |
||
2217 | "type": "zip", |
||
2218 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810", |
||
2219 | "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810", |
||
2220 | "shasum": "" |
||
2221 | }, |
||
2222 | "require": { |
||
2223 | "ext-curl": "*", |
||
2224 | "symfony/console": "~2.0" |
||
2225 | }, |
||
2226 | "bin": [ |
||
2227 | "security-checker" |
||
2228 | ], |
||
2229 | "type": "library", |
||
2230 | "extra": { |
||
2231 | "branch-alias": { |
||
2232 | "dev-master": "2.0-dev" |
||
2233 | } |
||
2234 | }, |
||
2235 | "autoload": { |
||
2236 | "psr-0": { |
||
2237 | "SensioLabs\\Security": "" |
||
2238 | } |
||
2239 | }, |
||
2240 | "notification-url": "https://packagist.org/downloads/", |
||
2241 | "license": [ |
||
2242 | "MIT" |
||
2243 | ], |
||
2244 | "authors": [ |
||
2245 | { |
||
2246 | "name": "Fabien Potencier", |
||
2247 | "email": "[email protected]" |
||
2248 | } |
||
2249 | ], |
||
2250 | "description": "A security checker for your composer.lock", |
||
2251 | "time": "2015-05-28 14:22:40" |
||
2252 | }, |
||
2253 | { |
||
2254 | "name": "surfnet/stepup-bundle", |
||
2255 | "version": "1.6.0", |
||
2256 | "source": { |
||
2257 | "type": "git", |
||
2258 | "url": "https://github.com/OpenConext/Stepup-bundle.git", |
||
2259 | "reference": "aff0a98d38b6dfb3a501877329e36538a7abc2b7" |
||
2260 | }, |
||
2261 | "dist": { |
||
2262 | "type": "zip", |
||
2263 | "url": "https://api.github.com/repos/OpenConext/Stepup-bundle/zipball/aff0a98d38b6dfb3a501877329e36538a7abc2b7", |
||
2264 | "reference": "aff0a98d38b6dfb3a501877329e36538a7abc2b7", |
||
2265 | "shasum": "" |
||
2266 | }, |
||
2267 | "require": { |
||
2268 | "ext-gmp": "*", |
||
2269 | "ext-openssl": "*", |
||
2270 | "graylog2/gelf-php": "^1.5", |
||
2271 | "guzzlehttp/guzzle": "~4", |
||
2272 | "monolog/monolog": "~1.11", |
||
2273 | "php": "^5.6|^7.0", |
||
2274 | "sensio/framework-extra-bundle": "~3", |
||
2275 | "symfony/config": "^2.7", |
||
2276 | "symfony/dependency-injection": "^2.7", |
||
2277 | "symfony/form": "^2.7", |
||
2278 | "symfony/framework-bundle": "^2.7", |
||
2279 | "symfony/http-kernel": "^2.7", |
||
2280 | "symfony/twig-bridge": "^2.7", |
||
2281 | "symfony/validator": "^2.7" |
||
2282 | }, |
||
2283 | "require-dev": { |
||
2284 | "ibuildings/qa-tools": "~1.1", |
||
2285 | "liip/rmt": "1.1.*", |
||
2286 | "mockery/mockery": "0.9.*" |
||
2287 | }, |
||
2288 | "type": "library", |
||
2289 | "autoload": { |
||
2290 | "psr-4": { |
||
2291 | "Surfnet\\StepupBundle\\": "src" |
||
2292 | } |
||
2293 | }, |
||
2294 | "notification-url": "https://packagist.org/downloads/", |
||
2295 | "license": [ |
||
2296 | "Apache-2.0" |
||
2297 | ], |
||
2298 | "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.", |
||
2299 | "keywords": [ |
||
2300 | "stepup", |
||
2301 | "suaas", |
||
2302 | "surfnet" |
||
2303 | ], |
||
2304 | "time": "2017-02-08 16:36:17" |
||
2305 | }, |
||
2306 | { |
||
2307 | "name": "swiftmailer/swiftmailer", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
2308 | "version": "v5.4.3", |
||
2309 | "source": { |
||
2310 | "type": "git", |
||
2311 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
2312 | "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153" |
||
2313 | }, |
||
2314 | "dist": { |
||
2315 | "type": "zip", |
||
2316 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153", |
||
2317 | "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153", |
||
2318 | "shasum": "" |
||
2319 | }, |
||
2320 | "require": { |
||
2321 | "php": ">=5.3.3" |
||
2322 | }, |
||
2323 | "require-dev": { |
||
2324 | "mockery/mockery": "~0.9.1" |
||
2325 | }, |
||
2326 | "type": "library", |
||
2327 | "extra": { |
||
2328 | "branch-alias": { |
||
2329 | "dev-master": "5.4-dev" |
||
2330 | } |
||
2331 | }, |
||
2332 | "autoload": { |
||
2333 | "files": [ |
||
2334 | "lib/swift_required.php" |
||
2335 | ] |
||
2336 | }, |
||
2337 | "notification-url": "https://packagist.org/downloads/", |
||
2338 | "license": [ |
||
2339 | "MIT" |
||
2340 | ], |
||
2341 | "authors": [ |
||
2342 | { |
||
2343 | "name": "Chris Corbyn" |
||
2344 | }, |
||
2345 | { |
||
2346 | "name": "Fabien Potencier", |
||
2347 | "email": "[email protected]" |
||
2348 | } |
||
2349 | ], |
||
2350 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
2351 | "homepage": "http://swiftmailer.org", |
||
2352 | "keywords": [ |
||
2353 | "email", |
||
2354 | "mail", |
||
2355 | "mailer" |
||
2356 | ], |
||
2357 | "time": "2016-07-08 11:51:25" |
||
2358 | }, |
||
2359 | { |
||
2360 | "name": "symfony/monolog-bundle", |
||
2361 | "version": "2.11.1", |
||
2362 | "source": { |
||
2363 | "type": "git", |
||
2364 | "url": "https://github.com/symfony/monolog-bundle.git", |
||
2365 | "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00" |
||
2366 | }, |
||
2367 | "dist": { |
||
2368 | "type": "zip", |
||
2369 | "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00", |
||
2370 | "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00", |
||
2371 | "shasum": "" |
||
2372 | }, |
||
2373 | "require": { |
||
2374 | "monolog/monolog": "~1.18", |
||
2375 | "php": ">=5.3.2", |
||
2376 | "symfony/config": "~2.3|~3.0", |
||
2377 | "symfony/dependency-injection": "~2.3|~3.0", |
||
2378 | "symfony/http-kernel": "~2.3|~3.0", |
||
2379 | "symfony/monolog-bridge": "~2.3|~3.0" |
||
2380 | }, |
||
2381 | "require-dev": { |
||
2382 | "phpunit/phpunit": "^4.8", |
||
2383 | "symfony/console": "~2.3|~3.0", |
||
2384 | "symfony/yaml": "~2.3|~3.0" |
||
2385 | }, |
||
2386 | "type": "symfony-bundle", |
||
2387 | "extra": { |
||
2388 | "branch-alias": { |
||
2389 | "dev-master": "2.x-dev" |
||
2390 | } |
||
2391 | }, |
||
2392 | "autoload": { |
||
2393 | "psr-4": { |
||
2394 | "Symfony\\Bundle\\MonologBundle\\": "" |
||
2395 | } |
||
2396 | }, |
||
2397 | "notification-url": "https://packagist.org/downloads/", |
||
2398 | "license": [ |
||
2399 | "MIT" |
||
2400 | ], |
||
2401 | "authors": [ |
||
2402 | { |
||
2403 | "name": "Symfony Community", |
||
2404 | "homepage": "http://symfony.com/contributors" |
||
2405 | }, |
||
2406 | { |
||
2407 | "name": "Fabien Potencier", |
||
2408 | "email": "[email protected]" |
||
2409 | } |
||
2410 | ], |
||
2411 | "description": "Symfony MonologBundle", |
||
2412 | "homepage": "http://symfony.com", |
||
2413 | "keywords": [ |
||
2414 | "log", |
||
2415 | "logging" |
||
2416 | ], |
||
2417 | "time": "2016-04-13 16:21:01" |
||
2418 | }, |
||
2419 | { |
||
2420 | "name": "symfony/polyfill-apcu", |
||
2421 | "version": "v1.2.0", |
||
2422 | "source": { |
||
2423 | "type": "git", |
||
2424 | "url": "https://github.com/symfony/polyfill-apcu.git", |
||
2425 | "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b" |
||
2426 | }, |
||
2427 | "dist": { |
||
2428 | "type": "zip", |
||
2429 | "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b", |
||
2430 | "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b", |
||
2431 | "shasum": "" |
||
2432 | }, |
||
2433 | "require": { |
||
2434 | "php": ">=5.3.3" |
||
2435 | }, |
||
2436 | "type": "library", |
||
2437 | "extra": { |
||
2438 | "branch-alias": { |
||
2439 | "dev-master": "1.2-dev" |
||
2440 | } |
||
2441 | }, |
||
2442 | "autoload": { |
||
2443 | "files": [ |
||
2444 | "bootstrap.php" |
||
2445 | ] |
||
2446 | }, |
||
2447 | "notification-url": "https://packagist.org/downloads/", |
||
2448 | "license": [ |
||
2449 | "MIT" |
||
2450 | ], |
||
2451 | "authors": [ |
||
2452 | { |
||
2453 | "name": "Nicolas Grekas", |
||
2454 | "email": "[email protected]" |
||
2455 | }, |
||
2456 | { |
||
2457 | "name": "Symfony Community", |
||
2458 | "homepage": "https://symfony.com/contributors" |
||
2459 | } |
||
2460 | ], |
||
2461 | "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions", |
||
2462 | "homepage": "https://symfony.com", |
||
2463 | "keywords": [ |
||
2464 | "apcu", |
||
2465 | "compatibility", |
||
2466 | "polyfill", |
||
2467 | "portable", |
||
2468 | "shim" |
||
2469 | ], |
||
2470 | "time": "2016-05-18 14:26:46" |
||
2471 | }, |
||
2472 | { |
||
2473 | "name": "symfony/polyfill-mbstring", |
||
2474 | "version": "v1.2.0", |
||
2475 | "source": { |
||
2476 | "type": "git", |
||
2477 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
2478 | "reference": "dff51f72b0706335131b00a7f49606168c582594" |
||
2479 | }, |
||
2480 | "dist": { |
||
2481 | "type": "zip", |
||
2482 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594", |
||
2483 | "reference": "dff51f72b0706335131b00a7f49606168c582594", |
||
2484 | "shasum": "" |
||
2485 | }, |
||
2486 | "require": { |
||
2487 | "php": ">=5.3.3" |
||
2488 | }, |
||
2489 | "suggest": { |
||
2490 | "ext-mbstring": "For best performance" |
||
2491 | }, |
||
2492 | "type": "library", |
||
2493 | "extra": { |
||
2494 | "branch-alias": { |
||
2495 | "dev-master": "1.2-dev" |
||
2496 | } |
||
2497 | }, |
||
2498 | "autoload": { |
||
2499 | "psr-4": { |
||
2500 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
2501 | }, |
||
2502 | "files": [ |
||
2503 | "bootstrap.php" |
||
2504 | ] |
||
2505 | }, |
||
2506 | "notification-url": "https://packagist.org/downloads/", |
||
2507 | "license": [ |
||
2508 | "MIT" |
||
2509 | ], |
||
2510 | "authors": [ |
||
2511 | { |
||
2512 | "name": "Nicolas Grekas", |
||
2513 | "email": "[email protected]" |
||
2514 | }, |
||
2515 | { |
||
2516 | "name": "Symfony Community", |
||
2517 | "homepage": "https://symfony.com/contributors" |
||
2518 | } |
||
2519 | ], |
||
2520 | "description": "Symfony polyfill for the Mbstring extension", |
||
2521 | "homepage": "https://symfony.com", |
||
2522 | "keywords": [ |
||
2523 | "compatibility", |
||
2524 | "mbstring", |
||
2525 | "polyfill", |
||
2526 | "portable", |
||
2527 | "shim" |
||
2528 | ], |
||
2529 | "time": "2016-05-18 14:26:46" |
||
2530 | }, |
||
2531 | { |
||
2532 | "name": "symfony/swiftmailer-bundle", |
||
2533 | "version": "v2.3.11", |
||
2534 | "source": { |
||
2535 | "type": "git", |
||
2536 | "url": "https://github.com/symfony/swiftmailer-bundle.git", |
||
2537 | "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690" |
||
2538 | }, |
||
2539 | "dist": { |
||
2540 | "type": "zip", |
||
2541 | "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690", |
||
2542 | "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690", |
||
2543 | "shasum": "" |
||
2544 | }, |
||
2545 | "require": { |
||
2546 | "php": ">=5.3.2", |
||
2547 | "swiftmailer/swiftmailer": ">=4.2.0,~5.0", |
||
2548 | "symfony/config": "~2.3|~3.0", |
||
2549 | "symfony/dependency-injection": "~2.3|~3.0", |
||
2550 | "symfony/http-kernel": "~2.3|~3.0", |
||
2551 | "symfony/yaml": "~2.3|~3.0" |
||
2552 | }, |
||
2553 | "require-dev": { |
||
2554 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
2555 | }, |
||
2556 | "suggest": { |
||
2557 | "psr/log": "Allows logging" |
||
2558 | }, |
||
2559 | "type": "symfony-bundle", |
||
2560 | "extra": { |
||
2561 | "branch-alias": { |
||
2562 | "dev-master": "2.3-dev" |
||
2563 | } |
||
2564 | }, |
||
2565 | "autoload": { |
||
2566 | "psr-4": { |
||
2567 | "Symfony\\Bundle\\SwiftmailerBundle\\": "" |
||
2568 | } |
||
2569 | }, |
||
2570 | "notification-url": "https://packagist.org/downloads/", |
||
2571 | "license": [ |
||
2572 | "MIT" |
||
2573 | ], |
||
2574 | "authors": [ |
||
2575 | { |
||
2576 | "name": "Symfony Community", |
||
2577 | "homepage": "http://symfony.com/contributors" |
||
2578 | }, |
||
2579 | { |
||
2580 | "name": "Fabien Potencier", |
||
2581 | "email": "[email protected]" |
||
2582 | } |
||
2583 | ], |
||
2584 | "description": "Symfony SwiftmailerBundle", |
||
2585 | "homepage": "http://symfony.com", |
||
2586 | "time": "2016-01-15 16:41:20" |
||
2587 | }, |
||
2588 | { |
||
2589 | "name": "symfony/symfony", |
||
2590 | "version": "v2.7.16", |
||
2591 | "source": { |
||
2592 | "type": "git", |
||
2593 | "url": "https://github.com/symfony/symfony.git", |
||
2594 | "reference": "42199fef6e9b448947d395add058642975e59127" |
||
2595 | }, |
||
2596 | "dist": { |
||
2597 | "type": "zip", |
||
2598 | "url": "https://api.github.com/repos/symfony/symfony/zipball/42199fef6e9b448947d395add058642975e59127", |
||
2599 | "reference": "42199fef6e9b448947d395add058642975e59127", |
||
2600 | "shasum": "" |
||
2601 | }, |
||
2602 | "require": { |
||
2603 | "doctrine/common": "~2.4", |
||
2604 | "paragonie/random_compat": "~1.0", |
||
2605 | "php": ">=5.3.9", |
||
2606 | "psr/log": "~1.0", |
||
2607 | "symfony/polyfill-apcu": "~1.1", |
||
2608 | "symfony/polyfill-mbstring": "~1.1", |
||
2609 | "twig/twig": "~1.23|~2.0" |
||
2610 | }, |
||
2611 | "replace": { |
||
2612 | "symfony/asset": "self.version", |
||
2613 | "symfony/browser-kit": "self.version", |
||
2614 | "symfony/class-loader": "self.version", |
||
2615 | "symfony/config": "self.version", |
||
2616 | "symfony/console": "self.version", |
||
2617 | "symfony/css-selector": "self.version", |
||
2618 | "symfony/debug": "self.version", |
||
2619 | "symfony/debug-bundle": "self.version", |
||
2620 | "symfony/dependency-injection": "self.version", |
||
2621 | "symfony/doctrine-bridge": "self.version", |
||
2622 | "symfony/dom-crawler": "self.version", |
||
2623 | "symfony/event-dispatcher": "self.version", |
||
2624 | "symfony/expression-language": "self.version", |
||
2625 | "symfony/filesystem": "self.version", |
||
2626 | "symfony/finder": "self.version", |
||
2627 | "symfony/form": "self.version", |
||
2628 | "symfony/framework-bundle": "self.version", |
||
2629 | "symfony/http-foundation": "self.version", |
||
2630 | "symfony/http-kernel": "self.version", |
||
2631 | "symfony/intl": "self.version", |
||
2632 | "symfony/locale": "self.version", |
||
2633 | "symfony/monolog-bridge": "self.version", |
||
2634 | "symfony/options-resolver": "self.version", |
||
2635 | "symfony/process": "self.version", |
||
2636 | "symfony/property-access": "self.version", |
||
2637 | "symfony/proxy-manager-bridge": "self.version", |
||
2638 | "symfony/routing": "self.version", |
||
2639 | "symfony/security": "self.version", |
||
2640 | "symfony/security-acl": "self.version", |
||
2641 | "symfony/security-bundle": "self.version", |
||
2642 | "symfony/security-core": "self.version", |
||
2643 | "symfony/security-csrf": "self.version", |
||
2644 | "symfony/security-http": "self.version", |
||
2645 | "symfony/serializer": "self.version", |
||
2646 | "symfony/stopwatch": "self.version", |
||
2647 | "symfony/swiftmailer-bridge": "self.version", |
||
2648 | "symfony/templating": "self.version", |
||
2649 | "symfony/translation": "self.version", |
||
2650 | "symfony/twig-bridge": "self.version", |
||
2651 | "symfony/twig-bundle": "self.version", |
||
2652 | "symfony/validator": "self.version", |
||
2653 | "symfony/var-dumper": "self.version", |
||
2654 | "symfony/web-profiler-bundle": "self.version", |
||
2655 | "symfony/yaml": "self.version" |
||
2656 | }, |
||
2657 | "require-dev": { |
||
2658 | "doctrine/data-fixtures": "1.0.*", |
||
2659 | "doctrine/dbal": "~2.4", |
||
2660 | "doctrine/doctrine-bundle": "~1.2", |
||
2661 | "doctrine/orm": "~2.4,>=2.4.5", |
||
2662 | "egulias/email-validator": "~1.2,>=1.2.1", |
||
2663 | "ircmaxell/password-compat": "~1.0", |
||
2664 | "monolog/monolog": "~1.11", |
||
2665 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0" |
||
2666 | }, |
||
2667 | "type": "library", |
||
2668 | "extra": { |
||
2669 | "branch-alias": { |
||
2670 | "dev-master": "2.7-dev" |
||
2671 | } |
||
2672 | }, |
||
2673 | "autoload": { |
||
2674 | "psr-4": { |
||
2675 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", |
||
2676 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", |
||
2677 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", |
||
2678 | "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/", |
||
2679 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", |
||
2680 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", |
||
2681 | "Symfony\\Component\\": "src/Symfony/Component/" |
||
2682 | }, |
||
2683 | "classmap": [ |
||
2684 | "src/Symfony/Component/HttpFoundation/Resources/stubs", |
||
2685 | "src/Symfony/Component/Intl/Resources/stubs" |
||
2686 | ], |
||
2687 | "files": [ |
||
2688 | "src/Symfony/Component/Intl/Resources/stubs/functions.php" |
||
2689 | ], |
||
2690 | "exclude-from-classmap": [ |
||
2691 | "**/Tests/" |
||
2692 | ] |
||
2693 | }, |
||
2694 | "notification-url": "https://packagist.org/downloads/", |
||
2695 | "license": [ |
||
2696 | "MIT" |
||
2697 | ], |
||
2698 | "authors": [ |
||
2699 | { |
||
2700 | "name": "Fabien Potencier", |
||
2701 | "email": "[email protected]" |
||
2702 | }, |
||
2703 | { |
||
2704 | "name": "Symfony Community", |
||
2705 | "homepage": "https://symfony.com/contributors" |
||
2706 | } |
||
2707 | ], |
||
2708 | "description": "The Symfony PHP framework", |
||
2709 | "homepage": "https://symfony.com", |
||
2710 | "keywords": [ |
||
2711 | "framework" |
||
2712 | ], |
||
2713 | "time": "2016-07-30 08:15:52" |
||
2714 | }, |
||
2715 | { |
||
2716 | "name": "twig/extensions", |
||
2717 | "version": "v1.3.0", |
||
2718 | "source": { |
||
2719 | "type": "git", |
||
2720 | "url": "https://github.com/twigphp/Twig-extensions.git", |
||
2721 | "reference": "449e3c8a9ffad7c2479c7864557275a32b037499" |
||
2722 | }, |
||
2723 | "dist": { |
||
2724 | "type": "zip", |
||
2725 | "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499", |
||
2726 | "reference": "449e3c8a9ffad7c2479c7864557275a32b037499", |
||
2727 | "shasum": "" |
||
2728 | }, |
||
2729 | "require": { |
||
2730 | "twig/twig": "~1.20|~2.0" |
||
2731 | }, |
||
2732 | "require-dev": { |
||
2733 | "symfony/translation": "~2.3" |
||
2734 | }, |
||
2735 | "suggest": { |
||
2736 | "symfony/translation": "Allow the time_diff output to be translated" |
||
2737 | }, |
||
2738 | "type": "library", |
||
2739 | "extra": { |
||
2740 | "branch-alias": { |
||
2741 | "dev-master": "1.3-dev" |
||
2742 | } |
||
2743 | }, |
||
2744 | "autoload": { |
||
2745 | "psr-0": { |
||
2746 | "Twig_Extensions_": "lib/" |
||
2747 | } |
||
2748 | }, |
||
2749 | "notification-url": "https://packagist.org/downloads/", |
||
2750 | "license": [ |
||
2751 | "MIT" |
||
2752 | ], |
||
2753 | "authors": [ |
||
2754 | { |
||
2755 | "name": "Fabien Potencier", |
||
2756 | "email": "[email protected]" |
||
2757 | } |
||
2758 | ], |
||
2759 | "description": "Common additional features for Twig that do not directly belong in core", |
||
2760 | "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html", |
||
2761 | "keywords": [ |
||
2762 | "i18n", |
||
2763 | "text" |
||
2764 | ], |
||
2765 | "time": "2015-08-22 16:38:35" |
||
2766 | }, |
||
2767 | { |
||
2768 | "name": "twig/twig", |
||
2769 | "version": "v1.24.1", |
||
2770 | "source": { |
||
2771 | "type": "git", |
||
2772 | "url": "https://github.com/twigphp/Twig.git", |
||
2773 | "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512" |
||
2774 | }, |
||
2775 | "dist": { |
||
2776 | "type": "zip", |
||
2777 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/3566d311a92aae4deec6e48682dc5a4528c4a512", |
||
2778 | "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512", |
||
2779 | "shasum": "" |
||
2780 | }, |
||
2781 | "require": { |
||
2782 | "php": ">=5.2.7" |
||
2783 | }, |
||
2784 | "require-dev": { |
||
2785 | "symfony/debug": "~2.7", |
||
2786 | "symfony/phpunit-bridge": "~2.7" |
||
2787 | }, |
||
2788 | "type": "library", |
||
2789 | "extra": { |
||
2790 | "branch-alias": { |
||
2791 | "dev-master": "1.24-dev" |
||
2792 | } |
||
2793 | }, |
||
2794 | "autoload": { |
||
2795 | "psr-0": { |
||
2796 | "Twig_": "lib/" |
||
2797 | } |
||
2798 | }, |
||
2799 | "notification-url": "https://packagist.org/downloads/", |
||
2800 | "license": [ |
||
2801 | "BSD-3-Clause" |
||
2802 | ], |
||
2803 | "authors": [ |
||
2804 | { |
||
2805 | "name": "Fabien Potencier", |
||
2806 | "email": "[email protected]", |
||
2807 | "homepage": "http://fabien.potencier.org", |
||
2808 | "role": "Lead Developer" |
||
2809 | }, |
||
2810 | { |
||
2811 | "name": "Armin Ronacher", |
||
2812 | "email": "[email protected]", |
||
2813 | "role": "Project Founder" |
||
2814 | }, |
||
2815 | { |
||
2816 | "name": "Twig Team", |
||
2817 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
2818 | "role": "Contributors" |
||
2819 | } |
||
2820 | ], |
||
2821 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
2822 | "homepage": "http://twig.sensiolabs.org", |
||
2823 | "keywords": [ |
||
2824 | "templating" |
||
2825 | ], |
||
2826 | "time": "2016-05-30 09:11:59" |
||
2827 | } |
||
2828 | ], |
||
2829 | "packages-dev": [ |
||
2830 | { |
||
2831 | "name": "behat/behat", |
||
2832 | "version": "v2.5.5", |
||
2833 | "source": { |
||
2834 | "type": "git", |
||
2835 | "url": "https://github.com/Behat/Behat.git", |
||
2836 | "reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120" |
||
2837 | }, |
||
2838 | "dist": { |
||
2839 | "type": "zip", |
||
2840 | "url": "https://api.github.com/repos/Behat/Behat/zipball/c1e48826b84669c97a1efa78459aedfdcdcf2120", |
||
2841 | "reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120", |
||
2842 | "shasum": "" |
||
2843 | }, |
||
2844 | "require": { |
||
2845 | "behat/gherkin": "~2.3.0", |
||
2846 | "php": ">=5.3.1", |
||
2847 | "symfony/config": "~2.3", |
||
2848 | "symfony/console": "~2.0", |
||
2849 | "symfony/dependency-injection": "~2.0", |
||
2850 | "symfony/event-dispatcher": "~2.0", |
||
2851 | "symfony/finder": "~2.0", |
||
2852 | "symfony/translation": "~2.3", |
||
2853 | "symfony/yaml": "~2.0" |
||
2854 | }, |
||
2855 | "require-dev": { |
||
2856 | "phpunit/phpunit": "~3.7.19" |
||
2857 | }, |
||
2858 | "suggest": { |
||
2859 | "behat/mink-extension": "for integration with Mink testing framework", |
||
2860 | "behat/symfony2-extension": "for integration with Symfony2 web framework", |
||
2861 | "behat/yii-extension": "for integration with Yii web framework" |
||
2862 | }, |
||
2863 | "bin": [ |
||
2864 | "bin/behat" |
||
2865 | ], |
||
2866 | "type": "library", |
||
2867 | "autoload": { |
||
2868 | "psr-0": { |
||
2869 | "Behat\\Behat": "src/" |
||
2870 | } |
||
2871 | }, |
||
2872 | "notification-url": "https://packagist.org/downloads/", |
||
2873 | "license": [ |
||
2874 | "MIT" |
||
2875 | ], |
||
2876 | "authors": [ |
||
2877 | { |
||
2878 | "name": "Konstantin Kudryashov", |
||
2879 | "email": "[email protected]", |
||
2880 | "homepage": "http://everzet.com" |
||
2881 | } |
||
2882 | ], |
||
2883 | "description": "Scenario-oriented BDD framework for PHP 5.3", |
||
2884 | "homepage": "http://behat.org/", |
||
2885 | "keywords": [ |
||
2886 | "BDD", |
||
2887 | "Behat", |
||
2888 | "Symfony2" |
||
2889 | ], |
||
2890 | "time": "2015-06-01 09:37:55" |
||
2891 | }, |
||
2892 | { |
||
2893 | "name": "behat/gherkin", |
||
2894 | "version": "v2.3.5", |
||
2895 | "source": { |
||
2896 | "type": "git", |
||
2897 | "url": "https://github.com/Behat/Gherkin.git", |
||
2898 | "reference": "2b33963da5525400573560c173ab5c9c057e1852" |
||
2899 | }, |
||
2900 | "dist": { |
||
2901 | "type": "zip", |
||
2902 | "url": "https://api.github.com/repos/Behat/Gherkin/zipball/2b33963da5525400573560c173ab5c9c057e1852", |
||
2903 | "reference": "2b33963da5525400573560c173ab5c9c057e1852", |
||
2904 | "shasum": "" |
||
2905 | }, |
||
2906 | "require": { |
||
2907 | "php": ">=5.3.1", |
||
2908 | "symfony/finder": "~2.0" |
||
2909 | }, |
||
2910 | "require-dev": { |
||
2911 | "symfony/config": "~2.0", |
||
2912 | "symfony/translation": "~2.0", |
||
2913 | "symfony/yaml": "~2.0" |
||
2914 | }, |
||
2915 | "suggest": { |
||
2916 | "symfony/config": "If you want to use Config component to manage resources", |
||
2917 | "symfony/translation": "If you want to use Symfony2 translations adapter", |
||
2918 | "symfony/yaml": "If you want to parse features, represented in YAML files" |
||
2919 | }, |
||
2920 | "type": "library", |
||
2921 | "extra": { |
||
2922 | "branch-alias": { |
||
2923 | "dev-develop": "2.2-dev" |
||
2924 | } |
||
2925 | }, |
||
2926 | "autoload": { |
||
2927 | "psr-0": { |
||
2928 | "Behat\\Gherkin": "src/" |
||
2929 | } |
||
2930 | }, |
||
2931 | "notification-url": "https://packagist.org/downloads/", |
||
2932 | "license": [ |
||
2933 | "MIT" |
||
2934 | ], |
||
2935 | "authors": [ |
||
2936 | { |
||
2937 | "name": "Konstantin Kudryashov", |
||
2938 | "email": "[email protected]", |
||
2939 | "homepage": "http://everzet.com" |
||
2940 | } |
||
2941 | ], |
||
2942 | "description": "Gherkin DSL parser for PHP 5.3", |
||
2943 | "homepage": "http://behat.org/", |
||
2944 | "keywords": [ |
||
2945 | "BDD", |
||
2946 | "Behat", |
||
2947 | "DSL", |
||
2948 | "Symfony2", |
||
2949 | "parser" |
||
2950 | ], |
||
2951 | "time": "2013-10-15 11:22:17" |
||
2952 | }, |
||
2953 | { |
||
2954 | "name": "behat/mink", |
||
2955 | "version": "v1.7.1", |
||
2956 | "source": { |
||
2957 | "type": "git", |
||
2958 | "url": "https://github.com/minkphp/Mink.git", |
||
2959 | "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9" |
||
2960 | }, |
||
2961 | "dist": { |
||
2962 | "type": "zip", |
||
2963 | "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9", |
||
2964 | "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9", |
||
2965 | "shasum": "" |
||
2966 | }, |
||
2967 | "require": { |
||
2968 | "php": ">=5.3.1", |
||
2969 | "symfony/css-selector": "~2.1|~3.0" |
||
2970 | }, |
||
2971 | "require-dev": { |
||
2972 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
2973 | }, |
||
2974 | "suggest": { |
||
2975 | "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", |
||
2976 | "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", |
||
2977 | "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", |
||
2978 | "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)" |
||
2979 | }, |
||
2980 | "type": "library", |
||
2981 | "extra": { |
||
2982 | "branch-alias": { |
||
2983 | "dev-master": "1.7.x-dev" |
||
2984 | } |
||
2985 | }, |
||
2986 | "autoload": { |
||
2987 | "psr-4": { |
||
2988 | "Behat\\Mink\\": "src/" |
||
2989 | } |
||
2990 | }, |
||
2991 | "notification-url": "https://packagist.org/downloads/", |
||
2992 | "license": [ |
||
2993 | "MIT" |
||
2994 | ], |
||
2995 | "authors": [ |
||
2996 | { |
||
2997 | "name": "Konstantin Kudryashov", |
||
2998 | "email": "[email protected]", |
||
2999 | "homepage": "http://everzet.com" |
||
3000 | } |
||
3001 | ], |
||
3002 | "description": "Browser controller/emulator abstraction for PHP", |
||
3003 | "homepage": "http://mink.behat.org/", |
||
3004 | "keywords": [ |
||
3005 | "browser", |
||
3006 | "testing", |
||
3007 | "web" |
||
3008 | ], |
||
3009 | "time": "2016-03-05 08:26:18" |
||
3010 | }, |
||
3011 | { |
||
3012 | "name": "behat/mink-browserkit-driver", |
||
3013 | "version": "v1.3.2", |
||
3014 | "source": { |
||
3015 | "type": "git", |
||
3016 | "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", |
||
3017 | "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb" |
||
3018 | }, |
||
3019 | "dist": { |
||
3020 | "type": "zip", |
||
3021 | "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb", |
||
3022 | "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb", |
||
3023 | "shasum": "" |
||
3024 | }, |
||
3025 | "require": { |
||
3026 | "behat/mink": "^1.7.1@dev", |
||
3027 | "php": ">=5.3.6", |
||
3028 | "symfony/browser-kit": "~2.3|~3.0", |
||
3029 | "symfony/dom-crawler": "~2.3|~3.0" |
||
3030 | }, |
||
3031 | "require-dev": { |
||
3032 | "silex/silex": "~1.2", |
||
3033 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
3034 | }, |
||
3035 | "type": "mink-driver", |
||
3036 | "extra": { |
||
3037 | "branch-alias": { |
||
3038 | "dev-master": "1.3.x-dev" |
||
3039 | } |
||
3040 | }, |
||
3041 | "autoload": { |
||
3042 | "psr-4": { |
||
3043 | "Behat\\Mink\\Driver\\": "src/" |
||
3044 | } |
||
3045 | }, |
||
3046 | "notification-url": "https://packagist.org/downloads/", |
||
3047 | "license": [ |
||
3048 | "MIT" |
||
3049 | ], |
||
3050 | "authors": [ |
||
3051 | { |
||
3052 | "name": "Konstantin Kudryashov", |
||
3053 | "email": "[email protected]", |
||
3054 | "homepage": "http://everzet.com" |
||
3055 | } |
||
3056 | ], |
||
3057 | "description": "Symfony2 BrowserKit driver for Mink framework", |
||
3058 | "homepage": "http://mink.behat.org/", |
||
3059 | "keywords": [ |
||
3060 | "Mink", |
||
3061 | "Symfony2", |
||
3062 | "browser", |
||
3063 | "testing" |
||
3064 | ], |
||
3065 | "time": "2016-03-05 08:59:47" |
||
3066 | }, |
||
3067 | { |
||
3068 | "name": "behat/mink-extension", |
||
3069 | "version": "v1.3.3", |
||
3070 | "source": { |
||
3071 | "type": "git", |
||
3072 | "url": "https://github.com/Behat/MinkExtension.git", |
||
3073 | "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8" |
||
3074 | }, |
||
3075 | "dist": { |
||
3076 | "type": "zip", |
||
3077 | "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/b885b9407cba50a954f72c69ed1b2f8d3bc694f8", |
||
3078 | "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8", |
||
3079 | "shasum": "" |
||
3080 | }, |
||
3081 | "require": { |
||
3082 | "behat/behat": "~2.5.0", |
||
3083 | "behat/mink": "~1.5", |
||
3084 | "php": ">=5.3.2", |
||
3085 | "symfony/config": "~2.2" |
||
3086 | }, |
||
3087 | "require-dev": { |
||
3088 | "behat/mink-goutte-driver": "~1.0", |
||
3089 | "fabpot/goutte": "~1.0" |
||
3090 | }, |
||
3091 | "type": "behat-extension", |
||
3092 | "autoload": { |
||
3093 | "psr-0": { |
||
3094 | "Behat\\MinkExtension": "src/" |
||
3095 | } |
||
3096 | }, |
||
3097 | "notification-url": "https://packagist.org/downloads/", |
||
3098 | "license": [ |
||
3099 | "MIT" |
||
3100 | ], |
||
3101 | "authors": [ |
||
3102 | { |
||
3103 | "name": "Konstantin Kudryashov", |
||
3104 | "email": "[email protected]", |
||
3105 | "homepage": "http://everzet.com" |
||
3106 | } |
||
3107 | ], |
||
3108 | "description": "Mink extension for Behat", |
||
3109 | "homepage": "http://mink.behat.org", |
||
3110 | "keywords": [ |
||
3111 | "browser", |
||
3112 | "gui", |
||
3113 | "test", |
||
3114 | "web" |
||
3115 | ], |
||
3116 | "time": "2014-05-15 19:27:39" |
||
3117 | }, |
||
3118 | { |
||
3119 | "name": "behat/mink-goutte-driver", |
||
3120 | "version": "v1.2.1", |
||
3121 | "source": { |
||
3122 | "type": "git", |
||
3123 | "url": "https://github.com/minkphp/MinkGoutteDriver.git", |
||
3124 | "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca" |
||
3125 | }, |
||
3126 | "dist": { |
||
3127 | "type": "zip", |
||
3128 | "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca", |
||
3129 | "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca", |
||
3130 | "shasum": "" |
||
3131 | }, |
||
3132 | "require": { |
||
3133 | "behat/mink": "~1.6@dev", |
||
3134 | "behat/mink-browserkit-driver": "~1.2@dev", |
||
3135 | "fabpot/goutte": "~1.0.4|~2.0|~3.1", |
||
3136 | "php": ">=5.3.1" |
||
3137 | }, |
||
3138 | "require-dev": { |
||
3139 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
3140 | }, |
||
3141 | "type": "mink-driver", |
||
3142 | "extra": { |
||
3143 | "branch-alias": { |
||
3144 | "dev-master": "1.2.x-dev" |
||
3145 | } |
||
3146 | }, |
||
3147 | "autoload": { |
||
3148 | "psr-4": { |
||
3149 | "Behat\\Mink\\Driver\\": "src/" |
||
3150 | } |
||
3151 | }, |
||
3152 | "notification-url": "https://packagist.org/downloads/", |
||
3153 | "license": [ |
||
3154 | "MIT" |
||
3155 | ], |
||
3156 | "authors": [ |
||
3157 | { |
||
3158 | "name": "Konstantin Kudryashov", |
||
3159 | "email": "[email protected]", |
||
3160 | "homepage": "http://everzet.com" |
||
3161 | } |
||
3162 | ], |
||
3163 | "description": "Goutte driver for Mink framework", |
||
3164 | "homepage": "http://mink.behat.org/", |
||
3165 | "keywords": [ |
||
3166 | "browser", |
||
3167 | "goutte", |
||
3168 | "headless", |
||
3169 | "testing" |
||
3170 | ], |
||
3171 | "time": "2016-03-05 09:04:22" |
||
3172 | }, |
||
3173 | { |
||
3174 | "name": "behat/mink-selenium2-driver", |
||
3175 | "version": "v1.3.1", |
||
3176 | "source": { |
||
3177 | "type": "git", |
||
3178 | "url": "https://github.com/minkphp/MinkSelenium2Driver.git", |
||
3179 | "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288" |
||
3180 | }, |
||
3181 | "dist": { |
||
3182 | "type": "zip", |
||
3183 | "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288", |
||
3184 | "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288", |
||
3185 | "shasum": "" |
||
3186 | }, |
||
3187 | "require": { |
||
3188 | "behat/mink": "~1.7@dev", |
||
3189 | "instaclick/php-webdriver": "~1.1", |
||
3190 | "php": ">=5.3.1" |
||
3191 | }, |
||
3192 | "require-dev": { |
||
3193 | "symfony/phpunit-bridge": "~2.7" |
||
3194 | }, |
||
3195 | "type": "mink-driver", |
||
3196 | "extra": { |
||
3197 | "branch-alias": { |
||
3198 | "dev-master": "1.3.x-dev" |
||
3199 | } |
||
3200 | }, |
||
3201 | "autoload": { |
||
3202 | "psr-4": { |
||
3203 | "Behat\\Mink\\Driver\\": "src/" |
||
3204 | } |
||
3205 | }, |
||
3206 | "notification-url": "https://packagist.org/downloads/", |
||
3207 | "license": [ |
||
3208 | "MIT" |
||
3209 | ], |
||
3210 | "authors": [ |
||
3211 | { |
||
3212 | "name": "Konstantin Kudryashov", |
||
3213 | "email": "[email protected]", |
||
3214 | "homepage": "http://everzet.com" |
||
3215 | }, |
||
3216 | { |
||
3217 | "name": "Pete Otaqui", |
||
3218 | "email": "[email protected]", |
||
3219 | "homepage": "https://github.com/pete-otaqui" |
||
3220 | } |
||
3221 | ], |
||
3222 | "description": "Selenium2 (WebDriver) driver for Mink framework", |
||
3223 | "homepage": "http://mink.behat.org/", |
||
3224 | "keywords": [ |
||
3225 | "ajax", |
||
3226 | "browser", |
||
3227 | "javascript", |
||
3228 | "selenium", |
||
3229 | "testing", |
||
3230 | "webdriver" |
||
3231 | ], |
||
3232 | "time": "2016-03-05 09:10:18" |
||
3233 | }, |
||
3234 | { |
||
3235 | "name": "camspiers/json-pretty", |
||
3236 | "version": "1.0.2", |
||
3237 | "source": { |
||
3238 | "type": "git", |
||
3239 | "url": "https://github.com/camspiers/json-pretty.git", |
||
3240 | "reference": "17be37cb83af8014658da48fa0012604179039a7" |
||
3241 | }, |
||
3242 | "dist": { |
||
3243 | "type": "zip", |
||
3244 | "url": "https://api.github.com/repos/camspiers/json-pretty/zipball/17be37cb83af8014658da48fa0012604179039a7", |
||
3245 | "reference": "17be37cb83af8014658da48fa0012604179039a7", |
||
3246 | "shasum": "" |
||
3247 | }, |
||
3248 | "require-dev": { |
||
3249 | "phpunit/phpunit": "~4.0" |
||
3250 | }, |
||
3251 | "type": "library", |
||
3252 | "autoload": { |
||
3253 | "psr-0": { |
||
3254 | "Camspiers": "src/" |
||
3255 | } |
||
3256 | }, |
||
3257 | "notification-url": "https://packagist.org/downloads/", |
||
3258 | "license": [ |
||
3259 | "MIT" |
||
3260 | ], |
||
3261 | "authors": [ |
||
3262 | { |
||
3263 | "name": "Cam Spiers", |
||
3264 | "email": "[email protected]" |
||
3265 | } |
||
3266 | ], |
||
3267 | "description": "Provides support for json pretty printing", |
||
3268 | "time": "2016-02-06 01:25:58" |
||
3269 | }, |
||
3270 | { |
||
3271 | "name": "doctrine/data-fixtures", |
||
3272 | "version": "v1.2.1", |
||
3273 | "source": { |
||
3274 | "type": "git", |
||
3275 | "url": "https://github.com/doctrine/data-fixtures.git", |
||
3276 | "reference": "b3cae5efef97191a08d53d733260f7eb667c16e4" |
||
3277 | }, |
||
3278 | "dist": { |
||
3279 | "type": "zip", |
||
3280 | "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/b3cae5efef97191a08d53d733260f7eb667c16e4", |
||
3281 | "reference": "b3cae5efef97191a08d53d733260f7eb667c16e4", |
||
3282 | "shasum": "" |
||
3283 | }, |
||
3284 | "require": { |
||
3285 | "doctrine/common": "~2.2", |
||
3286 | "php": "^5.6 || ^7.0" |
||
3287 | }, |
||
3288 | "conflict": { |
||
3289 | "doctrine/orm": "< 2.4" |
||
3290 | }, |
||
3291 | "require-dev": { |
||
3292 | "doctrine/dbal": "^2.5.4", |
||
3293 | "doctrine/orm": "^2.5.4", |
||
3294 | "phpunit/phpunit": "^5.4.6" |
||
3295 | }, |
||
3296 | "suggest": { |
||
3297 | "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures", |
||
3298 | "doctrine/orm": "For loading ORM fixtures", |
||
3299 | "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures" |
||
3300 | }, |
||
3301 | "type": "library", |
||
3302 | "extra": { |
||
3303 | "branch-alias": { |
||
3304 | "dev-master": "1.3.x-dev" |
||
3305 | } |
||
3306 | }, |
||
3307 | "autoload": { |
||
3308 | "psr-0": { |
||
3309 | "Doctrine\\Common\\DataFixtures": "lib/" |
||
3310 | } |
||
3311 | }, |
||
3312 | "notification-url": "https://packagist.org/downloads/", |
||
3313 | "license": [ |
||
3314 | "MIT" |
||
3315 | ], |
||
3316 | "authors": [ |
||
3317 | { |
||
3318 | "name": "Jonathan Wage", |
||
3319 | "email": "[email protected]" |
||
3320 | } |
||
3321 | ], |
||
3322 | "description": "Data Fixtures for all Doctrine Object Managers", |
||
3323 | "homepage": "http://www.doctrine-project.org", |
||
3324 | "keywords": [ |
||
3325 | "database" |
||
3326 | ], |
||
3327 | "time": "2016-06-20 18:08:26" |
||
3328 | }, |
||
3329 | { |
||
3330 | "name": "fabpot/goutte", |
||
3331 | "version": "v2.0.4", |
||
3332 | "source": { |
||
3333 | "type": "git", |
||
3334 | "url": "https://github.com/FriendsOfPHP/Goutte.git", |
||
3335 | "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802" |
||
3336 | }, |
||
3337 | "dist": { |
||
3338 | "type": "zip", |
||
3339 | "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/0ad3ee6dc2d0aaa832a80041a1e09bf394e99802", |
||
3340 | "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802", |
||
3341 | "shasum": "" |
||
3342 | }, |
||
3343 | "require": { |
||
3344 | "guzzlehttp/guzzle": ">=4,<6", |
||
3345 | "php": ">=5.4.0", |
||
3346 | "symfony/browser-kit": "~2.1", |
||
3347 | "symfony/css-selector": "~2.1", |
||
3348 | "symfony/dom-crawler": "~2.1" |
||
3349 | }, |
||
3350 | "type": "application", |
||
3351 | "extra": { |
||
3352 | "branch-alias": { |
||
3353 | "dev-master": "2.0-dev" |
||
3354 | } |
||
3355 | }, |
||
3356 | "autoload": { |
||
3357 | "psr-4": { |
||
3358 | "Goutte\\": "Goutte" |
||
3359 | } |
||
3360 | }, |
||
3361 | "notification-url": "https://packagist.org/downloads/", |
||
3362 | "license": [ |
||
3363 | "MIT" |
||
3364 | ], |
||
3365 | "authors": [ |
||
3366 | { |
||
3367 | "name": "Fabien Potencier", |
||
3368 | "email": "[email protected]" |
||
3369 | } |
||
3370 | ], |
||
3371 | "description": "A simple PHP Web Scraper", |
||
3372 | "homepage": "https://github.com/FriendsOfPHP/Goutte", |
||
3373 | "keywords": [ |
||
3374 | "scraper" |
||
3375 | ], |
||
3376 | "time": "2015-05-05 21:14:57" |
||
3377 | }, |
||
3378 | { |
||
3379 | "name": "hamcrest/hamcrest-php", |
||
3380 | "version": "v1.2.2", |
||
3381 | "source": { |
||
3382 | "type": "git", |
||
3383 | "url": "https://github.com/hamcrest/hamcrest-php.git", |
||
3384 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c" |
||
3385 | }, |
||
3386 | "dist": { |
||
3387 | "type": "zip", |
||
3388 | "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
3389 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
3390 | "shasum": "" |
||
3391 | }, |
||
3392 | "require": { |
||
3393 | "php": ">=5.3.2" |
||
3394 | }, |
||
3395 | "replace": { |
||
3396 | "cordoval/hamcrest-php": "*", |
||
3397 | "davedevelopment/hamcrest-php": "*", |
||
3398 | "kodova/hamcrest-php": "*" |
||
3399 | }, |
||
3400 | "require-dev": { |
||
3401 | "phpunit/php-file-iterator": "1.3.3", |
||
3402 | "satooshi/php-coveralls": "dev-master" |
||
3403 | }, |
||
3404 | "type": "library", |
||
3405 | "autoload": { |
||
3406 | "classmap": [ |
||
3407 | "hamcrest" |
||
3408 | ], |
||
3409 | "files": [ |
||
3410 | "hamcrest/Hamcrest.php" |
||
3411 | ] |
||
3412 | }, |
||
3413 | "notification-url": "https://packagist.org/downloads/", |
||
3414 | "license": [ |
||
3415 | "BSD" |
||
3416 | ], |
||
3417 | "description": "This is the PHP port of Hamcrest Matchers", |
||
3418 | "keywords": [ |
||
3419 | "test" |
||
3420 | ], |
||
3421 | "time": "2015-05-11 14:41:42" |
||
3422 | }, |
||
3423 | { |
||
3424 | "name": "ibuildings/qa-tools", |
||
3425 | "version": "1.1.27", |
||
3426 | "source": { |
||
3427 | "type": "git", |
||
3428 | "url": "https://github.com/ibuildingsnl/qa-tools.git", |
||
3429 | "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd" |
||
3430 | }, |
||
3431 | "dist": { |
||
3432 | "type": "zip", |
||
3433 | "url": "https://api.github.com/repos/ibuildingsnl/qa-tools/zipball/8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd", |
||
3434 | "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd", |
||
3435 | "shasum": "" |
||
3436 | }, |
||
3437 | "require": { |
||
3438 | "behat/behat": "~2.5", |
||
3439 | "behat/mink": "*", |
||
3440 | "behat/mink-extension": "*", |
||
3441 | "behat/mink-goutte-driver": ">=1.0.9", |
||
3442 | "behat/mink-selenium2-driver": "*", |
||
3443 | "camspiers/json-pretty": "~1.0", |
||
3444 | "phpmd/phpmd": "~2", |
||
3445 | "phpunit/phpunit": "~4", |
||
3446 | "sebastian/phpcpd": "~2", |
||
3447 | "sensiolabs/security-checker": "~2.0", |
||
3448 | "squizlabs/php_codesniffer": "~1", |
||
3449 | "symfony/console": "~2.1", |
||
3450 | "symfony/filesystem": "~2.1", |
||
3451 | "twig/twig": "~1.12" |
||
3452 | }, |
||
3453 | "bin": [ |
||
3454 | "bin/qa-tools", |
||
3455 | "bin/jshint" |
||
3456 | ], |
||
3457 | "type": "library", |
||
3458 | "extra": { |
||
3459 | "branch-alias": { |
||
3460 | "dev-master": "1.1.x-dev" |
||
3461 | } |
||
3462 | }, |
||
3463 | "autoload": { |
||
3464 | "psr-0": { |
||
3465 | "Ibuildings": "src/" |
||
3466 | } |
||
3467 | }, |
||
3468 | "notification-url": "https://packagist.org/downloads/", |
||
3469 | "license": [ |
||
3470 | "MIT" |
||
3471 | ], |
||
3472 | "description": "Ibuildings standard QA Tools", |
||
3473 | "time": "2014-10-06 10:35:34" |
||
3474 | }, |
||
3475 | { |
||
3476 | "name": "instaclick/php-webdriver", |
||
3477 | "version": "1.4.3", |
||
3478 | "source": { |
||
3479 | "type": "git", |
||
3480 | "url": "https://github.com/instaclick/php-webdriver.git", |
||
3481 | "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb" |
||
3482 | }, |
||
3483 | "dist": { |
||
3484 | "type": "zip", |
||
3485 | "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb", |
||
3486 | "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb", |
||
3487 | "shasum": "" |
||
3488 | }, |
||
3489 | "require": { |
||
3490 | "ext-curl": "*", |
||
3491 | "php": ">=5.3.2" |
||
3492 | }, |
||
3493 | "require-dev": { |
||
3494 | "satooshi/php-coveralls": "dev-master" |
||
3495 | }, |
||
3496 | "type": "library", |
||
3497 | "extra": { |
||
3498 | "branch-alias": { |
||
3499 | "dev-master": "1.4.x-dev" |
||
3500 | } |
||
3501 | }, |
||
3502 | "autoload": { |
||
3503 | "psr-0": { |
||
3504 | "WebDriver": "lib/" |
||
3505 | } |
||
3506 | }, |
||
3507 | "notification-url": "https://packagist.org/downloads/", |
||
3508 | "license": [ |
||
3509 | "Apache-2.0" |
||
3510 | ], |
||
3511 | "authors": [ |
||
3512 | { |
||
3513 | "name": "Justin Bishop", |
||
3514 | "email": "[email protected]", |
||
3515 | "role": "Developer" |
||
3516 | }, |
||
3517 | { |
||
3518 | "name": "Anthon Pang", |
||
3519 | "email": "[email protected]", |
||
3520 | "role": "Fork Maintainer" |
||
3521 | } |
||
3522 | ], |
||
3523 | "description": "PHP WebDriver for Selenium 2", |
||
3524 | "homepage": "http://instaclick.com/", |
||
3525 | "keywords": [ |
||
3526 | "browser", |
||
3527 | "selenium", |
||
3528 | "webdriver", |
||
3529 | "webtest" |
||
3530 | ], |
||
3531 | "time": "2015-06-15 20:19:33" |
||
3532 | }, |
||
3533 | { |
||
3534 | "name": "liip/functional-test-bundle", |
||
3535 | "version": "1.6.3", |
||
3536 | "source": { |
||
3537 | "type": "git", |
||
3538 | "url": "https://github.com/liip/LiipFunctionalTestBundle.git", |
||
3539 | "reference": "f3606bff7fcf7208a482f88d4cd216ebf4af194e" |
||
3540 | }, |
||
3541 | "dist": { |
||
3542 | "type": "zip", |
||
3543 | "url": "https://api.github.com/repos/liip/LiipFunctionalTestBundle/zipball/f3606bff7fcf7208a482f88d4cd216ebf4af194e", |
||
3544 | "reference": "f3606bff7fcf7208a482f88d4cd216ebf4af194e", |
||
3545 | "shasum": "" |
||
3546 | }, |
||
3547 | "require": { |
||
3548 | "doctrine/common": "~2.0", |
||
3549 | "php": "^5.3.9|^7.0", |
||
3550 | "symfony/browser-kit": "~2.3|~3.0", |
||
3551 | "symfony/framework-bundle": "2.3.*|~2.7|~3.0" |
||
3552 | }, |
||
3553 | "require-dev": { |
||
3554 | "brianium/paratest": "~0.12.0|~0.13.2", |
||
3555 | "doctrine/doctrine-fixtures-bundle": "~2.3", |
||
3556 | "doctrine/orm": "^2.4.8", |
||
3557 | "doctrine/phpcr-bundle": "~1.3", |
||
3558 | "doctrine/phpcr-odm": "~1.3", |
||
3559 | "hautelook/alice-bundle": "~0.2|~1.2", |
||
3560 | "jackalope/jackalope-doctrine-dbal": "1.1.*|1.2.*", |
||
3561 | "nelmio/alice": "~1.7|~2.0", |
||
3562 | "phpunit/phpunit": "4.8.*|~5.2", |
||
3563 | "symfony/assetic-bundle": "~2.3", |
||
3564 | "symfony/monolog-bundle": "~2.4", |
||
3565 | "symfony/symfony": "~2.3.1|~2.7|~3.0", |
||
3566 | "twig/twig": "~1.12" |
||
3567 | }, |
||
3568 | "suggest": { |
||
3569 | "brianium/paratest": "Required when using paratest to parallelize tests", |
||
3570 | "doctrine/dbal": "Required when using the fixture loading functionality with an ORM and SQLite", |
||
3571 | "doctrine/doctrine-fixtures-bundle": "Required when using the fixture loading functionality", |
||
3572 | "doctrine/orm": "Required when using the fixture loading functionality with an ORM and SQLite", |
||
3573 | "hautelook/alice-bundle": "Required when using loadFixtureFiles functionality with custom providers", |
||
3574 | "nelmio/alice": "Required when using loadFixtureFiles functionality", |
||
3575 | "symfony/framework-bundle": "To use assertStatusCode and assertValidationErrors ~2.5" |
||
3576 | }, |
||
3577 | "type": "symfony-bundle", |
||
3578 | "extra": { |
||
3579 | "branch-alias": { |
||
3580 | "dev-master": "1.6.x-dev" |
||
3581 | } |
||
3582 | }, |
||
3583 | "autoload": { |
||
3584 | "psr-4": { |
||
3585 | "Liip\\FunctionalTestBundle\\": "" |
||
3586 | } |
||
3587 | }, |
||
3588 | "notification-url": "https://packagist.org/downloads/", |
||
3589 | "license": [ |
||
3590 | "MIT" |
||
3591 | ], |
||
3592 | "authors": [ |
||
3593 | { |
||
3594 | "name": "Liip AG", |
||
3595 | "homepage": "http://www.liip.ch/" |
||
3596 | }, |
||
3597 | { |
||
3598 | "name": "Community contributions", |
||
3599 | "homepage": "https://github.com/liip/LiipFunctionalTestBundle/contributors" |
||
3600 | } |
||
3601 | ], |
||
3602 | "description": "This bundles provides additional functional test-cases for Symfony2 applications", |
||
3603 | "keywords": [ |
||
3604 | "Symfony2" |
||
3605 | ], |
||
3606 | "time": "2016-05-10 22:04:27" |
||
3607 | }, |
||
3608 | { |
||
3609 | "name": "liip/rmt", |
||
3610 | "version": "1.1.9", |
||
3611 | "source": { |
||
3612 | "type": "git", |
||
3613 | "url": "https://github.com/liip/RMT.git", |
||
3614 | "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07" |
||
3615 | }, |
||
3616 | "dist": { |
||
3617 | "type": "zip", |
||
3618 | "url": "https://api.github.com/repos/liip/RMT/zipball/81ecd50b0910a2e6a052e2d34f187922626c4e07", |
||
3619 | "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07", |
||
3620 | "shasum": "" |
||
3621 | }, |
||
3622 | "require": { |
||
3623 | "php": ">=5.3.3", |
||
3624 | "sensiolabs/security-checker": "~2.0", |
||
3625 | "symfony/console": "~2.0", |
||
3626 | "symfony/process": "~2.0", |
||
3627 | "symfony/yaml": "~2.0", |
||
3628 | "vierbergenlars/php-semver": "~3.0" |
||
3629 | }, |
||
3630 | "bin": [ |
||
3631 | "RMT" |
||
3632 | ], |
||
3633 | "type": "library", |
||
3634 | "autoload": { |
||
3635 | "psr-0": { |
||
3636 | "Liip": "src" |
||
3637 | } |
||
3638 | }, |
||
3639 | "notification-url": "https://packagist.org/downloads/", |
||
3640 | "license": [ |
||
3641 | "MIT" |
||
3642 | ], |
||
3643 | "authors": [ |
||
3644 | { |
||
3645 | "name": "Laurent Prodon", |
||
3646 | "email": "[email protected]", |
||
3647 | "role": "Developer" |
||
3648 | }, |
||
3649 | { |
||
3650 | "name": "David Jeanmonod", |
||
3651 | "email": "[email protected]", |
||
3652 | "role": "Developer" |
||
3653 | } |
||
3654 | ], |
||
3655 | "description": "Release Managment Tool: a handy tool to help releasing new version of your software", |
||
3656 | "homepage": "http://github.com/liip/RMT", |
||
3657 | "keywords": [ |
||
3658 | "post-release", |
||
3659 | "pre-release", |
||
3660 | "release", |
||
3661 | "semantic versioning", |
||
3662 | "vcs tag", |
||
3663 | "version" |
||
3664 | ], |
||
3665 | "time": "2015-05-06 20:11:13" |
||
3666 | }, |
||
3667 | { |
||
3668 | "name": "mockery/mockery", |
||
3669 | "version": "0.9.5", |
||
3670 | "source": { |
||
3671 | "type": "git", |
||
3672 | "url": "https://github.com/padraic/mockery.git", |
||
3673 | "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2" |
||
3674 | }, |
||
3675 | "dist": { |
||
3676 | "type": "zip", |
||
3677 | "url": "https://api.github.com/repos/padraic/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2", |
||
3678 | "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2", |
||
3679 | "shasum": "" |
||
3680 | }, |
||
3681 | "require": { |
||
3682 | "hamcrest/hamcrest-php": "~1.1", |
||
3683 | "lib-pcre": ">=7.0", |
||
3684 | "php": ">=5.3.2" |
||
3685 | }, |
||
3686 | "require-dev": { |
||
3687 | "phpunit/phpunit": "~4.0" |
||
3688 | }, |
||
3689 | "type": "library", |
||
3690 | "extra": { |
||
3691 | "branch-alias": { |
||
3692 | "dev-master": "0.9.x-dev" |
||
3693 | } |
||
3694 | }, |
||
3695 | "autoload": { |
||
3696 | "psr-0": { |
||
3697 | "Mockery": "library/" |
||
3698 | } |
||
3699 | }, |
||
3700 | "notification-url": "https://packagist.org/downloads/", |
||
3701 | "license": [ |
||
3702 | "BSD-3-Clause" |
||
3703 | ], |
||
3704 | "authors": [ |
||
3705 | { |
||
3706 | "name": "Pádraic Brady", |
||
3707 | "email": "[email protected]", |
||
3708 | "homepage": "http://blog.astrumfutura.com" |
||
3709 | }, |
||
3710 | { |
||
3711 | "name": "Dave Marshall", |
||
3712 | "email": "[email protected]", |
||
3713 | "homepage": "http://davedevelopment.co.uk" |
||
3714 | } |
||
3715 | ], |
||
3716 | "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.", |
||
3717 | "homepage": "http://github.com/padraic/mockery", |
||
3718 | "keywords": [ |
||
3719 | "BDD", |
||
3720 | "TDD", |
||
3721 | "library", |
||
3722 | "mock", |
||
3723 | "mock objects", |
||
3724 | "mockery", |
||
3725 | "stub", |
||
3726 | "test", |
||
3727 | "test double", |
||
3728 | "testing" |
||
3729 | ], |
||
3730 | "time": "2016-05-22 21:52:33" |
||
3731 | }, |
||
3732 | { |
||
3733 | "name": "moontoast/math", |
||
3734 | "version": "1.1.0", |
||
3735 | "source": { |
||
3736 | "type": "git", |
||
3737 | "url": "https://github.com/ramsey/moontoast-math.git", |
||
3738 | "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3" |
||
3739 | }, |
||
3740 | "dist": { |
||
3741 | "type": "zip", |
||
3742 | "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/fce28a9d1e73e73376cb44e5e581675d15fbe2f3", |
||
3743 | "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3", |
||
3744 | "shasum": "" |
||
3745 | }, |
||
3746 | "require": { |
||
3747 | "ext-bcmath": "*", |
||
3748 | "php": ">=5.3.3" |
||
3749 | }, |
||
3750 | "type": "library", |
||
3751 | "autoload": { |
||
3752 | "psr-0": { |
||
3753 | "Moontoast\\Math": "src/" |
||
3754 | } |
||
3755 | }, |
||
3756 | "notification-url": "https://packagist.org/downloads/", |
||
3757 | "license": [ |
||
3758 | "Apache-2.0" |
||
3759 | ], |
||
3760 | "description": "A mathematics library, providing functionality for large numbers", |
||
3761 | "homepage": "https://github.com/moontoast/math", |
||
3762 | "keywords": [ |
||
3763 | "bcmath", |
||
3764 | "math" |
||
3765 | ], |
||
3766 | "time": "2013-01-19 17:42:34" |
||
3767 | }, |
||
3768 | { |
||
3769 | "name": "pdepend/pdepend", |
||
3770 | "version": "2.2.4", |
||
3771 | "source": { |
||
3772 | "type": "git", |
||
3773 | "url": "https://github.com/pdepend/pdepend.git", |
||
3774 | "reference": "b086687f3a01dc6bb92d633aef071d2c5dd0db06" |
||
3775 | }, |
||
3776 | "dist": { |
||
3777 | "type": "zip", |
||
3778 | "url": "https://api.github.com/repos/pdepend/pdepend/zipball/b086687f3a01dc6bb92d633aef071d2c5dd0db06", |
||
3779 | "reference": "b086687f3a01dc6bb92d633aef071d2c5dd0db06", |
||
3780 | "shasum": "" |
||
3781 | }, |
||
3782 | "require": { |
||
3783 | "php": ">=5.3.7", |
||
3784 | "symfony/config": "^2.3.0|^3", |
||
3785 | "symfony/dependency-injection": "^2.3.0|^3", |
||
3786 | "symfony/filesystem": "^2.3.0|^3" |
||
3787 | }, |
||
3788 | "require-dev": { |
||
3789 | "phpunit/phpunit": "^4.4.0,<4.8", |
||
3790 | "squizlabs/php_codesniffer": "^2.0.0" |
||
3791 | }, |
||
3792 | "bin": [ |
||
3793 | "src/bin/pdepend" |
||
3794 | ], |
||
3795 | "type": "library", |
||
3796 | "autoload": { |
||
3797 | "psr-4": { |
||
3798 | "PDepend\\": "src/main/php/PDepend" |
||
3799 | } |
||
3800 | }, |
||
3801 | "notification-url": "https://packagist.org/downloads/", |
||
3802 | "license": [ |
||
3803 | "BSD-3-Clause" |
||
3804 | ], |
||
3805 | "description": "Official version of pdepend to be handled with Composer", |
||
3806 | "time": "2016-03-10 15:15:04" |
||
3807 | }, |
||
3808 | { |
||
3809 | "name": "phpdocumentor/reflection-common", |
||
3810 | "version": "1.0", |
||
3811 | "source": { |
||
3812 | "type": "git", |
||
3813 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
3814 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" |
||
3815 | }, |
||
3816 | "dist": { |
||
3817 | "type": "zip", |
||
3818 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
3819 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
3820 | "shasum": "" |
||
3821 | }, |
||
3822 | "require": { |
||
3823 | "php": ">=5.5" |
||
3824 | }, |
||
3825 | "require-dev": { |
||
3826 | "phpunit/phpunit": "^4.6" |
||
3827 | }, |
||
3828 | "type": "library", |
||
3829 | "extra": { |
||
3830 | "branch-alias": { |
||
3831 | "dev-master": "1.0.x-dev" |
||
3832 | } |
||
3833 | }, |
||
3834 | "autoload": { |
||
3835 | "psr-4": { |
||
3836 | "phpDocumentor\\Reflection\\": [ |
||
3837 | "src" |
||
3838 | ] |
||
3839 | } |
||
3840 | }, |
||
3841 | "notification-url": "https://packagist.org/downloads/", |
||
3842 | "license": [ |
||
3843 | "MIT" |
||
3844 | ], |
||
3845 | "authors": [ |
||
3846 | { |
||
3847 | "name": "Jaap van Otterdijk", |
||
3848 | "email": "[email protected]" |
||
3849 | } |
||
3850 | ], |
||
3851 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
3852 | "homepage": "http://www.phpdoc.org", |
||
3853 | "keywords": [ |
||
3854 | "FQSEN", |
||
3855 | "phpDocumentor", |
||
3856 | "phpdoc", |
||
3857 | "reflection", |
||
3858 | "static analysis" |
||
3859 | ], |
||
3860 | "time": "2015-12-27 11:43:31" |
||
3861 | }, |
||
3862 | { |
||
3863 | "name": "phpdocumentor/reflection-docblock", |
||
3864 | "version": "3.1.0", |
||
3865 | "source": { |
||
3866 | "type": "git", |
||
3867 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
3868 | "reference": "9270140b940ff02e58ec577c237274e92cd40cdd" |
||
3869 | }, |
||
3870 | "dist": { |
||
3871 | "type": "zip", |
||
3872 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd", |
||
3873 | "reference": "9270140b940ff02e58ec577c237274e92cd40cdd", |
||
3874 | "shasum": "" |
||
3875 | }, |
||
3876 | "require": { |
||
3877 | "php": ">=5.5", |
||
3878 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
3879 | "phpdocumentor/type-resolver": "^0.2.0", |
||
3880 | "webmozart/assert": "^1.0" |
||
3881 | }, |
||
3882 | "require-dev": { |
||
3883 | "mockery/mockery": "^0.9.4", |
||
3884 | "phpunit/phpunit": "^4.4" |
||
3885 | }, |
||
3886 | "type": "library", |
||
3887 | "autoload": { |
||
3888 | "psr-4": { |
||
3889 | "phpDocumentor\\Reflection\\": [ |
||
3890 | "src/" |
||
3891 | ] |
||
3892 | } |
||
3893 | }, |
||
3894 | "notification-url": "https://packagist.org/downloads/", |
||
3895 | "license": [ |
||
3896 | "MIT" |
||
3897 | ], |
||
3898 | "authors": [ |
||
3899 | { |
||
3900 | "name": "Mike van Riel", |
||
3901 | "email": "[email protected]" |
||
3902 | } |
||
3903 | ], |
||
3904 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
3905 | "time": "2016-06-10 09:48:41" |
||
3906 | }, |
||
3907 | { |
||
3908 | "name": "phpdocumentor/type-resolver", |
||
3909 | "version": "0.2", |
||
3910 | "source": { |
||
3911 | "type": "git", |
||
3912 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
3913 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" |
||
3914 | }, |
||
3915 | "dist": { |
||
3916 | "type": "zip", |
||
3917 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
3918 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
3919 | "shasum": "" |
||
3920 | }, |
||
3921 | "require": { |
||
3922 | "php": ">=5.5", |
||
3923 | "phpdocumentor/reflection-common": "^1.0" |
||
3924 | }, |
||
3925 | "require-dev": { |
||
3926 | "mockery/mockery": "^0.9.4", |
||
3927 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
3928 | }, |
||
3929 | "type": "library", |
||
3930 | "extra": { |
||
3931 | "branch-alias": { |
||
3932 | "dev-master": "1.0.x-dev" |
||
3933 | } |
||
3934 | }, |
||
3935 | "autoload": { |
||
3936 | "psr-4": { |
||
3937 | "phpDocumentor\\Reflection\\": [ |
||
3938 | "src/" |
||
3939 | ] |
||
3940 | } |
||
3941 | }, |
||
3942 | "notification-url": "https://packagist.org/downloads/", |
||
3943 | "license": [ |
||
3944 | "MIT" |
||
3945 | ], |
||
3946 | "authors": [ |
||
3947 | { |
||
3948 | "name": "Mike van Riel", |
||
3949 | "email": "[email protected]" |
||
3950 | } |
||
3951 | ], |
||
3952 | "time": "2016-06-10 07:14:17" |
||
3953 | }, |
||
3954 | { |
||
3955 | "name": "phpmd/phpmd", |
||
3956 | "version": "2.4.3", |
||
3957 | "source": { |
||
3958 | "type": "git", |
||
3959 | "url": "https://github.com/phpmd/phpmd.git", |
||
3960 | "reference": "2b9c2417a18696dfb578b38c116cd0ddc19b256e" |
||
3961 | }, |
||
3962 | "dist": { |
||
3963 | "type": "zip", |
||
3964 | "url": "https://api.github.com/repos/phpmd/phpmd/zipball/2b9c2417a18696dfb578b38c116cd0ddc19b256e", |
||
3965 | "reference": "2b9c2417a18696dfb578b38c116cd0ddc19b256e", |
||
3966 | "shasum": "" |
||
3967 | }, |
||
3968 | "require": { |
||
3969 | "pdepend/pdepend": "^2.0.4", |
||
3970 | "php": ">=5.3.0" |
||
3971 | }, |
||
3972 | "require-dev": { |
||
3973 | "phpunit/phpunit": "^4.0", |
||
3974 | "squizlabs/php_codesniffer": "^2.0" |
||
3975 | }, |
||
3976 | "bin": [ |
||
3977 | "src/bin/phpmd" |
||
3978 | ], |
||
3979 | "type": "project", |
||
3980 | "autoload": { |
||
3981 | "psr-0": { |
||
3982 | "PHPMD\\": "src/main/php" |
||
3983 | } |
||
3984 | }, |
||
3985 | "notification-url": "https://packagist.org/downloads/", |
||
3986 | "license": [ |
||
3987 | "BSD-3-Clause" |
||
3988 | ], |
||
3989 | "authors": [ |
||
3990 | { |
||
3991 | "name": "Manuel Pichler", |
||
3992 | "email": "[email protected]", |
||
3993 | "homepage": "https://github.com/manuelpichler", |
||
3994 | "role": "Project Founder" |
||
3995 | }, |
||
3996 | { |
||
3997 | "name": "Other contributors", |
||
3998 | "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", |
||
3999 | "role": "Contributors" |
||
4000 | }, |
||
4001 | { |
||
4002 | "name": "Marc Würth", |
||
4003 | "email": "[email protected]", |
||
4004 | "homepage": "https://github.com/ravage84", |
||
4005 | "role": "Project Maintainer" |
||
4006 | } |
||
4007 | ], |
||
4008 | "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", |
||
4009 | "homepage": "http://phpmd.org/", |
||
4010 | "keywords": [ |
||
4011 | "mess detection", |
||
4012 | "mess detector", |
||
4013 | "pdepend", |
||
4014 | "phpmd", |
||
4015 | "pmd" |
||
4016 | ], |
||
4017 | "time": "2016-04-04 11:52:04" |
||
4018 | }, |
||
4019 | { |
||
4020 | "name": "phpspec/prophecy", |
||
4021 | "version": "v1.6.1", |
||
4022 | "source": { |
||
4023 | "type": "git", |
||
4024 | "url": "https://github.com/phpspec/prophecy.git", |
||
4025 | "reference": "58a8137754bc24b25740d4281399a4a3596058e0" |
||
4026 | }, |
||
4027 | "dist": { |
||
4028 | "type": "zip", |
||
4029 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0", |
||
4030 | "reference": "58a8137754bc24b25740d4281399a4a3596058e0", |
||
4031 | "shasum": "" |
||
4032 | }, |
||
4033 | "require": { |
||
4034 | "doctrine/instantiator": "^1.0.2", |
||
4035 | "php": "^5.3|^7.0", |
||
4036 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
||
4037 | "sebastian/comparator": "^1.1", |
||
4038 | "sebastian/recursion-context": "^1.0" |
||
4039 | }, |
||
4040 | "require-dev": { |
||
4041 | "phpspec/phpspec": "^2.0" |
||
4042 | }, |
||
4043 | "type": "library", |
||
4044 | "extra": { |
||
4045 | "branch-alias": { |
||
4046 | "dev-master": "1.6.x-dev" |
||
4047 | } |
||
4048 | }, |
||
4049 | "autoload": { |
||
4050 | "psr-0": { |
||
4051 | "Prophecy\\": "src/" |
||
4052 | } |
||
4053 | }, |
||
4054 | "notification-url": "https://packagist.org/downloads/", |
||
4055 | "license": [ |
||
4056 | "MIT" |
||
4057 | ], |
||
4058 | "authors": [ |
||
4059 | { |
||
4060 | "name": "Konstantin Kudryashov", |
||
4061 | "email": "[email protected]", |
||
4062 | "homepage": "http://everzet.com" |
||
4063 | }, |
||
4064 | { |
||
4065 | "name": "Marcello Duarte", |
||
4066 | "email": "[email protected]" |
||
4067 | } |
||
4068 | ], |
||
4069 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
4070 | "homepage": "https://github.com/phpspec/prophecy", |
||
4071 | "keywords": [ |
||
4072 | "Double", |
||
4073 | "Dummy", |
||
4074 | "fake", |
||
4075 | "mock", |
||
4076 | "spy", |
||
4077 | "stub" |
||
4078 | ], |
||
4079 | "time": "2016-06-07 08:13:47" |
||
4080 | }, |
||
4081 | { |
||
4082 | "name": "phpunit/php-code-coverage", |
||
4083 | "version": "2.2.4", |
||
4084 | "source": { |
||
4085 | "type": "git", |
||
4086 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
4087 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" |
||
4088 | }, |
||
4089 | "dist": { |
||
4090 | "type": "zip", |
||
4091 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
4092 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
4093 | "shasum": "" |
||
4094 | }, |
||
4095 | "require": { |
||
4096 | "php": ">=5.3.3", |
||
4097 | "phpunit/php-file-iterator": "~1.3", |
||
4098 | "phpunit/php-text-template": "~1.2", |
||
4099 | "phpunit/php-token-stream": "~1.3", |
||
4100 | "sebastian/environment": "^1.3.2", |
||
4101 | "sebastian/version": "~1.0" |
||
4102 | }, |
||
4103 | "require-dev": { |
||
4104 | "ext-xdebug": ">=2.1.4", |
||
4105 | "phpunit/phpunit": "~4" |
||
4106 | }, |
||
4107 | "suggest": { |
||
4108 | "ext-dom": "*", |
||
4109 | "ext-xdebug": ">=2.2.1", |
||
4110 | "ext-xmlwriter": "*" |
||
4111 | }, |
||
4112 | "type": "library", |
||
4113 | "extra": { |
||
4114 | "branch-alias": { |
||
4115 | "dev-master": "2.2.x-dev" |
||
4116 | } |
||
4117 | }, |
||
4118 | "autoload": { |
||
4119 | "classmap": [ |
||
4120 | "src/" |
||
4121 | ] |
||
4122 | }, |
||
4123 | "notification-url": "https://packagist.org/downloads/", |
||
4124 | "license": [ |
||
4125 | "BSD-3-Clause" |
||
4126 | ], |
||
4127 | "authors": [ |
||
4128 | { |
||
4129 | "name": "Sebastian Bergmann", |
||
4130 | "email": "[email protected]", |
||
4131 | "role": "lead" |
||
4132 | } |
||
4133 | ], |
||
4134 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
4135 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
4136 | "keywords": [ |
||
4137 | "coverage", |
||
4138 | "testing", |
||
4139 | "xunit" |
||
4140 | ], |
||
4141 | "time": "2015-10-06 15:47:00" |
||
4142 | }, |
||
4143 | { |
||
4144 | "name": "phpunit/php-file-iterator", |
||
4145 | "version": "1.4.1", |
||
4146 | "source": { |
||
4147 | "type": "git", |
||
4148 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
4149 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
4150 | }, |
||
4151 | "dist": { |
||
4152 | "type": "zip", |
||
4153 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
4154 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
4155 | "shasum": "" |
||
4156 | }, |
||
4157 | "require": { |
||
4158 | "php": ">=5.3.3" |
||
4159 | }, |
||
4160 | "type": "library", |
||
4161 | "extra": { |
||
4162 | "branch-alias": { |
||
4163 | "dev-master": "1.4.x-dev" |
||
4164 | } |
||
4165 | }, |
||
4166 | "autoload": { |
||
4167 | "classmap": [ |
||
4168 | "src/" |
||
4169 | ] |
||
4170 | }, |
||
4171 | "notification-url": "https://packagist.org/downloads/", |
||
4172 | "license": [ |
||
4173 | "BSD-3-Clause" |
||
4174 | ], |
||
4175 | "authors": [ |
||
4176 | { |
||
4177 | "name": "Sebastian Bergmann", |
||
4178 | "email": "[email protected]", |
||
4179 | "role": "lead" |
||
4180 | } |
||
4181 | ], |
||
4182 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
4183 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
4184 | "keywords": [ |
||
4185 | "filesystem", |
||
4186 | "iterator" |
||
4187 | ], |
||
4188 | "time": "2015-06-21 13:08:43" |
||
4189 | }, |
||
4190 | { |
||
4191 | "name": "phpunit/php-text-template", |
||
4192 | "version": "1.2.1", |
||
4193 | "source": { |
||
4194 | "type": "git", |
||
4195 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
4196 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
4197 | }, |
||
4198 | "dist": { |
||
4199 | "type": "zip", |
||
4200 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
4201 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
4202 | "shasum": "" |
||
4203 | }, |
||
4204 | "require": { |
||
4205 | "php": ">=5.3.3" |
||
4206 | }, |
||
4207 | "type": "library", |
||
4208 | "autoload": { |
||
4209 | "classmap": [ |
||
4210 | "src/" |
||
4211 | ] |
||
4212 | }, |
||
4213 | "notification-url": "https://packagist.org/downloads/", |
||
4214 | "license": [ |
||
4215 | "BSD-3-Clause" |
||
4216 | ], |
||
4217 | "authors": [ |
||
4218 | { |
||
4219 | "name": "Sebastian Bergmann", |
||
4220 | "email": "[email protected]", |
||
4221 | "role": "lead" |
||
4222 | } |
||
4223 | ], |
||
4224 | "description": "Simple template engine.", |
||
4225 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
4226 | "keywords": [ |
||
4227 | "template" |
||
4228 | ], |
||
4229 | "time": "2015-06-21 13:50:34" |
||
4230 | }, |
||
4231 | { |
||
4232 | "name": "phpunit/php-timer", |
||
4233 | "version": "1.0.8", |
||
4234 | "source": { |
||
4235 | "type": "git", |
||
4236 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
4237 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
4238 | }, |
||
4239 | "dist": { |
||
4240 | "type": "zip", |
||
4241 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
4242 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
4243 | "shasum": "" |
||
4244 | }, |
||
4245 | "require": { |
||
4246 | "php": ">=5.3.3" |
||
4247 | }, |
||
4248 | "require-dev": { |
||
4249 | "phpunit/phpunit": "~4|~5" |
||
4250 | }, |
||
4251 | "type": "library", |
||
4252 | "autoload": { |
||
4253 | "classmap": [ |
||
4254 | "src/" |
||
4255 | ] |
||
4256 | }, |
||
4257 | "notification-url": "https://packagist.org/downloads/", |
||
4258 | "license": [ |
||
4259 | "BSD-3-Clause" |
||
4260 | ], |
||
4261 | "authors": [ |
||
4262 | { |
||
4263 | "name": "Sebastian Bergmann", |
||
4264 | "email": "[email protected]", |
||
4265 | "role": "lead" |
||
4266 | } |
||
4267 | ], |
||
4268 | "description": "Utility class for timing", |
||
4269 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
4270 | "keywords": [ |
||
4271 | "timer" |
||
4272 | ], |
||
4273 | "time": "2016-05-12 18:03:57" |
||
4274 | }, |
||
4275 | { |
||
4276 | "name": "phpunit/php-token-stream", |
||
4277 | "version": "1.4.8", |
||
4278 | "source": { |
||
4279 | "type": "git", |
||
4280 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
4281 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" |
||
4282 | }, |
||
4283 | "dist": { |
||
4284 | "type": "zip", |
||
4285 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
4286 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
4287 | "shasum": "" |
||
4288 | }, |
||
4289 | "require": { |
||
4290 | "ext-tokenizer": "*", |
||
4291 | "php": ">=5.3.3" |
||
4292 | }, |
||
4293 | "require-dev": { |
||
4294 | "phpunit/phpunit": "~4.2" |
||
4295 | }, |
||
4296 | "type": "library", |
||
4297 | "extra": { |
||
4298 | "branch-alias": { |
||
4299 | "dev-master": "1.4-dev" |
||
4300 | } |
||
4301 | }, |
||
4302 | "autoload": { |
||
4303 | "classmap": [ |
||
4304 | "src/" |
||
4305 | ] |
||
4306 | }, |
||
4307 | "notification-url": "https://packagist.org/downloads/", |
||
4308 | "license": [ |
||
4309 | "BSD-3-Clause" |
||
4310 | ], |
||
4311 | "authors": [ |
||
4312 | { |
||
4313 | "name": "Sebastian Bergmann", |
||
4314 | "email": "[email protected]" |
||
4315 | } |
||
4316 | ], |
||
4317 | "description": "Wrapper around PHP's tokenizer extension.", |
||
4318 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
4319 | "keywords": [ |
||
4320 | "tokenizer" |
||
4321 | ], |
||
4322 | "time": "2015-09-15 10:49:45" |
||
4323 | }, |
||
4324 | { |
||
4325 | "name": "phpunit/phpunit", |
||
4326 | "version": "4.8.27", |
||
4327 | "source": { |
||
4328 | "type": "git", |
||
4329 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
4330 | "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90" |
||
4331 | }, |
||
4332 | "dist": { |
||
4333 | "type": "zip", |
||
4334 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c062dddcb68e44b563f66ee319ddae2b5a322a90", |
||
4335 | "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90", |
||
4336 | "shasum": "" |
||
4337 | }, |
||
4338 | "require": { |
||
4339 | "ext-dom": "*", |
||
4340 | "ext-json": "*", |
||
4341 | "ext-pcre": "*", |
||
4342 | "ext-reflection": "*", |
||
4343 | "ext-spl": "*", |
||
4344 | "php": ">=5.3.3", |
||
4345 | "phpspec/prophecy": "^1.3.1", |
||
4346 | "phpunit/php-code-coverage": "~2.1", |
||
4347 | "phpunit/php-file-iterator": "~1.4", |
||
4348 | "phpunit/php-text-template": "~1.2", |
||
4349 | "phpunit/php-timer": "^1.0.6", |
||
4350 | "phpunit/phpunit-mock-objects": "~2.3", |
||
4351 | "sebastian/comparator": "~1.1", |
||
4352 | "sebastian/diff": "~1.2", |
||
4353 | "sebastian/environment": "~1.3", |
||
4354 | "sebastian/exporter": "~1.2", |
||
4355 | "sebastian/global-state": "~1.0", |
||
4356 | "sebastian/version": "~1.0", |
||
4357 | "symfony/yaml": "~2.1|~3.0" |
||
4358 | }, |
||
4359 | "suggest": { |
||
4360 | "phpunit/php-invoker": "~1.1" |
||
4361 | }, |
||
4362 | "bin": [ |
||
4363 | "phpunit" |
||
4364 | ], |
||
4365 | "type": "library", |
||
4366 | "extra": { |
||
4367 | "branch-alias": { |
||
4368 | "dev-master": "4.8.x-dev" |
||
4369 | } |
||
4370 | }, |
||
4371 | "autoload": { |
||
4372 | "classmap": [ |
||
4373 | "src/" |
||
4374 | ] |
||
4375 | }, |
||
4376 | "notification-url": "https://packagist.org/downloads/", |
||
4377 | "license": [ |
||
4378 | "BSD-3-Clause" |
||
4379 | ], |
||
4380 | "authors": [ |
||
4381 | { |
||
4382 | "name": "Sebastian Bergmann", |
||
4383 | "email": "[email protected]", |
||
4384 | "role": "lead" |
||
4385 | } |
||
4386 | ], |
||
4387 | "description": "The PHP Unit Testing framework.", |
||
4388 | "homepage": "https://phpunit.de/", |
||
4389 | "keywords": [ |
||
4390 | "phpunit", |
||
4391 | "testing", |
||
4392 | "xunit" |
||
4393 | ], |
||
4394 | "time": "2016-07-21 06:48:14" |
||
4395 | }, |
||
4396 | { |
||
4397 | "name": "phpunit/phpunit-mock-objects", |
||
4398 | "version": "2.3.8", |
||
4399 | "source": { |
||
4400 | "type": "git", |
||
4401 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
4402 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" |
||
4403 | }, |
||
4404 | "dist": { |
||
4405 | "type": "zip", |
||
4406 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
4407 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
4408 | "shasum": "" |
||
4409 | }, |
||
4410 | "require": { |
||
4411 | "doctrine/instantiator": "^1.0.2", |
||
4412 | "php": ">=5.3.3", |
||
4413 | "phpunit/php-text-template": "~1.2", |
||
4414 | "sebastian/exporter": "~1.2" |
||
4415 | }, |
||
4416 | "require-dev": { |
||
4417 | "phpunit/phpunit": "~4.4" |
||
4418 | }, |
||
4419 | "suggest": { |
||
4420 | "ext-soap": "*" |
||
4421 | }, |
||
4422 | "type": "library", |
||
4423 | "extra": { |
||
4424 | "branch-alias": { |
||
4425 | "dev-master": "2.3.x-dev" |
||
4426 | } |
||
4427 | }, |
||
4428 | "autoload": { |
||
4429 | "classmap": [ |
||
4430 | "src/" |
||
4431 | ] |
||
4432 | }, |
||
4433 | "notification-url": "https://packagist.org/downloads/", |
||
4434 | "license": [ |
||
4435 | "BSD-3-Clause" |
||
4436 | ], |
||
4437 | "authors": [ |
||
4438 | { |
||
4439 | "name": "Sebastian Bergmann", |
||
4440 | "email": "[email protected]", |
||
4441 | "role": "lead" |
||
4442 | } |
||
4443 | ], |
||
4444 | "description": "Mock Object library for PHPUnit", |
||
4445 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
4446 | "keywords": [ |
||
4447 | "mock", |
||
4448 | "xunit" |
||
4449 | ], |
||
4450 | "time": "2015-10-02 06:51:40" |
||
4451 | }, |
||
4452 | { |
||
4453 | "name": "sebastian/comparator", |
||
4454 | "version": "1.2.0", |
||
4455 | "source": { |
||
4456 | "type": "git", |
||
4457 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
4458 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
4459 | }, |
||
4460 | "dist": { |
||
4461 | "type": "zip", |
||
4462 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
4463 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
4464 | "shasum": "" |
||
4465 | }, |
||
4466 | "require": { |
||
4467 | "php": ">=5.3.3", |
||
4468 | "sebastian/diff": "~1.2", |
||
4469 | "sebastian/exporter": "~1.2" |
||
4470 | }, |
||
4471 | "require-dev": { |
||
4472 | "phpunit/phpunit": "~4.4" |
||
4473 | }, |
||
4474 | "type": "library", |
||
4475 | "extra": { |
||
4476 | "branch-alias": { |
||
4477 | "dev-master": "1.2.x-dev" |
||
4478 | } |
||
4479 | }, |
||
4480 | "autoload": { |
||
4481 | "classmap": [ |
||
4482 | "src/" |
||
4483 | ] |
||
4484 | }, |
||
4485 | "notification-url": "https://packagist.org/downloads/", |
||
4486 | "license": [ |
||
4487 | "BSD-3-Clause" |
||
4488 | ], |
||
4489 | "authors": [ |
||
4490 | { |
||
4491 | "name": "Jeff Welch", |
||
4492 | "email": "[email protected]" |
||
4493 | }, |
||
4494 | { |
||
4495 | "name": "Volker Dusch", |
||
4496 | "email": "[email protected]" |
||
4497 | }, |
||
4498 | { |
||
4499 | "name": "Bernhard Schussek", |
||
4500 | "email": "[email protected]" |
||
4501 | }, |
||
4502 | { |
||
4503 | "name": "Sebastian Bergmann", |
||
4504 | "email": "[email protected]" |
||
4505 | } |
||
4506 | ], |
||
4507 | "description": "Provides the functionality to compare PHP values for equality", |
||
4508 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
4509 | "keywords": [ |
||
4510 | "comparator", |
||
4511 | "compare", |
||
4512 | "equality" |
||
4513 | ], |
||
4514 | "time": "2015-07-26 15:48:44" |
||
4515 | }, |
||
4516 | { |
||
4517 | "name": "sebastian/diff", |
||
4518 | "version": "1.4.1", |
||
4519 | "source": { |
||
4520 | "type": "git", |
||
4521 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
4522 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
4523 | }, |
||
4524 | "dist": { |
||
4525 | "type": "zip", |
||
4526 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
4527 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
4528 | "shasum": "" |
||
4529 | }, |
||
4530 | "require": { |
||
4531 | "php": ">=5.3.3" |
||
4532 | }, |
||
4533 | "require-dev": { |
||
4534 | "phpunit/phpunit": "~4.8" |
||
4535 | }, |
||
4536 | "type": "library", |
||
4537 | "extra": { |
||
4538 | "branch-alias": { |
||
4539 | "dev-master": "1.4-dev" |
||
4540 | } |
||
4541 | }, |
||
4542 | "autoload": { |
||
4543 | "classmap": [ |
||
4544 | "src/" |
||
4545 | ] |
||
4546 | }, |
||
4547 | "notification-url": "https://packagist.org/downloads/", |
||
4548 | "license": [ |
||
4549 | "BSD-3-Clause" |
||
4550 | ], |
||
4551 | "authors": [ |
||
4552 | { |
||
4553 | "name": "Kore Nordmann", |
||
4554 | "email": "[email protected]" |
||
4555 | }, |
||
4556 | { |
||
4557 | "name": "Sebastian Bergmann", |
||
4558 | "email": "[email protected]" |
||
4559 | } |
||
4560 | ], |
||
4561 | "description": "Diff implementation", |
||
4562 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
4563 | "keywords": [ |
||
4564 | "diff" |
||
4565 | ], |
||
4566 | "time": "2015-12-08 07:14:41" |
||
4567 | }, |
||
4568 | { |
||
4569 | "name": "sebastian/environment", |
||
4570 | "version": "1.3.7", |
||
4571 | "source": { |
||
4572 | "type": "git", |
||
4573 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
4574 | "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716" |
||
4575 | }, |
||
4576 | "dist": { |
||
4577 | "type": "zip", |
||
4578 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716", |
||
4579 | "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716", |
||
4580 | "shasum": "" |
||
4581 | }, |
||
4582 | "require": { |
||
4583 | "php": ">=5.3.3" |
||
4584 | }, |
||
4585 | "require-dev": { |
||
4586 | "phpunit/phpunit": "~4.4" |
||
4587 | }, |
||
4588 | "type": "library", |
||
4589 | "extra": { |
||
4590 | "branch-alias": { |
||
4591 | "dev-master": "1.3.x-dev" |
||
4592 | } |
||
4593 | }, |
||
4594 | "autoload": { |
||
4595 | "classmap": [ |
||
4596 | "src/" |
||
4597 | ] |
||
4598 | }, |
||
4599 | "notification-url": "https://packagist.org/downloads/", |
||
4600 | "license": [ |
||
4601 | "BSD-3-Clause" |
||
4602 | ], |
||
4603 | "authors": [ |
||
4604 | { |
||
4605 | "name": "Sebastian Bergmann", |
||
4606 | "email": "[email protected]" |
||
4607 | } |
||
4608 | ], |
||
4609 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
4610 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
4611 | "keywords": [ |
||
4612 | "Xdebug", |
||
4613 | "environment", |
||
4614 | "hhvm" |
||
4615 | ], |
||
4616 | "time": "2016-05-17 03:18:57" |
||
4617 | }, |
||
4618 | { |
||
4619 | "name": "sebastian/exporter", |
||
4620 | "version": "1.2.2", |
||
4621 | "source": { |
||
4622 | "type": "git", |
||
4623 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
4624 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" |
||
4625 | }, |
||
4626 | "dist": { |
||
4627 | "type": "zip", |
||
4628 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
4629 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
4630 | "shasum": "" |
||
4631 | }, |
||
4632 | "require": { |
||
4633 | "php": ">=5.3.3", |
||
4634 | "sebastian/recursion-context": "~1.0" |
||
4635 | }, |
||
4636 | "require-dev": { |
||
4637 | "ext-mbstring": "*", |
||
4638 | "phpunit/phpunit": "~4.4" |
||
4639 | }, |
||
4640 | "type": "library", |
||
4641 | "extra": { |
||
4642 | "branch-alias": { |
||
4643 | "dev-master": "1.3.x-dev" |
||
4644 | } |
||
4645 | }, |
||
4646 | "autoload": { |
||
4647 | "classmap": [ |
||
4648 | "src/" |
||
4649 | ] |
||
4650 | }, |
||
4651 | "notification-url": "https://packagist.org/downloads/", |
||
4652 | "license": [ |
||
4653 | "BSD-3-Clause" |
||
4654 | ], |
||
4655 | "authors": [ |
||
4656 | { |
||
4657 | "name": "Jeff Welch", |
||
4658 | "email": "[email protected]" |
||
4659 | }, |
||
4660 | { |
||
4661 | "name": "Volker Dusch", |
||
4662 | "email": "[email protected]" |
||
4663 | }, |
||
4664 | { |
||
4665 | "name": "Bernhard Schussek", |
||
4666 | "email": "[email protected]" |
||
4667 | }, |
||
4668 | { |
||
4669 | "name": "Sebastian Bergmann", |
||
4670 | "email": "[email protected]" |
||
4671 | }, |
||
4672 | { |
||
4673 | "name": "Adam Harvey", |
||
4674 | "email": "[email protected]" |
||
4675 | } |
||
4676 | ], |
||
4677 | "description": "Provides the functionality to export PHP variables for visualization", |
||
4678 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
4679 | "keywords": [ |
||
4680 | "export", |
||
4681 | "exporter" |
||
4682 | ], |
||
4683 | "time": "2016-06-17 09:04:28" |
||
4684 | }, |
||
4685 | { |
||
4686 | "name": "sebastian/finder-facade", |
||
4687 | "version": "1.2.1", |
||
4688 | "source": { |
||
4689 | "type": "git", |
||
4690 | "url": "https://github.com/sebastianbergmann/finder-facade.git", |
||
4691 | "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9" |
||
4692 | }, |
||
4693 | "dist": { |
||
4694 | "type": "zip", |
||
4695 | "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9", |
||
4696 | "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9", |
||
4697 | "shasum": "" |
||
4698 | }, |
||
4699 | "require": { |
||
4700 | "symfony/finder": "~2.3|~3.0", |
||
4701 | "theseer/fdomdocument": "~1.3" |
||
4702 | }, |
||
4703 | "type": "library", |
||
4704 | "autoload": { |
||
4705 | "classmap": [ |
||
4706 | "src/" |
||
4707 | ] |
||
4708 | }, |
||
4709 | "notification-url": "https://packagist.org/downloads/", |
||
4710 | "license": [ |
||
4711 | "BSD-3-Clause" |
||
4712 | ], |
||
4713 | "authors": [ |
||
4714 | { |
||
4715 | "name": "Sebastian Bergmann", |
||
4716 | "email": "[email protected]", |
||
4717 | "role": "lead" |
||
4718 | } |
||
4719 | ], |
||
4720 | "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.", |
||
4721 | "homepage": "https://github.com/sebastianbergmann/finder-facade", |
||
4722 | "time": "2016-02-17 07:02:23" |
||
4723 | }, |
||
4724 | { |
||
4725 | "name": "sebastian/global-state", |
||
4726 | "version": "1.1.1", |
||
4727 | "source": { |
||
4728 | "type": "git", |
||
4729 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
4730 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
4731 | }, |
||
4732 | "dist": { |
||
4733 | "type": "zip", |
||
4734 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
4735 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
4736 | "shasum": "" |
||
4737 | }, |
||
4738 | "require": { |
||
4739 | "php": ">=5.3.3" |
||
4740 | }, |
||
4741 | "require-dev": { |
||
4742 | "phpunit/phpunit": "~4.2" |
||
4743 | }, |
||
4744 | "suggest": { |
||
4745 | "ext-uopz": "*" |
||
4746 | }, |
||
4747 | "type": "library", |
||
4748 | "extra": { |
||
4749 | "branch-alias": { |
||
4750 | "dev-master": "1.0-dev" |
||
4751 | } |
||
4752 | }, |
||
4753 | "autoload": { |
||
4754 | "classmap": [ |
||
4755 | "src/" |
||
4756 | ] |
||
4757 | }, |
||
4758 | "notification-url": "https://packagist.org/downloads/", |
||
4759 | "license": [ |
||
4760 | "BSD-3-Clause" |
||
4761 | ], |
||
4762 | "authors": [ |
||
4763 | { |
||
4764 | "name": "Sebastian Bergmann", |
||
4765 | "email": "[email protected]" |
||
4766 | } |
||
4767 | ], |
||
4768 | "description": "Snapshotting of global state", |
||
4769 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
4770 | "keywords": [ |
||
4771 | "global state" |
||
4772 | ], |
||
4773 | "time": "2015-10-12 03:26:01" |
||
4774 | }, |
||
4775 | { |
||
4776 | "name": "sebastian/phpcpd", |
||
4777 | "version": "2.0.4", |
||
4778 | "source": { |
||
4779 | "type": "git", |
||
4780 | "url": "https://github.com/sebastianbergmann/phpcpd.git", |
||
4781 | "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db" |
||
4782 | }, |
||
4783 | "dist": { |
||
4784 | "type": "zip", |
||
4785 | "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db", |
||
4786 | "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db", |
||
4787 | "shasum": "" |
||
4788 | }, |
||
4789 | "require": { |
||
4790 | "php": ">=5.3.3", |
||
4791 | "phpunit/php-timer": ">=1.0.6", |
||
4792 | "sebastian/finder-facade": "~1.1", |
||
4793 | "sebastian/version": "~1.0|~2.0", |
||
4794 | "symfony/console": "~2.7|^3.0", |
||
4795 | "theseer/fdomdocument": "~1.4" |
||
4796 | }, |
||
4797 | "bin": [ |
||
4798 | "phpcpd" |
||
4799 | ], |
||
4800 | "type": "library", |
||
4801 | "extra": { |
||
4802 | "branch-alias": { |
||
4803 | "dev-master": "2.0-dev" |
||
4804 | } |
||
4805 | }, |
||
4806 | "autoload": { |
||
4807 | "classmap": [ |
||
4808 | "src/" |
||
4809 | ] |
||
4810 | }, |
||
4811 | "notification-url": "https://packagist.org/downloads/", |
||
4812 | "license": [ |
||
4813 | "BSD-3-Clause" |
||
4814 | ], |
||
4815 | "authors": [ |
||
4816 | { |
||
4817 | "name": "Sebastian Bergmann", |
||
4818 | "email": "[email protected]", |
||
4819 | "role": "lead" |
||
4820 | } |
||
4821 | ], |
||
4822 | "description": "Copy/Paste Detector (CPD) for PHP code.", |
||
4823 | "homepage": "https://github.com/sebastianbergmann/phpcpd", |
||
4824 | "time": "2016-04-17 19:32:49" |
||
4825 | }, |
||
4826 | { |
||
4827 | "name": "sebastian/recursion-context", |
||
4828 | "version": "1.0.2", |
||
4829 | "source": { |
||
4830 | "type": "git", |
||
4831 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
4832 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
||
4833 | }, |
||
4834 | "dist": { |
||
4835 | "type": "zip", |
||
4836 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
||
4837 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
||
4838 | "shasum": "" |
||
4839 | }, |
||
4840 | "require": { |
||
4841 | "php": ">=5.3.3" |
||
4842 | }, |
||
4843 | "require-dev": { |
||
4844 | "phpunit/phpunit": "~4.4" |
||
4845 | }, |
||
4846 | "type": "library", |
||
4847 | "extra": { |
||
4848 | "branch-alias": { |
||
4849 | "dev-master": "1.0.x-dev" |
||
4850 | } |
||
4851 | }, |
||
4852 | "autoload": { |
||
4853 | "classmap": [ |
||
4854 | "src/" |
||
4855 | ] |
||
4856 | }, |
||
4857 | "notification-url": "https://packagist.org/downloads/", |
||
4858 | "license": [ |
||
4859 | "BSD-3-Clause" |
||
4860 | ], |
||
4861 | "authors": [ |
||
4862 | { |
||
4863 | "name": "Jeff Welch", |
||
4864 | "email": "[email protected]" |
||
4865 | }, |
||
4866 | { |
||
4867 | "name": "Sebastian Bergmann", |
||
4868 | "email": "[email protected]" |
||
4869 | }, |
||
4870 | { |
||
4871 | "name": "Adam Harvey", |
||
4872 | "email": "[email protected]" |
||
4873 | } |
||
4874 | ], |
||
4875 | "description": "Provides functionality to recursively process PHP variables", |
||
4876 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
4877 | "time": "2015-11-11 19:50:13" |
||
4878 | }, |
||
4879 | { |
||
4880 | "name": "sebastian/version", |
||
4881 | "version": "1.0.6", |
||
4882 | "source": { |
||
4883 | "type": "git", |
||
4884 | "url": "https://github.com/sebastianbergmann/version.git", |
||
4885 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" |
||
4886 | }, |
||
4887 | "dist": { |
||
4888 | "type": "zip", |
||
4889 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
4890 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
4891 | "shasum": "" |
||
4892 | }, |
||
4893 | "type": "library", |
||
4894 | "autoload": { |
||
4895 | "classmap": [ |
||
4896 | "src/" |
||
4897 | ] |
||
4898 | }, |
||
4899 | "notification-url": "https://packagist.org/downloads/", |
||
4900 | "license": [ |
||
4901 | "BSD-3-Clause" |
||
4902 | ], |
||
4903 | "authors": [ |
||
4904 | { |
||
4905 | "name": "Sebastian Bergmann", |
||
4906 | "email": "[email protected]", |
||
4907 | "role": "lead" |
||
4908 | } |
||
4909 | ], |
||
4910 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
4911 | "homepage": "https://github.com/sebastianbergmann/version", |
||
4912 | "time": "2015-06-21 13:59:46" |
||
4913 | }, |
||
4914 | { |
||
4915 | "name": "squizlabs/php_codesniffer", |
||
4916 | "version": "1.5.6", |
||
4917 | "source": { |
||
4918 | "type": "git", |
||
4919 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
||
4920 | "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5" |
||
4921 | }, |
||
4922 | "dist": { |
||
4923 | "type": "zip", |
||
4924 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5", |
||
4925 | "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5", |
||
4926 | "shasum": "" |
||
4927 | }, |
||
4928 | "require": { |
||
4929 | "ext-tokenizer": "*", |
||
4930 | "php": ">=5.1.2" |
||
4931 | }, |
||
4932 | "suggest": { |
||
4933 | "phpunit/php-timer": "dev-master" |
||
4934 | }, |
||
4935 | "bin": [ |
||
4936 | "scripts/phpcs" |
||
4937 | ], |
||
4938 | "type": "library", |
||
4939 | "extra": { |
||
4940 | "branch-alias": { |
||
4941 | "dev-phpcs-fixer": "2.0.x-dev" |
||
4942 | } |
||
4943 | }, |
||
4944 | "autoload": { |
||
4945 | "classmap": [ |
||
4946 | "CodeSniffer.php", |
||
4947 | "CodeSniffer/CLI.php", |
||
4948 | "CodeSniffer/Exception.php", |
||
4949 | "CodeSniffer/File.php", |
||
4950 | "CodeSniffer/Report.php", |
||
4951 | "CodeSniffer/Reporting.php", |
||
4952 | "CodeSniffer/Sniff.php", |
||
4953 | "CodeSniffer/Tokens.php", |
||
4954 | "CodeSniffer/Reports/", |
||
4955 | "CodeSniffer/CommentParser/", |
||
4956 | "CodeSniffer/Tokenizers/", |
||
4957 | "CodeSniffer/DocGenerators/", |
||
4958 | "CodeSniffer/Standards/AbstractPatternSniff.php", |
||
4959 | "CodeSniffer/Standards/AbstractScopeSniff.php", |
||
4960 | "CodeSniffer/Standards/AbstractVariableSniff.php", |
||
4961 | "CodeSniffer/Standards/IncorrectPatternException.php", |
||
4962 | "CodeSniffer/Standards/Generic/Sniffs/", |
||
4963 | "CodeSniffer/Standards/MySource/Sniffs/", |
||
4964 | "CodeSniffer/Standards/PEAR/Sniffs/", |
||
4965 | "CodeSniffer/Standards/PSR1/Sniffs/", |
||
4966 | "CodeSniffer/Standards/PSR2/Sniffs/", |
||
4967 | "CodeSniffer/Standards/Squiz/Sniffs/", |
||
4968 | "CodeSniffer/Standards/Zend/Sniffs/" |
||
4969 | ] |
||
4970 | }, |
||
4971 | "notification-url": "https://packagist.org/downloads/", |
||
4972 | "license": [ |
||
4973 | "BSD-3-Clause" |
||
4974 | ], |
||
4975 | "authors": [ |
||
4976 | { |
||
4977 | "name": "Greg Sherwood", |
||
4978 | "role": "lead" |
||
4979 | } |
||
4980 | ], |
||
4981 | "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
||
4982 | "homepage": "http://www.squizlabs.com/php-codesniffer", |
||
4983 | "keywords": [ |
||
4984 | "phpcs", |
||
4985 | "standards" |
||
4986 | ], |
||
4987 | "time": "2014-12-04 22:32:15" |
||
4988 | }, |
||
4989 | { |
||
4990 | "name": "theseer/fdomdocument", |
||
4991 | "version": "1.6.1", |
||
4992 | "source": { |
||
4993 | "type": "git", |
||
4994 | "url": "https://github.com/theseer/fDOMDocument.git", |
||
4995 | "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684" |
||
4996 | }, |
||
4997 | "dist": { |
||
4998 | "type": "zip", |
||
4999 | "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684", |
||
5000 | "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684", |
||
5001 | "shasum": "" |
||
5002 | }, |
||
5003 | "require": { |
||
5004 | "ext-dom": "*", |
||
5005 | "lib-libxml": "*", |
||
5006 | "php": ">=5.3.3" |
||
5007 | }, |
||
5008 | "type": "library", |
||
5009 | "autoload": { |
||
5010 | "classmap": [ |
||
5011 | "src/" |
||
5012 | ] |
||
5013 | }, |
||
5014 | "notification-url": "https://packagist.org/downloads/", |
||
5015 | "license": [ |
||
5016 | "BSD-3-Clause" |
||
5017 | ], |
||
5018 | "authors": [ |
||
5019 | { |
||
5020 | "name": "Arne Blankerts", |
||
5021 | "email": "[email protected]", |
||
5022 | "role": "lead" |
||
5023 | } |
||
5024 | ], |
||
5025 | "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.", |
||
5026 | "homepage": "https://github.com/theseer/fDOMDocument", |
||
5027 | "time": "2015-05-27 22:58:02" |
||
5028 | }, |
||
5029 | { |
||
5030 | "name": "vierbergenlars/php-semver", |
||
5031 | "version": "3.0.1", |
||
5032 | "source": { |
||
5033 | "type": "git", |
||
5034 | "url": "https://github.com/vierbergenlars/php-semver.git", |
||
5035 | "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1" |
||
5036 | }, |
||
5037 | "dist": { |
||
5038 | "type": "zip", |
||
5039 | "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/516bb3061577e60e9420cbecc479362d3ad8c7f1", |
||
5040 | "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1", |
||
5041 | "shasum": "" |
||
5042 | }, |
||
5043 | "require": { |
||
5044 | "php": ">=5.3.0" |
||
5045 | }, |
||
5046 | "require-dev": { |
||
5047 | "simpletest/simpletest": "1.1.*" |
||
5048 | }, |
||
5049 | "bin": [ |
||
5050 | "bin/semver", |
||
5051 | "bin/update-versions" |
||
5052 | ], |
||
5053 | "type": "library", |
||
5054 | "autoload": { |
||
5055 | "psr-0": { |
||
5056 | "vierbergenlars\\SemVer\\": "src/", |
||
5057 | "vierbergenlars\\LibJs\\": "src/" |
||
5058 | }, |
||
5059 | "classmap": [ |
||
5060 | "src/vierbergenlars/SemVer/internal.php" |
||
5061 | ] |
||
5062 | }, |
||
5063 | "notification-url": "https://packagist.org/downloads/", |
||
5064 | "license": [ |
||
5065 | "MIT" |
||
5066 | ], |
||
5067 | "authors": [ |
||
5068 | { |
||
5069 | "name": "Lars Vierbergen", |
||
5070 | "email": "[email protected]" |
||
5071 | } |
||
5072 | ], |
||
5073 | "description": "The Semantic Versioner for PHP", |
||
5074 | "keywords": [ |
||
5075 | "semantic", |
||
5076 | "semver", |
||
5077 | "versioning" |
||
5078 | ], |
||
5079 | "time": "2015-05-02 19:28:54" |
||
5080 | }, |
||
5081 | { |
||
5082 | "name": "webmozart/assert", |
||
5083 | "version": "1.0.2", |
||
5084 | "source": { |
||
5085 | "type": "git", |
||
5086 | "url": "https://github.com/webmozart/assert.git", |
||
5087 | "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde" |
||
5088 | }, |
||
5089 | "dist": { |
||
5090 | "type": "zip", |
||
5091 | "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", |
||
5092 | "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", |
||
5093 | "shasum": "" |
||
5094 | }, |
||
5095 | "require": { |
||
5096 | "php": ">=5.3.3" |
||
5097 | }, |
||
5098 | "require-dev": { |
||
5099 | "phpunit/phpunit": "^4.6" |
||
5100 | }, |
||
5101 | "type": "library", |
||
5102 | "extra": { |
||
5103 | "branch-alias": { |
||
5104 | "dev-master": "1.0-dev" |
||
5105 | } |
||
5106 | }, |
||
5107 | "autoload": { |
||
5108 | "psr-4": { |
||
5109 | "Webmozart\\Assert\\": "src/" |
||
5110 | } |
||
5111 | }, |
||
5112 | "notification-url": "https://packagist.org/downloads/", |
||
5113 | "license": [ |
||
5114 | "MIT" |
||
5115 | ], |
||
5116 | "authors": [ |
||
5117 | { |
||
5118 | "name": "Bernhard Schussek", |
||
5119 | "email": "[email protected]" |
||
5120 | } |
||
5121 | ], |
||
5122 | "description": "Assertions to validate method input/output with nice error messages.", |
||
5123 | "keywords": [ |
||
5124 | "assert", |
||
5125 | "check", |
||
5126 | "validate" |
||
5127 | ], |
||
5128 | "time": "2015-08-24 13:29:44" |
||
5129 | } |
||
5130 | ], |
||
5131 | "aliases": [], |
||
5132 | "minimum-stability": "stable", |
||
5133 | "stability-flags": { |
||
5134 | "doctrine/migrations": 15 |
||
5135 | }, |
||
5136 | "prefer-stable": false, |
||
5137 | "prefer-lowest": false, |
||
5138 | "platform": { |
||
5139 | "php": "^5.6|^7.0", |
||
5140 | "ext-gmp": "*" |
||
5141 | }, |
||
5142 | "platform-dev": [] |
||
5143 | } |
||
5144 |