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": "1d5be4acbe1b3060c12b8f51e904cf5f", |
||
8 | "content-hash": "3f1bb8dbb169456e0af9a7ff56d7323a", |
||
9 | "packages": [ |
||
10 | { |
||
11 | "name": "doctrine/annotations", |
||
12 | "version": "v1.2.7", |
||
13 | "source": { |
||
14 | "type": "git", |
||
15 | "url": "https://github.com/doctrine/annotations.git", |
||
16 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" |
||
17 | }, |
||
18 | "dist": { |
||
19 | "type": "zip", |
||
20 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
21 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
22 | "shasum": "" |
||
23 | }, |
||
24 | "require": { |
||
25 | "doctrine/lexer": "1.*", |
||
26 | "php": ">=5.3.2" |
||
27 | }, |
||
28 | "require-dev": { |
||
29 | "doctrine/cache": "1.*", |
||
30 | "phpunit/phpunit": "4.*" |
||
31 | }, |
||
32 | "type": "library", |
||
33 | "extra": { |
||
34 | "branch-alias": { |
||
35 | "dev-master": "1.3.x-dev" |
||
36 | } |
||
37 | }, |
||
38 | "autoload": { |
||
39 | "psr-0": { |
||
40 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
41 | } |
||
42 | }, |
||
43 | "notification-url": "https://packagist.org/downloads/", |
||
44 | "license": [ |
||
45 | "MIT" |
||
46 | ], |
||
47 | "authors": [ |
||
48 | { |
||
49 | "name": "Roman Borschel", |
||
50 | "email": "[email protected]" |
||
51 | }, |
||
52 | { |
||
53 | "name": "Benjamin Eberlei", |
||
54 | "email": "[email protected]" |
||
55 | }, |
||
56 | { |
||
57 | "name": "Guilherme Blanco", |
||
58 | "email": "[email protected]" |
||
59 | }, |
||
60 | { |
||
61 | "name": "Jonathan Wage", |
||
62 | "email": "[email protected]" |
||
63 | }, |
||
64 | { |
||
65 | "name": "Johannes Schmitt", |
||
66 | "email": "[email protected]" |
||
67 | } |
||
68 | ], |
||
69 | "description": "Docblock Annotations Parser", |
||
70 | "homepage": "http://www.doctrine-project.org", |
||
71 | "keywords": [ |
||
72 | "annotations", |
||
73 | "docblock", |
||
74 | "parser" |
||
75 | ], |
||
76 | "time": "2015-08-31 12:32:49" |
||
77 | }, |
||
78 | { |
||
79 | "name": "doctrine/cache", |
||
80 | "version": "v1.5.1", |
||
81 | "source": { |
||
82 | "type": "git", |
||
83 | "url": "https://github.com/doctrine/cache.git", |
||
84 | "reference": "2b9cec5a5e722010cbebc91713d4c11eaa064d5e" |
||
85 | }, |
||
86 | "dist": { |
||
87 | "type": "zip", |
||
88 | "url": "https://api.github.com/repos/doctrine/cache/zipball/2b9cec5a5e722010cbebc91713d4c11eaa064d5e", |
||
89 | "reference": "2b9cec5a5e722010cbebc91713d4c11eaa064d5e", |
||
90 | "shasum": "" |
||
91 | }, |
||
92 | "require": { |
||
93 | "php": ">=5.3.2" |
||
94 | }, |
||
95 | "conflict": { |
||
96 | "doctrine/common": ">2.2,<2.4" |
||
97 | }, |
||
98 | "require-dev": { |
||
99 | "phpunit/phpunit": ">=3.7", |
||
100 | "predis/predis": "~1.0", |
||
101 | "satooshi/php-coveralls": "~0.6" |
||
102 | }, |
||
103 | "type": "library", |
||
104 | "extra": { |
||
105 | "branch-alias": { |
||
106 | "dev-master": "1.5.x-dev" |
||
107 | } |
||
108 | }, |
||
109 | "autoload": { |
||
110 | "psr-4": { |
||
111 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
112 | } |
||
113 | }, |
||
114 | "notification-url": "https://packagist.org/downloads/", |
||
115 | "license": [ |
||
116 | "MIT" |
||
117 | ], |
||
118 | "authors": [ |
||
119 | { |
||
120 | "name": "Roman Borschel", |
||
121 | "email": "[email protected]" |
||
122 | }, |
||
123 | { |
||
124 | "name": "Benjamin Eberlei", |
||
125 | "email": "[email protected]" |
||
126 | }, |
||
127 | { |
||
128 | "name": "Guilherme Blanco", |
||
129 | "email": "[email protected]" |
||
130 | }, |
||
131 | { |
||
132 | "name": "Jonathan Wage", |
||
133 | "email": "[email protected]" |
||
134 | }, |
||
135 | { |
||
136 | "name": "Johannes Schmitt", |
||
137 | "email": "[email protected]" |
||
138 | } |
||
139 | ], |
||
140 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
141 | "homepage": "http://www.doctrine-project.org", |
||
142 | "keywords": [ |
||
143 | "cache", |
||
144 | "caching" |
||
145 | ], |
||
146 | "time": "2015-11-02 18:35:48" |
||
147 | }, |
||
148 | { |
||
149 | "name": "doctrine/collections", |
||
150 | "version": "v1.3.0", |
||
151 | "source": { |
||
152 | "type": "git", |
||
153 | "url": "https://github.com/doctrine/collections.git", |
||
154 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" |
||
155 | }, |
||
156 | "dist": { |
||
157 | "type": "zip", |
||
158 | "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
159 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
160 | "shasum": "" |
||
161 | }, |
||
162 | "require": { |
||
163 | "php": ">=5.3.2" |
||
164 | }, |
||
165 | "require-dev": { |
||
166 | "phpunit/phpunit": "~4.0" |
||
167 | }, |
||
168 | "type": "library", |
||
169 | "extra": { |
||
170 | "branch-alias": { |
||
171 | "dev-master": "1.2.x-dev" |
||
172 | } |
||
173 | }, |
||
174 | "autoload": { |
||
175 | "psr-0": { |
||
176 | "Doctrine\\Common\\Collections\\": "lib/" |
||
177 | } |
||
178 | }, |
||
179 | "notification-url": "https://packagist.org/downloads/", |
||
180 | "license": [ |
||
181 | "MIT" |
||
182 | ], |
||
183 | "authors": [ |
||
184 | { |
||
185 | "name": "Roman Borschel", |
||
186 | "email": "[email protected]" |
||
187 | }, |
||
188 | { |
||
189 | "name": "Benjamin Eberlei", |
||
190 | "email": "[email protected]" |
||
191 | }, |
||
192 | { |
||
193 | "name": "Guilherme Blanco", |
||
194 | "email": "[email protected]" |
||
195 | }, |
||
196 | { |
||
197 | "name": "Jonathan Wage", |
||
198 | "email": "[email protected]" |
||
199 | }, |
||
200 | { |
||
201 | "name": "Johannes Schmitt", |
||
202 | "email": "[email protected]" |
||
203 | } |
||
204 | ], |
||
205 | "description": "Collections Abstraction library", |
||
206 | "homepage": "http://www.doctrine-project.org", |
||
207 | "keywords": [ |
||
208 | "array", |
||
209 | "collections", |
||
210 | "iterator" |
||
211 | ], |
||
212 | "time": "2015-04-14 22:21:58" |
||
213 | }, |
||
214 | { |
||
215 | "name": "doctrine/common", |
||
216 | "version": "v2.5.1", |
||
217 | "source": { |
||
218 | "type": "git", |
||
219 | "url": "https://github.com/doctrine/common.git", |
||
220 | "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9" |
||
221 | }, |
||
222 | "dist": { |
||
223 | "type": "zip", |
||
224 | "url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9", |
||
225 | "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9", |
||
226 | "shasum": "" |
||
227 | }, |
||
228 | "require": { |
||
229 | "doctrine/annotations": "1.*", |
||
230 | "doctrine/cache": "1.*", |
||
231 | "doctrine/collections": "1.*", |
||
232 | "doctrine/inflector": "1.*", |
||
233 | "doctrine/lexer": "1.*", |
||
234 | "php": ">=5.3.2" |
||
235 | }, |
||
236 | "require-dev": { |
||
237 | "phpunit/phpunit": "~3.7" |
||
238 | }, |
||
239 | "type": "library", |
||
240 | "extra": { |
||
241 | "branch-alias": { |
||
242 | "dev-master": "2.6.x-dev" |
||
243 | } |
||
244 | }, |
||
245 | "autoload": { |
||
246 | "psr-0": { |
||
247 | "Doctrine\\Common\\": "lib/" |
||
248 | } |
||
249 | }, |
||
250 | "notification-url": "https://packagist.org/downloads/", |
||
251 | "license": [ |
||
252 | "MIT" |
||
253 | ], |
||
254 | "authors": [ |
||
255 | { |
||
256 | "name": "Roman Borschel", |
||
257 | "email": "[email protected]" |
||
258 | }, |
||
259 | { |
||
260 | "name": "Benjamin Eberlei", |
||
261 | "email": "[email protected]" |
||
262 | }, |
||
263 | { |
||
264 | "name": "Guilherme Blanco", |
||
265 | "email": "[email protected]" |
||
266 | }, |
||
267 | { |
||
268 | "name": "Jonathan Wage", |
||
269 | "email": "[email protected]" |
||
270 | }, |
||
271 | { |
||
272 | "name": "Johannes Schmitt", |
||
273 | "email": "[email protected]" |
||
274 | } |
||
275 | ], |
||
276 | "description": "Common Library for Doctrine projects", |
||
277 | "homepage": "http://www.doctrine-project.org", |
||
278 | "keywords": [ |
||
279 | "annotations", |
||
280 | "collections", |
||
281 | "eventmanager", |
||
282 | "persistence", |
||
283 | "spl" |
||
284 | ], |
||
285 | "time": "2015-08-31 13:00:22" |
||
286 | }, |
||
287 | { |
||
288 | "name": "doctrine/dbal", |
||
289 | "version": "v2.5.2", |
||
290 | "source": { |
||
291 | "type": "git", |
||
292 | "url": "https://github.com/doctrine/dbal.git", |
||
293 | "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c" |
||
294 | }, |
||
295 | "dist": { |
||
296 | "type": "zip", |
||
297 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/01dbcbc5cd0a913d751418e635434a18a2f2a75c", |
||
298 | "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c", |
||
299 | "shasum": "" |
||
300 | }, |
||
301 | "require": { |
||
302 | "doctrine/common": ">=2.4,<2.6-dev", |
||
303 | "php": ">=5.3.2" |
||
304 | }, |
||
305 | "require-dev": { |
||
306 | "phpunit/phpunit": "4.*", |
||
307 | "symfony/console": "2.*" |
||
308 | }, |
||
309 | "suggest": { |
||
310 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
311 | }, |
||
312 | "bin": [ |
||
313 | "bin/doctrine-dbal" |
||
314 | ], |
||
315 | "type": "library", |
||
316 | "extra": { |
||
317 | "branch-alias": { |
||
318 | "dev-master": "2.5.x-dev" |
||
319 | } |
||
320 | }, |
||
321 | "autoload": { |
||
322 | "psr-0": { |
||
323 | "Doctrine\\DBAL\\": "lib/" |
||
324 | } |
||
325 | }, |
||
326 | "notification-url": "https://packagist.org/downloads/", |
||
327 | "license": [ |
||
328 | "MIT" |
||
329 | ], |
||
330 | "authors": [ |
||
331 | { |
||
332 | "name": "Roman Borschel", |
||
333 | "email": "[email protected]" |
||
334 | }, |
||
335 | { |
||
336 | "name": "Benjamin Eberlei", |
||
337 | "email": "[email protected]" |
||
338 | }, |
||
339 | { |
||
340 | "name": "Guilherme Blanco", |
||
341 | "email": "[email protected]" |
||
342 | }, |
||
343 | { |
||
344 | "name": "Jonathan Wage", |
||
345 | "email": "[email protected]" |
||
346 | } |
||
347 | ], |
||
348 | "description": "Database Abstraction Layer", |
||
349 | "homepage": "http://www.doctrine-project.org", |
||
350 | "keywords": [ |
||
351 | "database", |
||
352 | "dbal", |
||
353 | "persistence", |
||
354 | "queryobject" |
||
355 | ], |
||
356 | "time": "2015-09-16 16:29:33" |
||
357 | }, |
||
358 | { |
||
359 | "name": "doctrine/doctrine-module", |
||
360 | "version": "0.9.0", |
||
361 | "source": { |
||
362 | "type": "git", |
||
363 | "url": "https://github.com/doctrine/DoctrineModule.git", |
||
364 | "reference": "81fd6a95609d88c2a059117ba18346240f2cc8d2" |
||
365 | }, |
||
366 | "dist": { |
||
367 | "type": "zip", |
||
368 | "url": "https://api.github.com/repos/doctrine/DoctrineModule/zipball/81fd6a95609d88c2a059117ba18346240f2cc8d2", |
||
369 | "reference": "81fd6a95609d88c2a059117ba18346240f2cc8d2", |
||
370 | "shasum": "" |
||
371 | }, |
||
372 | "require": { |
||
373 | "doctrine/common": ">=2.4,<2.6-dev", |
||
374 | "php": ">=5.4", |
||
375 | "symfony/console": "~2.3|~3.0", |
||
376 | "zendframework/zend-authentication": "~2.3", |
||
377 | "zendframework/zend-cache": "~2.3", |
||
378 | "zendframework/zend-mvc": "~2.3", |
||
379 | "zendframework/zend-paginator": "~2.3", |
||
380 | "zendframework/zend-servicemanager": "~2.3", |
||
381 | "zendframework/zend-stdlib": "~2.3", |
||
382 | "zendframework/zend-validator": "~2.3" |
||
383 | }, |
||
384 | "require-dev": { |
||
385 | "doctrine/coding-standard": "dev-master", |
||
386 | "phpunit/phpunit": "~4.0", |
||
387 | "squizlabs/php_codesniffer": "~2", |
||
388 | "zendframework/zendframework": "~2.3" |
||
389 | }, |
||
390 | "suggest": { |
||
391 | "doctrine/data-fixtures": "Data Fixtures if you want to generate test data or bootstrap data for your deployments" |
||
392 | }, |
||
393 | "bin": [ |
||
394 | "bin/doctrine-module" |
||
395 | ], |
||
396 | "type": "library", |
||
397 | "autoload": { |
||
398 | "psr-0": { |
||
399 | "DoctrineModule\\": "src/" |
||
400 | } |
||
401 | }, |
||
402 | "notification-url": "https://packagist.org/downloads/", |
||
403 | "license": [ |
||
404 | "MIT" |
||
405 | ], |
||
406 | "authors": [ |
||
407 | { |
||
408 | "name": "Kyle Spraggs", |
||
409 | "email": "[email protected]", |
||
410 | "homepage": "http://www.spiffyjr.me/" |
||
411 | }, |
||
412 | { |
||
413 | "name": "Guilherme Blanco", |
||
414 | "email": "[email protected]" |
||
415 | }, |
||
416 | { |
||
417 | "name": "Michaël Gallego", |
||
418 | "email": "[email protected]", |
||
419 | "homepage": "http://www.michaelgallego.fr" |
||
420 | }, |
||
421 | { |
||
422 | "name": "Marco Pivetta", |
||
423 | "email": "[email protected]", |
||
424 | "homepage": "http://marco-pivetta.com/" |
||
425 | } |
||
426 | ], |
||
427 | "description": "Zend Framework 2 Module that provides Doctrine basic functionality required for ORM and ODM modules", |
||
428 | "homepage": "http://www.doctrine-project.org/", |
||
429 | "keywords": [ |
||
430 | "doctrine", |
||
431 | "module", |
||
432 | "zf2" |
||
433 | ], |
||
434 | "time": "2015-07-14 16:36:19" |
||
435 | }, |
||
436 | { |
||
437 | "name": "doctrine/doctrine-orm-module", |
||
438 | "version": "0.9.2", |
||
439 | "source": { |
||
440 | "type": "git", |
||
441 | "url": "https://github.com/doctrine/DoctrineORMModule.git", |
||
442 | "reference": "847db36f0f7ef8d940414e433e8b241aa601a6a7" |
||
443 | }, |
||
444 | "dist": { |
||
445 | "type": "zip", |
||
446 | "url": "https://api.github.com/repos/doctrine/DoctrineORMModule/zipball/847db36f0f7ef8d940414e433e8b241aa601a6a7", |
||
447 | "reference": "847db36f0f7ef8d940414e433e8b241aa601a6a7", |
||
448 | "shasum": "" |
||
449 | }, |
||
450 | "require": { |
||
451 | "doctrine/dbal": ">=2.4,<2.7", |
||
452 | "doctrine/doctrine-module": "~0.8", |
||
453 | "doctrine/orm": ">=2.5,<2.7", |
||
454 | "php": ">=5.4", |
||
455 | "symfony/console": "~2.5|~3.0", |
||
456 | "zendframework/zend-mvc": "~2.3", |
||
457 | "zendframework/zend-servicemanager": "~2.3", |
||
458 | "zendframework/zend-stdlib": "~2.3" |
||
459 | }, |
||
460 | "require-dev": { |
||
461 | "doctrine/data-fixtures": "1.0.*", |
||
462 | "doctrine/migrations": "1.0.*@dev", |
||
463 | "phpunit/phpunit": "~4.0", |
||
464 | "squizlabs/php_codesniffer": "~2", |
||
465 | "zendframework/zend-developer-tools": "*", |
||
466 | "zendframework/zendframework": "~2.3" |
||
467 | }, |
||
468 | "suggest": { |
||
469 | "doctrine/migrations": "doctrine migrations if you want to keep your schema definitions versioned", |
||
470 | "zendframework/zend-developer-tools": "zend-developer-tools if you want to profile operations executed by the ORM during development", |
||
471 | "zendframework/zend-form": "if you want to use form elements backed by Doctrine" |
||
472 | }, |
||
473 | "type": "library", |
||
474 | "autoload": { |
||
475 | "psr-0": { |
||
476 | "DoctrineORMModule\\": "src/" |
||
477 | } |
||
478 | }, |
||
479 | "notification-url": "https://packagist.org/downloads/", |
||
480 | "license": [ |
||
481 | "MIT" |
||
482 | ], |
||
483 | "authors": [ |
||
484 | { |
||
485 | "name": "Kyle Spraggs", |
||
486 | "email": "[email protected]", |
||
487 | "homepage": "http://www.spiffyjr.me/" |
||
488 | }, |
||
489 | { |
||
490 | "name": "Evan Coury", |
||
491 | "email": "[email protected]", |
||
492 | "homepage": "http://blog.evan.pro/" |
||
493 | }, |
||
494 | { |
||
495 | "name": "Guilherme Blanco", |
||
496 | "email": "[email protected]" |
||
497 | }, |
||
498 | { |
||
499 | "name": "Marco Pivetta", |
||
500 | "email": "[email protected]", |
||
501 | "homepage": "http://marco-pivetta.com/" |
||
502 | } |
||
503 | ], |
||
504 | "description": "Zend Framework 2 Module that provides Doctrine ORM functionality", |
||
505 | "homepage": "http://www.doctrine-project.org/", |
||
506 | "keywords": [ |
||
507 | "doctrine", |
||
508 | "module", |
||
509 | "orm", |
||
510 | "zf2" |
||
511 | ], |
||
512 | "time": "2015-10-05 23:06:08" |
||
513 | }, |
||
514 | { |
||
515 | "name": "doctrine/inflector", |
||
516 | "version": "v1.1.0", |
||
517 | "source": { |
||
518 | "type": "git", |
||
519 | "url": "https://github.com/doctrine/inflector.git", |
||
520 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
521 | }, |
||
522 | "dist": { |
||
523 | "type": "zip", |
||
524 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
525 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
526 | "shasum": "" |
||
527 | }, |
||
528 | "require": { |
||
529 | "php": ">=5.3.2" |
||
530 | }, |
||
531 | "require-dev": { |
||
532 | "phpunit/phpunit": "4.*" |
||
533 | }, |
||
534 | "type": "library", |
||
535 | "extra": { |
||
536 | "branch-alias": { |
||
537 | "dev-master": "1.1.x-dev" |
||
538 | } |
||
539 | }, |
||
540 | "autoload": { |
||
541 | "psr-0": { |
||
542 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
543 | } |
||
544 | }, |
||
545 | "notification-url": "https://packagist.org/downloads/", |
||
546 | "license": [ |
||
547 | "MIT" |
||
548 | ], |
||
549 | "authors": [ |
||
550 | { |
||
551 | "name": "Roman Borschel", |
||
552 | "email": "[email protected]" |
||
553 | }, |
||
554 | { |
||
555 | "name": "Benjamin Eberlei", |
||
556 | "email": "[email protected]" |
||
557 | }, |
||
558 | { |
||
559 | "name": "Guilherme Blanco", |
||
560 | "email": "[email protected]" |
||
561 | }, |
||
562 | { |
||
563 | "name": "Jonathan Wage", |
||
564 | "email": "[email protected]" |
||
565 | }, |
||
566 | { |
||
567 | "name": "Johannes Schmitt", |
||
568 | "email": "[email protected]" |
||
569 | } |
||
570 | ], |
||
571 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
572 | "homepage": "http://www.doctrine-project.org", |
||
573 | "keywords": [ |
||
574 | "inflection", |
||
575 | "pluralize", |
||
576 | "singularize", |
||
577 | "string" |
||
578 | ], |
||
579 | "time": "2015-11-06 14:35:42" |
||
580 | }, |
||
581 | { |
||
582 | "name": "doctrine/instantiator", |
||
583 | "version": "1.0.5", |
||
584 | "source": { |
||
585 | "type": "git", |
||
586 | "url": "https://github.com/doctrine/instantiator.git", |
||
587 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
588 | }, |
||
589 | "dist": { |
||
590 | "type": "zip", |
||
591 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
592 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
593 | "shasum": "" |
||
594 | }, |
||
595 | "require": { |
||
596 | "php": ">=5.3,<8.0-DEV" |
||
597 | }, |
||
598 | "require-dev": { |
||
599 | "athletic/athletic": "~0.1.8", |
||
600 | "ext-pdo": "*", |
||
601 | "ext-phar": "*", |
||
602 | "phpunit/phpunit": "~4.0", |
||
603 | "squizlabs/php_codesniffer": "~2.0" |
||
604 | }, |
||
605 | "type": "library", |
||
606 | "extra": { |
||
607 | "branch-alias": { |
||
608 | "dev-master": "1.0.x-dev" |
||
609 | } |
||
610 | }, |
||
611 | "autoload": { |
||
612 | "psr-4": { |
||
613 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
614 | } |
||
615 | }, |
||
616 | "notification-url": "https://packagist.org/downloads/", |
||
617 | "license": [ |
||
618 | "MIT" |
||
619 | ], |
||
620 | "authors": [ |
||
621 | { |
||
622 | "name": "Marco Pivetta", |
||
623 | "email": "[email protected]", |
||
624 | "homepage": "http://ocramius.github.com/" |
||
625 | } |
||
626 | ], |
||
627 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
628 | "homepage": "https://github.com/doctrine/instantiator", |
||
629 | "keywords": [ |
||
630 | "constructor", |
||
631 | "instantiate" |
||
632 | ], |
||
633 | "time": "2015-06-14 21:17:01" |
||
634 | }, |
||
635 | { |
||
636 | "name": "doctrine/lexer", |
||
637 | "version": "v1.0.1", |
||
638 | "source": { |
||
639 | "type": "git", |
||
640 | "url": "https://github.com/doctrine/lexer.git", |
||
641 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
642 | }, |
||
643 | "dist": { |
||
644 | "type": "zip", |
||
645 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
646 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
647 | "shasum": "" |
||
648 | }, |
||
649 | "require": { |
||
650 | "php": ">=5.3.2" |
||
651 | }, |
||
652 | "type": "library", |
||
653 | "extra": { |
||
654 | "branch-alias": { |
||
655 | "dev-master": "1.0.x-dev" |
||
656 | } |
||
657 | }, |
||
658 | "autoload": { |
||
659 | "psr-0": { |
||
660 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
661 | } |
||
662 | }, |
||
663 | "notification-url": "https://packagist.org/downloads/", |
||
664 | "license": [ |
||
665 | "MIT" |
||
666 | ], |
||
667 | "authors": [ |
||
668 | { |
||
669 | "name": "Roman Borschel", |
||
670 | "email": "[email protected]" |
||
671 | }, |
||
672 | { |
||
673 | "name": "Guilherme Blanco", |
||
674 | "email": "[email protected]" |
||
675 | }, |
||
676 | { |
||
677 | "name": "Johannes Schmitt", |
||
678 | "email": "[email protected]" |
||
679 | } |
||
680 | ], |
||
681 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
682 | "homepage": "http://www.doctrine-project.org", |
||
683 | "keywords": [ |
||
684 | "lexer", |
||
685 | "parser" |
||
686 | ], |
||
687 | "time": "2014-09-09 13:34:57" |
||
688 | }, |
||
689 | { |
||
690 | "name": "doctrine/migrations", |
||
691 | "version": "v1.1.0", |
||
692 | "source": { |
||
693 | "type": "git", |
||
694 | "url": "https://github.com/doctrine/migrations.git", |
||
695 | "reference": "d196ddc229f50c66c5a015c158adb78a2dfb4351" |
||
696 | }, |
||
697 | "dist": { |
||
698 | "type": "zip", |
||
699 | "url": "https://api.github.com/repos/doctrine/migrations/zipball/d196ddc229f50c66c5a015c158adb78a2dfb4351", |
||
700 | "reference": "d196ddc229f50c66c5a015c158adb78a2dfb4351", |
||
701 | "shasum": "" |
||
702 | }, |
||
703 | "require": { |
||
704 | "doctrine/dbal": "~2.2", |
||
705 | "php": ">=5.4.0", |
||
706 | "symfony/console": "~2.3", |
||
707 | "symfony/yaml": "~2.3" |
||
708 | }, |
||
709 | "require-dev": { |
||
710 | "doctrine/coding-standard": "dev-master", |
||
711 | "doctrine/orm": "2.*", |
||
712 | "johnkary/phpunit-speedtrap": "~1.0@dev", |
||
713 | "mockery/mockery": "^0.9.4", |
||
714 | "phpunit/phpunit": "~4.7", |
||
715 | "satooshi/php-coveralls": "0.6.*" |
||
716 | }, |
||
717 | "suggest": { |
||
718 | "symfony/console": "to run the migration from the console" |
||
719 | }, |
||
720 | "bin": [ |
||
721 | "bin/doctrine-migrations" |
||
722 | ], |
||
723 | "type": "library", |
||
724 | "extra": { |
||
725 | "branch-alias": { |
||
726 | "dev-master": "v1.1.x-dev" |
||
727 | } |
||
728 | }, |
||
729 | "autoload": { |
||
730 | "psr-4": { |
||
731 | "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations" |
||
732 | } |
||
733 | }, |
||
734 | "notification-url": "https://packagist.org/downloads/", |
||
735 | "license": [ |
||
736 | "LGPL-2.1" |
||
737 | ], |
||
738 | "authors": [ |
||
739 | { |
||
740 | "name": "Benjamin Eberlei", |
||
741 | "email": "[email protected]" |
||
742 | }, |
||
743 | { |
||
744 | "name": "Jonathan Wage", |
||
745 | "email": "[email protected]" |
||
746 | } |
||
747 | ], |
||
748 | "description": "Database Schema migrations using Doctrine DBAL", |
||
749 | "homepage": "http://www.doctrine-project.org", |
||
750 | "keywords": [ |
||
751 | "database", |
||
752 | "migrations" |
||
753 | ], |
||
754 | "time": "2015-09-29 11:13:06" |
||
755 | }, |
||
756 | { |
||
757 | "name": "doctrine/orm", |
||
758 | "version": "v2.5.2", |
||
759 | "source": { |
||
760 | "type": "git", |
||
761 | "url": "https://github.com/doctrine/doctrine2.git", |
||
762 | "reference": "464b5fdbfbbeb4a65465ac173c4c5d90960f41ff" |
||
763 | }, |
||
764 | "dist": { |
||
765 | "type": "zip", |
||
766 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/464b5fdbfbbeb4a65465ac173c4c5d90960f41ff", |
||
767 | "reference": "464b5fdbfbbeb4a65465ac173c4c5d90960f41ff", |
||
768 | "shasum": "" |
||
769 | }, |
||
770 | "require": { |
||
771 | "doctrine/cache": "~1.4", |
||
772 | "doctrine/collections": "~1.2", |
||
773 | "doctrine/common": ">=2.5-dev,<2.6-dev", |
||
774 | "doctrine/dbal": ">=2.5-dev,<2.6-dev", |
||
775 | "doctrine/instantiator": "~1.0.1", |
||
776 | "ext-pdo": "*", |
||
777 | "php": ">=5.4", |
||
778 | "symfony/console": "~2.5|~3.0" |
||
779 | }, |
||
780 | "require-dev": { |
||
781 | "phpunit/phpunit": "~4.0", |
||
782 | "satooshi/php-coveralls": "dev-master", |
||
783 | "symfony/yaml": "~2.3|~3.0" |
||
784 | }, |
||
785 | "suggest": { |
||
786 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
787 | }, |
||
788 | "bin": [ |
||
789 | "bin/doctrine", |
||
790 | "bin/doctrine.php" |
||
791 | ], |
||
792 | "type": "library", |
||
793 | "extra": { |
||
794 | "branch-alias": { |
||
795 | "dev-master": "2.6.x-dev" |
||
796 | } |
||
797 | }, |
||
798 | "autoload": { |
||
799 | "psr-0": { |
||
800 | "Doctrine\\ORM\\": "lib/" |
||
801 | } |
||
802 | }, |
||
803 | "notification-url": "https://packagist.org/downloads/", |
||
804 | "license": [ |
||
805 | "MIT" |
||
806 | ], |
||
807 | "authors": [ |
||
808 | { |
||
809 | "name": "Roman Borschel", |
||
810 | "email": "[email protected]" |
||
811 | }, |
||
812 | { |
||
813 | "name": "Benjamin Eberlei", |
||
814 | "email": "[email protected]" |
||
815 | }, |
||
816 | { |
||
817 | "name": "Guilherme Blanco", |
||
818 | "email": "[email protected]" |
||
819 | }, |
||
820 | { |
||
821 | "name": "Jonathan Wage", |
||
822 | "email": "[email protected]" |
||
823 | } |
||
824 | ], |
||
825 | "description": "Object-Relational-Mapper for PHP", |
||
826 | "homepage": "http://www.doctrine-project.org", |
||
827 | "keywords": [ |
||
828 | "database", |
||
829 | "orm" |
||
830 | ], |
||
831 | "time": "2015-11-23 12:44:25" |
||
832 | }, |
||
833 | { |
||
834 | "name": "phpdocumentor/reflection-docblock", |
||
835 | "version": "2.0.4", |
||
836 | "source": { |
||
837 | "type": "git", |
||
838 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
839 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" |
||
840 | }, |
||
841 | "dist": { |
||
842 | "type": "zip", |
||
843 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
844 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
845 | "shasum": "" |
||
846 | }, |
||
847 | "require": { |
||
848 | "php": ">=5.3.3" |
||
849 | }, |
||
850 | "require-dev": { |
||
851 | "phpunit/phpunit": "~4.0" |
||
852 | }, |
||
853 | "suggest": { |
||
854 | "dflydev/markdown": "~1.0", |
||
855 | "erusev/parsedown": "~1.0" |
||
856 | }, |
||
857 | "type": "library", |
||
858 | "extra": { |
||
859 | "branch-alias": { |
||
860 | "dev-master": "2.0.x-dev" |
||
861 | } |
||
862 | }, |
||
863 | "autoload": { |
||
864 | "psr-0": { |
||
865 | "phpDocumentor": [ |
||
866 | "src/" |
||
867 | ] |
||
868 | } |
||
869 | }, |
||
870 | "notification-url": "https://packagist.org/downloads/", |
||
871 | "license": [ |
||
872 | "MIT" |
||
873 | ], |
||
874 | "authors": [ |
||
875 | { |
||
876 | "name": "Mike van Riel", |
||
877 | "email": "[email protected]" |
||
878 | } |
||
879 | ], |
||
880 | "time": "2015-02-03 12:10:50" |
||
881 | }, |
||
882 | { |
||
883 | "name": "phpspec/prophecy", |
||
884 | "version": "v1.5.0", |
||
885 | "source": { |
||
886 | "type": "git", |
||
887 | "url": "https://github.com/phpspec/prophecy.git", |
||
888 | "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7" |
||
889 | }, |
||
890 | "dist": { |
||
891 | "type": "zip", |
||
892 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7", |
||
893 | "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7", |
||
894 | "shasum": "" |
||
895 | }, |
||
896 | "require": { |
||
897 | "doctrine/instantiator": "^1.0.2", |
||
898 | "phpdocumentor/reflection-docblock": "~2.0", |
||
899 | "sebastian/comparator": "~1.1" |
||
900 | }, |
||
901 | "require-dev": { |
||
902 | "phpspec/phpspec": "~2.0" |
||
903 | }, |
||
904 | "type": "library", |
||
905 | "extra": { |
||
906 | "branch-alias": { |
||
907 | "dev-master": "1.4.x-dev" |
||
908 | } |
||
909 | }, |
||
910 | "autoload": { |
||
911 | "psr-0": { |
||
912 | "Prophecy\\": "src/" |
||
913 | } |
||
914 | }, |
||
915 | "notification-url": "https://packagist.org/downloads/", |
||
916 | "license": [ |
||
917 | "MIT" |
||
918 | ], |
||
919 | "authors": [ |
||
920 | { |
||
921 | "name": "Konstantin Kudryashov", |
||
922 | "email": "[email protected]", |
||
923 | "homepage": "http://everzet.com" |
||
924 | }, |
||
925 | { |
||
926 | "name": "Marcello Duarte", |
||
927 | "email": "[email protected]" |
||
928 | } |
||
929 | ], |
||
930 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
931 | "homepage": "https://github.com/phpspec/prophecy", |
||
932 | "keywords": [ |
||
933 | "Double", |
||
934 | "Dummy", |
||
935 | "fake", |
||
936 | "mock", |
||
937 | "spy", |
||
938 | "stub" |
||
939 | ], |
||
940 | "time": "2015-08-13 10:07:40" |
||
941 | }, |
||
942 | { |
||
943 | "name": "phpunit/php-code-coverage", |
||
944 | "version": "2.2.4", |
||
945 | "source": { |
||
946 | "type": "git", |
||
947 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
948 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" |
||
949 | }, |
||
950 | "dist": { |
||
951 | "type": "zip", |
||
952 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
953 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
954 | "shasum": "" |
||
955 | }, |
||
956 | "require": { |
||
957 | "php": ">=5.3.3", |
||
958 | "phpunit/php-file-iterator": "~1.3", |
||
959 | "phpunit/php-text-template": "~1.2", |
||
960 | "phpunit/php-token-stream": "~1.3", |
||
961 | "sebastian/environment": "^1.3.2", |
||
962 | "sebastian/version": "~1.0" |
||
963 | }, |
||
964 | "require-dev": { |
||
965 | "ext-xdebug": ">=2.1.4", |
||
966 | "phpunit/phpunit": "~4" |
||
967 | }, |
||
968 | "suggest": { |
||
969 | "ext-dom": "*", |
||
970 | "ext-xdebug": ">=2.2.1", |
||
971 | "ext-xmlwriter": "*" |
||
972 | }, |
||
973 | "type": "library", |
||
974 | "extra": { |
||
975 | "branch-alias": { |
||
976 | "dev-master": "2.2.x-dev" |
||
977 | } |
||
978 | }, |
||
979 | "autoload": { |
||
980 | "classmap": [ |
||
981 | "src/" |
||
982 | ] |
||
983 | }, |
||
984 | "notification-url": "https://packagist.org/downloads/", |
||
985 | "license": [ |
||
986 | "BSD-3-Clause" |
||
987 | ], |
||
988 | "authors": [ |
||
989 | { |
||
990 | "name": "Sebastian Bergmann", |
||
991 | "email": "[email protected]", |
||
992 | "role": "lead" |
||
993 | } |
||
994 | ], |
||
995 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
996 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
997 | "keywords": [ |
||
998 | "coverage", |
||
999 | "testing", |
||
1000 | "xunit" |
||
1001 | ], |
||
1002 | "time": "2015-10-06 15:47:00" |
||
1003 | }, |
||
1004 | { |
||
1005 | "name": "phpunit/php-file-iterator", |
||
1006 | "version": "1.4.1", |
||
1007 | "source": { |
||
1008 | "type": "git", |
||
1009 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
1010 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
1011 | }, |
||
1012 | "dist": { |
||
1013 | "type": "zip", |
||
1014 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
1015 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
1016 | "shasum": "" |
||
1017 | }, |
||
1018 | "require": { |
||
1019 | "php": ">=5.3.3" |
||
1020 | }, |
||
1021 | "type": "library", |
||
1022 | "extra": { |
||
1023 | "branch-alias": { |
||
1024 | "dev-master": "1.4.x-dev" |
||
1025 | } |
||
1026 | }, |
||
1027 | "autoload": { |
||
1028 | "classmap": [ |
||
1029 | "src/" |
||
1030 | ] |
||
1031 | }, |
||
1032 | "notification-url": "https://packagist.org/downloads/", |
||
1033 | "license": [ |
||
1034 | "BSD-3-Clause" |
||
1035 | ], |
||
1036 | "authors": [ |
||
1037 | { |
||
1038 | "name": "Sebastian Bergmann", |
||
1039 | "email": "[email protected]", |
||
1040 | "role": "lead" |
||
1041 | } |
||
1042 | ], |
||
1043 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
1044 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
1045 | "keywords": [ |
||
1046 | "filesystem", |
||
1047 | "iterator" |
||
1048 | ], |
||
1049 | "time": "2015-06-21 13:08:43" |
||
1050 | }, |
||
1051 | { |
||
1052 | "name": "phpunit/php-text-template", |
||
1053 | "version": "1.2.1", |
||
1054 | "source": { |
||
1055 | "type": "git", |
||
1056 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
1057 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
1058 | }, |
||
1059 | "dist": { |
||
1060 | "type": "zip", |
||
1061 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1062 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1063 | "shasum": "" |
||
1064 | }, |
||
1065 | "require": { |
||
1066 | "php": ">=5.3.3" |
||
1067 | }, |
||
1068 | "type": "library", |
||
1069 | "autoload": { |
||
1070 | "classmap": [ |
||
1071 | "src/" |
||
1072 | ] |
||
1073 | }, |
||
1074 | "notification-url": "https://packagist.org/downloads/", |
||
1075 | "license": [ |
||
1076 | "BSD-3-Clause" |
||
1077 | ], |
||
1078 | "authors": [ |
||
1079 | { |
||
1080 | "name": "Sebastian Bergmann", |
||
1081 | "email": "[email protected]", |
||
1082 | "role": "lead" |
||
1083 | } |
||
1084 | ], |
||
1085 | "description": "Simple template engine.", |
||
1086 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
1087 | "keywords": [ |
||
1088 | "template" |
||
1089 | ], |
||
1090 | "time": "2015-06-21 13:50:34" |
||
1091 | }, |
||
1092 | { |
||
1093 | "name": "phpunit/php-timer", |
||
1094 | "version": "1.0.7", |
||
1095 | "source": { |
||
1096 | "type": "git", |
||
1097 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
1098 | "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" |
||
1099 | }, |
||
1100 | "dist": { |
||
1101 | "type": "zip", |
||
1102 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b", |
||
1103 | "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", |
||
1104 | "shasum": "" |
||
1105 | }, |
||
1106 | "require": { |
||
1107 | "php": ">=5.3.3" |
||
1108 | }, |
||
1109 | "type": "library", |
||
1110 | "autoload": { |
||
1111 | "classmap": [ |
||
1112 | "src/" |
||
1113 | ] |
||
1114 | }, |
||
1115 | "notification-url": "https://packagist.org/downloads/", |
||
1116 | "license": [ |
||
1117 | "BSD-3-Clause" |
||
1118 | ], |
||
1119 | "authors": [ |
||
1120 | { |
||
1121 | "name": "Sebastian Bergmann", |
||
1122 | "email": "[email protected]", |
||
1123 | "role": "lead" |
||
1124 | } |
||
1125 | ], |
||
1126 | "description": "Utility class for timing", |
||
1127 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
1128 | "keywords": [ |
||
1129 | "timer" |
||
1130 | ], |
||
1131 | "time": "2015-06-21 08:01:12" |
||
1132 | }, |
||
1133 | { |
||
1134 | "name": "phpunit/php-token-stream", |
||
1135 | "version": "1.4.8", |
||
1136 | "source": { |
||
1137 | "type": "git", |
||
1138 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
1139 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" |
||
1140 | }, |
||
1141 | "dist": { |
||
1142 | "type": "zip", |
||
1143 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
1144 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
1145 | "shasum": "" |
||
1146 | }, |
||
1147 | "require": { |
||
1148 | "ext-tokenizer": "*", |
||
1149 | "php": ">=5.3.3" |
||
1150 | }, |
||
1151 | "require-dev": { |
||
1152 | "phpunit/phpunit": "~4.2" |
||
1153 | }, |
||
1154 | "type": "library", |
||
1155 | "extra": { |
||
1156 | "branch-alias": { |
||
1157 | "dev-master": "1.4-dev" |
||
1158 | } |
||
1159 | }, |
||
1160 | "autoload": { |
||
1161 | "classmap": [ |
||
1162 | "src/" |
||
1163 | ] |
||
1164 | }, |
||
1165 | "notification-url": "https://packagist.org/downloads/", |
||
1166 | "license": [ |
||
1167 | "BSD-3-Clause" |
||
1168 | ], |
||
1169 | "authors": [ |
||
1170 | { |
||
1171 | "name": "Sebastian Bergmann", |
||
1172 | "email": "[email protected]" |
||
1173 | } |
||
1174 | ], |
||
1175 | "description": "Wrapper around PHP's tokenizer extension.", |
||
1176 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
1177 | "keywords": [ |
||
1178 | "tokenizer" |
||
1179 | ], |
||
1180 | "time": "2015-09-15 10:49:45" |
||
1181 | }, |
||
1182 | { |
||
1183 | "name": "phpunit/phpunit", |
||
1184 | "version": "4.8.18", |
||
1185 | "source": { |
||
1186 | "type": "git", |
||
1187 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
1188 | "reference": "fa33d4ad96481b91df343d83e8c8aabed6b1dfd3" |
||
1189 | }, |
||
1190 | "dist": { |
||
1191 | "type": "zip", |
||
1192 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fa33d4ad96481b91df343d83e8c8aabed6b1dfd3", |
||
1193 | "reference": "fa33d4ad96481b91df343d83e8c8aabed6b1dfd3", |
||
1194 | "shasum": "" |
||
1195 | }, |
||
1196 | "require": { |
||
1197 | "ext-dom": "*", |
||
1198 | "ext-json": "*", |
||
1199 | "ext-pcre": "*", |
||
1200 | "ext-reflection": "*", |
||
1201 | "ext-spl": "*", |
||
1202 | "php": ">=5.3.3", |
||
1203 | "phpspec/prophecy": "^1.3.1", |
||
1204 | "phpunit/php-code-coverage": "~2.1", |
||
1205 | "phpunit/php-file-iterator": "~1.4", |
||
1206 | "phpunit/php-text-template": "~1.2", |
||
1207 | "phpunit/php-timer": ">=1.0.6", |
||
1208 | "phpunit/phpunit-mock-objects": "~2.3", |
||
1209 | "sebastian/comparator": "~1.1", |
||
1210 | "sebastian/diff": "~1.2", |
||
1211 | "sebastian/environment": "~1.3", |
||
1212 | "sebastian/exporter": "~1.2", |
||
1213 | "sebastian/global-state": "~1.0", |
||
1214 | "sebastian/version": "~1.0", |
||
1215 | "symfony/yaml": "~2.1|~3.0" |
||
1216 | }, |
||
1217 | "suggest": { |
||
1218 | "phpunit/php-invoker": "~1.1" |
||
1219 | }, |
||
1220 | "bin": [ |
||
1221 | "phpunit" |
||
1222 | ], |
||
1223 | "type": "library", |
||
1224 | "extra": { |
||
1225 | "branch-alias": { |
||
1226 | "dev-master": "4.8.x-dev" |
||
1227 | } |
||
1228 | }, |
||
1229 | "autoload": { |
||
1230 | "classmap": [ |
||
1231 | "src/" |
||
1232 | ] |
||
1233 | }, |
||
1234 | "notification-url": "https://packagist.org/downloads/", |
||
1235 | "license": [ |
||
1236 | "BSD-3-Clause" |
||
1237 | ], |
||
1238 | "authors": [ |
||
1239 | { |
||
1240 | "name": "Sebastian Bergmann", |
||
1241 | "email": "[email protected]", |
||
1242 | "role": "lead" |
||
1243 | } |
||
1244 | ], |
||
1245 | "description": "The PHP Unit Testing framework.", |
||
1246 | "homepage": "https://phpunit.de/", |
||
1247 | "keywords": [ |
||
1248 | "phpunit", |
||
1249 | "testing", |
||
1250 | "xunit" |
||
1251 | ], |
||
1252 | "time": "2015-11-11 11:32:49" |
||
1253 | }, |
||
1254 | { |
||
1255 | "name": "phpunit/phpunit-mock-objects", |
||
1256 | "version": "2.3.8", |
||
1257 | "source": { |
||
1258 | "type": "git", |
||
1259 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
1260 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" |
||
1261 | }, |
||
1262 | "dist": { |
||
1263 | "type": "zip", |
||
1264 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
1265 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
1266 | "shasum": "" |
||
1267 | }, |
||
1268 | "require": { |
||
1269 | "doctrine/instantiator": "^1.0.2", |
||
1270 | "php": ">=5.3.3", |
||
1271 | "phpunit/php-text-template": "~1.2", |
||
1272 | "sebastian/exporter": "~1.2" |
||
1273 | }, |
||
1274 | "require-dev": { |
||
1275 | "phpunit/phpunit": "~4.4" |
||
1276 | }, |
||
1277 | "suggest": { |
||
1278 | "ext-soap": "*" |
||
1279 | }, |
||
1280 | "type": "library", |
||
1281 | "extra": { |
||
1282 | "branch-alias": { |
||
1283 | "dev-master": "2.3.x-dev" |
||
1284 | } |
||
1285 | }, |
||
1286 | "autoload": { |
||
1287 | "classmap": [ |
||
1288 | "src/" |
||
1289 | ] |
||
1290 | }, |
||
1291 | "notification-url": "https://packagist.org/downloads/", |
||
1292 | "license": [ |
||
1293 | "BSD-3-Clause" |
||
1294 | ], |
||
1295 | "authors": [ |
||
1296 | { |
||
1297 | "name": "Sebastian Bergmann", |
||
1298 | "email": "[email protected]", |
||
1299 | "role": "lead" |
||
1300 | } |
||
1301 | ], |
||
1302 | "description": "Mock Object library for PHPUnit", |
||
1303 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
1304 | "keywords": [ |
||
1305 | "mock", |
||
1306 | "xunit" |
||
1307 | ], |
||
1308 | "time": "2015-10-02 06:51:40" |
||
1309 | }, |
||
1310 | { |
||
1311 | "name": "sebastian/comparator", |
||
1312 | "version": "1.2.0", |
||
1313 | "source": { |
||
1314 | "type": "git", |
||
1315 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
1316 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
1317 | }, |
||
1318 | "dist": { |
||
1319 | "type": "zip", |
||
1320 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
1321 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
1322 | "shasum": "" |
||
1323 | }, |
||
1324 | "require": { |
||
1325 | "php": ">=5.3.3", |
||
1326 | "sebastian/diff": "~1.2", |
||
1327 | "sebastian/exporter": "~1.2" |
||
1328 | }, |
||
1329 | "require-dev": { |
||
1330 | "phpunit/phpunit": "~4.4" |
||
1331 | }, |
||
1332 | "type": "library", |
||
1333 | "extra": { |
||
1334 | "branch-alias": { |
||
1335 | "dev-master": "1.2.x-dev" |
||
1336 | } |
||
1337 | }, |
||
1338 | "autoload": { |
||
1339 | "classmap": [ |
||
1340 | "src/" |
||
1341 | ] |
||
1342 | }, |
||
1343 | "notification-url": "https://packagist.org/downloads/", |
||
1344 | "license": [ |
||
1345 | "BSD-3-Clause" |
||
1346 | ], |
||
1347 | "authors": [ |
||
1348 | { |
||
1349 | "name": "Jeff Welch", |
||
1350 | "email": "[email protected]" |
||
1351 | }, |
||
1352 | { |
||
1353 | "name": "Volker Dusch", |
||
1354 | "email": "[email protected]" |
||
1355 | }, |
||
1356 | { |
||
1357 | "name": "Bernhard Schussek", |
||
1358 | "email": "[email protected]" |
||
1359 | }, |
||
1360 | { |
||
1361 | "name": "Sebastian Bergmann", |
||
1362 | "email": "[email protected]" |
||
1363 | } |
||
1364 | ], |
||
1365 | "description": "Provides the functionality to compare PHP values for equality", |
||
1366 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
1367 | "keywords": [ |
||
1368 | "comparator", |
||
1369 | "compare", |
||
1370 | "equality" |
||
1371 | ], |
||
1372 | "time": "2015-07-26 15:48:44" |
||
1373 | }, |
||
1374 | { |
||
1375 | "name": "sebastian/diff", |
||
1376 | "version": "1.3.0", |
||
1377 | "source": { |
||
1378 | "type": "git", |
||
1379 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
1380 | "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3" |
||
1381 | }, |
||
1382 | "dist": { |
||
1383 | "type": "zip", |
||
1384 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3", |
||
1385 | "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3", |
||
1386 | "shasum": "" |
||
1387 | }, |
||
1388 | "require": { |
||
1389 | "php": ">=5.3.3" |
||
1390 | }, |
||
1391 | "require-dev": { |
||
1392 | "phpunit/phpunit": "~4.2" |
||
1393 | }, |
||
1394 | "type": "library", |
||
1395 | "extra": { |
||
1396 | "branch-alias": { |
||
1397 | "dev-master": "1.3-dev" |
||
1398 | } |
||
1399 | }, |
||
1400 | "autoload": { |
||
1401 | "classmap": [ |
||
1402 | "src/" |
||
1403 | ] |
||
1404 | }, |
||
1405 | "notification-url": "https://packagist.org/downloads/", |
||
1406 | "license": [ |
||
1407 | "BSD-3-Clause" |
||
1408 | ], |
||
1409 | "authors": [ |
||
1410 | { |
||
1411 | "name": "Kore Nordmann", |
||
1412 | "email": "[email protected]" |
||
1413 | }, |
||
1414 | { |
||
1415 | "name": "Sebastian Bergmann", |
||
1416 | "email": "[email protected]" |
||
1417 | } |
||
1418 | ], |
||
1419 | "description": "Diff implementation", |
||
1420 | "homepage": "http://www.github.com/sebastianbergmann/diff", |
||
1421 | "keywords": [ |
||
1422 | "diff" |
||
1423 | ], |
||
1424 | "time": "2015-02-22 15:13:53" |
||
1425 | }, |
||
1426 | { |
||
1427 | "name": "sebastian/environment", |
||
1428 | "version": "1.3.2", |
||
1429 | "source": { |
||
1430 | "type": "git", |
||
1431 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
1432 | "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44" |
||
1433 | }, |
||
1434 | "dist": { |
||
1435 | "type": "zip", |
||
1436 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44", |
||
1437 | "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44", |
||
1438 | "shasum": "" |
||
1439 | }, |
||
1440 | "require": { |
||
1441 | "php": ">=5.3.3" |
||
1442 | }, |
||
1443 | "require-dev": { |
||
1444 | "phpunit/phpunit": "~4.4" |
||
1445 | }, |
||
1446 | "type": "library", |
||
1447 | "extra": { |
||
1448 | "branch-alias": { |
||
1449 | "dev-master": "1.3.x-dev" |
||
1450 | } |
||
1451 | }, |
||
1452 | "autoload": { |
||
1453 | "classmap": [ |
||
1454 | "src/" |
||
1455 | ] |
||
1456 | }, |
||
1457 | "notification-url": "https://packagist.org/downloads/", |
||
1458 | "license": [ |
||
1459 | "BSD-3-Clause" |
||
1460 | ], |
||
1461 | "authors": [ |
||
1462 | { |
||
1463 | "name": "Sebastian Bergmann", |
||
1464 | "email": "[email protected]" |
||
1465 | } |
||
1466 | ], |
||
1467 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
1468 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
1469 | "keywords": [ |
||
1470 | "Xdebug", |
||
1471 | "environment", |
||
1472 | "hhvm" |
||
1473 | ], |
||
1474 | "time": "2015-08-03 06:14:51" |
||
1475 | }, |
||
1476 | { |
||
1477 | "name": "sebastian/exporter", |
||
1478 | "version": "1.2.1", |
||
1479 | "source": { |
||
1480 | "type": "git", |
||
1481 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
1482 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e" |
||
1483 | }, |
||
1484 | "dist": { |
||
1485 | "type": "zip", |
||
1486 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e", |
||
1487 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e", |
||
1488 | "shasum": "" |
||
1489 | }, |
||
1490 | "require": { |
||
1491 | "php": ">=5.3.3", |
||
1492 | "sebastian/recursion-context": "~1.0" |
||
1493 | }, |
||
1494 | "require-dev": { |
||
1495 | "phpunit/phpunit": "~4.4" |
||
1496 | }, |
||
1497 | "type": "library", |
||
1498 | "extra": { |
||
1499 | "branch-alias": { |
||
1500 | "dev-master": "1.2.x-dev" |
||
1501 | } |
||
1502 | }, |
||
1503 | "autoload": { |
||
1504 | "classmap": [ |
||
1505 | "src/" |
||
1506 | ] |
||
1507 | }, |
||
1508 | "notification-url": "https://packagist.org/downloads/", |
||
1509 | "license": [ |
||
1510 | "BSD-3-Clause" |
||
1511 | ], |
||
1512 | "authors": [ |
||
1513 | { |
||
1514 | "name": "Jeff Welch", |
||
1515 | "email": "[email protected]" |
||
1516 | }, |
||
1517 | { |
||
1518 | "name": "Volker Dusch", |
||
1519 | "email": "[email protected]" |
||
1520 | }, |
||
1521 | { |
||
1522 | "name": "Bernhard Schussek", |
||
1523 | "email": "[email protected]" |
||
1524 | }, |
||
1525 | { |
||
1526 | "name": "Sebastian Bergmann", |
||
1527 | "email": "[email protected]" |
||
1528 | }, |
||
1529 | { |
||
1530 | "name": "Adam Harvey", |
||
1531 | "email": "[email protected]" |
||
1532 | } |
||
1533 | ], |
||
1534 | "description": "Provides the functionality to export PHP variables for visualization", |
||
1535 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
1536 | "keywords": [ |
||
1537 | "export", |
||
1538 | "exporter" |
||
1539 | ], |
||
1540 | "time": "2015-06-21 07:55:53" |
||
1541 | }, |
||
1542 | { |
||
1543 | "name": "sebastian/global-state", |
||
1544 | "version": "1.1.1", |
||
1545 | "source": { |
||
1546 | "type": "git", |
||
1547 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
1548 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
1549 | }, |
||
1550 | "dist": { |
||
1551 | "type": "zip", |
||
1552 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
1553 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
1554 | "shasum": "" |
||
1555 | }, |
||
1556 | "require": { |
||
1557 | "php": ">=5.3.3" |
||
1558 | }, |
||
1559 | "require-dev": { |
||
1560 | "phpunit/phpunit": "~4.2" |
||
1561 | }, |
||
1562 | "suggest": { |
||
1563 | "ext-uopz": "*" |
||
1564 | }, |
||
1565 | "type": "library", |
||
1566 | "extra": { |
||
1567 | "branch-alias": { |
||
1568 | "dev-master": "1.0-dev" |
||
1569 | } |
||
1570 | }, |
||
1571 | "autoload": { |
||
1572 | "classmap": [ |
||
1573 | "src/" |
||
1574 | ] |
||
1575 | }, |
||
1576 | "notification-url": "https://packagist.org/downloads/", |
||
1577 | "license": [ |
||
1578 | "BSD-3-Clause" |
||
1579 | ], |
||
1580 | "authors": [ |
||
1581 | { |
||
1582 | "name": "Sebastian Bergmann", |
||
1583 | "email": "[email protected]" |
||
1584 | } |
||
1585 | ], |
||
1586 | "description": "Snapshotting of global state", |
||
1587 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
1588 | "keywords": [ |
||
1589 | "global state" |
||
1590 | ], |
||
1591 | "time": "2015-10-12 03:26:01" |
||
1592 | }, |
||
1593 | { |
||
1594 | "name": "sebastian/recursion-context", |
||
1595 | "version": "1.0.1", |
||
1596 | "source": { |
||
1597 | "type": "git", |
||
1598 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
1599 | "reference": "994d4a811bafe801fb06dccbee797863ba2792ba" |
||
1600 | }, |
||
1601 | "dist": { |
||
1602 | "type": "zip", |
||
1603 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba", |
||
1604 | "reference": "994d4a811bafe801fb06dccbee797863ba2792ba", |
||
1605 | "shasum": "" |
||
1606 | }, |
||
1607 | "require": { |
||
1608 | "php": ">=5.3.3" |
||
1609 | }, |
||
1610 | "require-dev": { |
||
1611 | "phpunit/phpunit": "~4.4" |
||
1612 | }, |
||
1613 | "type": "library", |
||
1614 | "extra": { |
||
1615 | "branch-alias": { |
||
1616 | "dev-master": "1.0.x-dev" |
||
1617 | } |
||
1618 | }, |
||
1619 | "autoload": { |
||
1620 | "classmap": [ |
||
1621 | "src/" |
||
1622 | ] |
||
1623 | }, |
||
1624 | "notification-url": "https://packagist.org/downloads/", |
||
1625 | "license": [ |
||
1626 | "BSD-3-Clause" |
||
1627 | ], |
||
1628 | "authors": [ |
||
1629 | { |
||
1630 | "name": "Jeff Welch", |
||
1631 | "email": "[email protected]" |
||
1632 | }, |
||
1633 | { |
||
1634 | "name": "Sebastian Bergmann", |
||
1635 | "email": "[email protected]" |
||
1636 | }, |
||
1637 | { |
||
1638 | "name": "Adam Harvey", |
||
1639 | "email": "[email protected]" |
||
1640 | } |
||
1641 | ], |
||
1642 | "description": "Provides functionality to recursively process PHP variables", |
||
1643 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
1644 | "time": "2015-06-21 08:04:50" |
||
1645 | }, |
||
1646 | { |
||
1647 | "name": "sebastian/version", |
||
1648 | "version": "1.0.6", |
||
1649 | "source": { |
||
1650 | "type": "git", |
||
1651 | "url": "https://github.com/sebastianbergmann/version.git", |
||
1652 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" |
||
1653 | }, |
||
1654 | "dist": { |
||
1655 | "type": "zip", |
||
1656 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
1657 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
1658 | "shasum": "" |
||
1659 | }, |
||
1660 | "type": "library", |
||
1661 | "autoload": { |
||
1662 | "classmap": [ |
||
1663 | "src/" |
||
1664 | ] |
||
1665 | }, |
||
1666 | "notification-url": "https://packagist.org/downloads/", |
||
1667 | "license": [ |
||
1668 | "BSD-3-Clause" |
||
1669 | ], |
||
1670 | "authors": [ |
||
1671 | { |
||
1672 | "name": "Sebastian Bergmann", |
||
1673 | "email": "[email protected]", |
||
1674 | "role": "lead" |
||
1675 | } |
||
1676 | ], |
||
1677 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
1678 | "homepage": "https://github.com/sebastianbergmann/version", |
||
1679 | "time": "2015-06-21 13:59:46" |
||
1680 | }, |
||
1681 | { |
||
1682 | "name": "symfony/console", |
||
1683 | "version": "v2.7.7", |
||
1684 | "source": { |
||
1685 | "type": "git", |
||
1686 | "url": "https://github.com/symfony/console.git", |
||
1687 | "reference": "16bb1cb86df43c90931df65f529e7ebd79636750" |
||
1688 | }, |
||
1689 | "dist": { |
||
1690 | "type": "zip", |
||
1691 | "url": "https://api.github.com/repos/symfony/console/zipball/16bb1cb86df43c90931df65f529e7ebd79636750", |
||
1692 | "reference": "16bb1cb86df43c90931df65f529e7ebd79636750", |
||
1693 | "shasum": "" |
||
1694 | }, |
||
1695 | "require": { |
||
1696 | "php": ">=5.3.9" |
||
1697 | }, |
||
1698 | "require-dev": { |
||
1699 | "psr/log": "~1.0", |
||
1700 | "symfony/event-dispatcher": "~2.1", |
||
1701 | "symfony/process": "~2.1" |
||
1702 | }, |
||
1703 | "suggest": { |
||
1704 | "psr/log": "For using the console logger", |
||
1705 | "symfony/event-dispatcher": "", |
||
1706 | "symfony/process": "" |
||
1707 | }, |
||
1708 | "type": "library", |
||
1709 | "extra": { |
||
1710 | "branch-alias": { |
||
1711 | "dev-master": "2.7-dev" |
||
1712 | } |
||
1713 | }, |
||
1714 | "autoload": { |
||
1715 | "psr-4": { |
||
1716 | "Symfony\\Component\\Console\\": "" |
||
1717 | }, |
||
1718 | "exclude-from-classmap": [ |
||
1719 | "/Tests/" |
||
1720 | ] |
||
1721 | }, |
||
1722 | "notification-url": "https://packagist.org/downloads/", |
||
1723 | "license": [ |
||
1724 | "MIT" |
||
1725 | ], |
||
1726 | "authors": [ |
||
1727 | { |
||
1728 | "name": "Fabien Potencier", |
||
1729 | "email": "[email protected]" |
||
1730 | }, |
||
1731 | { |
||
1732 | "name": "Symfony Community", |
||
1733 | "homepage": "https://symfony.com/contributors" |
||
1734 | } |
||
1735 | ], |
||
1736 | "description": "Symfony Console Component", |
||
1737 | "homepage": "https://symfony.com", |
||
1738 | "time": "2015-11-18 09:54:26" |
||
1739 | }, |
||
1740 | { |
||
1741 | "name": "symfony/yaml", |
||
1742 | "version": "v2.7.7", |
||
1743 | "source": { |
||
1744 | "type": "git", |
||
1745 | "url": "https://github.com/symfony/yaml.git", |
||
1746 | "reference": "4cfcd7a9fceba662b3c036b7d9a91f6197af046c" |
||
1747 | }, |
||
1748 | "dist": { |
||
1749 | "type": "zip", |
||
1750 | "url": "https://api.github.com/repos/symfony/yaml/zipball/4cfcd7a9fceba662b3c036b7d9a91f6197af046c", |
||
1751 | "reference": "4cfcd7a9fceba662b3c036b7d9a91f6197af046c", |
||
1752 | "shasum": "" |
||
1753 | }, |
||
1754 | "require": { |
||
1755 | "php": ">=5.3.9" |
||
1756 | }, |
||
1757 | "type": "library", |
||
1758 | "extra": { |
||
1759 | "branch-alias": { |
||
1760 | "dev-master": "2.7-dev" |
||
1761 | } |
||
1762 | }, |
||
1763 | "autoload": { |
||
1764 | "psr-4": { |
||
1765 | "Symfony\\Component\\Yaml\\": "" |
||
1766 | }, |
||
1767 | "exclude-from-classmap": [ |
||
1768 | "/Tests/" |
||
1769 | ] |
||
1770 | }, |
||
1771 | "notification-url": "https://packagist.org/downloads/", |
||
1772 | "license": [ |
||
1773 | "MIT" |
||
1774 | ], |
||
1775 | "authors": [ |
||
1776 | { |
||
1777 | "name": "Fabien Potencier", |
||
1778 | "email": "[email protected]" |
||
1779 | }, |
||
1780 | { |
||
1781 | "name": "Symfony Community", |
||
1782 | "homepage": "https://symfony.com/contributors" |
||
1783 | } |
||
1784 | ], |
||
1785 | "description": "Symfony Yaml Component", |
||
1786 | "homepage": "https://symfony.com", |
||
1787 | "time": "2015-11-18 13:41:01" |
||
1788 | }, |
||
1789 | { |
||
1790 | "name": "zendframework/zend-authentication", |
||
1791 | "version": "2.5.2", |
||
1792 | "source": { |
||
1793 | "type": "git", |
||
1794 | "url": "https://github.com/zendframework/zend-authentication.git", |
||
1795 | "reference": "1002b40baa9acb3f875cc77f4a2b4fc238b62170" |
||
1796 | }, |
||
1797 | "dist": { |
||
1798 | "type": "zip", |
||
1799 | "url": "https://api.github.com/repos/zendframework/zend-authentication/zipball/1002b40baa9acb3f875cc77f4a2b4fc238b62170", |
||
1800 | "reference": "1002b40baa9acb3f875cc77f4a2b4fc238b62170", |
||
1801 | "shasum": "" |
||
1802 | }, |
||
1803 | "require": { |
||
1804 | "php": ">=5.5", |
||
1805 | "zendframework/zend-stdlib": "~2.5" |
||
1806 | }, |
||
1807 | "require-dev": { |
||
1808 | "fabpot/php-cs-fixer": "1.7.*", |
||
1809 | "phpunit/phpunit": "~4.0", |
||
1810 | "zendframework/zend-crypt": "~2.5", |
||
1811 | "zendframework/zend-db": "~2.5", |
||
1812 | "zendframework/zend-http": "~2.5", |
||
1813 | "zendframework/zend-ldap": "~2.5", |
||
1814 | "zendframework/zend-session": "~2.5", |
||
1815 | "zendframework/zend-uri": "~2.5", |
||
1816 | "zendframework/zend-validator": "~2.5" |
||
1817 | }, |
||
1818 | "suggest": { |
||
1819 | "zendframework/zend-crypt": "Zend\\Crypt component", |
||
1820 | "zendframework/zend-db": "Zend\\Db component", |
||
1821 | "zendframework/zend-http": "Zend\\Http component", |
||
1822 | "zendframework/zend-ldap": "Zend\\Ldap component", |
||
1823 | "zendframework/zend-session": "Zend\\Session component", |
||
1824 | "zendframework/zend-uri": "Zend\\Uri component", |
||
1825 | "zendframework/zend-validator": "Zend\\Validator component" |
||
1826 | }, |
||
1827 | "type": "library", |
||
1828 | "extra": { |
||
1829 | "branch-alias": { |
||
1830 | "dev-master": "2.5-dev", |
||
1831 | "dev-develop": "2.6-dev" |
||
1832 | } |
||
1833 | }, |
||
1834 | "autoload": { |
||
1835 | "psr-4": { |
||
1836 | "Zend\\Authentication\\": "src/" |
||
1837 | } |
||
1838 | }, |
||
1839 | "notification-url": "https://packagist.org/downloads/", |
||
1840 | "license": [ |
||
1841 | "BSD-3-Clause" |
||
1842 | ], |
||
1843 | "description": "provides an API for authentication and includes concrete authentication adapters for common use case scenarios", |
||
1844 | "homepage": "https://github.com/zendframework/zend-authentication", |
||
1845 | "keywords": [ |
||
1846 | "Authentication", |
||
1847 | "zf2" |
||
1848 | ], |
||
1849 | "time": "2015-06-15 19:37:28" |
||
1850 | }, |
||
1851 | { |
||
1852 | "name": "zendframework/zend-barcode", |
||
1853 | "version": "2.5.2", |
||
1854 | "source": { |
||
1855 | "type": "git", |
||
1856 | "url": "https://github.com/zendframework/zend-barcode.git", |
||
1857 | "reference": "f20a7afaf32045ea1623817d754d4b1e8a70aea0" |
||
1858 | }, |
||
1859 | "dist": { |
||
1860 | "type": "zip", |
||
1861 | "url": "https://api.github.com/repos/zendframework/zend-barcode/zipball/f20a7afaf32045ea1623817d754d4b1e8a70aea0", |
||
1862 | "reference": "f20a7afaf32045ea1623817d754d4b1e8a70aea0", |
||
1863 | "shasum": "" |
||
1864 | }, |
||
1865 | "require": { |
||
1866 | "php": ">=5.5", |
||
1867 | "zendframework/zend-servicemanager": "~2.5", |
||
1868 | "zendframework/zend-stdlib": "~2.5", |
||
1869 | "zendframework/zend-validator": "~2.5" |
||
1870 | }, |
||
1871 | "require-dev": { |
||
1872 | "fabpot/php-cs-fixer": "1.7.*", |
||
1873 | "phpunit/phpunit": "~4.0", |
||
1874 | "zendframework/zend-config": "~2.5", |
||
1875 | "zendframework/zendpdf": "*" |
||
1876 | }, |
||
1877 | "suggest": { |
||
1878 | "zendframework/zendpdf": "ZendPdf component" |
||
1879 | }, |
||
1880 | "type": "library", |
||
1881 | "extra": { |
||
1882 | "branch-alias": { |
||
1883 | "dev-master": "2.5-dev", |
||
1884 | "dev-develop": "2.6-dev" |
||
1885 | } |
||
1886 | }, |
||
1887 | "autoload": { |
||
1888 | "psr-4": { |
||
1889 | "Zend\\Barcode\\": "src/" |
||
1890 | } |
||
1891 | }, |
||
1892 | "notification-url": "https://packagist.org/downloads/", |
||
1893 | "license": [ |
||
1894 | "BSD-3-Clause" |
||
1895 | ], |
||
1896 | "description": "provides a generic way to generate barcodes", |
||
1897 | "homepage": "https://github.com/zendframework/zend-barcode", |
||
1898 | "keywords": [ |
||
1899 | "barcode", |
||
1900 | "zf2" |
||
1901 | ], |
||
1902 | "time": "2015-07-16 17:13:39" |
||
1903 | }, |
||
1904 | { |
||
1905 | "name": "zendframework/zend-cache", |
||
1906 | "version": "2.5.3", |
||
1907 | "source": { |
||
1908 | "type": "git", |
||
1909 | "url": "https://github.com/zendframework/zend-cache.git", |
||
1910 | "reference": "7ff9d6b922ae29dbdc53f6a62b471fb6e58565df" |
||
1911 | }, |
||
1912 | "dist": { |
||
1913 | "type": "zip", |
||
1914 | "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/7ff9d6b922ae29dbdc53f6a62b471fb6e58565df", |
||
1915 | "reference": "7ff9d6b922ae29dbdc53f6a62b471fb6e58565df", |
||
1916 | "shasum": "" |
||
1917 | }, |
||
1918 | "require": { |
||
1919 | "php": ">=5.5", |
||
1920 | "zendframework/zend-eventmanager": "~2.5", |
||
1921 | "zendframework/zend-servicemanager": "~2.5", |
||
1922 | "zendframework/zend-stdlib": "~2.5" |
||
1923 | }, |
||
1924 | "require-dev": { |
||
1925 | "fabpot/php-cs-fixer": "1.7.*", |
||
1926 | "phpunit/phpunit": "~4.0", |
||
1927 | "zendframework/zend-serializer": "~2.5", |
||
1928 | "zendframework/zend-session": "~2.5" |
||
1929 | }, |
||
1930 | "suggest": { |
||
1931 | "ext-apcu": "APCU, to use the APC storage adapter", |
||
1932 | "ext-dba": "DBA, to use the DBA storage adapter", |
||
1933 | "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter", |
||
1934 | "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter", |
||
1935 | "ext-mongo": "Mongo, to use MongoDb storage adapter", |
||
1936 | "ext-redis": "Redis, to use Redis storage adapter", |
||
1937 | "ext-wincache": "WinCache, to use the WinCache storage adapter", |
||
1938 | "ext-xcache": "XCache, to use the XCache storage adapter", |
||
1939 | "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement", |
||
1940 | "zendframework/zend-serializer": "Zend\\Serializer component", |
||
1941 | "zendframework/zend-session": "Zend\\Session component" |
||
1942 | }, |
||
1943 | "type": "library", |
||
1944 | "extra": { |
||
1945 | "branch-alias": { |
||
1946 | "dev-master": "2.5-dev", |
||
1947 | "dev-develop": "2.6-dev" |
||
1948 | } |
||
1949 | }, |
||
1950 | "autoload": { |
||
1951 | "psr-4": { |
||
1952 | "Zend\\Cache\\": "src/" |
||
1953 | } |
||
1954 | }, |
||
1955 | "notification-url": "https://packagist.org/downloads/", |
||
1956 | "license": [ |
||
1957 | "BSD-3-Clause" |
||
1958 | ], |
||
1959 | "description": "provides a generic way to cache any data", |
||
1960 | "homepage": "https://github.com/zendframework/zend-cache", |
||
1961 | "keywords": [ |
||
1962 | "cache", |
||
1963 | "zf2" |
||
1964 | ], |
||
1965 | "time": "2015-09-15 16:09:09" |
||
1966 | }, |
||
1967 | { |
||
1968 | "name": "zendframework/zend-captcha", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
1969 | "version": "2.5.1", |
||
1970 | "source": { |
||
1971 | "type": "git", |
||
1972 | "url": "https://github.com/zendframework/zend-captcha.git", |
||
1973 | "reference": "5f01e50b6f1f197245dd26e66e1b1e560a6ab15d" |
||
1974 | }, |
||
1975 | "dist": { |
||
1976 | "type": "zip", |
||
1977 | "url": "https://api.github.com/repos/zendframework/zend-captcha/zipball/5f01e50b6f1f197245dd26e66e1b1e560a6ab15d", |
||
1978 | "reference": "5f01e50b6f1f197245dd26e66e1b1e560a6ab15d", |
||
1979 | "shasum": "" |
||
1980 | }, |
||
1981 | "require": { |
||
1982 | "php": ">=5.3.23", |
||
1983 | "zendframework/zend-math": "~2.5", |
||
1984 | "zendframework/zend-stdlib": "~2.5" |
||
1985 | }, |
||
1986 | "require-dev": { |
||
1987 | "fabpot/php-cs-fixer": "1.7.*", |
||
1988 | "phpunit/phpunit": "~4.0", |
||
1989 | "zendframework/zend-session": "~2.5", |
||
1990 | "zendframework/zend-text": "~2.5", |
||
1991 | "zendframework/zend-validator": "~2.5", |
||
1992 | "zendframework/zendservice-recaptcha": "*" |
||
1993 | }, |
||
1994 | "suggest": { |
||
1995 | "zendframework/zend-resources": "Translations of captcha messages", |
||
1996 | "zendframework/zend-session": "Zend\\Session component", |
||
1997 | "zendframework/zend-text": "Zend\\Text component", |
||
1998 | "zendframework/zend-validator": "Zend\\Validator component", |
||
1999 | "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha component" |
||
2000 | }, |
||
2001 | "type": "library", |
||
2002 | "extra": { |
||
2003 | "branch-alias": { |
||
2004 | "dev-master": "2.5-dev", |
||
2005 | "dev-develop": "2.6-dev" |
||
2006 | } |
||
2007 | }, |
||
2008 | "autoload": { |
||
2009 | "psr-4": { |
||
2010 | "Zend\\Captcha\\": "src/" |
||
2011 | } |
||
2012 | }, |
||
2013 | "notification-url": "https://packagist.org/downloads/", |
||
2014 | "license": [ |
||
2015 | "BSD-3-Clause" |
||
2016 | ], |
||
2017 | "homepage": "https://github.com/zendframework/zend-captcha", |
||
2018 | "keywords": [ |
||
2019 | "captcha", |
||
2020 | "zf2" |
||
2021 | ], |
||
2022 | "time": "2015-06-03 15:31:59" |
||
2023 | }, |
||
2024 | { |
||
2025 | "name": "zendframework/zend-code", |
||
2026 | "version": "2.5.3", |
||
2027 | "source": { |
||
2028 | "type": "git", |
||
2029 | "url": "https://github.com/zendframework/zend-code.git", |
||
2030 | "reference": "2a69bd42bddf9a955f3747af9e06b6d26e7c41ba" |
||
2031 | }, |
||
2032 | "dist": { |
||
2033 | "type": "zip", |
||
2034 | "url": "https://api.github.com/repos/zendframework/zend-code/zipball/2a69bd42bddf9a955f3747af9e06b6d26e7c41ba", |
||
2035 | "reference": "2a69bd42bddf9a955f3747af9e06b6d26e7c41ba", |
||
2036 | "shasum": "" |
||
2037 | }, |
||
2038 | "require": { |
||
2039 | "php": ">=5.5", |
||
2040 | "zendframework/zend-eventmanager": "~2.5" |
||
2041 | }, |
||
2042 | "require-dev": { |
||
2043 | "doctrine/common": ">=2.1", |
||
2044 | "fabpot/php-cs-fixer": "1.7.*", |
||
2045 | "phpunit/phpunit": "~4.0", |
||
2046 | "zendframework/zend-stdlib": "~2.5" |
||
2047 | }, |
||
2048 | "suggest": { |
||
2049 | "doctrine/common": "Doctrine\\Common >=2.1 for annotation features", |
||
2050 | "zendframework/zend-stdlib": "Zend\\Stdlib component" |
||
2051 | }, |
||
2052 | "type": "library", |
||
2053 | "extra": { |
||
2054 | "branch-alias": { |
||
2055 | "dev-master": "2.5-dev", |
||
2056 | "dev-develop": "2.6-dev" |
||
2057 | } |
||
2058 | }, |
||
2059 | "autoload": { |
||
2060 | "psr-4": { |
||
2061 | "Zend\\Code\\": "src/" |
||
2062 | } |
||
2063 | }, |
||
2064 | "notification-url": "https://packagist.org/downloads/", |
||
2065 | "license": [ |
||
2066 | "BSD-3-Clause" |
||
2067 | ], |
||
2068 | "description": "provides facilities to generate arbitrary code using an object oriented interface", |
||
2069 | "homepage": "https://github.com/zendframework/zend-code", |
||
2070 | "keywords": [ |
||
2071 | "code", |
||
2072 | "zf2" |
||
2073 | ], |
||
2074 | "time": "2015-11-18 18:22:37" |
||
2075 | }, |
||
2076 | { |
||
2077 | "name": "zendframework/zend-config", |
||
2078 | "version": "2.5.1", |
||
2079 | "source": { |
||
2080 | "type": "git", |
||
2081 | "url": "https://github.com/zendframework/zend-config.git", |
||
2082 | "reference": "ec49b1df1bdd9772df09dc2f612fbfc279bf4c27" |
||
2083 | }, |
||
2084 | "dist": { |
||
2085 | "type": "zip", |
||
2086 | "url": "https://api.github.com/repos/zendframework/zend-config/zipball/ec49b1df1bdd9772df09dc2f612fbfc279bf4c27", |
||
2087 | "reference": "ec49b1df1bdd9772df09dc2f612fbfc279bf4c27", |
||
2088 | "shasum": "" |
||
2089 | }, |
||
2090 | "require": { |
||
2091 | "php": ">=5.3.23", |
||
2092 | "zendframework/zend-stdlib": "~2.5" |
||
2093 | }, |
||
2094 | "require-dev": { |
||
2095 | "fabpot/php-cs-fixer": "1.7.*", |
||
2096 | "phpunit/phpunit": "~4.0", |
||
2097 | "zendframework/zend-filter": "~2.5", |
||
2098 | "zendframework/zend-i18n": "~2.5", |
||
2099 | "zendframework/zend-json": "~2.5", |
||
2100 | "zendframework/zend-mvc": "~2.5", |
||
2101 | "zendframework/zend-servicemanager": "~2.5" |
||
2102 | }, |
||
2103 | "suggest": { |
||
2104 | "zendframework/zend-filter": "Zend\\Filter component", |
||
2105 | "zendframework/zend-i18n": "Zend\\I18n component", |
||
2106 | "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes", |
||
2107 | "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances" |
||
2108 | }, |
||
2109 | "type": "library", |
||
2110 | "extra": { |
||
2111 | "branch-alias": { |
||
2112 | "dev-master": "2.5-dev", |
||
2113 | "dev-develop": "2.6-dev" |
||
2114 | } |
||
2115 | }, |
||
2116 | "autoload": { |
||
2117 | "psr-4": { |
||
2118 | "Zend\\Config\\": "src/" |
||
2119 | } |
||
2120 | }, |
||
2121 | "notification-url": "https://packagist.org/downloads/", |
||
2122 | "license": [ |
||
2123 | "BSD-3-Clause" |
||
2124 | ], |
||
2125 | "description": "provides a nested object property based user interface for accessing this configuration data within application code", |
||
2126 | "homepage": "https://github.com/zendframework/zend-config", |
||
2127 | "keywords": [ |
||
2128 | "config", |
||
2129 | "zf2" |
||
2130 | ], |
||
2131 | "time": "2015-06-03 15:32:00" |
||
2132 | }, |
||
2133 | { |
||
2134 | "name": "zendframework/zend-console", |
||
2135 | "version": "2.5.1", |
||
2136 | "source": { |
||
2137 | "type": "git", |
||
2138 | "url": "https://github.com/zendframework/zend-console.git", |
||
2139 | "reference": "ad425c45444a76d6559df45df14291940c6883f1" |
||
2140 | }, |
||
2141 | "dist": { |
||
2142 | "type": "zip", |
||
2143 | "url": "https://api.github.com/repos/zendframework/zend-console/zipball/ad425c45444a76d6559df45df14291940c6883f1", |
||
2144 | "reference": "ad425c45444a76d6559df45df14291940c6883f1", |
||
2145 | "shasum": "" |
||
2146 | }, |
||
2147 | "require": { |
||
2148 | "php": ">=5.3.23", |
||
2149 | "zendframework/zend-stdlib": "~2.5" |
||
2150 | }, |
||
2151 | "require-dev": { |
||
2152 | "fabpot/php-cs-fixer": "1.7.*", |
||
2153 | "phpunit/phpunit": "~4.0", |
||
2154 | "zendframework/zend-filter": "~2.5", |
||
2155 | "zendframework/zend-json": "~2.5", |
||
2156 | "zendframework/zend-validator": "~2.5" |
||
2157 | }, |
||
2158 | "suggest": { |
||
2159 | "zendframework/zend-filter": "To support DefaultRouteMatcher usage", |
||
2160 | "zendframework/zend-validator": "To support DefaultRouteMatcher usage" |
||
2161 | }, |
||
2162 | "type": "library", |
||
2163 | "extra": { |
||
2164 | "branch-alias": { |
||
2165 | "dev-master": "2.5-dev", |
||
2166 | "dev-develop": "2.6-dev" |
||
2167 | } |
||
2168 | }, |
||
2169 | "autoload": { |
||
2170 | "psr-4": { |
||
2171 | "Zend\\Console\\": "src/" |
||
2172 | } |
||
2173 | }, |
||
2174 | "notification-url": "https://packagist.org/downloads/", |
||
2175 | "license": [ |
||
2176 | "BSD-3-Clause" |
||
2177 | ], |
||
2178 | "homepage": "https://github.com/zendframework/zend-console", |
||
2179 | "keywords": [ |
||
2180 | "console", |
||
2181 | "zf2" |
||
2182 | ], |
||
2183 | "time": "2015-06-03 15:32:00" |
||
2184 | }, |
||
2185 | { |
||
2186 | "name": "zendframework/zend-crypt", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of zendframework/zend-crypt:
Potential Information Disclosure in Zend\Crypt\PublicKey\Rsa\PublicKey ![]() |
|||
2187 | "version": "2.5.1", |
||
2188 | "source": { |
||
2189 | "type": "git", |
||
2190 | "url": "https://github.com/zendframework/zend-crypt.git", |
||
2191 | "reference": "15537e8e438a98923f05c40c45c162342ea8235a" |
||
2192 | }, |
||
2193 | "dist": { |
||
2194 | "type": "zip", |
||
2195 | "url": "https://api.github.com/repos/zendframework/zend-crypt/zipball/15537e8e438a98923f05c40c45c162342ea8235a", |
||
2196 | "reference": "15537e8e438a98923f05c40c45c162342ea8235a", |
||
2197 | "shasum": "" |
||
2198 | }, |
||
2199 | "require": { |
||
2200 | "php": ">=5.3.23", |
||
2201 | "zendframework/zend-math": "~2.5", |
||
2202 | "zendframework/zend-servicemanager": "~2.5", |
||
2203 | "zendframework/zend-stdlib": "~2.5" |
||
2204 | }, |
||
2205 | "require-dev": { |
||
2206 | "fabpot/php-cs-fixer": "1.7.*", |
||
2207 | "phpunit/phpunit": "~4.0", |
||
2208 | "zendframework/zend-config": "~2.5" |
||
2209 | }, |
||
2210 | "suggest": { |
||
2211 | "ext-mcrypt": "Required for most features of Zend\\Crypt" |
||
2212 | }, |
||
2213 | "type": "library", |
||
2214 | "extra": { |
||
2215 | "branch-alias": { |
||
2216 | "dev-master": "2.5-dev", |
||
2217 | "dev-develop": "2.6-dev" |
||
2218 | } |
||
2219 | }, |
||
2220 | "autoload": { |
||
2221 | "psr-4": { |
||
2222 | "Zend\\Crypt\\": "src/" |
||
2223 | } |
||
2224 | }, |
||
2225 | "notification-url": "https://packagist.org/downloads/", |
||
2226 | "license": [ |
||
2227 | "BSD-3-Clause" |
||
2228 | ], |
||
2229 | "homepage": "https://github.com/zendframework/zend-crypt", |
||
2230 | "keywords": [ |
||
2231 | "crypt", |
||
2232 | "zf2" |
||
2233 | ], |
||
2234 | "time": "2015-06-03 15:32:00" |
||
2235 | }, |
||
2236 | { |
||
2237 | "name": "zendframework/zend-db", |
||
2238 | "version": "2.5.2", |
||
2239 | "source": { |
||
2240 | "type": "git", |
||
2241 | "url": "https://github.com/zendframework/zend-db.git", |
||
2242 | "reference": "a5e17866ce6658667afe7b84d95cb68548a7bf20" |
||
2243 | }, |
||
2244 | "dist": { |
||
2245 | "type": "zip", |
||
2246 | "url": "https://api.github.com/repos/zendframework/zend-db/zipball/a5e17866ce6658667afe7b84d95cb68548a7bf20", |
||
2247 | "reference": "a5e17866ce6658667afe7b84d95cb68548a7bf20", |
||
2248 | "shasum": "" |
||
2249 | }, |
||
2250 | "require": { |
||
2251 | "php": ">=5.5", |
||
2252 | "zendframework/zend-stdlib": "~2.5" |
||
2253 | }, |
||
2254 | "require-dev": { |
||
2255 | "fabpot/php-cs-fixer": "1.7.*", |
||
2256 | "phpunit/phpunit": "~4.0", |
||
2257 | "zendframework/zend-eventmanager": "~2.5", |
||
2258 | "zendframework/zend-mvc": "~2.5", |
||
2259 | "zendframework/zend-servicemanager": "~2.5", |
||
2260 | "zendframework/zend-stdlib": ">=2.5.0,<2.7.0" |
||
2261 | }, |
||
2262 | "suggest": { |
||
2263 | "zendframework/zend-eventmanager": "Zend\\EventManager component", |
||
2264 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component" |
||
2265 | }, |
||
2266 | "type": "library", |
||
2267 | "extra": { |
||
2268 | "branch-alias": { |
||
2269 | "dev-master": "2.5-dev", |
||
2270 | "dev-develop": "2.6-dev" |
||
2271 | } |
||
2272 | }, |
||
2273 | "autoload": { |
||
2274 | "psr-4": { |
||
2275 | "Zend\\Db\\": "src/" |
||
2276 | } |
||
2277 | }, |
||
2278 | "notification-url": "https://packagist.org/downloads/", |
||
2279 | "license": [ |
||
2280 | "BSD-3-Clause" |
||
2281 | ], |
||
2282 | "homepage": "https://github.com/zendframework/zend-db", |
||
2283 | "keywords": [ |
||
2284 | "db", |
||
2285 | "zf2" |
||
2286 | ], |
||
2287 | "time": "2015-09-22 18:53:26" |
||
2288 | }, |
||
2289 | { |
||
2290 | "name": "zendframework/zend-debug", |
||
2291 | "version": "2.5.1", |
||
2292 | "source": { |
||
2293 | "type": "git", |
||
2294 | "url": "https://github.com/zendframework/zend-debug.git", |
||
2295 | "reference": "b6f9df59155391ca683c479a0d758f66ef73b3b3" |
||
2296 | }, |
||
2297 | "dist": { |
||
2298 | "type": "zip", |
||
2299 | "url": "https://api.github.com/repos/zendframework/zend-debug/zipball/b6f9df59155391ca683c479a0d758f66ef73b3b3", |
||
2300 | "reference": "b6f9df59155391ca683c479a0d758f66ef73b3b3", |
||
2301 | "shasum": "" |
||
2302 | }, |
||
2303 | "require": { |
||
2304 | "php": ">=5.3.23" |
||
2305 | }, |
||
2306 | "require-dev": { |
||
2307 | "fabpot/php-cs-fixer": "1.7.*", |
||
2308 | "phpunit/phpunit": "~4.0", |
||
2309 | "zendframework/zend-escaper": "2.*" |
||
2310 | }, |
||
2311 | "suggest": { |
||
2312 | "ext/xdebug": "XDebug, for better backtrace output", |
||
2313 | "zendframework/zend-escaper": "To support escaped output" |
||
2314 | }, |
||
2315 | "type": "library", |
||
2316 | "extra": { |
||
2317 | "branch-alias": { |
||
2318 | "dev-master": "2.5-dev", |
||
2319 | "dev-develop": "2.6-dev" |
||
2320 | } |
||
2321 | }, |
||
2322 | "autoload": { |
||
2323 | "psr-4": { |
||
2324 | "Zend\\Debug\\": "src/" |
||
2325 | } |
||
2326 | }, |
||
2327 | "notification-url": "https://packagist.org/downloads/", |
||
2328 | "license": [ |
||
2329 | "BSD-3-Clause" |
||
2330 | ], |
||
2331 | "homepage": "https://github.com/zendframework/zend-debug", |
||
2332 | "keywords": [ |
||
2333 | "debug", |
||
2334 | "zf2" |
||
2335 | ], |
||
2336 | "time": "2015-06-03 14:05:35" |
||
2337 | }, |
||
2338 | { |
||
2339 | "name": "zendframework/zend-di", |
||
2340 | "version": "2.5.1", |
||
2341 | "source": { |
||
2342 | "type": "git", |
||
2343 | "url": "https://github.com/zendframework/zend-di.git", |
||
2344 | "reference": "530b5c992d35b96ccd13d05ae460ce3301c3a6ad" |
||
2345 | }, |
||
2346 | "dist": { |
||
2347 | "type": "zip", |
||
2348 | "url": "https://api.github.com/repos/zendframework/zend-di/zipball/530b5c992d35b96ccd13d05ae460ce3301c3a6ad", |
||
2349 | "reference": "530b5c992d35b96ccd13d05ae460ce3301c3a6ad", |
||
2350 | "shasum": "" |
||
2351 | }, |
||
2352 | "require": { |
||
2353 | "php": ">=5.3.23", |
||
2354 | "zendframework/zend-code": "~2.5", |
||
2355 | "zendframework/zend-stdlib": "~2.5" |
||
2356 | }, |
||
2357 | "require-dev": { |
||
2358 | "fabpot/php-cs-fixer": "1.7.*", |
||
2359 | "phpunit/phpunit": "~4.0", |
||
2360 | "zendframework/zend-config": "~2.5", |
||
2361 | "zendframework/zend-db": "~2.5", |
||
2362 | "zendframework/zend-filter": "~2.5", |
||
2363 | "zendframework/zend-form": "~2.5", |
||
2364 | "zendframework/zend-log": "~2.5", |
||
2365 | "zendframework/zend-mvc": "~2.5", |
||
2366 | "zendframework/zend-servicemanager": "~2.5", |
||
2367 | "zendframework/zend-view": "~2.5" |
||
2368 | }, |
||
2369 | "suggest": { |
||
2370 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component" |
||
2371 | }, |
||
2372 | "type": "library", |
||
2373 | "extra": { |
||
2374 | "branch-alias": { |
||
2375 | "dev-master": "2.5-dev", |
||
2376 | "dev-develop": "2.6-dev" |
||
2377 | } |
||
2378 | }, |
||
2379 | "autoload": { |
||
2380 | "psr-4": { |
||
2381 | "Zend\\Di\\": "src/" |
||
2382 | } |
||
2383 | }, |
||
2384 | "notification-url": "https://packagist.org/downloads/", |
||
2385 | "license": [ |
||
2386 | "BSD-3-Clause" |
||
2387 | ], |
||
2388 | "homepage": "https://github.com/zendframework/zend-di", |
||
2389 | "keywords": [ |
||
2390 | "di", |
||
2391 | "zf2" |
||
2392 | ], |
||
2393 | "time": "2015-06-03 15:32:00" |
||
2394 | }, |
||
2395 | { |
||
2396 | "name": "zendframework/zend-dom", |
||
2397 | "version": "2.5.1", |
||
2398 | "source": { |
||
2399 | "type": "git", |
||
2400 | "url": "https://github.com/zendframework/zend-dom.git", |
||
2401 | "reference": "181d512f1101fef4534fcf57e1ac7bfba8a2e523" |
||
2402 | }, |
||
2403 | "dist": { |
||
2404 | "type": "zip", |
||
2405 | "url": "https://api.github.com/repos/zendframework/zend-dom/zipball/181d512f1101fef4534fcf57e1ac7bfba8a2e523", |
||
2406 | "reference": "181d512f1101fef4534fcf57e1ac7bfba8a2e523", |
||
2407 | "shasum": "" |
||
2408 | }, |
||
2409 | "require": { |
||
2410 | "php": ">=5.3.23" |
||
2411 | }, |
||
2412 | "require-dev": { |
||
2413 | "fabpot/php-cs-fixer": "1.7.*", |
||
2414 | "phpunit/phpunit": "~4.0" |
||
2415 | }, |
||
2416 | "type": "library", |
||
2417 | "extra": { |
||
2418 | "branch-alias": { |
||
2419 | "dev-master": "2.5-dev", |
||
2420 | "dev-develop": "2.6-dev" |
||
2421 | } |
||
2422 | }, |
||
2423 | "autoload": { |
||
2424 | "psr-4": { |
||
2425 | "Zend\\Dom\\": "src/" |
||
2426 | } |
||
2427 | }, |
||
2428 | "notification-url": "https://packagist.org/downloads/", |
||
2429 | "license": [ |
||
2430 | "BSD-3-Clause" |
||
2431 | ], |
||
2432 | "description": "provides tools for working with DOM documents and structures", |
||
2433 | "homepage": "https://github.com/zendframework/zend-dom", |
||
2434 | "keywords": [ |
||
2435 | "dom", |
||
2436 | "zf2" |
||
2437 | ], |
||
2438 | "time": "2015-06-03 14:05:36" |
||
2439 | }, |
||
2440 | { |
||
2441 | "name": "zendframework/zend-escaper", |
||
2442 | "version": "2.5.1", |
||
2443 | "source": { |
||
2444 | "type": "git", |
||
2445 | "url": "https://github.com/zendframework/zend-escaper.git", |
||
2446 | "reference": "a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73" |
||
2447 | }, |
||
2448 | "dist": { |
||
2449 | "type": "zip", |
||
2450 | "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73", |
||
2451 | "reference": "a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73", |
||
2452 | "shasum": "" |
||
2453 | }, |
||
2454 | "require": { |
||
2455 | "php": ">=5.3.23" |
||
2456 | }, |
||
2457 | "require-dev": { |
||
2458 | "fabpot/php-cs-fixer": "1.7.*", |
||
2459 | "phpunit/phpunit": "~4.0" |
||
2460 | }, |
||
2461 | "type": "library", |
||
2462 | "extra": { |
||
2463 | "branch-alias": { |
||
2464 | "dev-master": "2.5-dev", |
||
2465 | "dev-develop": "2.6-dev" |
||
2466 | } |
||
2467 | }, |
||
2468 | "autoload": { |
||
2469 | "psr-4": { |
||
2470 | "Zend\\Escaper\\": "src/" |
||
2471 | } |
||
2472 | }, |
||
2473 | "notification-url": "https://packagist.org/downloads/", |
||
2474 | "license": [ |
||
2475 | "BSD-3-Clause" |
||
2476 | ], |
||
2477 | "homepage": "https://github.com/zendframework/zend-escaper", |
||
2478 | "keywords": [ |
||
2479 | "escaper", |
||
2480 | "zf2" |
||
2481 | ], |
||
2482 | "time": "2015-06-03 14:05:37" |
||
2483 | }, |
||
2484 | { |
||
2485 | "name": "zendframework/zend-eventmanager", |
||
2486 | "version": "2.5.2", |
||
2487 | "source": { |
||
2488 | "type": "git", |
||
2489 | "url": "https://github.com/zendframework/zend-eventmanager.git", |
||
2490 | "reference": "135af03d07fd048c322259aab6611d2be290475c" |
||
2491 | }, |
||
2492 | "dist": { |
||
2493 | "type": "zip", |
||
2494 | "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/135af03d07fd048c322259aab6611d2be290475c", |
||
2495 | "reference": "135af03d07fd048c322259aab6611d2be290475c", |
||
2496 | "shasum": "" |
||
2497 | }, |
||
2498 | "require": { |
||
2499 | "php": ">=5.5", |
||
2500 | "zendframework/zend-stdlib": "~2.5" |
||
2501 | }, |
||
2502 | "require-dev": { |
||
2503 | "fabpot/php-cs-fixer": "1.7.*", |
||
2504 | "phpunit/phpunit": "~4.0" |
||
2505 | }, |
||
2506 | "type": "library", |
||
2507 | "extra": { |
||
2508 | "branch-alias": { |
||
2509 | "dev-master": "2.5-dev", |
||
2510 | "dev-develop": "2.6-dev" |
||
2511 | } |
||
2512 | }, |
||
2513 | "autoload": { |
||
2514 | "psr-4": { |
||
2515 | "Zend\\EventManager\\": "src/" |
||
2516 | } |
||
2517 | }, |
||
2518 | "notification-url": "https://packagist.org/downloads/", |
||
2519 | "license": [ |
||
2520 | "BSD-3-Clause" |
||
2521 | ], |
||
2522 | "homepage": "https://github.com/zendframework/zend-eventmanager", |
||
2523 | "keywords": [ |
||
2524 | "eventmanager", |
||
2525 | "zf2" |
||
2526 | ], |
||
2527 | "time": "2015-07-16 19:00:49" |
||
2528 | }, |
||
2529 | { |
||
2530 | "name": "zendframework/zend-feed", |
||
2531 | "version": "2.5.2", |
||
2532 | "source": { |
||
2533 | "type": "git", |
||
2534 | "url": "https://github.com/zendframework/zend-feed.git", |
||
2535 | "reference": "0661345b82b51428619e05d3aadd3de65b57fa54" |
||
2536 | }, |
||
2537 | "dist": { |
||
2538 | "type": "zip", |
||
2539 | "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/0661345b82b51428619e05d3aadd3de65b57fa54", |
||
2540 | "reference": "0661345b82b51428619e05d3aadd3de65b57fa54", |
||
2541 | "shasum": "" |
||
2542 | }, |
||
2543 | "require": { |
||
2544 | "php": ">=5.5", |
||
2545 | "zendframework/zend-escaper": "~2.5", |
||
2546 | "zendframework/zend-stdlib": "~2.5" |
||
2547 | }, |
||
2548 | "require-dev": { |
||
2549 | "fabpot/php-cs-fixer": "1.7.*", |
||
2550 | "phpunit/phpunit": "~4.0", |
||
2551 | "zendframework/zend-cache": "~2.5", |
||
2552 | "zendframework/zend-db": "~2.5", |
||
2553 | "zendframework/zend-http": "~2.5", |
||
2554 | "zendframework/zend-servicemanager": "~2.5", |
||
2555 | "zendframework/zend-validator": "~2.5" |
||
2556 | }, |
||
2557 | "suggest": { |
||
2558 | "zendframework/zend-cache": "Zend\\Cache component", |
||
2559 | "zendframework/zend-db": "Zend\\Db component", |
||
2560 | "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader", |
||
2561 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for default/recommended ExtensionManager implementations", |
||
2562 | "zendframework/zend-validator": "Zend\\Validator component" |
||
2563 | }, |
||
2564 | "type": "library", |
||
2565 | "extra": { |
||
2566 | "branch-alias": { |
||
2567 | "dev-master": "2.5-dev", |
||
2568 | "dev-develop": "2.6-dev" |
||
2569 | } |
||
2570 | }, |
||
2571 | "autoload": { |
||
2572 | "psr-4": { |
||
2573 | "Zend\\Feed\\": "src/" |
||
2574 | } |
||
2575 | }, |
||
2576 | "notification-url": "https://packagist.org/downloads/", |
||
2577 | "license": [ |
||
2578 | "BSD-3-Clause" |
||
2579 | ], |
||
2580 | "description": "provides functionality for consuming RSS and Atom feeds", |
||
2581 | "homepage": "https://github.com/zendframework/zend-feed", |
||
2582 | "keywords": [ |
||
2583 | "feed", |
||
2584 | "zf2" |
||
2585 | ], |
||
2586 | "time": "2015-08-04 21:39:18" |
||
2587 | }, |
||
2588 | { |
||
2589 | "name": "zendframework/zend-file", |
||
2590 | "version": "2.5.1", |
||
2591 | "source": { |
||
2592 | "type": "git", |
||
2593 | "url": "https://github.com/zendframework/zend-file.git", |
||
2594 | "reference": "e8e76f343e1ca12f615c649e2e2f95e86254184d" |
||
2595 | }, |
||
2596 | "dist": { |
||
2597 | "type": "zip", |
||
2598 | "url": "https://api.github.com/repos/zendframework/zend-file/zipball/e8e76f343e1ca12f615c649e2e2f95e86254184d", |
||
2599 | "reference": "e8e76f343e1ca12f615c649e2e2f95e86254184d", |
||
2600 | "shasum": "" |
||
2601 | }, |
||
2602 | "require": { |
||
2603 | "php": ">=5.3.23", |
||
2604 | "zendframework/zend-stdlib": "~2.5" |
||
2605 | }, |
||
2606 | "require-dev": { |
||
2607 | "fabpot/php-cs-fixer": "1.7.*", |
||
2608 | "phpunit/phpunit": "~4.0", |
||
2609 | "zendframework/zend-filter": "~2.5", |
||
2610 | "zendframework/zend-i18n": "~2.5", |
||
2611 | "zendframework/zend-servicemanager": "~2.5", |
||
2612 | "zendframework/zend-validator": "~2.5" |
||
2613 | }, |
||
2614 | "suggest": { |
||
2615 | "zendframework/zend-filter": "Zend\\Filter component", |
||
2616 | "zendframework/zend-i18n": "Zend\\I18n component", |
||
2617 | "zendframework/zend-validator": "Zend\\Validator component" |
||
2618 | }, |
||
2619 | "type": "library", |
||
2620 | "extra": { |
||
2621 | "branch-alias": { |
||
2622 | "dev-master": "2.5-dev", |
||
2623 | "dev-develop": "2.6-dev" |
||
2624 | } |
||
2625 | }, |
||
2626 | "autoload": { |
||
2627 | "psr-4": { |
||
2628 | "Zend\\File\\": "src/" |
||
2629 | } |
||
2630 | }, |
||
2631 | "notification-url": "https://packagist.org/downloads/", |
||
2632 | "license": [ |
||
2633 | "BSD-3-Clause" |
||
2634 | ], |
||
2635 | "homepage": "https://github.com/zendframework/zend-file", |
||
2636 | "keywords": [ |
||
2637 | "file", |
||
2638 | "zf2" |
||
2639 | ], |
||
2640 | "time": "2015-06-03 15:32:01" |
||
2641 | }, |
||
2642 | { |
||
2643 | "name": "zendframework/zend-filter", |
||
2644 | "version": "2.5.1", |
||
2645 | "source": { |
||
2646 | "type": "git", |
||
2647 | "url": "https://github.com/zendframework/zend-filter.git", |
||
2648 | "reference": "93e6990a198e6cdd811064083acac4693f4b29ae" |
||
2649 | }, |
||
2650 | "dist": { |
||
2651 | "type": "zip", |
||
2652 | "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/93e6990a198e6cdd811064083acac4693f4b29ae", |
||
2653 | "reference": "93e6990a198e6cdd811064083acac4693f4b29ae", |
||
2654 | "shasum": "" |
||
2655 | }, |
||
2656 | "require": { |
||
2657 | "php": ">=5.3.23", |
||
2658 | "zendframework/zend-stdlib": "~2.5" |
||
2659 | }, |
||
2660 | "require-dev": { |
||
2661 | "fabpot/php-cs-fixer": "1.7.*", |
||
2662 | "phpunit/phpunit": "~4.0", |
||
2663 | "zendframework/zend-config": "~2.5", |
||
2664 | "zendframework/zend-crypt": "~2.5", |
||
2665 | "zendframework/zend-i18n": "~2.5", |
||
2666 | "zendframework/zend-loader": "~2.5", |
||
2667 | "zendframework/zend-servicemanager": "~2.5", |
||
2668 | "zendframework/zend-uri": "~2.5" |
||
2669 | }, |
||
2670 | "suggest": { |
||
2671 | "zendframework/zend-crypt": "Zend\\Crypt component", |
||
2672 | "zendframework/zend-i18n": "Zend\\I18n component", |
||
2673 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component", |
||
2674 | "zendframework/zend-uri": "Zend\\Uri component for UriNormalize filter" |
||
2675 | }, |
||
2676 | "type": "library", |
||
2677 | "extra": { |
||
2678 | "branch-alias": { |
||
2679 | "dev-master": "2.5-dev", |
||
2680 | "dev-develop": "2.6-dev" |
||
2681 | } |
||
2682 | }, |
||
2683 | "autoload": { |
||
2684 | "psr-4": { |
||
2685 | "Zend\\Filter\\": "src/" |
||
2686 | } |
||
2687 | }, |
||
2688 | "notification-url": "https://packagist.org/downloads/", |
||
2689 | "license": [ |
||
2690 | "BSD-3-Clause" |
||
2691 | ], |
||
2692 | "description": "provides a set of commonly needed data filters", |
||
2693 | "homepage": "https://github.com/zendframework/zend-filter", |
||
2694 | "keywords": [ |
||
2695 | "filter", |
||
2696 | "zf2" |
||
2697 | ], |
||
2698 | "time": "2015-06-03 15:32:01" |
||
2699 | }, |
||
2700 | { |
||
2701 | "name": "zendframework/zend-form", |
||
2702 | "version": "2.5.3", |
||
2703 | "source": { |
||
2704 | "type": "git", |
||
2705 | "url": "https://github.com/zendframework/zend-form.git", |
||
2706 | "reference": "468a172b71f2b484d557cb8dc3fa33cd90d71c25" |
||
2707 | }, |
||
2708 | "dist": { |
||
2709 | "type": "zip", |
||
2710 | "url": "https://api.github.com/repos/zendframework/zend-form/zipball/468a172b71f2b484d557cb8dc3fa33cd90d71c25", |
||
2711 | "reference": "468a172b71f2b484d557cb8dc3fa33cd90d71c25", |
||
2712 | "shasum": "" |
||
2713 | }, |
||
2714 | "require": { |
||
2715 | "php": ">=5.5", |
||
2716 | "zendframework/zend-inputfilter": "~2.5", |
||
2717 | "zendframework/zend-stdlib": ">=2.5.0,<2.7.0" |
||
2718 | }, |
||
2719 | "require-dev": { |
||
2720 | "doctrine/annotations": "~1.0", |
||
2721 | "fabpot/php-cs-fixer": "1.7.*", |
||
2722 | "phpunit/phpunit": "~4.0", |
||
2723 | "zendframework/zend-cache": "~2.5", |
||
2724 | "zendframework/zend-captcha": "~2.5", |
||
2725 | "zendframework/zend-code": "~2.5", |
||
2726 | "zendframework/zend-di": "~2.5", |
||
2727 | "zendframework/zend-eventmanager": "~2.5", |
||
2728 | "zendframework/zend-filter": "~2.5", |
||
2729 | "zendframework/zend-i18n": "~2.5", |
||
2730 | "zendframework/zend-mvc": "~2.5", |
||
2731 | "zendframework/zend-servicemanager": "~2.5", |
||
2732 | "zendframework/zend-session": "~2.5", |
||
2733 | "zendframework/zend-text": "~2.5", |
||
2734 | "zendframework/zend-validator": "~2.5", |
||
2735 | "zendframework/zend-view": "~2.5", |
||
2736 | "zendframework/zendservice-recaptcha": "*" |
||
2737 | }, |
||
2738 | "suggest": { |
||
2739 | "zendframework/zend-captcha": "Zend\\Captcha component", |
||
2740 | "zendframework/zend-code": "Zend\\Code component", |
||
2741 | "zendframework/zend-eventmanager": "Zend\\EventManager component", |
||
2742 | "zendframework/zend-filter": "Zend\\Filter component", |
||
2743 | "zendframework/zend-i18n": "Zend\\I18n component", |
||
2744 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component", |
||
2745 | "zendframework/zend-validator": "Zend\\Validator component", |
||
2746 | "zendframework/zend-view": "Zend\\View component", |
||
2747 | "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha component" |
||
2748 | }, |
||
2749 | "type": "library", |
||
2750 | "extra": { |
||
2751 | "branch-alias": { |
||
2752 | "dev-master": "2.5-dev", |
||
2753 | "dev-develop": "2.6-dev" |
||
2754 | } |
||
2755 | }, |
||
2756 | "autoload": { |
||
2757 | "psr-4": { |
||
2758 | "Zend\\Form\\": "src/" |
||
2759 | } |
||
2760 | }, |
||
2761 | "notification-url": "https://packagist.org/downloads/", |
||
2762 | "license": [ |
||
2763 | "BSD-3-Clause" |
||
2764 | ], |
||
2765 | "homepage": "https://github.com/zendframework/zend-form", |
||
2766 | "keywords": [ |
||
2767 | "form", |
||
2768 | "zf2" |
||
2769 | ], |
||
2770 | "time": "2015-09-22 20:11:26" |
||
2771 | }, |
||
2772 | { |
||
2773 | "name": "zendframework/zend-http", |
||
2774 | "version": "2.5.3", |
||
2775 | "source": { |
||
2776 | "type": "git", |
||
2777 | "url": "https://github.com/zendframework/zend-http.git", |
||
2778 | "reference": "21174ba162cfda8d0b1d172d9f80a8bea0b767be" |
||
2779 | }, |
||
2780 | "dist": { |
||
2781 | "type": "zip", |
||
2782 | "url": "https://api.github.com/repos/zendframework/zend-http/zipball/21174ba162cfda8d0b1d172d9f80a8bea0b767be", |
||
2783 | "reference": "21174ba162cfda8d0b1d172d9f80a8bea0b767be", |
||
2784 | "shasum": "" |
||
2785 | }, |
||
2786 | "require": { |
||
2787 | "php": ">=5.5", |
||
2788 | "zendframework/zend-loader": "~2.5", |
||
2789 | "zendframework/zend-stdlib": "~2.5", |
||
2790 | "zendframework/zend-uri": "~2.5", |
||
2791 | "zendframework/zend-validator": "~2.5" |
||
2792 | }, |
||
2793 | "require-dev": { |
||
2794 | "fabpot/php-cs-fixer": "1.7.*", |
||
2795 | "phpunit/phpunit": "~4.0", |
||
2796 | "zendframework/zend-config": "~2.5" |
||
2797 | }, |
||
2798 | "type": "library", |
||
2799 | "extra": { |
||
2800 | "branch-alias": { |
||
2801 | "dev-master": "2.5-dev", |
||
2802 | "dev-develop": "2.6-dev" |
||
2803 | } |
||
2804 | }, |
||
2805 | "autoload": { |
||
2806 | "psr-4": { |
||
2807 | "Zend\\Http\\": "src/" |
||
2808 | } |
||
2809 | }, |
||
2810 | "notification-url": "https://packagist.org/downloads/", |
||
2811 | "license": [ |
||
2812 | "BSD-3-Clause" |
||
2813 | ], |
||
2814 | "description": "provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests", |
||
2815 | "homepage": "https://github.com/zendframework/zend-http", |
||
2816 | "keywords": [ |
||
2817 | "http", |
||
2818 | "zf2" |
||
2819 | ], |
||
2820 | "time": "2015-09-14 15:58:07" |
||
2821 | }, |
||
2822 | { |
||
2823 | "name": "zendframework/zend-i18n", |
||
2824 | "version": "2.5.1", |
||
2825 | "source": { |
||
2826 | "type": "git", |
||
2827 | "url": "https://github.com/zendframework/zend-i18n.git", |
||
2828 | "reference": "509271eb7947e4aabebfc376104179cffea42696" |
||
2829 | }, |
||
2830 | "dist": { |
||
2831 | "type": "zip", |
||
2832 | "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/509271eb7947e4aabebfc376104179cffea42696", |
||
2833 | "reference": "509271eb7947e4aabebfc376104179cffea42696", |
||
2834 | "shasum": "" |
||
2835 | }, |
||
2836 | "require": { |
||
2837 | "php": ">=5.3.23", |
||
2838 | "zendframework/zend-stdlib": "~2.5" |
||
2839 | }, |
||
2840 | "require-dev": { |
||
2841 | "fabpot/php-cs-fixer": "1.7.*", |
||
2842 | "phpunit/phpunit": "~4.0", |
||
2843 | "zendframework/zend-cache": "~2.5", |
||
2844 | "zendframework/zend-config": "~2.5", |
||
2845 | "zendframework/zend-eventmanager": "~2.5", |
||
2846 | "zendframework/zend-filter": "~2.5", |
||
2847 | "zendframework/zend-servicemanager": "~2.5", |
||
2848 | "zendframework/zend-validator": "~2.5", |
||
2849 | "zendframework/zend-view": "~2.5" |
||
2850 | }, |
||
2851 | "suggest": { |
||
2852 | "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP", |
||
2853 | "zendframework/zend-cache": "Zend\\Cache component", |
||
2854 | "zendframework/zend-config": "Zend\\Config component", |
||
2855 | "zendframework/zend-eventmanager": "You should install this package to use the events in the translator", |
||
2856 | "zendframework/zend-filter": "You should install this package to use the provided filters", |
||
2857 | "zendframework/zend-resources": "Translation resources", |
||
2858 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component", |
||
2859 | "zendframework/zend-validator": "You should install this package to use the provided validators", |
||
2860 | "zendframework/zend-view": "You should install this package to use the provided view helpers" |
||
2861 | }, |
||
2862 | "type": "library", |
||
2863 | "extra": { |
||
2864 | "branch-alias": { |
||
2865 | "dev-master": "2.5-dev", |
||
2866 | "dev-develop": "2.6-dev" |
||
2867 | } |
||
2868 | }, |
||
2869 | "autoload": { |
||
2870 | "psr-4": { |
||
2871 | "Zend\\I18n\\": "src/" |
||
2872 | } |
||
2873 | }, |
||
2874 | "notification-url": "https://packagist.org/downloads/", |
||
2875 | "license": [ |
||
2876 | "BSD-3-Clause" |
||
2877 | ], |
||
2878 | "homepage": "https://github.com/zendframework/zend-i18n", |
||
2879 | "keywords": [ |
||
2880 | "i18n", |
||
2881 | "zf2" |
||
2882 | ], |
||
2883 | "time": "2015-06-03 15:32:01" |
||
2884 | }, |
||
2885 | { |
||
2886 | "name": "zendframework/zend-i18n-resources", |
||
2887 | "version": "2.5.2", |
||
2888 | "source": { |
||
2889 | "type": "git", |
||
2890 | "url": "https://github.com/zendframework/zend-i18n-resources.git", |
||
2891 | "reference": "fe53e1c96654c4fc89975d14ed13ccbce6c08179" |
||
2892 | }, |
||
2893 | "dist": { |
||
2894 | "type": "zip", |
||
2895 | "url": "https://api.github.com/repos/zendframework/zend-i18n-resources/zipball/fe53e1c96654c4fc89975d14ed13ccbce6c08179", |
||
2896 | "reference": "fe53e1c96654c4fc89975d14ed13ccbce6c08179", |
||
2897 | "shasum": "" |
||
2898 | }, |
||
2899 | "require": { |
||
2900 | "php": ">=5.5" |
||
2901 | }, |
||
2902 | "type": "library", |
||
2903 | "autoload": { |
||
2904 | "classmap": [ |
||
2905 | "src/Resources.php" |
||
2906 | ] |
||
2907 | }, |
||
2908 | "notification-url": "https://packagist.org/downloads/", |
||
2909 | "license": [ |
||
2910 | "BSD-3-Clause" |
||
2911 | ], |
||
2912 | "description": "Provides validator translations for zend-i18n's Translator", |
||
2913 | "keywords": [ |
||
2914 | "resources", |
||
2915 | "translations", |
||
2916 | "zf2" |
||
2917 | ], |
||
2918 | "time": "2015-07-22 17:21:40" |
||
2919 | }, |
||
2920 | { |
||
2921 | "name": "zendframework/zend-inputfilter", |
||
2922 | "version": "2.5.5", |
||
2923 | "source": { |
||
2924 | "type": "git", |
||
2925 | "url": "https://github.com/zendframework/zend-inputfilter.git", |
||
2926 | "reference": "3208cddbb92df029230cde676a5c8e5a22b531c6" |
||
2927 | }, |
||
2928 | "dist": { |
||
2929 | "type": "zip", |
||
2930 | "url": "https://api.github.com/repos/zendframework/zend-inputfilter/zipball/3208cddbb92df029230cde676a5c8e5a22b531c6", |
||
2931 | "reference": "3208cddbb92df029230cde676a5c8e5a22b531c6", |
||
2932 | "shasum": "" |
||
2933 | }, |
||
2934 | "require": { |
||
2935 | "php": ">=5.5", |
||
2936 | "zendframework/zend-filter": "~2.5", |
||
2937 | "zendframework/zend-stdlib": "~2.5", |
||
2938 | "zendframework/zend-validator": "^2.5.3" |
||
2939 | }, |
||
2940 | "require-dev": { |
||
2941 | "fabpot/php-cs-fixer": "1.7.*", |
||
2942 | "phpunit/phpunit": "^4.5", |
||
2943 | "zendframework/zend-i18n": "~2.5", |
||
2944 | "zendframework/zend-servicemanager": "~2.5" |
||
2945 | }, |
||
2946 | "suggest": { |
||
2947 | "zendframework/zend-servicemanager": "To support plugin manager support" |
||
2948 | }, |
||
2949 | "type": "library", |
||
2950 | "extra": { |
||
2951 | "branch-alias": { |
||
2952 | "dev-master": "2.5-dev", |
||
2953 | "dev-develop": "2.6-dev" |
||
2954 | } |
||
2955 | }, |
||
2956 | "autoload": { |
||
2957 | "psr-4": { |
||
2958 | "Zend\\InputFilter\\": "src/" |
||
2959 | } |
||
2960 | }, |
||
2961 | "notification-url": "https://packagist.org/downloads/", |
||
2962 | "license": [ |
||
2963 | "BSD-3-Clause" |
||
2964 | ], |
||
2965 | "homepage": "https://github.com/zendframework/zend-inputfilter", |
||
2966 | "keywords": [ |
||
2967 | "inputfilter", |
||
2968 | "zf2" |
||
2969 | ], |
||
2970 | "time": "2015-09-03 22:31:38" |
||
2971 | }, |
||
2972 | { |
||
2973 | "name": "zendframework/zend-json", |
||
2974 | "version": "2.5.2", |
||
2975 | "source": { |
||
2976 | "type": "git", |
||
2977 | "url": "https://github.com/zendframework/zend-json.git", |
||
2978 | "reference": "4a3add6505fd8618728239d8ce35f182dfbdac02" |
||
2979 | }, |
||
2980 | "dist": { |
||
2981 | "type": "zip", |
||
2982 | "url": "https://api.github.com/repos/zendframework/zend-json/zipball/4a3add6505fd8618728239d8ce35f182dfbdac02", |
||
2983 | "reference": "4a3add6505fd8618728239d8ce35f182dfbdac02", |
||
2984 | "shasum": "" |
||
2985 | }, |
||
2986 | "require": { |
||
2987 | "php": ">=5.5", |
||
2988 | "zendframework/zend-stdlib": "~2.5" |
||
2989 | }, |
||
2990 | "require-dev": { |
||
2991 | "fabpot/php-cs-fixer": "1.7.*", |
||
2992 | "phpunit/phpunit": "~4.0", |
||
2993 | "zendframework/zend-http": "~2.5", |
||
2994 | "zendframework/zend-server": "~2.5", |
||
2995 | "zendframework/zendxml": "~1.0" |
||
2996 | }, |
||
2997 | "suggest": { |
||
2998 | "zendframework/zend-http": "Zend\\Http component", |
||
2999 | "zendframework/zend-server": "Zend\\Server component", |
||
3000 | "zendframework/zendxml": "To support Zend\\Json\\Json::fromXml() usage" |
||
3001 | }, |
||
3002 | "type": "library", |
||
3003 | "extra": { |
||
3004 | "branch-alias": { |
||
3005 | "dev-master": "2.5-dev", |
||
3006 | "dev-develop": "2.6-dev" |
||
3007 | } |
||
3008 | }, |
||
3009 | "autoload": { |
||
3010 | "psr-4": { |
||
3011 | "Zend\\Json\\": "src/" |
||
3012 | } |
||
3013 | }, |
||
3014 | "notification-url": "https://packagist.org/downloads/", |
||
3015 | "license": [ |
||
3016 | "BSD-3-Clause" |
||
3017 | ], |
||
3018 | "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP", |
||
3019 | "homepage": "https://github.com/zendframework/zend-json", |
||
3020 | "keywords": [ |
||
3021 | "json", |
||
3022 | "zf2" |
||
3023 | ], |
||
3024 | "time": "2015-08-05 14:45:17" |
||
3025 | }, |
||
3026 | { |
||
3027 | "name": "zendframework/zend-loader", |
||
3028 | "version": "2.5.1", |
||
3029 | "source": { |
||
3030 | "type": "git", |
||
3031 | "url": "https://github.com/zendframework/zend-loader.git", |
||
3032 | "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c" |
||
3033 | }, |
||
3034 | "dist": { |
||
3035 | "type": "zip", |
||
3036 | "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/c5fd2f071bde071f4363def7dea8dec7393e135c", |
||
3037 | "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c", |
||
3038 | "shasum": "" |
||
3039 | }, |
||
3040 | "require": { |
||
3041 | "php": ">=5.3.23" |
||
3042 | }, |
||
3043 | "require-dev": { |
||
3044 | "fabpot/php-cs-fixer": "1.7.*", |
||
3045 | "phpunit/phpunit": "~4.0" |
||
3046 | }, |
||
3047 | "type": "library", |
||
3048 | "extra": { |
||
3049 | "branch-alias": { |
||
3050 | "dev-master": "2.5-dev", |
||
3051 | "dev-develop": "2.6-dev" |
||
3052 | } |
||
3053 | }, |
||
3054 | "autoload": { |
||
3055 | "psr-4": { |
||
3056 | "Zend\\Loader\\": "src/" |
||
3057 | } |
||
3058 | }, |
||
3059 | "notification-url": "https://packagist.org/downloads/", |
||
3060 | "license": [ |
||
3061 | "BSD-3-Clause" |
||
3062 | ], |
||
3063 | "homepage": "https://github.com/zendframework/zend-loader", |
||
3064 | "keywords": [ |
||
3065 | "loader", |
||
3066 | "zf2" |
||
3067 | ], |
||
3068 | "time": "2015-06-03 14:05:47" |
||
3069 | }, |
||
3070 | { |
||
3071 | "name": "zendframework/zend-log", |
||
3072 | "version": "2.5.2", |
||
3073 | "source": { |
||
3074 | "type": "git", |
||
3075 | "url": "https://github.com/zendframework/zend-log.git", |
||
3076 | "reference": "6b0c8437c67153c5e81cdf1aaa147e5a126ed013" |
||
3077 | }, |
||
3078 | "dist": { |
||
3079 | "type": "zip", |
||
3080 | "url": "https://api.github.com/repos/zendframework/zend-log/zipball/6b0c8437c67153c5e81cdf1aaa147e5a126ed013", |
||
3081 | "reference": "6b0c8437c67153c5e81cdf1aaa147e5a126ed013", |
||
3082 | "shasum": "" |
||
3083 | }, |
||
3084 | "require": { |
||
3085 | "php": ">=5.5", |
||
3086 | "zendframework/zend-servicemanager": "~2.5", |
||
3087 | "zendframework/zend-stdlib": "~2.5" |
||
3088 | }, |
||
3089 | "require-dev": { |
||
3090 | "fabpot/php-cs-fixer": "1.7.*", |
||
3091 | "phpunit/phpunit": "~4.0", |
||
3092 | "zendframework/zend-console": "~2.5", |
||
3093 | "zendframework/zend-db": "~2.5", |
||
3094 | "zendframework/zend-escaper": "~2.5", |
||
3095 | "zendframework/zend-filter": "~2.5", |
||
3096 | "zendframework/zend-mail": "~2.5", |
||
3097 | "zendframework/zend-mvc": "~2.5", |
||
3098 | "zendframework/zend-validator": "~2.5" |
||
3099 | }, |
||
3100 | "suggest": { |
||
3101 | "ext-mongo": "mongodb extetension to use MongoDB writer", |
||
3102 | "zendframework/zend-console": "Zend\\Console component to use the RequestID log processor", |
||
3103 | "zendframework/zend-db": "Zend\\Db component to use the database log writer", |
||
3104 | "zendframework/zend-escaper": "Zend\\Escaper component, for use in the XML log formatter", |
||
3105 | "zendframework/zend-mail": "Zend\\Mail component to use the email log writer", |
||
3106 | "zendframework/zend-validator": "Zend\\Validator component to block invalid log messages" |
||
3107 | }, |
||
3108 | "type": "library", |
||
3109 | "extra": { |
||
3110 | "branch-alias": { |
||
3111 | "dev-master": "2.5-dev", |
||
3112 | "dev-develop": "2.6-dev" |
||
3113 | } |
||
3114 | }, |
||
3115 | "autoload": { |
||
3116 | "psr-4": { |
||
3117 | "Zend\\Log\\": "src/" |
||
3118 | } |
||
3119 | }, |
||
3120 | "notification-url": "https://packagist.org/downloads/", |
||
3121 | "license": [ |
||
3122 | "BSD-3-Clause" |
||
3123 | ], |
||
3124 | "description": "component for general purpose logging", |
||
3125 | "homepage": "https://github.com/zendframework/zend-log", |
||
3126 | "keywords": [ |
||
3127 | "log", |
||
3128 | "logging", |
||
3129 | "zf2" |
||
3130 | ], |
||
3131 | "time": "2015-07-06 21:24:08" |
||
3132 | }, |
||
3133 | { |
||
3134 | "name": "zendframework/zend-mail", |
||
3135 | "version": "2.5.2", |
||
3136 | "source": { |
||
3137 | "type": "git", |
||
3138 | "url": "https://github.com/zendframework/zend-mail.git", |
||
3139 | "reference": "68b1357c6389d476d80c050a75bf3091e873202c" |
||
3140 | }, |
||
3141 | "dist": { |
||
3142 | "type": "zip", |
||
3143 | "url": "https://api.github.com/repos/zendframework/zend-mail/zipball/68b1357c6389d476d80c050a75bf3091e873202c", |
||
3144 | "reference": "68b1357c6389d476d80c050a75bf3091e873202c", |
||
3145 | "shasum": "" |
||
3146 | }, |
||
3147 | "require": { |
||
3148 | "php": ">=5.5", |
||
3149 | "zendframework/zend-crypt": "~2.5", |
||
3150 | "zendframework/zend-loader": "~2.5", |
||
3151 | "zendframework/zend-mime": "~2.5", |
||
3152 | "zendframework/zend-stdlib": "~2.5", |
||
3153 | "zendframework/zend-validator": "~2.5" |
||
3154 | }, |
||
3155 | "require-dev": { |
||
3156 | "fabpot/php-cs-fixer": "1.7.*", |
||
3157 | "phpunit/phpunit": "~4.0", |
||
3158 | "zendframework/zend-config": "~2.5", |
||
3159 | "zendframework/zend-servicemanager": "~2.5" |
||
3160 | }, |
||
3161 | "suggest": { |
||
3162 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component" |
||
3163 | }, |
||
3164 | "type": "library", |
||
3165 | "extra": { |
||
3166 | "branch-alias": { |
||
3167 | "dev-master": "2.5-dev", |
||
3168 | "dev-develop": "2.6-dev" |
||
3169 | } |
||
3170 | }, |
||
3171 | "autoload": { |
||
3172 | "psr-4": { |
||
3173 | "Zend\\Mail\\": "src/" |
||
3174 | } |
||
3175 | }, |
||
3176 | "notification-url": "https://packagist.org/downloads/", |
||
3177 | "license": [ |
||
3178 | "BSD-3-Clause" |
||
3179 | ], |
||
3180 | "description": "provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages", |
||
3181 | "homepage": "https://github.com/zendframework/zend-mail", |
||
3182 | "keywords": [ |
||
3183 | "mail", |
||
3184 | "zf2" |
||
3185 | ], |
||
3186 | "time": "2015-09-10 18:21:00" |
||
3187 | }, |
||
3188 | { |
||
3189 | "name": "zendframework/zend-math", |
||
3190 | "version": "2.5.1", |
||
3191 | "source": { |
||
3192 | "type": "git", |
||
3193 | "url": "https://github.com/zendframework/zend-math.git", |
||
3194 | "reference": "9f02a1ac4d3374d3332c80f9215deec9c71558fc" |
||
3195 | }, |
||
3196 | "dist": { |
||
3197 | "type": "zip", |
||
3198 | "url": "https://api.github.com/repos/zendframework/zend-math/zipball/9f02a1ac4d3374d3332c80f9215deec9c71558fc", |
||
3199 | "reference": "9f02a1ac4d3374d3332c80f9215deec9c71558fc", |
||
3200 | "shasum": "" |
||
3201 | }, |
||
3202 | "require": { |
||
3203 | "php": ">=5.3.23" |
||
3204 | }, |
||
3205 | "require-dev": { |
||
3206 | "fabpot/php-cs-fixer": "1.7.*", |
||
3207 | "ircmaxell/random-lib": "~1.1", |
||
3208 | "phpunit/phpunit": "~4.0", |
||
3209 | "zendframework/zend-servicemanager": "~2.5" |
||
3210 | }, |
||
3211 | "suggest": { |
||
3212 | "ext-bcmath": "If using the bcmath functionality", |
||
3213 | "ext-gmp": "If using the gmp functionality", |
||
3214 | "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable", |
||
3215 | "zendframework/zend-servicemanager": ">= current version, if using the BigInteger::factory functionality" |
||
3216 | }, |
||
3217 | "type": "library", |
||
3218 | "extra": { |
||
3219 | "branch-alias": { |
||
3220 | "dev-master": "2.5-dev", |
||
3221 | "dev-develop": "2.6-dev" |
||
3222 | } |
||
3223 | }, |
||
3224 | "autoload": { |
||
3225 | "psr-4": { |
||
3226 | "Zend\\Math\\": "src/" |
||
3227 | } |
||
3228 | }, |
||
3229 | "notification-url": "https://packagist.org/downloads/", |
||
3230 | "license": [ |
||
3231 | "BSD-3-Clause" |
||
3232 | ], |
||
3233 | "homepage": "https://github.com/zendframework/zend-math", |
||
3234 | "keywords": [ |
||
3235 | "math", |
||
3236 | "zf2" |
||
3237 | ], |
||
3238 | "time": "2015-06-03 15:32:02" |
||
3239 | }, |
||
3240 | { |
||
3241 | "name": "zendframework/zend-memory", |
||
3242 | "version": "2.5.1", |
||
3243 | "source": { |
||
3244 | "type": "git", |
||
3245 | "url": "https://github.com/zendframework/zend-memory.git", |
||
3246 | "reference": "ea25879c367ce2c13568640572fb79e882f5fc97" |
||
3247 | }, |
||
3248 | "dist": { |
||
3249 | "type": "zip", |
||
3250 | "url": "https://api.github.com/repos/zendframework/zend-memory/zipball/ea25879c367ce2c13568640572fb79e882f5fc97", |
||
3251 | "reference": "ea25879c367ce2c13568640572fb79e882f5fc97", |
||
3252 | "shasum": "" |
||
3253 | }, |
||
3254 | "require": { |
||
3255 | "php": ">=5.3.23" |
||
3256 | }, |
||
3257 | "require-dev": { |
||
3258 | "fabpot/php-cs-fixer": "1.7.*", |
||
3259 | "phpunit/phpunit": "~4.0", |
||
3260 | "zendframework/zend-cache": "~2.5" |
||
3261 | }, |
||
3262 | "suggest": { |
||
3263 | "zendframework/zend-cache": "To support swap the memory objects" |
||
3264 | }, |
||
3265 | "type": "library", |
||
3266 | "extra": { |
||
3267 | "branch-alias": { |
||
3268 | "dev-master": "2.5-dev", |
||
3269 | "dev-develop": "2.6-dev" |
||
3270 | } |
||
3271 | }, |
||
3272 | "autoload": { |
||
3273 | "psr-4": { |
||
3274 | "Zend\\Memory\\": "src/" |
||
3275 | } |
||
3276 | }, |
||
3277 | "notification-url": "https://packagist.org/downloads/", |
||
3278 | "license": [ |
||
3279 | "BSD-3-Clause" |
||
3280 | ], |
||
3281 | "homepage": "https://github.com/zendframework/zend-memory", |
||
3282 | "keywords": [ |
||
3283 | "memory", |
||
3284 | "zf2" |
||
3285 | ], |
||
3286 | "time": "2015-06-03 15:32:02" |
||
3287 | }, |
||
3288 | { |
||
3289 | "name": "zendframework/zend-mime", |
||
3290 | "version": "2.5.1", |
||
3291 | "source": { |
||
3292 | "type": "git", |
||
3293 | "url": "https://github.com/zendframework/zend-mime.git", |
||
3294 | "reference": "4148e39291c94ffea84c5b26a5ba69147953dcad" |
||
3295 | }, |
||
3296 | "dist": { |
||
3297 | "type": "zip", |
||
3298 | "url": "https://api.github.com/repos/zendframework/zend-mime/zipball/4148e39291c94ffea84c5b26a5ba69147953dcad", |
||
3299 | "reference": "4148e39291c94ffea84c5b26a5ba69147953dcad", |
||
3300 | "shasum": "" |
||
3301 | }, |
||
3302 | "require": { |
||
3303 | "php": ">=5.3.23", |
||
3304 | "zendframework/zend-stdlib": "~2.5" |
||
3305 | }, |
||
3306 | "require-dev": { |
||
3307 | "fabpot/php-cs-fixer": "1.7.*", |
||
3308 | "phpunit/phpunit": "~4.0", |
||
3309 | "zendframework/zend-mail": "~2.5" |
||
3310 | }, |
||
3311 | "suggest": { |
||
3312 | "zendframework/zend-mail": "Zend\\Mail component" |
||
3313 | }, |
||
3314 | "type": "library", |
||
3315 | "extra": { |
||
3316 | "branch-alias": { |
||
3317 | "dev-master": "2.5-dev", |
||
3318 | "dev-develop": "2.6-dev" |
||
3319 | } |
||
3320 | }, |
||
3321 | "autoload": { |
||
3322 | "psr-4": { |
||
3323 | "Zend\\Mime\\": "src/" |
||
3324 | } |
||
3325 | }, |
||
3326 | "notification-url": "https://packagist.org/downloads/", |
||
3327 | "license": [ |
||
3328 | "BSD-3-Clause" |
||
3329 | ], |
||
3330 | "homepage": "https://github.com/zendframework/zend-mime", |
||
3331 | "keywords": [ |
||
3332 | "mime", |
||
3333 | "zf2" |
||
3334 | ], |
||
3335 | "time": "2015-06-03 15:32:02" |
||
3336 | }, |
||
3337 | { |
||
3338 | "name": "zendframework/zend-modulemanager", |
||
3339 | "version": "2.5.3", |
||
3340 | "source": { |
||
3341 | "type": "git", |
||
3342 | "url": "https://github.com/zendframework/zend-modulemanager.git", |
||
3343 | "reference": "afaf873a3b420ba017933c15eb2a93dff433a7d1" |
||
3344 | }, |
||
3345 | "dist": { |
||
3346 | "type": "zip", |
||
3347 | "url": "https://api.github.com/repos/zendframework/zend-modulemanager/zipball/afaf873a3b420ba017933c15eb2a93dff433a7d1", |
||
3348 | "reference": "afaf873a3b420ba017933c15eb2a93dff433a7d1", |
||
3349 | "shasum": "" |
||
3350 | }, |
||
3351 | "require": { |
||
3352 | "php": ">=5.5", |
||
3353 | "zendframework/zend-eventmanager": "~2.5", |
||
3354 | "zendframework/zend-stdlib": ">=2.5.0,<2.7.0" |
||
3355 | }, |
||
3356 | "require-dev": { |
||
3357 | "fabpot/php-cs-fixer": "1.7.*", |
||
3358 | "phpunit/phpunit": "~4.0", |
||
3359 | "zendframework/zend-config": "~2.5", |
||
3360 | "zendframework/zend-console": "~2.5", |
||
3361 | "zendframework/zend-di": "~2.5", |
||
3362 | "zendframework/zend-loader": "~2.5", |
||
3363 | "zendframework/zend-mvc": "~2.5", |
||
3364 | "zendframework/zend-servicemanager": "~2.5" |
||
3365 | }, |
||
3366 | "suggest": { |
||
3367 | "zendframework/zend-config": "Zend\\Config component", |
||
3368 | "zendframework/zend-console": "Zend\\Console component", |
||
3369 | "zendframework/zend-loader": "Zend\\Loader component", |
||
3370 | "zendframework/zend-mvc": "Zend\\Mvc component", |
||
3371 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component" |
||
3372 | }, |
||
3373 | "type": "library", |
||
3374 | "extra": { |
||
3375 | "branch-alias": { |
||
3376 | "dev-master": "2.5-dev", |
||
3377 | "dev-develop": "2.6-dev" |
||
3378 | } |
||
3379 | }, |
||
3380 | "autoload": { |
||
3381 | "psr-4": { |
||
3382 | "Zend\\ModuleManager\\": "src/" |
||
3383 | } |
||
3384 | }, |
||
3385 | "notification-url": "https://packagist.org/downloads/", |
||
3386 | "license": [ |
||
3387 | "BSD-3-Clause" |
||
3388 | ], |
||
3389 | "homepage": "https://github.com/zendframework/zend-modulemanager", |
||
3390 | "keywords": [ |
||
3391 | "modulemanager", |
||
3392 | "zf2" |
||
3393 | ], |
||
3394 | "time": "2015-09-22 17:21:13" |
||
3395 | }, |
||
3396 | { |
||
3397 | "name": "zendframework/zend-mvc", |
||
3398 | "version": "2.5.3", |
||
3399 | "source": { |
||
3400 | "type": "git", |
||
3401 | "url": "https://github.com/zendframework/zend-mvc.git", |
||
3402 | "reference": "bae0da8318323da7dd71d64aa8054f91f782951b" |
||
3403 | }, |
||
3404 | "dist": { |
||
3405 | "type": "zip", |
||
3406 | "url": "https://api.github.com/repos/zendframework/zend-mvc/zipball/bae0da8318323da7dd71d64aa8054f91f782951b", |
||
3407 | "reference": "bae0da8318323da7dd71d64aa8054f91f782951b", |
||
3408 | "shasum": "" |
||
3409 | }, |
||
3410 | "require": { |
||
3411 | "php": ">=5.5", |
||
3412 | "zendframework/zend-eventmanager": "~2.5", |
||
3413 | "zendframework/zend-form": "~2.5", |
||
3414 | "zendframework/zend-servicemanager": "~2.5", |
||
3415 | "zendframework/zend-stdlib": ">=2.5.0,<2.7.0" |
||
3416 | }, |
||
3417 | "require-dev": { |
||
3418 | "fabpot/php-cs-fixer": "1.7.*", |
||
3419 | "phpunit/phpunit": "~4.0", |
||
3420 | "zendframework/zend-authentication": "~2.5", |
||
3421 | "zendframework/zend-cache": "~2.5", |
||
3422 | "zendframework/zend-console": "~2.5", |
||
3423 | "zendframework/zend-di": "~2.5", |
||
3424 | "zendframework/zend-filter": "~2.5", |
||
3425 | "zendframework/zend-http": "~2.5", |
||
3426 | "zendframework/zend-i18n": "~2.5", |
||
3427 | "zendframework/zend-inputfilter": "~2.5", |
||
3428 | "zendframework/zend-json": "~2.5", |
||
3429 | "zendframework/zend-log": "~2.5", |
||
3430 | "zendframework/zend-modulemanager": "~2.5", |
||
3431 | "zendframework/zend-serializer": "~2.5", |
||
3432 | "zendframework/zend-session": "~2.5", |
||
3433 | "zendframework/zend-text": "~2.5", |
||
3434 | "zendframework/zend-uri": "~2.5", |
||
3435 | "zendframework/zend-validator": "~2.5", |
||
3436 | "zendframework/zend-version": "~2.5", |
||
3437 | "zendframework/zend-view": "~2.5" |
||
3438 | }, |
||
3439 | "suggest": { |
||
3440 | "zendframework/zend-authentication": "Zend\\Authentication component for Identity plugin", |
||
3441 | "zendframework/zend-config": "Zend\\Config component", |
||
3442 | "zendframework/zend-console": "Zend\\Console component", |
||
3443 | "zendframework/zend-di": "Zend\\Di component", |
||
3444 | "zendframework/zend-filter": "Zend\\Filter component", |
||
3445 | "zendframework/zend-http": "Zend\\Http component", |
||
3446 | "zendframework/zend-i18n": "Zend\\I18n component for translatable segments", |
||
3447 | "zendframework/zend-inputfilter": "Zend\\Inputfilter component", |
||
3448 | "zendframework/zend-json": "Zend\\Json component", |
||
3449 | "zendframework/zend-log": "Zend\\Log component", |
||
3450 | "zendframework/zend-modulemanager": "Zend\\ModuleManager component", |
||
3451 | "zendframework/zend-serializer": "Zend\\Serializer component", |
||
3452 | "zendframework/zend-session": "Zend\\Session component for FlashMessenger, PRG, and FPRG plugins", |
||
3453 | "zendframework/zend-text": "Zend\\Text component", |
||
3454 | "zendframework/zend-uri": "Zend\\Uri component", |
||
3455 | "zendframework/zend-validator": "Zend\\Validator component", |
||
3456 | "zendframework/zend-version": "Zend\\Version component", |
||
3457 | "zendframework/zend-view": "Zend\\View component" |
||
3458 | }, |
||
3459 | "type": "library", |
||
3460 | "extra": { |
||
3461 | "branch-alias": { |
||
3462 | "dev-master": "2.5-dev", |
||
3463 | "dev-develop": "2.6-dev" |
||
3464 | } |
||
3465 | }, |
||
3466 | "autoload": { |
||
3467 | "psr-4": { |
||
3468 | "Zend\\Mvc\\": "src/" |
||
3469 | } |
||
3470 | }, |
||
3471 | "notification-url": "https://packagist.org/downloads/", |
||
3472 | "license": [ |
||
3473 | "BSD-3-Clause" |
||
3474 | ], |
||
3475 | "homepage": "https://github.com/zendframework/zend-mvc", |
||
3476 | "keywords": [ |
||
3477 | "mvc", |
||
3478 | "zf2" |
||
3479 | ], |
||
3480 | "time": "2015-09-22 21:12:14" |
||
3481 | }, |
||
3482 | { |
||
3483 | "name": "zendframework/zend-navigation", |
||
3484 | "version": "2.5.1", |
||
3485 | "source": { |
||
3486 | "type": "git", |
||
3487 | "url": "https://github.com/zendframework/zend-navigation.git", |
||
3488 | "reference": "1afcd2ea2342ee5cc68e11e28b09d9b6365cac0f" |
||
3489 | }, |
||
3490 | "dist": { |
||
3491 | "type": "zip", |
||
3492 | "url": "https://api.github.com/repos/zendframework/zend-navigation/zipball/1afcd2ea2342ee5cc68e11e28b09d9b6365cac0f", |
||
3493 | "reference": "1afcd2ea2342ee5cc68e11e28b09d9b6365cac0f", |
||
3494 | "shasum": "" |
||
3495 | }, |
||
3496 | "require": { |
||
3497 | "php": ">=5.3.23", |
||
3498 | "zendframework/zend-stdlib": "~2.5" |
||
3499 | }, |
||
3500 | "require-dev": { |
||
3501 | "fabpot/php-cs-fixer": "1.7.*", |
||
3502 | "phpunit/phpunit": "~4.0", |
||
3503 | "zendframework/zend-config": "~2.5", |
||
3504 | "zendframework/zend-console": "~2.5", |
||
3505 | "zendframework/zend-http": "~2.5", |
||
3506 | "zendframework/zend-i18n": "~2.5", |
||
3507 | "zendframework/zend-log": "~2.5", |
||
3508 | "zendframework/zend-modulemanager": "~2.5", |
||
3509 | "zendframework/zend-mvc": "~2.5", |
||
3510 | "zendframework/zend-permissions-acl": "~2.5", |
||
3511 | "zendframework/zend-serializer": "~2.5", |
||
3512 | "zendframework/zend-servicemanager": "~2.5", |
||
3513 | "zendframework/zend-uri": "~2.5", |
||
3514 | "zendframework/zend-view": "~2.5" |
||
3515 | }, |
||
3516 | "suggest": { |
||
3517 | "zendframework/zend-config": "Zend\\Config component", |
||
3518 | "zendframework/zend-mvc": "Zend\\Mvc component", |
||
3519 | "zendframework/zend-permissions-acl": "Zend\\Permissions\\Acl component", |
||
3520 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component", |
||
3521 | "zendframework/zend-view": "Zend\\View component" |
||
3522 | }, |
||
3523 | "type": "library", |
||
3524 | "extra": { |
||
3525 | "branch-alias": { |
||
3526 | "dev-master": "2.5-dev", |
||
3527 | "dev-develop": "2.6-dev" |
||
3528 | } |
||
3529 | }, |
||
3530 | "autoload": { |
||
3531 | "psr-4": { |
||
3532 | "Zend\\Navigation\\": "src/" |
||
3533 | } |
||
3534 | }, |
||
3535 | "notification-url": "https://packagist.org/downloads/", |
||
3536 | "license": [ |
||
3537 | "BSD-3-Clause" |
||
3538 | ], |
||
3539 | "description": "provides support for managing trees of pointers to web pages", |
||
3540 | "homepage": "https://github.com/zendframework/zend-navigation", |
||
3541 | "keywords": [ |
||
3542 | "navigation", |
||
3543 | "zf2" |
||
3544 | ], |
||
3545 | "time": "2015-06-03 15:32:02" |
||
3546 | }, |
||
3547 | { |
||
3548 | "name": "zendframework/zend-paginator", |
||
3549 | "version": "2.5.1", |
||
3550 | "source": { |
||
3551 | "type": "git", |
||
3552 | "url": "https://github.com/zendframework/zend-paginator.git", |
||
3553 | "reference": "79b946198737253c597ff2ac3fbe91a479bb8a7d" |
||
3554 | }, |
||
3555 | "dist": { |
||
3556 | "type": "zip", |
||
3557 | "url": "https://api.github.com/repos/zendframework/zend-paginator/zipball/79b946198737253c597ff2ac3fbe91a479bb8a7d", |
||
3558 | "reference": "79b946198737253c597ff2ac3fbe91a479bb8a7d", |
||
3559 | "shasum": "" |
||
3560 | }, |
||
3561 | "require": { |
||
3562 | "php": ">=5.3.23", |
||
3563 | "zendframework/zend-stdlib": "~2.5" |
||
3564 | }, |
||
3565 | "require-dev": { |
||
3566 | "fabpot/php-cs-fixer": "1.7.*", |
||
3567 | "phpunit/phpunit": "~4.0", |
||
3568 | "zendframework/zend-cache": "~2.5", |
||
3569 | "zendframework/zend-config": "~2.5", |
||
3570 | "zendframework/zend-db": "~2.5", |
||
3571 | "zendframework/zend-filter": "~2.5", |
||
3572 | "zendframework/zend-json": "~2.5", |
||
3573 | "zendframework/zend-mvc": "~2.5", |
||
3574 | "zendframework/zend-servicemanager": "~2.5", |
||
3575 | "zendframework/zend-view": "~2.5" |
||
3576 | }, |
||
3577 | "suggest": { |
||
3578 | "zendframework/zend-cache": "Zend\\Cache component to support cache features", |
||
3579 | "zendframework/zend-db": "Zend\\Db component", |
||
3580 | "zendframework/zend-filter": "Zend\\Filter component", |
||
3581 | "zendframework/zend-json": "Zend\\Json component", |
||
3582 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component", |
||
3583 | "zendframework/zend-view": "Zend\\View component" |
||
3584 | }, |
||
3585 | "type": "library", |
||
3586 | "extra": { |
||
3587 | "branch-alias": { |
||
3588 | "dev-master": "2.5-dev", |
||
3589 | "dev-develop": "2.6-dev" |
||
3590 | } |
||
3591 | }, |
||
3592 | "autoload": { |
||
3593 | "psr-4": { |
||
3594 | "Zend\\Paginator\\": "src/" |
||
3595 | } |
||
3596 | }, |
||
3597 | "notification-url": "https://packagist.org/downloads/", |
||
3598 | "license": [ |
||
3599 | "BSD-3-Clause" |
||
3600 | ], |
||
3601 | "homepage": "https://github.com/zendframework/zend-paginator", |
||
3602 | "keywords": [ |
||
3603 | "paginator", |
||
3604 | "zf2" |
||
3605 | ], |
||
3606 | "time": "2015-06-03 15:32:02" |
||
3607 | }, |
||
3608 | { |
||
3609 | "name": "zendframework/zend-permissions-acl", |
||
3610 | "version": "2.5.1", |
||
3611 | "source": { |
||
3612 | "type": "git", |
||
3613 | "url": "https://github.com/zendframework/zend-permissions-acl.git", |
||
3614 | "reference": "7f1aac3bf99d0be8f71fe4ae79981338be8a08dc" |
||
3615 | }, |
||
3616 | "dist": { |
||
3617 | "type": "zip", |
||
3618 | "url": "https://api.github.com/repos/zendframework/zend-permissions-acl/zipball/7f1aac3bf99d0be8f71fe4ae79981338be8a08dc", |
||
3619 | "reference": "7f1aac3bf99d0be8f71fe4ae79981338be8a08dc", |
||
3620 | "shasum": "" |
||
3621 | }, |
||
3622 | "require": { |
||
3623 | "php": ">=5.3.23" |
||
3624 | }, |
||
3625 | "require-dev": { |
||
3626 | "fabpot/php-cs-fixer": "1.7.*", |
||
3627 | "phpunit/phpunit": "~4.0", |
||
3628 | "zendframework/zend-di": "~2.5", |
||
3629 | "zendframework/zend-servicemanager": "~2.5" |
||
3630 | }, |
||
3631 | "suggest": { |
||
3632 | "zendframework/zend-servicemanager": "To support Zend\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage" |
||
3633 | }, |
||
3634 | "type": "library", |
||
3635 | "extra": { |
||
3636 | "branch-alias": { |
||
3637 | "dev-master": "2.5-dev", |
||
3638 | "dev-develop": "2.6-dev" |
||
3639 | } |
||
3640 | }, |
||
3641 | "autoload": { |
||
3642 | "psr-4": { |
||
3643 | "Zend\\Permissions\\Acl\\": "src/" |
||
3644 | } |
||
3645 | }, |
||
3646 | "notification-url": "https://packagist.org/downloads/", |
||
3647 | "license": [ |
||
3648 | "BSD-3-Clause" |
||
3649 | ], |
||
3650 | "description": "provides a lightweight and flexible access control list (ACL) implementation for privileges management", |
||
3651 | "homepage": "https://github.com/zendframework/zend-permissions-acl", |
||
3652 | "keywords": [ |
||
3653 | "acl", |
||
3654 | "zf2" |
||
3655 | ], |
||
3656 | "time": "2015-06-03 15:32:02" |
||
3657 | }, |
||
3658 | { |
||
3659 | "name": "zendframework/zend-permissions-rbac", |
||
3660 | "version": "2.5.1", |
||
3661 | "source": { |
||
3662 | "type": "git", |
||
3663 | "url": "https://github.com/zendframework/zend-permissions-rbac.git", |
||
3664 | "reference": "4213a4889ae7d7607c7974124965d12d1c395115" |
||
3665 | }, |
||
3666 | "dist": { |
||
3667 | "type": "zip", |
||
3668 | "url": "https://api.github.com/repos/zendframework/zend-permissions-rbac/zipball/4213a4889ae7d7607c7974124965d12d1c395115", |
||
3669 | "reference": "4213a4889ae7d7607c7974124965d12d1c395115", |
||
3670 | "shasum": "" |
||
3671 | }, |
||
3672 | "require": { |
||
3673 | "php": ">=5.3.23" |
||
3674 | }, |
||
3675 | "require-dev": { |
||
3676 | "fabpot/php-cs-fixer": "1.7.*", |
||
3677 | "phpunit/phpunit": "~4.0" |
||
3678 | }, |
||
3679 | "type": "library", |
||
3680 | "extra": { |
||
3681 | "branch-alias": { |
||
3682 | "dev-master": "2.5-dev", |
||
3683 | "dev-develop": "2.6-dev" |
||
3684 | } |
||
3685 | }, |
||
3686 | "autoload": { |
||
3687 | "psr-4": { |
||
3688 | "Zend\\Permissions\\Rbac\\": "src/" |
||
3689 | } |
||
3690 | }, |
||
3691 | "notification-url": "https://packagist.org/downloads/", |
||
3692 | "license": [ |
||
3693 | "BSD-3-Clause" |
||
3694 | ], |
||
3695 | "description": "provides a role-based access control management", |
||
3696 | "homepage": "https://github.com/zendframework/zend-permissions-rbac", |
||
3697 | "keywords": [ |
||
3698 | "rbac", |
||
3699 | "zf2" |
||
3700 | ], |
||
3701 | "time": "2015-06-03 14:05:54" |
||
3702 | }, |
||
3703 | { |
||
3704 | "name": "zendframework/zend-progressbar", |
||
3705 | "version": "2.5.1", |
||
3706 | "source": { |
||
3707 | "type": "git", |
||
3708 | "url": "https://github.com/zendframework/zend-progressbar.git", |
||
3709 | "reference": "6f7784c9a6d7ea3198fa36aba1d28e6b9188832c" |
||
3710 | }, |
||
3711 | "dist": { |
||
3712 | "type": "zip", |
||
3713 | "url": "https://api.github.com/repos/zendframework/zend-progressbar/zipball/6f7784c9a6d7ea3198fa36aba1d28e6b9188832c", |
||
3714 | "reference": "6f7784c9a6d7ea3198fa36aba1d28e6b9188832c", |
||
3715 | "shasum": "" |
||
3716 | }, |
||
3717 | "require": { |
||
3718 | "php": ">=5.3.23", |
||
3719 | "zendframework/zend-stdlib": "~2.5" |
||
3720 | }, |
||
3721 | "require-dev": { |
||
3722 | "fabpot/php-cs-fixer": "1.7.*", |
||
3723 | "phpunit/phpunit": "~4.0", |
||
3724 | "zendframework/zend-json": "~2.5", |
||
3725 | "zendframework/zend-session": "~2.5" |
||
3726 | }, |
||
3727 | "suggest": { |
||
3728 | "zendframework/zend-json": "Zend\\Json component", |
||
3729 | "zendframework/zend-session": "To support progressbar persistent" |
||
3730 | }, |
||
3731 | "type": "library", |
||
3732 | "extra": { |
||
3733 | "branch-alias": { |
||
3734 | "dev-master": "2.5-dev", |
||
3735 | "dev-develop": "2.6-dev" |
||
3736 | } |
||
3737 | }, |
||
3738 | "autoload": { |
||
3739 | "psr-4": { |
||
3740 | "Zend\\ProgressBar\\": "src/" |
||
3741 | } |
||
3742 | }, |
||
3743 | "notification-url": "https://packagist.org/downloads/", |
||
3744 | "license": [ |
||
3745 | "BSD-3-Clause" |
||
3746 | ], |
||
3747 | "description": "component to create and update progressbars in different environments", |
||
3748 | "homepage": "https://github.com/zendframework/zend-progressbar", |
||
3749 | "keywords": [ |
||
3750 | "progressbar", |
||
3751 | "zf2" |
||
3752 | ], |
||
3753 | "time": "2015-06-03 15:32:02" |
||
3754 | }, |
||
3755 | { |
||
3756 | "name": "zendframework/zend-serializer", |
||
3757 | "version": "2.5.1", |
||
3758 | "source": { |
||
3759 | "type": "git", |
||
3760 | "url": "https://github.com/zendframework/zend-serializer.git", |
||
3761 | "reference": "b7208eb17dc4a4fb3a660b85e6c4af035eeed40c" |
||
3762 | }, |
||
3763 | "dist": { |
||
3764 | "type": "zip", |
||
3765 | "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/b7208eb17dc4a4fb3a660b85e6c4af035eeed40c", |
||
3766 | "reference": "b7208eb17dc4a4fb3a660b85e6c4af035eeed40c", |
||
3767 | "shasum": "" |
||
3768 | }, |
||
3769 | "require": { |
||
3770 | "php": ">=5.3.23", |
||
3771 | "zendframework/zend-json": "~2.5", |
||
3772 | "zendframework/zend-math": "~2.5", |
||
3773 | "zendframework/zend-stdlib": "~2.5" |
||
3774 | }, |
||
3775 | "require-dev": { |
||
3776 | "fabpot/php-cs-fixer": "1.7.*", |
||
3777 | "phpunit/phpunit": "~4.0", |
||
3778 | "zendframework/zend-servicemanager": "~2.5" |
||
3779 | }, |
||
3780 | "suggest": { |
||
3781 | "zendframework/zend-servicemanager": "To support plugin manager support" |
||
3782 | }, |
||
3783 | "type": "library", |
||
3784 | "extra": { |
||
3785 | "branch-alias": { |
||
3786 | "dev-master": "2.5-dev", |
||
3787 | "dev-develop": "2.6-dev" |
||
3788 | } |
||
3789 | }, |
||
3790 | "autoload": { |
||
3791 | "psr-4": { |
||
3792 | "Zend\\Serializer\\": "src/" |
||
3793 | } |
||
3794 | }, |
||
3795 | "notification-url": "https://packagist.org/downloads/", |
||
3796 | "license": [ |
||
3797 | "BSD-3-Clause" |
||
3798 | ], |
||
3799 | "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover", |
||
3800 | "homepage": "https://github.com/zendframework/zend-serializer", |
||
3801 | "keywords": [ |
||
3802 | "serializer", |
||
3803 | "zf2" |
||
3804 | ], |
||
3805 | "time": "2015-06-03 15:32:02" |
||
3806 | }, |
||
3807 | { |
||
3808 | "name": "zendframework/zend-server", |
||
3809 | "version": "2.5.1", |
||
3810 | "source": { |
||
3811 | "type": "git", |
||
3812 | "url": "https://github.com/zendframework/zend-server.git", |
||
3813 | "reference": "560289d8e760d3783238644da83eebdff53be2c7" |
||
3814 | }, |
||
3815 | "dist": { |
||
3816 | "type": "zip", |
||
3817 | "url": "https://api.github.com/repos/zendframework/zend-server/zipball/560289d8e760d3783238644da83eebdff53be2c7", |
||
3818 | "reference": "560289d8e760d3783238644da83eebdff53be2c7", |
||
3819 | "shasum": "" |
||
3820 | }, |
||
3821 | "require": { |
||
3822 | "php": ">=5.3.23", |
||
3823 | "zendframework/zend-code": "~2.5", |
||
3824 | "zendframework/zend-stdlib": "~2.5" |
||
3825 | }, |
||
3826 | "require-dev": { |
||
3827 | "fabpot/php-cs-fixer": "1.7.*", |
||
3828 | "phpunit/phpunit": "~4.0" |
||
3829 | }, |
||
3830 | "type": "library", |
||
3831 | "extra": { |
||
3832 | "branch-alias": { |
||
3833 | "dev-master": "2.5-dev", |
||
3834 | "dev-develop": "2.6-dev" |
||
3835 | } |
||
3836 | }, |
||
3837 | "autoload": { |
||
3838 | "psr-4": { |
||
3839 | "Zend\\Server\\": "src/" |
||
3840 | } |
||
3841 | }, |
||
3842 | "notification-url": "https://packagist.org/downloads/", |
||
3843 | "license": [ |
||
3844 | "BSD-3-Clause" |
||
3845 | ], |
||
3846 | "homepage": "https://github.com/zendframework/zend-server", |
||
3847 | "keywords": [ |
||
3848 | "server", |
||
3849 | "zf2" |
||
3850 | ], |
||
3851 | "time": "2015-06-03 15:32:02" |
||
3852 | }, |
||
3853 | { |
||
3854 | "name": "zendframework/zend-servicemanager", |
||
3855 | "version": "2.5.1", |
||
3856 | "source": { |
||
3857 | "type": "git", |
||
3858 | "url": "https://github.com/zendframework/zend-servicemanager.git", |
||
3859 | "reference": "3b22c403e351d92526c642cba0bd810bc22e1c56" |
||
3860 | }, |
||
3861 | "dist": { |
||
3862 | "type": "zip", |
||
3863 | "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/3b22c403e351d92526c642cba0bd810bc22e1c56", |
||
3864 | "reference": "3b22c403e351d92526c642cba0bd810bc22e1c56", |
||
3865 | "shasum": "" |
||
3866 | }, |
||
3867 | "require": { |
||
3868 | "php": ">=5.3.23" |
||
3869 | }, |
||
3870 | "require-dev": { |
||
3871 | "fabpot/php-cs-fixer": "1.7.*", |
||
3872 | "phpunit/phpunit": "~4.0", |
||
3873 | "zendframework/zend-di": "~2.5", |
||
3874 | "zendframework/zend-mvc": "~2.5" |
||
3875 | }, |
||
3876 | "suggest": { |
||
3877 | "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services", |
||
3878 | "zendframework/zend-di": "Zend\\Di component" |
||
3879 | }, |
||
3880 | "type": "library", |
||
3881 | "extra": { |
||
3882 | "branch-alias": { |
||
3883 | "dev-master": "2.5-dev", |
||
3884 | "dev-develop": "2.6-dev" |
||
3885 | } |
||
3886 | }, |
||
3887 | "autoload": { |
||
3888 | "psr-4": { |
||
3889 | "Zend\\ServiceManager\\": "src/" |
||
3890 | } |
||
3891 | }, |
||
3892 | "notification-url": "https://packagist.org/downloads/", |
||
3893 | "license": [ |
||
3894 | "BSD-3-Clause" |
||
3895 | ], |
||
3896 | "homepage": "https://github.com/zendframework/zend-servicemanager", |
||
3897 | "keywords": [ |
||
3898 | "servicemanager", |
||
3899 | "zf2" |
||
3900 | ], |
||
3901 | "time": "2015-06-03 15:32:02" |
||
3902 | }, |
||
3903 | { |
||
3904 | "name": "zendframework/zend-session", |
||
3905 | "version": "2.5.2", |
||
3906 | "source": { |
||
3907 | "type": "git", |
||
3908 | "url": "https://github.com/zendframework/zend-session.git", |
||
3909 | "reference": "f66caae318c40edb8a6edc22cc2a4e286cb4d064" |
||
3910 | }, |
||
3911 | "dist": { |
||
3912 | "type": "zip", |
||
3913 | "url": "https://api.github.com/repos/zendframework/zend-session/zipball/f66caae318c40edb8a6edc22cc2a4e286cb4d064", |
||
3914 | "reference": "f66caae318c40edb8a6edc22cc2a4e286cb4d064", |
||
3915 | "shasum": "" |
||
3916 | }, |
||
3917 | "require": { |
||
3918 | "php": ">=5.5", |
||
3919 | "zendframework/zend-eventmanager": "~2.5", |
||
3920 | "zendframework/zend-stdlib": "~2.5" |
||
3921 | }, |
||
3922 | "require-dev": { |
||
3923 | "fabpot/php-cs-fixer": "1.7.*", |
||
3924 | "phpunit/phpunit": "~4.0", |
||
3925 | "zendframework/zend-cache": "~2.5", |
||
3926 | "zendframework/zend-db": "~2.5", |
||
3927 | "zendframework/zend-http": "~2.5", |
||
3928 | "zendframework/zend-servicemanager": "~2.5", |
||
3929 | "zendframework/zend-validator": "~2.5" |
||
3930 | }, |
||
3931 | "suggest": { |
||
3932 | "zendframework/zend-cache": "Zend\\Cache component", |
||
3933 | "zendframework/zend-db": "Zend\\Db component", |
||
3934 | "zendframework/zend-eventmanager": "Zend\\EventManager component", |
||
3935 | "zendframework/zend-http": "Zend\\Http component", |
||
3936 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component", |
||
3937 | "zendframework/zend-validator": "Zend\\Validator component" |
||
3938 | }, |
||
3939 | "type": "library", |
||
3940 | "extra": { |
||
3941 | "branch-alias": { |
||
3942 | "dev-master": "2.5-dev", |
||
3943 | "dev-develop": "2.6-dev" |
||
3944 | } |
||
3945 | }, |
||
3946 | "autoload": { |
||
3947 | "psr-4": { |
||
3948 | "Zend\\Session\\": "src/" |
||
3949 | } |
||
3950 | }, |
||
3951 | "notification-url": "https://packagist.org/downloads/", |
||
3952 | "license": [ |
||
3953 | "BSD-3-Clause" |
||
3954 | ], |
||
3955 | "description": "manage and preserve session data, a logical complement of cookie data, across multiple page requests by the same client", |
||
3956 | "homepage": "https://github.com/zendframework/zend-session", |
||
3957 | "keywords": [ |
||
3958 | "session", |
||
3959 | "zf2" |
||
3960 | ], |
||
3961 | "time": "2015-07-29 19:44:43" |
||
3962 | }, |
||
3963 | { |
||
3964 | "name": "zendframework/zend-soap", |
||
3965 | "version": "2.5.1", |
||
3966 | "source": { |
||
3967 | "type": "git", |
||
3968 | "url": "https://github.com/zendframework/zend-soap.git", |
||
3969 | "reference": "7e59bb1719ac57b940a62ce34f3b26100dc64992" |
||
3970 | }, |
||
3971 | "dist": { |
||
3972 | "type": "zip", |
||
3973 | "url": "https://api.github.com/repos/zendframework/zend-soap/zipball/7e59bb1719ac57b940a62ce34f3b26100dc64992", |
||
3974 | "reference": "7e59bb1719ac57b940a62ce34f3b26100dc64992", |
||
3975 | "shasum": "" |
||
3976 | }, |
||
3977 | "require": { |
||
3978 | "php": ">=5.3.23", |
||
3979 | "zendframework/zend-server": "~2.5", |
||
3980 | "zendframework/zend-stdlib": "~2.5", |
||
3981 | "zendframework/zend-uri": "~2.5" |
||
3982 | }, |
||
3983 | "require-dev": { |
||
3984 | "fabpot/php-cs-fixer": "1.7.*", |
||
3985 | "phpunit/phpunit": "~4.0", |
||
3986 | "zendframework/zend-config": "~2.5", |
||
3987 | "zendframework/zend-http": "~2.5" |
||
3988 | }, |
||
3989 | "suggest": { |
||
3990 | "zendframework/zend-http": "Zend\\Http component" |
||
3991 | }, |
||
3992 | "type": "library", |
||
3993 | "extra": { |
||
3994 | "branch-alias": { |
||
3995 | "dev-master": "2.5-dev", |
||
3996 | "dev-develop": "2.6-dev" |
||
3997 | } |
||
3998 | }, |
||
3999 | "autoload": { |
||
4000 | "psr-4": { |
||
4001 | "Zend\\Soap\\": "src/" |
||
4002 | } |
||
4003 | }, |
||
4004 | "notification-url": "https://packagist.org/downloads/", |
||
4005 | "license": [ |
||
4006 | "BSD-3-Clause" |
||
4007 | ], |
||
4008 | "homepage": "https://github.com/zendframework/zend-soap", |
||
4009 | "keywords": [ |
||
4010 | "soap", |
||
4011 | "zf2" |
||
4012 | ], |
||
4013 | "time": "2015-06-03 15:32:03" |
||
4014 | }, |
||
4015 | { |
||
4016 | "name": "zendframework/zend-stdlib", |
||
4017 | "version": "2.5.2", |
||
4018 | "source": { |
||
4019 | "type": "git", |
||
4020 | "url": "https://github.com/zendframework/zend-stdlib.git", |
||
4021 | "reference": "2e50c4e8f8d0ab928aa5beeb21644f30bf2cc8bf" |
||
4022 | }, |
||
4023 | "dist": { |
||
4024 | "type": "zip", |
||
4025 | "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/2e50c4e8f8d0ab928aa5beeb21644f30bf2cc8bf", |
||
4026 | "reference": "2e50c4e8f8d0ab928aa5beeb21644f30bf2cc8bf", |
||
4027 | "shasum": "" |
||
4028 | }, |
||
4029 | "require": { |
||
4030 | "php": ">=5.5" |
||
4031 | }, |
||
4032 | "require-dev": { |
||
4033 | "fabpot/php-cs-fixer": "1.7.*", |
||
4034 | "phpunit/phpunit": "~4.0", |
||
4035 | "zendframework/zend-config": "~2.5", |
||
4036 | "zendframework/zend-eventmanager": "~2.5", |
||
4037 | "zendframework/zend-filter": "~2.5", |
||
4038 | "zendframework/zend-inputfilter": "~2.5", |
||
4039 | "zendframework/zend-serializer": "~2.5", |
||
4040 | "zendframework/zend-servicemanager": "~2.5" |
||
4041 | }, |
||
4042 | "suggest": { |
||
4043 | "zendframework/zend-eventmanager": "To support aggregate hydrator usage", |
||
4044 | "zendframework/zend-filter": "To support naming strategy hydrator usage", |
||
4045 | "zendframework/zend-serializer": "Zend\\Serializer component", |
||
4046 | "zendframework/zend-servicemanager": "To support hydrator plugin manager usage" |
||
4047 | }, |
||
4048 | "type": "library", |
||
4049 | "extra": { |
||
4050 | "branch-alias": { |
||
4051 | "dev-master": "2.5-dev", |
||
4052 | "dev-develop": "2.6-dev" |
||
4053 | } |
||
4054 | }, |
||
4055 | "autoload": { |
||
4056 | "psr-4": { |
||
4057 | "Zend\\Stdlib\\": "src/" |
||
4058 | } |
||
4059 | }, |
||
4060 | "notification-url": "https://packagist.org/downloads/", |
||
4061 | "license": [ |
||
4062 | "BSD-3-Clause" |
||
4063 | ], |
||
4064 | "homepage": "https://github.com/zendframework/zend-stdlib", |
||
4065 | "keywords": [ |
||
4066 | "stdlib", |
||
4067 | "zf2" |
||
4068 | ], |
||
4069 | "time": "2015-07-21 14:59:49" |
||
4070 | }, |
||
4071 | { |
||
4072 | "name": "zendframework/zend-tag", |
||
4073 | "version": "2.5.1", |
||
4074 | "source": { |
||
4075 | "type": "git", |
||
4076 | "url": "https://github.com/zendframework/zend-tag.git", |
||
4077 | "reference": "08661ac808e848d1aea1796af01230c2814855b4" |
||
4078 | }, |
||
4079 | "dist": { |
||
4080 | "type": "zip", |
||
4081 | "url": "https://api.github.com/repos/zendframework/zend-tag/zipball/08661ac808e848d1aea1796af01230c2814855b4", |
||
4082 | "reference": "08661ac808e848d1aea1796af01230c2814855b4", |
||
4083 | "shasum": "" |
||
4084 | }, |
||
4085 | "require": { |
||
4086 | "php": ">=5.3.23", |
||
4087 | "zendframework/zend-escaper": "~2.5", |
||
4088 | "zendframework/zend-stdlib": "~2.5" |
||
4089 | }, |
||
4090 | "require-dev": { |
||
4091 | "fabpot/php-cs-fixer": "1.7.*", |
||
4092 | "phpunit/phpunit": "~4.0", |
||
4093 | "zendframework/zend-config": "~2.5", |
||
4094 | "zendframework/zend-servicemanager": "~2.5" |
||
4095 | }, |
||
4096 | "suggest": { |
||
4097 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component" |
||
4098 | }, |
||
4099 | "type": "library", |
||
4100 | "extra": { |
||
4101 | "branch-alias": { |
||
4102 | "dev-master": "2.5-dev", |
||
4103 | "dev-develop": "2.6-dev" |
||
4104 | } |
||
4105 | }, |
||
4106 | "autoload": { |
||
4107 | "psr-4": { |
||
4108 | "Zend\\Tag\\": "src/" |
||
4109 | } |
||
4110 | }, |
||
4111 | "notification-url": "https://packagist.org/downloads/", |
||
4112 | "license": [ |
||
4113 | "BSD-3-Clause" |
||
4114 | ], |
||
4115 | "description": "a component suite which provides a facility to work with taggable Items", |
||
4116 | "homepage": "https://github.com/zendframework/zend-tag", |
||
4117 | "keywords": [ |
||
4118 | "tag", |
||
4119 | "zf2" |
||
4120 | ], |
||
4121 | "time": "2015-06-03 15:32:03" |
||
4122 | }, |
||
4123 | { |
||
4124 | "name": "zendframework/zend-test", |
||
4125 | "version": "2.5.1", |
||
4126 | "source": { |
||
4127 | "type": "git", |
||
4128 | "url": "https://github.com/zendframework/zend-test.git", |
||
4129 | "reference": "da3b3b2a70385c11a382477b18d68cb3f16624ea" |
||
4130 | }, |
||
4131 | "dist": { |
||
4132 | "type": "zip", |
||
4133 | "url": "https://api.github.com/repos/zendframework/zend-test/zipball/da3b3b2a70385c11a382477b18d68cb3f16624ea", |
||
4134 | "reference": "da3b3b2a70385c11a382477b18d68cb3f16624ea", |
||
4135 | "shasum": "" |
||
4136 | }, |
||
4137 | "require": { |
||
4138 | "php": ">=5.3.23", |
||
4139 | "phpunit/phpunit": "~4.0", |
||
4140 | "zendframework/zend-console": "~2.5", |
||
4141 | "zendframework/zend-dom": "~2.5", |
||
4142 | "zendframework/zend-eventmanager": "~2.5", |
||
4143 | "zendframework/zend-http": "~2.5", |
||
4144 | "zendframework/zend-mvc": "~2.5", |
||
4145 | "zendframework/zend-servicemanager": "~2.5", |
||
4146 | "zendframework/zend-stdlib": "~2.5", |
||
4147 | "zendframework/zend-uri": "~2.5", |
||
4148 | "zendframework/zend-view": "~2.5" |
||
4149 | }, |
||
4150 | "require-dev": { |
||
4151 | "fabpot/php-cs-fixer": "1.7.*", |
||
4152 | "mikey179/vfsstream": "~1.2", |
||
4153 | "zendframework/zend-i18n": "~2.5", |
||
4154 | "zendframework/zend-log": "~2.5", |
||
4155 | "zendframework/zend-modulemanager": "~2.5", |
||
4156 | "zendframework/zend-serializer": "~2.5", |
||
4157 | "zendframework/zend-session": "~2.5" |
||
4158 | }, |
||
4159 | "suggest": { |
||
4160 | "zendframework/zend-console": "Zend\\Console component" |
||
4161 | }, |
||
4162 | "type": "library", |
||
4163 | "extra": { |
||
4164 | "branch-alias": { |
||
4165 | "dev-master": "2.5-dev", |
||
4166 | "dev-develop": "2.6-dev" |
||
4167 | } |
||
4168 | }, |
||
4169 | "autoload": { |
||
4170 | "psr-4": { |
||
4171 | "Zend\\Test\\": "src/" |
||
4172 | } |
||
4173 | }, |
||
4174 | "notification-url": "https://packagist.org/downloads/", |
||
4175 | "license": [ |
||
4176 | "BSD-3-Clause" |
||
4177 | ], |
||
4178 | "homepage": "https://github.com/zendframework/zend-test", |
||
4179 | "keywords": [ |
||
4180 | "test", |
||
4181 | "zf2" |
||
4182 | ], |
||
4183 | "time": "2015-06-03 15:32:03" |
||
4184 | }, |
||
4185 | { |
||
4186 | "name": "zendframework/zend-text", |
||
4187 | "version": "2.5.1", |
||
4188 | "source": { |
||
4189 | "type": "git", |
||
4190 | "url": "https://github.com/zendframework/zend-text.git", |
||
4191 | "reference": "292cd64ba28be9e420126a64e4ae3528effd1491" |
||
4192 | }, |
||
4193 | "dist": { |
||
4194 | "type": "zip", |
||
4195 | "url": "https://api.github.com/repos/zendframework/zend-text/zipball/292cd64ba28be9e420126a64e4ae3528effd1491", |
||
4196 | "reference": "292cd64ba28be9e420126a64e4ae3528effd1491", |
||
4197 | "shasum": "" |
||
4198 | }, |
||
4199 | "require": { |
||
4200 | "php": ">=5.3.23", |
||
4201 | "zendframework/zend-servicemanager": "~2.5", |
||
4202 | "zendframework/zend-stdlib": "~2.5" |
||
4203 | }, |
||
4204 | "require-dev": { |
||
4205 | "fabpot/php-cs-fixer": "1.7.*", |
||
4206 | "phpunit/phpunit": "~4.0", |
||
4207 | "zendframework/zend-config": "~2.5" |
||
4208 | }, |
||
4209 | "type": "library", |
||
4210 | "extra": { |
||
4211 | "branch-alias": { |
||
4212 | "dev-master": "2.5-dev", |
||
4213 | "dev-develop": "2.6-dev" |
||
4214 | } |
||
4215 | }, |
||
4216 | "autoload": { |
||
4217 | "psr-4": { |
||
4218 | "Zend\\Text\\": "src/" |
||
4219 | } |
||
4220 | }, |
||
4221 | "notification-url": "https://packagist.org/downloads/", |
||
4222 | "license": [ |
||
4223 | "BSD-3-Clause" |
||
4224 | ], |
||
4225 | "homepage": "https://github.com/zendframework/zend-text", |
||
4226 | "keywords": [ |
||
4227 | "text", |
||
4228 | "zf2" |
||
4229 | ], |
||
4230 | "time": "2015-06-03 15:32:03" |
||
4231 | }, |
||
4232 | { |
||
4233 | "name": "zendframework/zend-uri", |
||
4234 | "version": "2.5.1", |
||
4235 | "source": { |
||
4236 | "type": "git", |
||
4237 | "url": "https://github.com/zendframework/zend-uri.git", |
||
4238 | "reference": "fe6c7f4c8d9037fe551898a538a2b6d39483f572" |
||
4239 | }, |
||
4240 | "dist": { |
||
4241 | "type": "zip", |
||
4242 | "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/fe6c7f4c8d9037fe551898a538a2b6d39483f572", |
||
4243 | "reference": "fe6c7f4c8d9037fe551898a538a2b6d39483f572", |
||
4244 | "shasum": "" |
||
4245 | }, |
||
4246 | "require": { |
||
4247 | "php": ">=5.3.23", |
||
4248 | "zendframework/zend-escaper": "~2.5", |
||
4249 | "zendframework/zend-validator": "~2.5" |
||
4250 | }, |
||
4251 | "require-dev": { |
||
4252 | "fabpot/php-cs-fixer": "1.7.*", |
||
4253 | "phpunit/phpunit": "~4.0" |
||
4254 | }, |
||
4255 | "type": "library", |
||
4256 | "extra": { |
||
4257 | "branch-alias": { |
||
4258 | "dev-master": "2.5-dev", |
||
4259 | "dev-develop": "2.6-dev" |
||
4260 | } |
||
4261 | }, |
||
4262 | "autoload": { |
||
4263 | "psr-4": { |
||
4264 | "Zend\\Uri\\": "src/" |
||
4265 | } |
||
4266 | }, |
||
4267 | "notification-url": "https://packagist.org/downloads/", |
||
4268 | "license": [ |
||
4269 | "BSD-3-Clause" |
||
4270 | ], |
||
4271 | "description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)", |
||
4272 | "homepage": "https://github.com/zendframework/zend-uri", |
||
4273 | "keywords": [ |
||
4274 | "uri", |
||
4275 | "zf2" |
||
4276 | ], |
||
4277 | "time": "2015-06-03 15:32:03" |
||
4278 | }, |
||
4279 | { |
||
4280 | "name": "zendframework/zend-validator", |
||
4281 | "version": "2.5.3", |
||
4282 | "source": { |
||
4283 | "type": "git", |
||
4284 | "url": "https://github.com/zendframework/zend-validator.git", |
||
4285 | "reference": "53e567a58c8952a03da0b8edf0f075303a5ac5d1" |
||
4286 | }, |
||
4287 | "dist": { |
||
4288 | "type": "zip", |
||
4289 | "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/53e567a58c8952a03da0b8edf0f075303a5ac5d1", |
||
4290 | "reference": "53e567a58c8952a03da0b8edf0f075303a5ac5d1", |
||
4291 | "shasum": "" |
||
4292 | }, |
||
4293 | "require": { |
||
4294 | "php": ">=5.5", |
||
4295 | "zendframework/zend-stdlib": "~2.5" |
||
4296 | }, |
||
4297 | "require-dev": { |
||
4298 | "fabpot/php-cs-fixer": "1.7.*", |
||
4299 | "phpunit/phpunit": "~4.0", |
||
4300 | "zendframework/zend-cache": "~2.5", |
||
4301 | "zendframework/zend-config": "~2.5", |
||
4302 | "zendframework/zend-db": "~2.5", |
||
4303 | "zendframework/zend-filter": "~2.5", |
||
4304 | "zendframework/zend-http": "~2.5", |
||
4305 | "zendframework/zend-i18n": "~2.5", |
||
4306 | "zendframework/zend-math": "~2.5", |
||
4307 | "zendframework/zend-servicemanager": "~2.5", |
||
4308 | "zendframework/zend-session": "~2.5", |
||
4309 | "zendframework/zend-uri": "~2.5" |
||
4310 | }, |
||
4311 | "suggest": { |
||
4312 | "zendframework/zend-db": "Zend\\Db component", |
||
4313 | "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator", |
||
4314 | "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators", |
||
4315 | "zendframework/zend-i18n-resources": "Translations of validator messages", |
||
4316 | "zendframework/zend-math": "Zend\\Math component", |
||
4317 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains", |
||
4318 | "zendframework/zend-session": "Zend\\Session component", |
||
4319 | "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators" |
||
4320 | }, |
||
4321 | "type": "library", |
||
4322 | "extra": { |
||
4323 | "branch-alias": { |
||
4324 | "dev-master": "2.5-dev", |
||
4325 | "dev-develop": "2.6-dev" |
||
4326 | } |
||
4327 | }, |
||
4328 | "autoload": { |
||
4329 | "psr-4": { |
||
4330 | "Zend\\Validator\\": "src/" |
||
4331 | } |
||
4332 | }, |
||
4333 | "notification-url": "https://packagist.org/downloads/", |
||
4334 | "license": [ |
||
4335 | "BSD-3-Clause" |
||
4336 | ], |
||
4337 | "description": "provides a set of commonly needed validators", |
||
4338 | "homepage": "https://github.com/zendframework/zend-validator", |
||
4339 | "keywords": [ |
||
4340 | "validator", |
||
4341 | "zf2" |
||
4342 | ], |
||
4343 | "time": "2015-09-03 19:06:11" |
||
4344 | }, |
||
4345 | { |
||
4346 | "name": "zendframework/zend-version", |
||
4347 | "version": "2.5.1", |
||
4348 | "source": { |
||
4349 | "type": "git", |
||
4350 | "url": "https://github.com/zendframework/zend-version.git", |
||
4351 | "reference": "e30c55dc394eaf396f0347887af0a7bef471fe08" |
||
4352 | }, |
||
4353 | "dist": { |
||
4354 | "type": "zip", |
||
4355 | "url": "https://api.github.com/repos/zendframework/zend-version/zipball/e30c55dc394eaf396f0347887af0a7bef471fe08", |
||
4356 | "reference": "e30c55dc394eaf396f0347887af0a7bef471fe08", |
||
4357 | "shasum": "" |
||
4358 | }, |
||
4359 | "require": { |
||
4360 | "php": ">=5.3.23", |
||
4361 | "zendframework/zend-json": "~2.5" |
||
4362 | }, |
||
4363 | "require-dev": { |
||
4364 | "fabpot/php-cs-fixer": "1.7.*", |
||
4365 | "phpunit/phpunit": "~4.0", |
||
4366 | "zendframework/zend-http": "~2.5" |
||
4367 | }, |
||
4368 | "suggest": { |
||
4369 | "zendframework/zend-http": "Allows use of Zend\\Http\\Client to check version information", |
||
4370 | "zendframework/zend-json": "To check latest version hosted in GitHub" |
||
4371 | }, |
||
4372 | "type": "library", |
||
4373 | "extra": { |
||
4374 | "branch-alias": { |
||
4375 | "dev-master": "2.5-dev", |
||
4376 | "dev-develop": "2.6-dev" |
||
4377 | } |
||
4378 | }, |
||
4379 | "autoload": { |
||
4380 | "psr-4": { |
||
4381 | "Zend\\Version\\": "src/" |
||
4382 | } |
||
4383 | }, |
||
4384 | "notification-url": "https://packagist.org/downloads/", |
||
4385 | "license": [ |
||
4386 | "BSD-3-Clause" |
||
4387 | ], |
||
4388 | "homepage": "https://github.com/zendframework/zend-version", |
||
4389 | "keywords": [ |
||
4390 | "version", |
||
4391 | "zf2" |
||
4392 | ], |
||
4393 | "time": "2015-06-04 15:41:05" |
||
4394 | }, |
||
4395 | { |
||
4396 | "name": "zendframework/zend-view", |
||
4397 | "version": "2.5.2", |
||
4398 | "source": { |
||
4399 | "type": "git", |
||
4400 | "url": "https://github.com/zendframework/zend-view.git", |
||
4401 | "reference": "b3d31e7ba6d0c13a76afe5c8d914a8ff08616b0d" |
||
4402 | }, |
||
4403 | "dist": { |
||
4404 | "type": "zip", |
||
4405 | "url": "https://api.github.com/repos/zendframework/zend-view/zipball/b3d31e7ba6d0c13a76afe5c8d914a8ff08616b0d", |
||
4406 | "reference": "b3d31e7ba6d0c13a76afe5c8d914a8ff08616b0d", |
||
4407 | "shasum": "" |
||
4408 | }, |
||
4409 | "require": { |
||
4410 | "php": ">=5.5", |
||
4411 | "zendframework/zend-eventmanager": "~2.5", |
||
4412 | "zendframework/zend-loader": "~2.5", |
||
4413 | "zendframework/zend-stdlib": "~2.5" |
||
4414 | }, |
||
4415 | "require-dev": { |
||
4416 | "fabpot/php-cs-fixer": "1.7.*", |
||
4417 | "phpunit/phpunit": "~4.0", |
||
4418 | "zendframework/zend-authentication": "~2.5", |
||
4419 | "zendframework/zend-cache": "~2.5", |
||
4420 | "zendframework/zend-config": "~2.5", |
||
4421 | "zendframework/zend-console": "~2.5", |
||
4422 | "zendframework/zend-escaper": "~2.5", |
||
4423 | "zendframework/zend-feed": "~2.5", |
||
4424 | "zendframework/zend-filter": "~2.5", |
||
4425 | "zendframework/zend-http": "~2.5", |
||
4426 | "zendframework/zend-i18n": "~2.5", |
||
4427 | "zendframework/zend-json": "~2.5", |
||
4428 | "zendframework/zend-log": "~2.5", |
||
4429 | "zendframework/zend-modulemanager": "~2.5", |
||
4430 | "zendframework/zend-mvc": "~2.5", |
||
4431 | "zendframework/zend-navigation": "~2.5", |
||
4432 | "zendframework/zend-paginator": "~2.5", |
||
4433 | "zendframework/zend-permissions-acl": "~2.5", |
||
4434 | "zendframework/zend-serializer": "~2.5", |
||
4435 | "zendframework/zend-servicemanager": "~2.5", |
||
4436 | "zendframework/zend-session": "dev-master", |
||
4437 | "zendframework/zend-uri": "~2.5" |
||
4438 | }, |
||
4439 | "suggest": { |
||
4440 | "zendframework/zend-authentication": "Zend\\Authentication component", |
||
4441 | "zendframework/zend-escaper": "Zend\\Escaper component", |
||
4442 | "zendframework/zend-feed": "Zend\\Feed component", |
||
4443 | "zendframework/zend-filter": "Zend\\Filter component", |
||
4444 | "zendframework/zend-http": "Zend\\Http component", |
||
4445 | "zendframework/zend-i18n": "Zend\\I18n component", |
||
4446 | "zendframework/zend-json": "Zend\\Json component", |
||
4447 | "zendframework/zend-mvc": "Zend\\Mvc component", |
||
4448 | "zendframework/zend-navigation": "Zend\\Navigation component", |
||
4449 | "zendframework/zend-paginator": "Zend\\Paginator component", |
||
4450 | "zendframework/zend-permissions-acl": "Zend\\Permissions\\Acl component", |
||
4451 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component", |
||
4452 | "zendframework/zend-uri": "Zend\\Uri component" |
||
4453 | }, |
||
4454 | "type": "library", |
||
4455 | "extra": { |
||
4456 | "branch-alias": { |
||
4457 | "dev-master": "2.5-dev", |
||
4458 | "dev-develop": "2.6-dev" |
||
4459 | } |
||
4460 | }, |
||
4461 | "autoload": { |
||
4462 | "psr-4": { |
||
4463 | "Zend\\View\\": "src/" |
||
4464 | } |
||
4465 | }, |
||
4466 | "notification-url": "https://packagist.org/downloads/", |
||
4467 | "license": [ |
||
4468 | "BSD-3-Clause" |
||
4469 | ], |
||
4470 | "description": "provides a system of helpers, output filters, and variable escaping", |
||
4471 | "homepage": "https://github.com/zendframework/zend-view", |
||
4472 | "keywords": [ |
||
4473 | "view", |
||
4474 | "zf2" |
||
4475 | ], |
||
4476 | "time": "2015-06-16 15:32:26" |
||
4477 | }, |
||
4478 | { |
||
4479 | "name": "zendframework/zend-xmlrpc", |
||
4480 | "version": "2.5.1", |
||
4481 | "source": { |
||
4482 | "type": "git", |
||
4483 | "url": "https://github.com/zendframework/zend-xmlrpc.git", |
||
4484 | "reference": "118a6776016e9e2c449faae6bb917700e056be28" |
||
4485 | }, |
||
4486 | "dist": { |
||
4487 | "type": "zip", |
||
4488 | "url": "https://api.github.com/repos/zendframework/zend-xmlrpc/zipball/118a6776016e9e2c449faae6bb917700e056be28", |
||
4489 | "reference": "118a6776016e9e2c449faae6bb917700e056be28", |
||
4490 | "shasum": "" |
||
4491 | }, |
||
4492 | "require": { |
||
4493 | "php": ">=5.3.23", |
||
4494 | "zendframework/zend-http": "~2.5", |
||
4495 | "zendframework/zend-math": "~2.5", |
||
4496 | "zendframework/zend-server": "~2.5", |
||
4497 | "zendframework/zend-stdlib": "~2.5", |
||
4498 | "zendframework/zendxml": "1.*" |
||
4499 | }, |
||
4500 | "require-dev": { |
||
4501 | "fabpot/php-cs-fixer": "1.7.*", |
||
4502 | "phpunit/phpunit": "~4.0", |
||
4503 | "zendframework/zend-servicemanager": "~2.5" |
||
4504 | }, |
||
4505 | "suggest": { |
||
4506 | "zendframework/zend-cache": "To support Zend\\XmlRpc\\Server\\Cache usage" |
||
4507 | }, |
||
4508 | "type": "library", |
||
4509 | "extra": { |
||
4510 | "branch-alias": { |
||
4511 | "dev-master": "2.5-dev", |
||
4512 | "dev-develop": "2.6-dev" |
||
4513 | } |
||
4514 | }, |
||
4515 | "autoload": { |
||
4516 | "psr-4": { |
||
4517 | "Zend\\XmlRpc\\": "src/" |
||
4518 | } |
||
4519 | }, |
||
4520 | "notification-url": "https://packagist.org/downloads/", |
||
4521 | "license": [ |
||
4522 | "BSD-3-Clause" |
||
4523 | ], |
||
4524 | "homepage": "https://github.com/zendframework/zend-xmlrpc", |
||
4525 | "keywords": [ |
||
4526 | "xmlrpc", |
||
4527 | "zf2" |
||
4528 | ], |
||
4529 | "time": "2015-06-03 15:32:03" |
||
4530 | }, |
||
4531 | { |
||
4532 | "name": "zendframework/zenddiagnostics", |
||
4533 | "version": "v1.0.8", |
||
4534 | "source": { |
||
4535 | "type": "git", |
||
4536 | "url": "https://github.com/zendframework/ZendDiagnostics.git", |
||
4537 | "reference": "6ffffbeec9a9d69aad394a9ceee55cf4bcdd4b2d" |
||
4538 | }, |
||
4539 | "dist": { |
||
4540 | "type": "zip", |
||
4541 | "url": "https://api.github.com/repos/zendframework/ZendDiagnostics/zipball/6ffffbeec9a9d69aad394a9ceee55cf4bcdd4b2d", |
||
4542 | "reference": "6ffffbeec9a9d69aad394a9ceee55cf4bcdd4b2d", |
||
4543 | "shasum": "" |
||
4544 | }, |
||
4545 | "require": { |
||
4546 | "php": ">=5.3.3" |
||
4547 | }, |
||
4548 | "require-dev": { |
||
4549 | "doctrine/migrations": "~1.0@dev", |
||
4550 | "guzzle/http": "3.*", |
||
4551 | "guzzle/plugin-mock": "3.*", |
||
4552 | "phpunit/phpunit": "4.7.*", |
||
4553 | "predis/predis": "0.8.*", |
||
4554 | "sensiolabs/security-checker": "1.3.*@dev", |
||
4555 | "symfony/yaml": "v2.3.11", |
||
4556 | "videlalvaro/php-amqplib": "2.*", |
||
4557 | "zendframework/zend-loader": "2.*" |
||
4558 | }, |
||
4559 | "suggest": { |
||
4560 | "doctrine/migrations": "Required by Check\\DoctrineMigration", |
||
4561 | "ext-bcmath": "Required by Check\\CpuPerformance", |
||
4562 | "guzzle/http": "Required by Check\\GuzzleHttpService", |
||
4563 | "predis/predis": "Required by Check\\Redis", |
||
4564 | "sensiolabs/security-checker": "Required by Check\\SecurityAdvisory", |
||
4565 | "symfony/yaml": "Required by Check\\YamlFile", |
||
4566 | "videlalvaro/php-amqplib": "Required by Check\\RabbitMQ" |
||
4567 | }, |
||
4568 | "type": "library", |
||
4569 | "extra": { |
||
4570 | "branch-alias": { |
||
4571 | "dev-master": "1.0.x-dev" |
||
4572 | } |
||
4573 | }, |
||
4574 | "autoload": { |
||
4575 | "psr-0": { |
||
4576 | "ZendDiagnostics\\": "src/", |
||
4577 | "ZendDiagnosticsTest\\": "tests/" |
||
4578 | } |
||
4579 | }, |
||
4580 | "notification-url": "https://packagist.org/downloads/", |
||
4581 | "license": [ |
||
4582 | "BSD-3-Clause" |
||
4583 | ], |
||
4584 | "description": "A set of components for performing diagnostic tests in PHP applications", |
||
4585 | "homepage": "https://github.com/zendframework/ZendDiagnostics", |
||
4586 | "keywords": [ |
||
4587 | "diagnostics", |
||
4588 | "php", |
||
4589 | "test" |
||
4590 | ], |
||
4591 | "time": "2015-10-01 15:37:41" |
||
4592 | }, |
||
4593 | { |
||
4594 | "name": "zendframework/zendframework", |
||
4595 | "version": "2.5.2", |
||
4596 | "source": { |
||
4597 | "type": "git", |
||
4598 | "url": "https://github.com/zendframework/zf2.git", |
||
4599 | "reference": "099399441d4b9f8323ec458d8693f73212c9e404" |
||
4600 | }, |
||
4601 | "dist": { |
||
4602 | "type": "zip", |
||
4603 | "url": "https://api.github.com/repos/zendframework/zf2/zipball/099399441d4b9f8323ec458d8693f73212c9e404", |
||
4604 | "reference": "099399441d4b9f8323ec458d8693f73212c9e404", |
||
4605 | "shasum": "" |
||
4606 | }, |
||
4607 | "require": { |
||
4608 | "php": ">=5.5", |
||
4609 | "zendframework/zend-authentication": "~2.5.0", |
||
4610 | "zendframework/zend-barcode": "~2.5.0", |
||
4611 | "zendframework/zend-cache": "~2.5.0", |
||
4612 | "zendframework/zend-captcha": "~2.5.0", |
||
4613 | "zendframework/zend-code": "~2.5.0", |
||
4614 | "zendframework/zend-config": "~2.5.0", |
||
4615 | "zendframework/zend-console": "~2.5.0", |
||
4616 | "zendframework/zend-crypt": "~2.5.0", |
||
4617 | "zendframework/zend-db": "~2.5.0", |
||
4618 | "zendframework/zend-debug": "~2.5.0", |
||
4619 | "zendframework/zend-di": "~2.5.0", |
||
4620 | "zendframework/zend-dom": "~2.5.0", |
||
4621 | "zendframework/zend-escaper": "~2.5.0", |
||
4622 | "zendframework/zend-eventmanager": "~2.5.0", |
||
4623 | "zendframework/zend-feed": "~2.5.0", |
||
4624 | "zendframework/zend-file": "~2.5.0", |
||
4625 | "zendframework/zend-filter": "~2.5.0", |
||
4626 | "zendframework/zend-form": "~2.5.0", |
||
4627 | "zendframework/zend-http": "~2.5.0", |
||
4628 | "zendframework/zend-i18n": "~2.5.0", |
||
4629 | "zendframework/zend-i18n-resources": "~2.5.0", |
||
4630 | "zendframework/zend-inputfilter": "~2.5.0", |
||
4631 | "zendframework/zend-json": "~2.5.0", |
||
4632 | "zendframework/zend-loader": "~2.5.0", |
||
4633 | "zendframework/zend-log": "~2.5.0", |
||
4634 | "zendframework/zend-mail": "~2.5.0", |
||
4635 | "zendframework/zend-math": "~2.5.0", |
||
4636 | "zendframework/zend-memory": "~2.5.0", |
||
4637 | "zendframework/zend-mime": "~2.5.0", |
||
4638 | "zendframework/zend-modulemanager": "~2.5.0", |
||
4639 | "zendframework/zend-mvc": "~2.5.0", |
||
4640 | "zendframework/zend-navigation": "~2.5.0", |
||
4641 | "zendframework/zend-paginator": "~2.5.0", |
||
4642 | "zendframework/zend-permissions-acl": "~2.5.0", |
||
4643 | "zendframework/zend-permissions-rbac": "~2.5.0", |
||
4644 | "zendframework/zend-progressbar": "~2.5.0", |
||
4645 | "zendframework/zend-serializer": "~2.5.0", |
||
4646 | "zendframework/zend-server": "~2.5.0", |
||
4647 | "zendframework/zend-servicemanager": "~2.5.0", |
||
4648 | "zendframework/zend-session": "~2.5.0", |
||
4649 | "zendframework/zend-soap": "~2.5.0", |
||
4650 | "zendframework/zend-stdlib": "~2.5.0", |
||
4651 | "zendframework/zend-tag": "~2.5.0", |
||
4652 | "zendframework/zend-test": "~2.5.0", |
||
4653 | "zendframework/zend-text": "~2.5.0", |
||
4654 | "zendframework/zend-uri": "~2.5.0", |
||
4655 | "zendframework/zend-validator": "~2.5.0", |
||
4656 | "zendframework/zend-version": "~2.5.0", |
||
4657 | "zendframework/zend-view": "~2.5.0", |
||
4658 | "zendframework/zend-xmlrpc": "~2.5.0", |
||
4659 | "zendframework/zendxml": "^1.0.1" |
||
4660 | }, |
||
4661 | "suggest": { |
||
4662 | "zendframework/zend-ldap": "zend-ldap component ~2.5.0, if you need LDAP features" |
||
4663 | }, |
||
4664 | "bin": [ |
||
4665 | "bin/classmap_generator.php", |
||
4666 | "bin/pluginmap_generator.php", |
||
4667 | "bin/templatemap_generator.php" |
||
4668 | ], |
||
4669 | "type": "library", |
||
4670 | "extra": { |
||
4671 | "branch-alias": { |
||
4672 | "dev-master": "2.5-dev", |
||
4673 | "dev-develop": "2.6-dev" |
||
4674 | } |
||
4675 | }, |
||
4676 | "notification-url": "https://packagist.org/downloads/", |
||
4677 | "license": [ |
||
4678 | "BSD-3-Clause" |
||
4679 | ], |
||
4680 | "description": "Zend Framework 2", |
||
4681 | "homepage": "http://framework.zend.com/", |
||
4682 | "keywords": [ |
||
4683 | "framework", |
||
4684 | "zf2" |
||
4685 | ], |
||
4686 | "time": "2015-08-03 15:13:58" |
||
4687 | }, |
||
4688 | { |
||
4689 | "name": "zendframework/zendxml", |
||
4690 | "version": "1.0.1", |
||
4691 | "source": { |
||
4692 | "type": "git", |
||
4693 | "url": "https://github.com/zendframework/ZendXml.git", |
||
4694 | "reference": "54edb3875aba5b45f02824f65f311c9fb2743a38" |
||
4695 | }, |
||
4696 | "dist": { |
||
4697 | "type": "zip", |
||
4698 | "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/54edb3875aba5b45f02824f65f311c9fb2743a38", |
||
4699 | "reference": "54edb3875aba5b45f02824f65f311c9fb2743a38", |
||
4700 | "shasum": "" |
||
4701 | }, |
||
4702 | "require": { |
||
4703 | "php": ">=5.3.3" |
||
4704 | }, |
||
4705 | "require-dev": { |
||
4706 | "phpunit/phpunit": "~3.7", |
||
4707 | "squizlabs/php_codesniffer": "~1.5" |
||
4708 | }, |
||
4709 | "type": "library", |
||
4710 | "extra": { |
||
4711 | "branch-alias": { |
||
4712 | "dev-master": "1.0-dev" |
||
4713 | } |
||
4714 | }, |
||
4715 | "autoload": { |
||
4716 | "psr-0": { |
||
4717 | "ZendXml\\": "library/" |
||
4718 | } |
||
4719 | }, |
||
4720 | "notification-url": "https://packagist.org/downloads/", |
||
4721 | "license": [ |
||
4722 | "BSD-3-Clause" |
||
4723 | ], |
||
4724 | "description": "Utility library for XML usage, best practices, and security in PHP", |
||
4725 | "homepage": "http://packages.zendframework.com/", |
||
4726 | "keywords": [ |
||
4727 | "security", |
||
4728 | "xml", |
||
4729 | "zf2" |
||
4730 | ], |
||
4731 | "time": "2015-08-03 14:50:10" |
||
4732 | }, |
||
4733 | { |
||
4734 | "name": "zendframework/zftool", |
||
4735 | "version": "dev-master", |
||
4736 | "source": { |
||
4737 | "type": "git", |
||
4738 | "url": "https://github.com/zendframework/ZFTool.git", |
||
4739 | "reference": "840c3eecd58454396983d84d1da293813af484af" |
||
4740 | }, |
||
4741 | "dist": { |
||
4742 | "type": "zip", |
||
4743 | "url": "https://api.github.com/repos/zendframework/ZFTool/zipball/840c3eecd58454396983d84d1da293813af484af", |
||
4744 | "reference": "840c3eecd58454396983d84d1da293813af484af", |
||
4745 | "shasum": "" |
||
4746 | }, |
||
4747 | "require": { |
||
4748 | "php": ">=5.3.3", |
||
4749 | "zendframework/zend-code": ">=2.2.2", |
||
4750 | "zendframework/zend-config": ">=2.2.2", |
||
4751 | "zendframework/zend-console": ">=2.2.2", |
||
4752 | "zendframework/zend-file": ">=2.2.2", |
||
4753 | "zendframework/zend-form": ">=2.2.2", |
||
4754 | "zendframework/zend-http": ">=2.2.2", |
||
4755 | "zendframework/zend-i18n": ">=2.2.2", |
||
4756 | "zendframework/zend-loader": ">=2.2.2", |
||
4757 | "zendframework/zend-log": ">=2.2.2", |
||
4758 | "zendframework/zend-modulemanager": ">=2.2.2", |
||
4759 | "zendframework/zend-mvc": ">=2.2.2", |
||
4760 | "zendframework/zend-serializer": ">=2.2.2", |
||
4761 | "zendframework/zend-servicemanager": ">=2.2.2", |
||
4762 | "zendframework/zend-stdlib": ">=2.2.2", |
||
4763 | "zendframework/zend-text": ">=2.2.2", |
||
4764 | "zendframework/zend-version": ">=2.2.2 ", |
||
4765 | "zendframework/zend-view": ">=2.2.2", |
||
4766 | "zendframework/zenddiagnostics": ">=1.0.0" |
||
4767 | }, |
||
4768 | "require-dev": { |
||
4769 | "fabpot/php-cs-fixer": "1.7.*", |
||
4770 | "phpunit/phpunit": "4.*" |
||
4771 | }, |
||
4772 | "bin": [ |
||
4773 | "zf.php" |
||
4774 | ], |
||
4775 | "type": "library", |
||
4776 | "autoload": { |
||
4777 | "psr-0": { |
||
4778 | "ZFTool\\": "src/" |
||
4779 | } |
||
4780 | }, |
||
4781 | "notification-url": "https://packagist.org/downloads/", |
||
4782 | "license": [ |
||
4783 | "BSD-3-Clause" |
||
4784 | ], |
||
4785 | "description": "Utility module for Zend Framework 2 applications.", |
||
4786 | "homepage": "http://framework.zend.com/", |
||
4787 | "keywords": [ |
||
4788 | "tool", |
||
4789 | "zf2" |
||
4790 | ], |
||
4791 | "time": "2015-10-21 07:40:59" |
||
4792 | } |
||
4793 | ], |
||
4794 | "packages-dev": [ |
||
4795 | { |
||
4796 | "name": "codeception/codeception", |
||
4797 | "version": "2.0.0", |
||
4798 | "source": { |
||
4799 | "type": "git", |
||
4800 | "url": "https://github.com/Codeception/Codeception.git", |
||
4801 | "reference": "fdf91e9379a551b24b11b53ca64fb28cd5550011" |
||
4802 | }, |
||
4803 | "dist": { |
||
4804 | "type": "zip", |
||
4805 | "url": "https://api.github.com/repos/Codeception/Codeception/zipball/fdf91e9379a551b24b11b53ca64fb28cd5550011", |
||
4806 | "reference": "fdf91e9379a551b24b11b53ca64fb28cd5550011", |
||
4807 | "shasum": "" |
||
4808 | }, |
||
4809 | "require": { |
||
4810 | "facebook/webdriver": "~0.4", |
||
4811 | "guzzlehttp/guzzle": "4.*", |
||
4812 | "php": ">=5.4.0", |
||
4813 | "phpunit/phpunit": "~4.0", |
||
4814 | "symfony/browser-kit": "~2.4", |
||
4815 | "symfony/console": "~2.4", |
||
4816 | "symfony/css-selector": "~2.4", |
||
4817 | "symfony/dom-crawler": "~2.4,!=2.4.5", |
||
4818 | "symfony/event-dispatcher": "~2.4", |
||
4819 | "symfony/finder": "~2.4", |
||
4820 | "symfony/yaml": "~2.4" |
||
4821 | }, |
||
4822 | "require-dev": { |
||
4823 | "facebook/php-sdk": "3.*", |
||
4824 | "monolog/monolog": "*", |
||
4825 | "videlalvaro/php-amqplib": "*" |
||
4826 | }, |
||
4827 | "suggest": { |
||
4828 | "codeception/phpbuiltinserver": "Extension to start and stop PHP built-in web server for your tests", |
||
4829 | "codeception/specify": "BDD-style code blocks", |
||
4830 | "codeception/verify": "BDD-style assertions", |
||
4831 | "monolog/monolog": "Log test steps" |
||
4832 | }, |
||
4833 | "bin": [ |
||
4834 | "codecept" |
||
4835 | ], |
||
4836 | "type": "library", |
||
4837 | "autoload": { |
||
4838 | "psr-0": { |
||
4839 | "Codeception": "src" |
||
4840 | } |
||
4841 | }, |
||
4842 | "notification-url": "https://packagist.org/downloads/", |
||
4843 | "license": [ |
||
4844 | "MIT" |
||
4845 | ], |
||
4846 | "authors": [ |
||
4847 | { |
||
4848 | "name": "Michael Bodnarchuk", |
||
4849 | "email": "[email protected]", |
||
4850 | "homepage": "http://codegyre.com" |
||
4851 | } |
||
4852 | ], |
||
4853 | "description": "BDD-style testing framework", |
||
4854 | "homepage": "http://codeception.com/", |
||
4855 | "keywords": [ |
||
4856 | "BDD", |
||
4857 | "TDD", |
||
4858 | "acceptance testing", |
||
4859 | "functional testing", |
||
4860 | "unit testing" |
||
4861 | ], |
||
4862 | "time": "2014-06-06 04:49:07" |
||
4863 | }, |
||
4864 | { |
||
4865 | "name": "facebook/webdriver", |
||
4866 | "version": "v0.6.0", |
||
4867 | "source": { |
||
4868 | "type": "git", |
||
4869 | "url": "https://github.com/facebook/php-webdriver.git", |
||
4870 | "reference": "2c5b305ea91b00ebbc433ad1663b7f16c1b31ec5" |
||
4871 | }, |
||
4872 | "dist": { |
||
4873 | "type": "zip", |
||
4874 | "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/2c5b305ea91b00ebbc433ad1663b7f16c1b31ec5", |
||
4875 | "reference": "2c5b305ea91b00ebbc433ad1663b7f16c1b31ec5", |
||
4876 | "shasum": "" |
||
4877 | }, |
||
4878 | "require": { |
||
4879 | "php": ">=5.3.19" |
||
4880 | }, |
||
4881 | "require-dev": { |
||
4882 | "phpdocumentor/phpdocumentor": "2.*", |
||
4883 | "phpunit/phpunit": "3.7.*" |
||
4884 | }, |
||
4885 | "type": "library", |
||
4886 | "autoload": { |
||
4887 | "classmap": [ |
||
4888 | "lib/" |
||
4889 | ] |
||
4890 | }, |
||
4891 | "notification-url": "https://packagist.org/downloads/", |
||
4892 | "license": [ |
||
4893 | "Apache-2.0" |
||
4894 | ], |
||
4895 | "description": "A php client for WebDriver", |
||
4896 | "homepage": "https://github.com/facebook/php-webdriver", |
||
4897 | "keywords": [ |
||
4898 | "facebook", |
||
4899 | "php", |
||
4900 | "selenium", |
||
4901 | "webdriver" |
||
4902 | ], |
||
4903 | "time": "2015-02-09 19:39:34" |
||
4904 | }, |
||
4905 | { |
||
4906 | "name": "guzzle/guzzle", |
||
4907 | "version": "v3.9.3", |
||
4908 | "source": { |
||
4909 | "type": "git", |
||
4910 | "url": "https://github.com/guzzle/guzzle3.git", |
||
4911 | "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9" |
||
4912 | }, |
||
4913 | "dist": { |
||
4914 | "type": "zip", |
||
4915 | "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9", |
||
4916 | "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9", |
||
4917 | "shasum": "" |
||
4918 | }, |
||
4919 | "require": { |
||
4920 | "ext-curl": "*", |
||
4921 | "php": ">=5.3.3", |
||
4922 | "symfony/event-dispatcher": "~2.1" |
||
4923 | }, |
||
4924 | "replace": { |
||
4925 | "guzzle/batch": "self.version", |
||
4926 | "guzzle/cache": "self.version", |
||
4927 | "guzzle/common": "self.version", |
||
4928 | "guzzle/http": "self.version", |
||
4929 | "guzzle/inflection": "self.version", |
||
4930 | "guzzle/iterator": "self.version", |
||
4931 | "guzzle/log": "self.version", |
||
4932 | "guzzle/parser": "self.version", |
||
4933 | "guzzle/plugin": "self.version", |
||
4934 | "guzzle/plugin-async": "self.version", |
||
4935 | "guzzle/plugin-backoff": "self.version", |
||
4936 | "guzzle/plugin-cache": "self.version", |
||
4937 | "guzzle/plugin-cookie": "self.version", |
||
4938 | "guzzle/plugin-curlauth": "self.version", |
||
4939 | "guzzle/plugin-error-response": "self.version", |
||
4940 | "guzzle/plugin-history": "self.version", |
||
4941 | "guzzle/plugin-log": "self.version", |
||
4942 | "guzzle/plugin-md5": "self.version", |
||
4943 | "guzzle/plugin-mock": "self.version", |
||
4944 | "guzzle/plugin-oauth": "self.version", |
||
4945 | "guzzle/service": "self.version", |
||
4946 | "guzzle/stream": "self.version" |
||
4947 | }, |
||
4948 | "require-dev": { |
||
4949 | "doctrine/cache": "~1.3", |
||
4950 | "monolog/monolog": "~1.0", |
||
4951 | "phpunit/phpunit": "3.7.*", |
||
4952 | "psr/log": "~1.0", |
||
4953 | "symfony/class-loader": "~2.1", |
||
4954 | "zendframework/zend-cache": "2.*,<2.3", |
||
4955 | "zendframework/zend-log": "2.*,<2.3" |
||
4956 | }, |
||
4957 | "suggest": { |
||
4958 | "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." |
||
4959 | }, |
||
4960 | "type": "library", |
||
4961 | "extra": { |
||
4962 | "branch-alias": { |
||
4963 | "dev-master": "3.9-dev" |
||
4964 | } |
||
4965 | }, |
||
4966 | "autoload": { |
||
4967 | "psr-0": { |
||
4968 | "Guzzle": "src/", |
||
4969 | "Guzzle\\Tests": "tests/" |
||
4970 | } |
||
4971 | }, |
||
4972 | "notification-url": "https://packagist.org/downloads/", |
||
4973 | "license": [ |
||
4974 | "MIT" |
||
4975 | ], |
||
4976 | "authors": [ |
||
4977 | { |
||
4978 | "name": "Michael Dowling", |
||
4979 | "email": "[email protected]", |
||
4980 | "homepage": "https://github.com/mtdowling" |
||
4981 | }, |
||
4982 | { |
||
4983 | "name": "Guzzle Community", |
||
4984 | "homepage": "https://github.com/guzzle/guzzle/contributors" |
||
4985 | } |
||
4986 | ], |
||
4987 | "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", |
||
4988 | "homepage": "http://guzzlephp.org/", |
||
4989 | "keywords": [ |
||
4990 | "client", |
||
4991 | "curl", |
||
4992 | "framework", |
||
4993 | "http", |
||
4994 | "http client", |
||
4995 | "rest", |
||
4996 | "web service" |
||
4997 | ], |
||
4998 | "time": "2015-03-18 18:23:50" |
||
4999 | }, |
||
5000 | { |
||
5001 | "name": "guzzlehttp/guzzle", |
||
5002 | "version": "4.2.3", |
||
5003 | "source": { |
||
5004 | "type": "git", |
||
5005 | "url": "https://github.com/guzzle/guzzle.git", |
||
5006 | "reference": "66fd916e9f9130bc22c51450476823391cb2f67c" |
||
5007 | }, |
||
5008 | "dist": { |
||
5009 | "type": "zip", |
||
5010 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/66fd916e9f9130bc22c51450476823391cb2f67c", |
||
5011 | "reference": "66fd916e9f9130bc22c51450476823391cb2f67c", |
||
5012 | "shasum": "" |
||
5013 | }, |
||
5014 | "require": { |
||
5015 | "ext-json": "*", |
||
5016 | "guzzlehttp/streams": "~2.1", |
||
5017 | "php": ">=5.4.0" |
||
5018 | }, |
||
5019 | "require-dev": { |
||
5020 | "ext-curl": "*", |
||
5021 | "phpunit/phpunit": "~4.0", |
||
5022 | "psr/log": "~1.0" |
||
5023 | }, |
||
5024 | "suggest": { |
||
5025 | "ext-curl": "Guzzle will use specific adapters if cURL is present" |
||
5026 | }, |
||
5027 | "type": "library", |
||
5028 | "extra": { |
||
5029 | "branch-alias": { |
||
5030 | "dev-master": "4.2-dev" |
||
5031 | } |
||
5032 | }, |
||
5033 | "autoload": { |
||
5034 | "psr-4": { |
||
5035 | "GuzzleHttp\\": "src/" |
||
5036 | }, |
||
5037 | "files": [ |
||
5038 | "src/functions.php" |
||
5039 | ] |
||
5040 | }, |
||
5041 | "notification-url": "https://packagist.org/downloads/", |
||
5042 | "license": [ |
||
5043 | "MIT" |
||
5044 | ], |
||
5045 | "authors": [ |
||
5046 | { |
||
5047 | "name": "Michael Dowling", |
||
5048 | "email": "[email protected]", |
||
5049 | "homepage": "https://github.com/mtdowling" |
||
5050 | } |
||
5051 | ], |
||
5052 | "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", |
||
5053 | "homepage": "http://guzzlephp.org/", |
||
5054 | "keywords": [ |
||
5055 | "client", |
||
5056 | "curl", |
||
5057 | "framework", |
||
5058 | "http", |
||
5059 | "http client", |
||
5060 | "rest", |
||
5061 | "web service" |
||
5062 | ], |
||
5063 | "time": "2014-10-05 19:29:14" |
||
5064 | }, |
||
5065 | { |
||
5066 | "name": "guzzlehttp/streams", |
||
5067 | "version": "2.1.0", |
||
5068 | "source": { |
||
5069 | "type": "git", |
||
5070 | "url": "https://github.com/guzzle/streams.git", |
||
5071 | "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534" |
||
5072 | }, |
||
5073 | "dist": { |
||
5074 | "type": "zip", |
||
5075 | "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534", |
||
5076 | "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534", |
||
5077 | "shasum": "" |
||
5078 | }, |
||
5079 | "require": { |
||
5080 | "php": ">=5.4.0" |
||
5081 | }, |
||
5082 | "require-dev": { |
||
5083 | "phpunit/phpunit": "~4.0" |
||
5084 | }, |
||
5085 | "type": "library", |
||
5086 | "extra": { |
||
5087 | "branch-alias": { |
||
5088 | "dev-master": "2.0-dev" |
||
5089 | } |
||
5090 | }, |
||
5091 | "autoload": { |
||
5092 | "psr-4": { |
||
5093 | "GuzzleHttp\\Stream\\": "src/" |
||
5094 | }, |
||
5095 | "files": [ |
||
5096 | "src/functions.php" |
||
5097 | ] |
||
5098 | }, |
||
5099 | "notification-url": "https://packagist.org/downloads/", |
||
5100 | "license": [ |
||
5101 | "MIT" |
||
5102 | ], |
||
5103 | "authors": [ |
||
5104 | { |
||
5105 | "name": "Michael Dowling", |
||
5106 | "email": "[email protected]", |
||
5107 | "homepage": "https://github.com/mtdowling" |
||
5108 | } |
||
5109 | ], |
||
5110 | "description": "Provides a simple abstraction over streams of data (Guzzle 4+)", |
||
5111 | "homepage": "http://guzzlephp.org/", |
||
5112 | "keywords": [ |
||
5113 | "Guzzle", |
||
5114 | "stream" |
||
5115 | ], |
||
5116 | "time": "2014-08-17 21:15:53" |
||
5117 | }, |
||
5118 | { |
||
5119 | "name": "jakoch/phantomjs-installer", |
||
5120 | "version": "1.9.7", |
||
5121 | "source": { |
||
5122 | "type": "git", |
||
5123 | "url": "https://github.com/jakoch/phantomjs-installer.git", |
||
5124 | "reference": "2431d7001a911c672b2ef04f447222a967134313" |
||
5125 | }, |
||
5126 | "dist": { |
||
5127 | "type": "zip", |
||
5128 | "url": "https://api.github.com/repos/jakoch/phantomjs-installer/zipball/2431d7001a911c672b2ef04f447222a967134313", |
||
5129 | "reference": "2431d7001a911c672b2ef04f447222a967134313", |
||
5130 | "shasum": "" |
||
5131 | }, |
||
5132 | "require": { |
||
5133 | "ext-openssl": "*" |
||
5134 | }, |
||
5135 | "type": "custom-installer", |
||
5136 | "autoload": { |
||
5137 | "psr-0": { |
||
5138 | "PhantomInstaller\\": "src/" |
||
5139 | } |
||
5140 | }, |
||
5141 | "notification-url": "https://packagist.org/downloads/", |
||
5142 | "license": [ |
||
5143 | "MIT" |
||
5144 | ], |
||
5145 | "authors": [ |
||
5146 | { |
||
5147 | "name": "Jens-André Koch", |
||
5148 | "email": "[email protected]" |
||
5149 | } |
||
5150 | ], |
||
5151 | "description": "A Composer package which installs the PhantomJS binary (Linux, Windows, Mac) into `/bin` of your project.", |
||
5152 | "keywords": [ |
||
5153 | "binaries", |
||
5154 | "headless", |
||
5155 | "phantomjs" |
||
5156 | ], |
||
5157 | "time": "2014-07-29 09:42:52" |
||
5158 | }, |
||
5159 | { |
||
5160 | "name": "jonnyw/php-phantomjs", |
||
5161 | "version": "v3.1.5", |
||
5162 | "source": { |
||
5163 | "type": "git", |
||
5164 | "url": "https://github.com/jonnnnyw/php-phantomjs.git", |
||
5165 | "reference": "b2e6985b7362f7699c11823e2956a2d8112728eb" |
||
5166 | }, |
||
5167 | "dist": { |
||
5168 | "type": "zip", |
||
5169 | "url": "https://api.github.com/repos/jonnnnyw/php-phantomjs/zipball/b2e6985b7362f7699c11823e2956a2d8112728eb", |
||
5170 | "reference": "b2e6985b7362f7699c11823e2956a2d8112728eb", |
||
5171 | "shasum": "" |
||
5172 | }, |
||
5173 | "require": { |
||
5174 | "jakoch/phantomjs-installer": "1.9.7", |
||
5175 | "php": ">=5.3.0", |
||
5176 | "symfony/config": "~2.3", |
||
5177 | "symfony/dependency-injection": "~2.3", |
||
5178 | "symfony/filesystem": "~2.3", |
||
5179 | "symfony/yaml": "~2.3", |
||
5180 | "twig/twig": "~1.16" |
||
5181 | }, |
||
5182 | "require-dev": { |
||
5183 | "phpunit/phpunit": "~4.0" |
||
5184 | }, |
||
5185 | "bin": [ |
||
5186 | "bin/phantomloader" |
||
5187 | ], |
||
5188 | "type": "library", |
||
5189 | "autoload": { |
||
5190 | "psr-0": { |
||
5191 | "JonnyW\\PhantomJs\\": "src" |
||
5192 | }, |
||
5193 | "classmap": [ |
||
5194 | "src/" |
||
5195 | ] |
||
5196 | }, |
||
5197 | "notification-url": "https://packagist.org/downloads/", |
||
5198 | "license": [ |
||
5199 | "MIT" |
||
5200 | ], |
||
5201 | "authors": [ |
||
5202 | { |
||
5203 | "name": "Jonny Wenmoth", |
||
5204 | "email": "[email protected]", |
||
5205 | "homepage": "http://jonnyw.me/" |
||
5206 | } |
||
5207 | ], |
||
5208 | "description": "A PHP wrapper for loading pages through PhantomJS", |
||
5209 | "keywords": [ |
||
5210 | "Headless Browser", |
||
5211 | "phantomjs", |
||
5212 | "testing" |
||
5213 | ], |
||
5214 | "time": "2015-02-17 14:23:56" |
||
5215 | }, |
||
5216 | { |
||
5217 | "name": "psr/log", |
||
5218 | "version": "1.0.0", |
||
5219 | "source": { |
||
5220 | "type": "git", |
||
5221 | "url": "https://github.com/php-fig/log.git", |
||
5222 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
5223 | }, |
||
5224 | "dist": { |
||
5225 | "type": "zip", |
||
5226 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
5227 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
5228 | "shasum": "" |
||
5229 | }, |
||
5230 | "type": "library", |
||
5231 | "autoload": { |
||
5232 | "psr-0": { |
||
5233 | "Psr\\Log\\": "" |
||
5234 | } |
||
5235 | }, |
||
5236 | "notification-url": "https://packagist.org/downloads/", |
||
5237 | "license": [ |
||
5238 | "MIT" |
||
5239 | ], |
||
5240 | "authors": [ |
||
5241 | { |
||
5242 | "name": "PHP-FIG", |
||
5243 | "homepage": "http://www.php-fig.org/" |
||
5244 | } |
||
5245 | ], |
||
5246 | "description": "Common interface for logging libraries", |
||
5247 | "keywords": [ |
||
5248 | "log", |
||
5249 | "psr", |
||
5250 | "psr-3" |
||
5251 | ], |
||
5252 | "time": "2012-12-21 11:40:51" |
||
5253 | }, |
||
5254 | { |
||
5255 | "name": "satooshi/php-coveralls", |
||
5256 | "version": "dev-master", |
||
5257 | "source": { |
||
5258 | "type": "git", |
||
5259 | "url": "https://github.com/satooshi/php-coveralls.git", |
||
5260 | "reference": "2fbf803803d179ab1082807308a67bbd5a760c70" |
||
5261 | }, |
||
5262 | "dist": { |
||
5263 | "type": "zip", |
||
5264 | "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/2fbf803803d179ab1082807308a67bbd5a760c70", |
||
5265 | "reference": "2fbf803803d179ab1082807308a67bbd5a760c70", |
||
5266 | "shasum": "" |
||
5267 | }, |
||
5268 | "require": { |
||
5269 | "ext-json": "*", |
||
5270 | "ext-simplexml": "*", |
||
5271 | "guzzle/guzzle": ">=2.7", |
||
5272 | "php": ">=5.3", |
||
5273 | "psr/log": "1.0.0", |
||
5274 | "symfony/config": ">=2.0", |
||
5275 | "symfony/console": ">=2.0", |
||
5276 | "symfony/stopwatch": ">=2.2", |
||
5277 | "symfony/yaml": ">=2.0" |
||
5278 | }, |
||
5279 | "require-dev": { |
||
5280 | "apigen/apigen": "2.8.*@stable", |
||
5281 | "pdepend/pdepend": "dev-master as 2.0.0", |
||
5282 | "phpmd/phpmd": "dev-master", |
||
5283 | "phpunit/php-invoker": ">=1.1.0,<1.2.0", |
||
5284 | "phpunit/phpunit": "3.7.*@stable", |
||
5285 | "sebastian/finder-facade": "dev-master", |
||
5286 | "sebastian/phpcpd": "1.4.*@stable", |
||
5287 | "squizlabs/php_codesniffer": "1.4.*@stable", |
||
5288 | "theseer/fdomdocument": "dev-master" |
||
5289 | }, |
||
5290 | "suggest": { |
||
5291 | "symfony/http-kernel": "Allows Symfony integration" |
||
5292 | }, |
||
5293 | "bin": [ |
||
5294 | "composer/bin/coveralls" |
||
5295 | ], |
||
5296 | "type": "library", |
||
5297 | "extra": { |
||
5298 | "branch-alias": { |
||
5299 | "dev-master": "0.7-dev" |
||
5300 | } |
||
5301 | }, |
||
5302 | "autoload": { |
||
5303 | "psr-0": { |
||
5304 | "Satooshi\\Component": "src/", |
||
5305 | "Satooshi\\Bundle": "src/" |
||
5306 | } |
||
5307 | }, |
||
5308 | "notification-url": "https://packagist.org/downloads/", |
||
5309 | "license": [ |
||
5310 | "MIT" |
||
5311 | ], |
||
5312 | "authors": [ |
||
5313 | { |
||
5314 | "name": "Kitamura Satoshi", |
||
5315 | "email": "[email protected]", |
||
5316 | "homepage": "https://www.facebook.com/satooshi.jp" |
||
5317 | } |
||
5318 | ], |
||
5319 | "description": "PHP client library for Coveralls API", |
||
5320 | "homepage": "https://github.com/satooshi/php-coveralls", |
||
5321 | "keywords": [ |
||
5322 | "ci", |
||
5323 | "coverage", |
||
5324 | "github", |
||
5325 | "test" |
||
5326 | ], |
||
5327 | "time": "2014-11-11 15:35:34" |
||
5328 | }, |
||
5329 | { |
||
5330 | "name": "sebastian/finder-facade", |
||
5331 | "version": "1.2.0", |
||
5332 | "source": { |
||
5333 | "type": "git", |
||
5334 | "url": "https://github.com/sebastianbergmann/finder-facade.git", |
||
5335 | "reference": "a520dcc3dd39160eea480daa3426f4fd419a327b" |
||
5336 | }, |
||
5337 | "dist": { |
||
5338 | "type": "zip", |
||
5339 | "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/a520dcc3dd39160eea480daa3426f4fd419a327b", |
||
5340 | "reference": "a520dcc3dd39160eea480daa3426f4fd419a327b", |
||
5341 | "shasum": "" |
||
5342 | }, |
||
5343 | "require": { |
||
5344 | "symfony/finder": "~2.3", |
||
5345 | "theseer/fdomdocument": "~1.3" |
||
5346 | }, |
||
5347 | "type": "library", |
||
5348 | "autoload": { |
||
5349 | "classmap": [ |
||
5350 | "src/" |
||
5351 | ] |
||
5352 | }, |
||
5353 | "notification-url": "https://packagist.org/downloads/", |
||
5354 | "license": [ |
||
5355 | "BSD-3-Clause" |
||
5356 | ], |
||
5357 | "authors": [ |
||
5358 | { |
||
5359 | "name": "Sebastian Bergmann", |
||
5360 | "email": "[email protected]", |
||
5361 | "role": "lead" |
||
5362 | } |
||
5363 | ], |
||
5364 | "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.", |
||
5365 | "homepage": "https://github.com/sebastianbergmann/finder-facade", |
||
5366 | "time": "2015-06-04 08:11:58" |
||
5367 | }, |
||
5368 | { |
||
5369 | "name": "symfony/browser-kit", |
||
5370 | "version": "v2.7.7", |
||
5371 | "source": { |
||
5372 | "type": "git", |
||
5373 | "url": "https://github.com/symfony/browser-kit.git", |
||
5374 | "reference": "bd28847ea2193916074c7b11d4fdd78570049694" |
||
5375 | }, |
||
5376 | "dist": { |
||
5377 | "type": "zip", |
||
5378 | "url": "https://api.github.com/repos/symfony/browser-kit/zipball/bd28847ea2193916074c7b11d4fdd78570049694", |
||
5379 | "reference": "bd28847ea2193916074c7b11d4fdd78570049694", |
||
5380 | "shasum": "" |
||
5381 | }, |
||
5382 | "require": { |
||
5383 | "php": ">=5.3.9", |
||
5384 | "symfony/dom-crawler": "~2.0,>=2.0.5" |
||
5385 | }, |
||
5386 | "require-dev": { |
||
5387 | "symfony/css-selector": "~2.0,>=2.0.5", |
||
5388 | "symfony/process": "~2.3.34|~2.7,>=2.7.6" |
||
5389 | }, |
||
5390 | "suggest": { |
||
5391 | "symfony/process": "" |
||
5392 | }, |
||
5393 | "type": "library", |
||
5394 | "extra": { |
||
5395 | "branch-alias": { |
||
5396 | "dev-master": "2.7-dev" |
||
5397 | } |
||
5398 | }, |
||
5399 | "autoload": { |
||
5400 | "psr-4": { |
||
5401 | "Symfony\\Component\\BrowserKit\\": "" |
||
5402 | }, |
||
5403 | "exclude-from-classmap": [ |
||
5404 | "/Tests/" |
||
5405 | ] |
||
5406 | }, |
||
5407 | "notification-url": "https://packagist.org/downloads/", |
||
5408 | "license": [ |
||
5409 | "MIT" |
||
5410 | ], |
||
5411 | "authors": [ |
||
5412 | { |
||
5413 | "name": "Fabien Potencier", |
||
5414 | "email": "[email protected]" |
||
5415 | }, |
||
5416 | { |
||
5417 | "name": "Symfony Community", |
||
5418 | "homepage": "https://symfony.com/contributors" |
||
5419 | } |
||
5420 | ], |
||
5421 | "description": "Symfony BrowserKit Component", |
||
5422 | "homepage": "https://symfony.com", |
||
5423 | "time": "2015-11-02 20:20:53" |
||
5424 | }, |
||
5425 | { |
||
5426 | "name": "symfony/config", |
||
5427 | "version": "v2.7.7", |
||
5428 | "source": { |
||
5429 | "type": "git", |
||
5430 | "url": "https://github.com/symfony/config.git", |
||
5431 | "reference": "61973327bfb054f6f470de7be033a28b76c1dc20" |
||
5432 | }, |
||
5433 | "dist": { |
||
5434 | "type": "zip", |
||
5435 | "url": "https://api.github.com/repos/symfony/config/zipball/61973327bfb054f6f470de7be033a28b76c1dc20", |
||
5436 | "reference": "61973327bfb054f6f470de7be033a28b76c1dc20", |
||
5437 | "shasum": "" |
||
5438 | }, |
||
5439 | "require": { |
||
5440 | "php": ">=5.3.9", |
||
5441 | "symfony/filesystem": "~2.3" |
||
5442 | }, |
||
5443 | "type": "library", |
||
5444 | "extra": { |
||
5445 | "branch-alias": { |
||
5446 | "dev-master": "2.7-dev" |
||
5447 | } |
||
5448 | }, |
||
5449 | "autoload": { |
||
5450 | "psr-4": { |
||
5451 | "Symfony\\Component\\Config\\": "" |
||
5452 | }, |
||
5453 | "exclude-from-classmap": [ |
||
5454 | "/Tests/" |
||
5455 | ] |
||
5456 | }, |
||
5457 | "notification-url": "https://packagist.org/downloads/", |
||
5458 | "license": [ |
||
5459 | "MIT" |
||
5460 | ], |
||
5461 | "authors": [ |
||
5462 | { |
||
5463 | "name": "Fabien Potencier", |
||
5464 | "email": "[email protected]" |
||
5465 | }, |
||
5466 | { |
||
5467 | "name": "Symfony Community", |
||
5468 | "homepage": "https://symfony.com/contributors" |
||
5469 | } |
||
5470 | ], |
||
5471 | "description": "Symfony Config Component", |
||
5472 | "homepage": "https://symfony.com", |
||
5473 | "time": "2015-11-02 20:20:53" |
||
5474 | }, |
||
5475 | { |
||
5476 | "name": "symfony/css-selector", |
||
5477 | "version": "v2.7.7", |
||
5478 | "source": { |
||
5479 | "type": "git", |
||
5480 | "url": "https://github.com/symfony/css-selector.git", |
||
5481 | "reference": "abb47717fb88aebd9437da2fc8bb01a50a36679f" |
||
5482 | }, |
||
5483 | "dist": { |
||
5484 | "type": "zip", |
||
5485 | "url": "https://api.github.com/repos/symfony/css-selector/zipball/abb47717fb88aebd9437da2fc8bb01a50a36679f", |
||
5486 | "reference": "abb47717fb88aebd9437da2fc8bb01a50a36679f", |
||
5487 | "shasum": "" |
||
5488 | }, |
||
5489 | "require": { |
||
5490 | "php": ">=5.3.9" |
||
5491 | }, |
||
5492 | "type": "library", |
||
5493 | "extra": { |
||
5494 | "branch-alias": { |
||
5495 | "dev-master": "2.7-dev" |
||
5496 | } |
||
5497 | }, |
||
5498 | "autoload": { |
||
5499 | "psr-4": { |
||
5500 | "Symfony\\Component\\CssSelector\\": "" |
||
5501 | }, |
||
5502 | "exclude-from-classmap": [ |
||
5503 | "/Tests/" |
||
5504 | ] |
||
5505 | }, |
||
5506 | "notification-url": "https://packagist.org/downloads/", |
||
5507 | "license": [ |
||
5508 | "MIT" |
||
5509 | ], |
||
5510 | "authors": [ |
||
5511 | { |
||
5512 | "name": "Jean-François Simon", |
||
5513 | "email": "[email protected]" |
||
5514 | }, |
||
5515 | { |
||
5516 | "name": "Fabien Potencier", |
||
5517 | "email": "[email protected]" |
||
5518 | }, |
||
5519 | { |
||
5520 | "name": "Symfony Community", |
||
5521 | "homepage": "https://symfony.com/contributors" |
||
5522 | } |
||
5523 | ], |
||
5524 | "description": "Symfony CssSelector Component", |
||
5525 | "homepage": "https://symfony.com", |
||
5526 | "time": "2015-10-30 20:10:21" |
||
5527 | }, |
||
5528 | { |
||
5529 | "name": "symfony/dependency-injection", |
||
5530 | "version": "v2.7.7", |
||
5531 | "source": { |
||
5532 | "type": "git", |
||
5533 | "url": "https://github.com/symfony/dependency-injection.git", |
||
5534 | "reference": "7a201bf08c29e47075047cbb378724ad46dfe217" |
||
5535 | }, |
||
5536 | "dist": { |
||
5537 | "type": "zip", |
||
5538 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/7a201bf08c29e47075047cbb378724ad46dfe217", |
||
5539 | "reference": "7a201bf08c29e47075047cbb378724ad46dfe217", |
||
5540 | "shasum": "" |
||
5541 | }, |
||
5542 | "require": { |
||
5543 | "php": ">=5.3.9" |
||
5544 | }, |
||
5545 | "conflict": { |
||
5546 | "symfony/expression-language": "<2.6" |
||
5547 | }, |
||
5548 | "require-dev": { |
||
5549 | "symfony/config": "~2.2", |
||
5550 | "symfony/expression-language": "~2.6", |
||
5551 | "symfony/yaml": "~2.1" |
||
5552 | }, |
||
5553 | "suggest": { |
||
5554 | "symfony/config": "", |
||
5555 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
5556 | "symfony/yaml": "" |
||
5557 | }, |
||
5558 | "type": "library", |
||
5559 | "extra": { |
||
5560 | "branch-alias": { |
||
5561 | "dev-master": "2.7-dev" |
||
5562 | } |
||
5563 | }, |
||
5564 | "autoload": { |
||
5565 | "psr-4": { |
||
5566 | "Symfony\\Component\\DependencyInjection\\": "" |
||
5567 | }, |
||
5568 | "exclude-from-classmap": [ |
||
5569 | "/Tests/" |
||
5570 | ] |
||
5571 | }, |
||
5572 | "notification-url": "https://packagist.org/downloads/", |
||
5573 | "license": [ |
||
5574 | "MIT" |
||
5575 | ], |
||
5576 | "authors": [ |
||
5577 | { |
||
5578 | "name": "Fabien Potencier", |
||
5579 | "email": "[email protected]" |
||
5580 | }, |
||
5581 | { |
||
5582 | "name": "Symfony Community", |
||
5583 | "homepage": "https://symfony.com/contributors" |
||
5584 | } |
||
5585 | ], |
||
5586 | "description": "Symfony DependencyInjection Component", |
||
5587 | "homepage": "https://symfony.com", |
||
5588 | "time": "2015-11-23 10:17:36" |
||
5589 | }, |
||
5590 | { |
||
5591 | "name": "symfony/dom-crawler", |
||
5592 | "version": "v2.7.7", |
||
5593 | "source": { |
||
5594 | "type": "git", |
||
5595 | "url": "https://github.com/symfony/dom-crawler.git", |
||
5596 | "reference": "b33593cbfe1d81b50d48353f338aca76a08658d8" |
||
5597 | }, |
||
5598 | "dist": { |
||
5599 | "type": "zip", |
||
5600 | "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b33593cbfe1d81b50d48353f338aca76a08658d8", |
||
5601 | "reference": "b33593cbfe1d81b50d48353f338aca76a08658d8", |
||
5602 | "shasum": "" |
||
5603 | }, |
||
5604 | "require": { |
||
5605 | "php": ">=5.3.9" |
||
5606 | }, |
||
5607 | "require-dev": { |
||
5608 | "symfony/css-selector": "~2.3" |
||
5609 | }, |
||
5610 | "suggest": { |
||
5611 | "symfony/css-selector": "" |
||
5612 | }, |
||
5613 | "type": "library", |
||
5614 | "extra": { |
||
5615 | "branch-alias": { |
||
5616 | "dev-master": "2.7-dev" |
||
5617 | } |
||
5618 | }, |
||
5619 | "autoload": { |
||
5620 | "psr-4": { |
||
5621 | "Symfony\\Component\\DomCrawler\\": "" |
||
5622 | }, |
||
5623 | "exclude-from-classmap": [ |
||
5624 | "/Tests/" |
||
5625 | ] |
||
5626 | }, |
||
5627 | "notification-url": "https://packagist.org/downloads/", |
||
5628 | "license": [ |
||
5629 | "MIT" |
||
5630 | ], |
||
5631 | "authors": [ |
||
5632 | { |
||
5633 | "name": "Fabien Potencier", |
||
5634 | "email": "[email protected]" |
||
5635 | }, |
||
5636 | { |
||
5637 | "name": "Symfony Community", |
||
5638 | "homepage": "https://symfony.com/contributors" |
||
5639 | } |
||
5640 | ], |
||
5641 | "description": "Symfony DomCrawler Component", |
||
5642 | "homepage": "https://symfony.com", |
||
5643 | "time": "2015-11-02 20:20:53" |
||
5644 | }, |
||
5645 | { |
||
5646 | "name": "symfony/event-dispatcher", |
||
5647 | "version": "v2.7.7", |
||
5648 | "source": { |
||
5649 | "type": "git", |
||
5650 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
5651 | "reference": "7e2f9c31645680026c2372edf66f863fc7757af5" |
||
5652 | }, |
||
5653 | "dist": { |
||
5654 | "type": "zip", |
||
5655 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7e2f9c31645680026c2372edf66f863fc7757af5", |
||
5656 | "reference": "7e2f9c31645680026c2372edf66f863fc7757af5", |
||
5657 | "shasum": "" |
||
5658 | }, |
||
5659 | "require": { |
||
5660 | "php": ">=5.3.9" |
||
5661 | }, |
||
5662 | "require-dev": { |
||
5663 | "psr/log": "~1.0", |
||
5664 | "symfony/config": "~2.0,>=2.0.5", |
||
5665 | "symfony/dependency-injection": "~2.6", |
||
5666 | "symfony/expression-language": "~2.6", |
||
5667 | "symfony/stopwatch": "~2.3" |
||
5668 | }, |
||
5669 | "suggest": { |
||
5670 | "symfony/dependency-injection": "", |
||
5671 | "symfony/http-kernel": "" |
||
5672 | }, |
||
5673 | "type": "library", |
||
5674 | "extra": { |
||
5675 | "branch-alias": { |
||
5676 | "dev-master": "2.7-dev" |
||
5677 | } |
||
5678 | }, |
||
5679 | "autoload": { |
||
5680 | "psr-4": { |
||
5681 | "Symfony\\Component\\EventDispatcher\\": "" |
||
5682 | }, |
||
5683 | "exclude-from-classmap": [ |
||
5684 | "/Tests/" |
||
5685 | ] |
||
5686 | }, |
||
5687 | "notification-url": "https://packagist.org/downloads/", |
||
5688 | "license": [ |
||
5689 | "MIT" |
||
5690 | ], |
||
5691 | "authors": [ |
||
5692 | { |
||
5693 | "name": "Fabien Potencier", |
||
5694 | "email": "[email protected]" |
||
5695 | }, |
||
5696 | { |
||
5697 | "name": "Symfony Community", |
||
5698 | "homepage": "https://symfony.com/contributors" |
||
5699 | } |
||
5700 | ], |
||
5701 | "description": "Symfony EventDispatcher Component", |
||
5702 | "homepage": "https://symfony.com", |
||
5703 | "time": "2015-10-30 20:10:21" |
||
5704 | }, |
||
5705 | { |
||
5706 | "name": "symfony/filesystem", |
||
5707 | "version": "v2.7.7", |
||
5708 | "source": { |
||
5709 | "type": "git", |
||
5710 | "url": "https://github.com/symfony/filesystem.git", |
||
5711 | "reference": "8e173509d7fdbbba3cf34d6d072f2073c0210c1d" |
||
5712 | }, |
||
5713 | "dist": { |
||
5714 | "type": "zip", |
||
5715 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/8e173509d7fdbbba3cf34d6d072f2073c0210c1d", |
||
5716 | "reference": "8e173509d7fdbbba3cf34d6d072f2073c0210c1d", |
||
5717 | "shasum": "" |
||
5718 | }, |
||
5719 | "require": { |
||
5720 | "php": ">=5.3.9" |
||
5721 | }, |
||
5722 | "type": "library", |
||
5723 | "extra": { |
||
5724 | "branch-alias": { |
||
5725 | "dev-master": "2.7-dev" |
||
5726 | } |
||
5727 | }, |
||
5728 | "autoload": { |
||
5729 | "psr-4": { |
||
5730 | "Symfony\\Component\\Filesystem\\": "" |
||
5731 | }, |
||
5732 | "exclude-from-classmap": [ |
||
5733 | "/Tests/" |
||
5734 | ] |
||
5735 | }, |
||
5736 | "notification-url": "https://packagist.org/downloads/", |
||
5737 | "license": [ |
||
5738 | "MIT" |
||
5739 | ], |
||
5740 | "authors": [ |
||
5741 | { |
||
5742 | "name": "Fabien Potencier", |
||
5743 | "email": "[email protected]" |
||
5744 | }, |
||
5745 | { |
||
5746 | "name": "Symfony Community", |
||
5747 | "homepage": "https://symfony.com/contributors" |
||
5748 | } |
||
5749 | ], |
||
5750 | "description": "Symfony Filesystem Component", |
||
5751 | "homepage": "https://symfony.com", |
||
5752 | "time": "2015-11-18 13:41:01" |
||
5753 | }, |
||
5754 | { |
||
5755 | "name": "symfony/finder", |
||
5756 | "version": "v2.7.7", |
||
5757 | "source": { |
||
5758 | "type": "git", |
||
5759 | "url": "https://github.com/symfony/finder.git", |
||
5760 | "reference": "a06a0c0ff7db3736a50d530c908cca547bf13da9" |
||
5761 | }, |
||
5762 | "dist": { |
||
5763 | "type": "zip", |
||
5764 | "url": "https://api.github.com/repos/symfony/finder/zipball/a06a0c0ff7db3736a50d530c908cca547bf13da9", |
||
5765 | "reference": "a06a0c0ff7db3736a50d530c908cca547bf13da9", |
||
5766 | "shasum": "" |
||
5767 | }, |
||
5768 | "require": { |
||
5769 | "php": ">=5.3.9" |
||
5770 | }, |
||
5771 | "type": "library", |
||
5772 | "extra": { |
||
5773 | "branch-alias": { |
||
5774 | "dev-master": "2.7-dev" |
||
5775 | } |
||
5776 | }, |
||
5777 | "autoload": { |
||
5778 | "psr-4": { |
||
5779 | "Symfony\\Component\\Finder\\": "" |
||
5780 | }, |
||
5781 | "exclude-from-classmap": [ |
||
5782 | "/Tests/" |
||
5783 | ] |
||
5784 | }, |
||
5785 | "notification-url": "https://packagist.org/downloads/", |
||
5786 | "license": [ |
||
5787 | "MIT" |
||
5788 | ], |
||
5789 | "authors": [ |
||
5790 | { |
||
5791 | "name": "Fabien Potencier", |
||
5792 | "email": "[email protected]" |
||
5793 | }, |
||
5794 | { |
||
5795 | "name": "Symfony Community", |
||
5796 | "homepage": "https://symfony.com/contributors" |
||
5797 | } |
||
5798 | ], |
||
5799 | "description": "Symfony Finder Component", |
||
5800 | "homepage": "https://symfony.com", |
||
5801 | "time": "2015-10-30 20:10:21" |
||
5802 | }, |
||
5803 | { |
||
5804 | "name": "symfony/stopwatch", |
||
5805 | "version": "v2.7.7", |
||
5806 | "source": { |
||
5807 | "type": "git", |
||
5808 | "url": "https://github.com/symfony/stopwatch.git", |
||
5809 | "reference": "9fa59908b0c5575980a1623723a5b5cb38e0a04a" |
||
5810 | }, |
||
5811 | "dist": { |
||
5812 | "type": "zip", |
||
5813 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/9fa59908b0c5575980a1623723a5b5cb38e0a04a", |
||
5814 | "reference": "9fa59908b0c5575980a1623723a5b5cb38e0a04a", |
||
5815 | "shasum": "" |
||
5816 | }, |
||
5817 | "require": { |
||
5818 | "php": ">=5.3.9" |
||
5819 | }, |
||
5820 | "type": "library", |
||
5821 | "extra": { |
||
5822 | "branch-alias": { |
||
5823 | "dev-master": "2.7-dev" |
||
5824 | } |
||
5825 | }, |
||
5826 | "autoload": { |
||
5827 | "psr-4": { |
||
5828 | "Symfony\\Component\\Stopwatch\\": "" |
||
5829 | }, |
||
5830 | "exclude-from-classmap": [ |
||
5831 | "/Tests/" |
||
5832 | ] |
||
5833 | }, |
||
5834 | "notification-url": "https://packagist.org/downloads/", |
||
5835 | "license": [ |
||
5836 | "MIT" |
||
5837 | ], |
||
5838 | "authors": [ |
||
5839 | { |
||
5840 | "name": "Fabien Potencier", |
||
5841 | "email": "[email protected]" |
||
5842 | }, |
||
5843 | { |
||
5844 | "name": "Symfony Community", |
||
5845 | "homepage": "https://symfony.com/contributors" |
||
5846 | } |
||
5847 | ], |
||
5848 | "description": "Symfony Stopwatch Component", |
||
5849 | "homepage": "https://symfony.com", |
||
5850 | "time": "2015-10-30 20:10:21" |
||
5851 | }, |
||
5852 | { |
||
5853 | "name": "theseer/fdomdocument", |
||
5854 | "version": "1.6.1", |
||
5855 | "source": { |
||
5856 | "type": "git", |
||
5857 | "url": "https://github.com/theseer/fDOMDocument.git", |
||
5858 | "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684" |
||
5859 | }, |
||
5860 | "dist": { |
||
5861 | "type": "zip", |
||
5862 | "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684", |
||
5863 | "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684", |
||
5864 | "shasum": "" |
||
5865 | }, |
||
5866 | "require": { |
||
5867 | "ext-dom": "*", |
||
5868 | "lib-libxml": "*", |
||
5869 | "php": ">=5.3.3" |
||
5870 | }, |
||
5871 | "type": "library", |
||
5872 | "autoload": { |
||
5873 | "classmap": [ |
||
5874 | "src/" |
||
5875 | ] |
||
5876 | }, |
||
5877 | "notification-url": "https://packagist.org/downloads/", |
||
5878 | "license": [ |
||
5879 | "BSD-3-Clause" |
||
5880 | ], |
||
5881 | "authors": [ |
||
5882 | { |
||
5883 | "name": "Arne Blankerts", |
||
5884 | "email": "[email protected]", |
||
5885 | "role": "lead" |
||
5886 | } |
||
5887 | ], |
||
5888 | "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.", |
||
5889 | "homepage": "https://github.com/theseer/fDOMDocument", |
||
5890 | "time": "2015-05-27 22:58:02" |
||
5891 | }, |
||
5892 | { |
||
5893 | "name": "twig/twig", |
||
5894 | "version": "v1.23.1", |
||
5895 | "source": { |
||
5896 | "type": "git", |
||
5897 | "url": "https://github.com/twigphp/Twig.git", |
||
5898 | "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6" |
||
5899 | }, |
||
5900 | "dist": { |
||
5901 | "type": "zip", |
||
5902 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6", |
||
5903 | "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6", |
||
5904 | "shasum": "" |
||
5905 | }, |
||
5906 | "require": { |
||
5907 | "php": ">=5.2.7" |
||
5908 | }, |
||
5909 | "require-dev": { |
||
5910 | "symfony/debug": "~2.7", |
||
5911 | "symfony/phpunit-bridge": "~2.7" |
||
5912 | }, |
||
5913 | "type": "library", |
||
5914 | "extra": { |
||
5915 | "branch-alias": { |
||
5916 | "dev-master": "1.23-dev" |
||
5917 | } |
||
5918 | }, |
||
5919 | "autoload": { |
||
5920 | "psr-0": { |
||
5921 | "Twig_": "lib/" |
||
5922 | } |
||
5923 | }, |
||
5924 | "notification-url": "https://packagist.org/downloads/", |
||
5925 | "license": [ |
||
5926 | "BSD-3-Clause" |
||
5927 | ], |
||
5928 | "authors": [ |
||
5929 | { |
||
5930 | "name": "Fabien Potencier", |
||
5931 | "email": "[email protected]", |
||
5932 | "homepage": "http://fabien.potencier.org", |
||
5933 | "role": "Lead Developer" |
||
5934 | }, |
||
5935 | { |
||
5936 | "name": "Armin Ronacher", |
||
5937 | "email": "[email protected]", |
||
5938 | "role": "Project Founder" |
||
5939 | }, |
||
5940 | { |
||
5941 | "name": "Twig Team", |
||
5942 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
5943 | "role": "Contributors" |
||
5944 | } |
||
5945 | ], |
||
5946 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
5947 | "homepage": "http://twig.sensiolabs.org", |
||
5948 | "keywords": [ |
||
5949 | "templating" |
||
5950 | ], |
||
5951 | "time": "2015-11-05 12:49:06" |
||
5952 | } |
||
5953 | ], |
||
5954 | "aliases": [], |
||
5955 | "minimum-stability": "stable", |
||
5956 | "stability-flags": { |
||
5957 | "zendframework/zftool": 20, |
||
5958 | "satooshi/php-coveralls": 20 |
||
5959 | }, |
||
5960 | "prefer-stable": false, |
||
5961 | "prefer-lowest": false, |
||
5962 | "platform": { |
||
5963 | "php": ">=5.5" |
||
5964 | }, |
||
5965 | "platform-dev": [] |
||
5966 | } |
||
5967 |