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": "1f6fb3396f3d5b7df5f7a631b2480df9", |
||
8 | "content-hash": "5e00f76e420ba23d45c57f0d1379db49", |
||
9 | "packages": [ |
||
10 | { |
||
11 | "name": "dkd/enumeration", |
||
12 | "version": "0.1", |
||
13 | "source": { |
||
14 | "type": "git", |
||
15 | "url": "https://github.com/dkd/enumeration.git", |
||
16 | "reference": "b8b47b4616948b122d9fecfe2d3969cbfda230e0" |
||
17 | }, |
||
18 | "dist": { |
||
19 | "type": "zip", |
||
20 | "url": "https://api.github.com/repos/dkd/enumeration/zipball/b8b47b4616948b122d9fecfe2d3969cbfda230e0", |
||
21 | "reference": "b8b47b4616948b122d9fecfe2d3969cbfda230e0", |
||
22 | "shasum": "" |
||
23 | }, |
||
24 | "require": { |
||
25 | "php": ">=5.3" |
||
26 | }, |
||
27 | "require-dev": { |
||
28 | "phpunit/phpunit": "~4.1", |
||
29 | "squizlabs/php_codesniffer": "~1.5" |
||
30 | }, |
||
31 | "type": "library", |
||
32 | "autoload": { |
||
33 | "psr-4": { |
||
34 | "Dkd\\Enumeration\\": "src", |
||
35 | "Dkd\\Enumeration\\Tests\\": "tests" |
||
36 | } |
||
37 | }, |
||
38 | "notification-url": "https://packagist.org/downloads/", |
||
39 | "license": [ |
||
40 | "GPL-2.0" |
||
41 | ], |
||
42 | "authors": [ |
||
43 | { |
||
44 | "name": "Sascha Egerer", |
||
45 | "email": "[email protected]", |
||
46 | "homepage": "http://www.dkd.de/" |
||
47 | } |
||
48 | ], |
||
49 | "description": "An enumeration implementation for PHP.", |
||
50 | "homepage": "https://github.com/dkd/enumeration", |
||
51 | "keywords": [ |
||
52 | "enum", |
||
53 | "enumeration", |
||
54 | "type" |
||
55 | ], |
||
56 | "time": "2014-08-28 06:00:06" |
||
57 | }, |
||
58 | { |
||
59 | "name": "dkd/php-populate", |
||
60 | "version": "1.0.3", |
||
61 | "source": { |
||
62 | "type": "git", |
||
63 | "url": "https://github.com/dkd/php-populate.git", |
||
64 | "reference": "db8e84f1a9263176c07313a5a3e82a4dc051760c" |
||
65 | }, |
||
66 | "dist": { |
||
67 | "type": "zip", |
||
68 | "url": "https://api.github.com/repos/dkd/php-populate/zipball/db8e84f1a9263176c07313a5a3e82a4dc051760c", |
||
69 | "reference": "db8e84f1a9263176c07313a5a3e82a4dc051760c", |
||
70 | "shasum": "" |
||
71 | }, |
||
72 | "require-dev": { |
||
73 | "phpunit/phpunit": "@stable", |
||
74 | "squizlabs/php_codesniffer": "@stable" |
||
75 | }, |
||
76 | "type": "library", |
||
77 | "autoload": { |
||
78 | "psr-4": { |
||
79 | "Dkd\\Populate\\": "src/" |
||
80 | } |
||
81 | }, |
||
82 | "notification-url": "https://packagist.org/downloads/", |
||
83 | "license": [ |
||
84 | "MIT" |
||
85 | ], |
||
86 | "authors": [ |
||
87 | { |
||
88 | "name": "Claus Due", |
||
89 | "email": "[email protected]" |
||
90 | } |
||
91 | ], |
||
92 | "description": "Trait for PHP classes, allowing properties to be populated from sources like JSON, via getters but using a single method", |
||
93 | "keywords": [ |
||
94 | "json", |
||
95 | "php", |
||
96 | "trait" |
||
97 | ], |
||
98 | "time": "2015-03-06 16:48:57" |
||
99 | }, |
||
100 | { |
||
101 | "name": "doctrine/cache", |
||
102 | "version": "v1.6.0", |
||
103 | "source": { |
||
104 | "type": "git", |
||
105 | "url": "https://github.com/doctrine/cache.git", |
||
106 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6" |
||
107 | }, |
||
108 | "dist": { |
||
109 | "type": "zip", |
||
110 | "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
111 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
112 | "shasum": "" |
||
113 | }, |
||
114 | "require": { |
||
115 | "php": "~5.5|~7.0" |
||
116 | }, |
||
117 | "conflict": { |
||
118 | "doctrine/common": ">2.2,<2.4" |
||
119 | }, |
||
120 | "require-dev": { |
||
121 | "phpunit/phpunit": "~4.8|~5.0", |
||
122 | "predis/predis": "~1.0", |
||
123 | "satooshi/php-coveralls": "~0.6" |
||
124 | }, |
||
125 | "type": "library", |
||
126 | "extra": { |
||
127 | "branch-alias": { |
||
128 | "dev-master": "1.6.x-dev" |
||
129 | } |
||
130 | }, |
||
131 | "autoload": { |
||
132 | "psr-4": { |
||
133 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
134 | } |
||
135 | }, |
||
136 | "notification-url": "https://packagist.org/downloads/", |
||
137 | "license": [ |
||
138 | "MIT" |
||
139 | ], |
||
140 | "authors": [ |
||
141 | { |
||
142 | "name": "Roman Borschel", |
||
143 | "email": "[email protected]" |
||
144 | }, |
||
145 | { |
||
146 | "name": "Benjamin Eberlei", |
||
147 | "email": "[email protected]" |
||
148 | }, |
||
149 | { |
||
150 | "name": "Guilherme Blanco", |
||
151 | "email": "[email protected]" |
||
152 | }, |
||
153 | { |
||
154 | "name": "Jonathan Wage", |
||
155 | "email": "[email protected]" |
||
156 | }, |
||
157 | { |
||
158 | "name": "Johannes Schmitt", |
||
159 | "email": "[email protected]" |
||
160 | } |
||
161 | ], |
||
162 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
163 | "homepage": "http://www.doctrine-project.org", |
||
164 | "keywords": [ |
||
165 | "cache", |
||
166 | "caching" |
||
167 | ], |
||
168 | "time": "2015-12-31 16:37:02" |
||
169 | }, |
||
170 | { |
||
171 | "name": "guzzlehttp/guzzle", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
172 | "version": "5.3.0", |
||
173 | "source": { |
||
174 | "type": "git", |
||
175 | "url": "https://github.com/guzzle/guzzle.git", |
||
176 | "reference": "f3c8c22471cb55475105c14769644a49c3262b93" |
||
177 | }, |
||
178 | "dist": { |
||
179 | "type": "zip", |
||
180 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93", |
||
181 | "reference": "f3c8c22471cb55475105c14769644a49c3262b93", |
||
182 | "shasum": "" |
||
183 | }, |
||
184 | "require": { |
||
185 | "guzzlehttp/ringphp": "^1.1", |
||
186 | "php": ">=5.4.0" |
||
187 | }, |
||
188 | "require-dev": { |
||
189 | "ext-curl": "*", |
||
190 | "phpunit/phpunit": "^4.0", |
||
191 | "psr/log": "^1.0" |
||
192 | }, |
||
193 | "type": "library", |
||
194 | "extra": { |
||
195 | "branch-alias": { |
||
196 | "dev-master": "5.0-dev" |
||
197 | } |
||
198 | }, |
||
199 | "autoload": { |
||
200 | "psr-4": { |
||
201 | "GuzzleHttp\\": "src/" |
||
202 | } |
||
203 | }, |
||
204 | "notification-url": "https://packagist.org/downloads/", |
||
205 | "license": [ |
||
206 | "MIT" |
||
207 | ], |
||
208 | "authors": [ |
||
209 | { |
||
210 | "name": "Michael Dowling", |
||
211 | "email": "[email protected]", |
||
212 | "homepage": "https://github.com/mtdowling" |
||
213 | } |
||
214 | ], |
||
215 | "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", |
||
216 | "homepage": "http://guzzlephp.org/", |
||
217 | "keywords": [ |
||
218 | "client", |
||
219 | "curl", |
||
220 | "framework", |
||
221 | "http", |
||
222 | "http client", |
||
223 | "rest", |
||
224 | "web service" |
||
225 | ], |
||
226 | "time": "2015-05-20 03:47:55" |
||
227 | }, |
||
228 | { |
||
229 | "name": "guzzlehttp/ringphp", |
||
230 | "version": "1.1.0", |
||
231 | "source": { |
||
232 | "type": "git", |
||
233 | "url": "https://github.com/guzzle/RingPHP.git", |
||
234 | "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b" |
||
235 | }, |
||
236 | "dist": { |
||
237 | "type": "zip", |
||
238 | "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b", |
||
239 | "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b", |
||
240 | "shasum": "" |
||
241 | }, |
||
242 | "require": { |
||
243 | "guzzlehttp/streams": "~3.0", |
||
244 | "php": ">=5.4.0", |
||
245 | "react/promise": "~2.0" |
||
246 | }, |
||
247 | "require-dev": { |
||
248 | "ext-curl": "*", |
||
249 | "phpunit/phpunit": "~4.0" |
||
250 | }, |
||
251 | "suggest": { |
||
252 | "ext-curl": "Guzzle will use specific adapters if cURL is present" |
||
253 | }, |
||
254 | "type": "library", |
||
255 | "extra": { |
||
256 | "branch-alias": { |
||
257 | "dev-master": "1.1-dev" |
||
258 | } |
||
259 | }, |
||
260 | "autoload": { |
||
261 | "psr-4": { |
||
262 | "GuzzleHttp\\Ring\\": "src/" |
||
263 | } |
||
264 | }, |
||
265 | "notification-url": "https://packagist.org/downloads/", |
||
266 | "license": [ |
||
267 | "MIT" |
||
268 | ], |
||
269 | "authors": [ |
||
270 | { |
||
271 | "name": "Michael Dowling", |
||
272 | "email": "[email protected]", |
||
273 | "homepage": "https://github.com/mtdowling" |
||
274 | } |
||
275 | ], |
||
276 | "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.", |
||
277 | "time": "2015-05-20 03:37:09" |
||
278 | }, |
||
279 | { |
||
280 | "name": "guzzlehttp/streams", |
||
281 | "version": "3.0.0", |
||
282 | "source": { |
||
283 | "type": "git", |
||
284 | "url": "https://github.com/guzzle/streams.git", |
||
285 | "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5" |
||
286 | }, |
||
287 | "dist": { |
||
288 | "type": "zip", |
||
289 | "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", |
||
290 | "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", |
||
291 | "shasum": "" |
||
292 | }, |
||
293 | "require": { |
||
294 | "php": ">=5.4.0" |
||
295 | }, |
||
296 | "require-dev": { |
||
297 | "phpunit/phpunit": "~4.0" |
||
298 | }, |
||
299 | "type": "library", |
||
300 | "extra": { |
||
301 | "branch-alias": { |
||
302 | "dev-master": "3.0-dev" |
||
303 | } |
||
304 | }, |
||
305 | "autoload": { |
||
306 | "psr-4": { |
||
307 | "GuzzleHttp\\Stream\\": "src/" |
||
308 | } |
||
309 | }, |
||
310 | "notification-url": "https://packagist.org/downloads/", |
||
311 | "license": [ |
||
312 | "MIT" |
||
313 | ], |
||
314 | "authors": [ |
||
315 | { |
||
316 | "name": "Michael Dowling", |
||
317 | "email": "[email protected]", |
||
318 | "homepage": "https://github.com/mtdowling" |
||
319 | } |
||
320 | ], |
||
321 | "description": "Provides a simple abstraction over streams of data", |
||
322 | "homepage": "http://guzzlephp.org/", |
||
323 | "keywords": [ |
||
324 | "Guzzle", |
||
325 | "stream" |
||
326 | ], |
||
327 | "time": "2014-10-12 19:18:40" |
||
328 | }, |
||
329 | { |
||
330 | "name": "league/url", |
||
331 | "version": "3.3.5", |
||
332 | "source": { |
||
333 | "type": "git", |
||
334 | "url": "https://github.com/thephpleague/url.git", |
||
335 | "reference": "1ae2c3ce29a7c5438339ff6388225844e6479da8" |
||
336 | }, |
||
337 | "dist": { |
||
338 | "type": "zip", |
||
339 | "url": "https://api.github.com/repos/thephpleague/url/zipball/1ae2c3ce29a7c5438339ff6388225844e6479da8", |
||
340 | "reference": "1ae2c3ce29a7c5438339ff6388225844e6479da8", |
||
341 | "shasum": "" |
||
342 | }, |
||
343 | "require": { |
||
344 | "ext-mbstring": "*", |
||
345 | "php": ">=5.3.0", |
||
346 | "true/punycode": "^2.0" |
||
347 | }, |
||
348 | "require-dev": { |
||
349 | "phpunit/phpunit": "^4.0" |
||
350 | }, |
||
351 | "type": "library", |
||
352 | "extra": { |
||
353 | "branch-alias": { |
||
354 | "dev-master": "3.3-dev" |
||
355 | } |
||
356 | }, |
||
357 | "autoload": { |
||
358 | "psr-4": { |
||
359 | "League\\Url\\": "src" |
||
360 | } |
||
361 | }, |
||
362 | "notification-url": "https://packagist.org/downloads/", |
||
363 | "license": [ |
||
364 | "MIT" |
||
365 | ], |
||
366 | "authors": [ |
||
367 | { |
||
368 | "name": "Ignace Nyamagana Butera", |
||
369 | "email": "[email protected]", |
||
370 | "homepage": "https://github.com/nyamsprod/", |
||
371 | "role": "Developer" |
||
372 | } |
||
373 | ], |
||
374 | "description": "League/url is a lightweight PHP Url manipulating library", |
||
375 | "homepage": "http://url.thephpleague.com", |
||
376 | "keywords": [ |
||
377 | "parse_url", |
||
378 | "php", |
||
379 | "url" |
||
380 | ], |
||
381 | "time": "2015-07-15 08:24:12" |
||
382 | }, |
||
383 | { |
||
384 | "name": "react/promise", |
||
385 | "version": "v2.2.1", |
||
386 | "source": { |
||
387 | "type": "git", |
||
388 | "url": "https://github.com/reactphp/promise.git", |
||
389 | "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627" |
||
390 | }, |
||
391 | "dist": { |
||
392 | "type": "zip", |
||
393 | "url": "https://api.github.com/repos/reactphp/promise/zipball/3b6fca09c7d56321057fa8867c8dbe1abf648627", |
||
394 | "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627", |
||
395 | "shasum": "" |
||
396 | }, |
||
397 | "require": { |
||
398 | "php": ">=5.4.0" |
||
399 | }, |
||
400 | "type": "library", |
||
401 | "extra": { |
||
402 | "branch-alias": { |
||
403 | "dev-master": "2.0-dev" |
||
404 | } |
||
405 | }, |
||
406 | "autoload": { |
||
407 | "psr-4": { |
||
408 | "React\\Promise\\": "src/" |
||
409 | }, |
||
410 | "files": [ |
||
411 | "src/functions_include.php" |
||
412 | ] |
||
413 | }, |
||
414 | "notification-url": "https://packagist.org/downloads/", |
||
415 | "license": [ |
||
416 | "MIT" |
||
417 | ], |
||
418 | "authors": [ |
||
419 | { |
||
420 | "name": "Jan Sorgalla", |
||
421 | "email": "[email protected]" |
||
422 | } |
||
423 | ], |
||
424 | "description": "A lightweight implementation of CommonJS Promises/A for PHP", |
||
425 | "time": "2015-07-03 13:48:55" |
||
426 | }, |
||
427 | { |
||
428 | "name": "true/punycode", |
||
429 | "version": "v2.0.2", |
||
430 | "source": { |
||
431 | "type": "git", |
||
432 | "url": "https://github.com/true/php-punycode.git", |
||
433 | "reference": "74fa01d4de396c40e239794123b3874cb594a30c" |
||
434 | }, |
||
435 | "dist": { |
||
436 | "type": "zip", |
||
437 | "url": "https://api.github.com/repos/true/php-punycode/zipball/74fa01d4de396c40e239794123b3874cb594a30c", |
||
438 | "reference": "74fa01d4de396c40e239794123b3874cb594a30c", |
||
439 | "shasum": "" |
||
440 | }, |
||
441 | "require": { |
||
442 | "ext-mbstring": "*", |
||
443 | "php": ">=5.3.0" |
||
444 | }, |
||
445 | "require-dev": { |
||
446 | "phpunit/phpunit": "~4.7", |
||
447 | "squizlabs/php_codesniffer": "~2.0" |
||
448 | }, |
||
449 | "type": "library", |
||
450 | "autoload": { |
||
451 | "psr-4": { |
||
452 | "TrueBV\\": "src/" |
||
453 | } |
||
454 | }, |
||
455 | "notification-url": "https://packagist.org/downloads/", |
||
456 | "license": [ |
||
457 | "MIT" |
||
458 | ], |
||
459 | "authors": [ |
||
460 | { |
||
461 | "name": "Renan Gonçalves", |
||
462 | "email": "[email protected]" |
||
463 | } |
||
464 | ], |
||
465 | "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)", |
||
466 | "homepage": "https://github.com/true/php-punycode", |
||
467 | "keywords": [ |
||
468 | "idna", |
||
469 | "punycode" |
||
470 | ], |
||
471 | "time": "2016-01-07 17:12:58" |
||
472 | } |
||
473 | ], |
||
474 | "packages-dev": [ |
||
475 | { |
||
476 | "name": "cilex/cilex", |
||
477 | "version": "1.1.0", |
||
478 | "source": { |
||
479 | "type": "git", |
||
480 | "url": "https://github.com/Cilex/Cilex.git", |
||
481 | "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5" |
||
482 | }, |
||
483 | "dist": { |
||
484 | "type": "zip", |
||
485 | "url": "https://api.github.com/repos/Cilex/Cilex/zipball/7acd965a609a56d0345e8b6071c261fbdb926cb5", |
||
486 | "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5", |
||
487 | "shasum": "" |
||
488 | }, |
||
489 | "require": { |
||
490 | "cilex/console-service-provider": "1.*", |
||
491 | "php": ">=5.3.3", |
||
492 | "pimple/pimple": "~1.0", |
||
493 | "symfony/finder": "~2.1", |
||
494 | "symfony/process": "~2.1" |
||
495 | }, |
||
496 | "require-dev": { |
||
497 | "phpunit/phpunit": "3.7.*", |
||
498 | "symfony/validator": "~2.1" |
||
499 | }, |
||
500 | "suggest": { |
||
501 | "monolog/monolog": ">=1.0.0", |
||
502 | "symfony/validator": ">=1.0.0", |
||
503 | "symfony/yaml": ">=1.0.0" |
||
504 | }, |
||
505 | "type": "library", |
||
506 | "extra": { |
||
507 | "branch-alias": { |
||
508 | "dev-master": "1.0-dev" |
||
509 | } |
||
510 | }, |
||
511 | "autoload": { |
||
512 | "psr-0": { |
||
513 | "Cilex": "src/" |
||
514 | } |
||
515 | }, |
||
516 | "notification-url": "https://packagist.org/downloads/", |
||
517 | "license": [ |
||
518 | "MIT" |
||
519 | ], |
||
520 | "authors": [ |
||
521 | { |
||
522 | "name": "Mike van Riel", |
||
523 | "email": "[email protected]" |
||
524 | } |
||
525 | ], |
||
526 | "description": "The PHP micro-framework for Command line tools based on the Symfony2 Components", |
||
527 | "homepage": "http://cilex.github.com", |
||
528 | "keywords": [ |
||
529 | "cli", |
||
530 | "microframework" |
||
531 | ], |
||
532 | "time": "2014-03-29 14:03:13" |
||
533 | }, |
||
534 | { |
||
535 | "name": "cilex/console-service-provider", |
||
536 | "version": "1.0.0", |
||
537 | "source": { |
||
538 | "type": "git", |
||
539 | "url": "https://github.com/Cilex/console-service-provider.git", |
||
540 | "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e" |
||
541 | }, |
||
542 | "dist": { |
||
543 | "type": "zip", |
||
544 | "url": "https://api.github.com/repos/Cilex/console-service-provider/zipball/25ee3d1875243d38e1a3448ff94bdf944f70d24e", |
||
545 | "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e", |
||
546 | "shasum": "" |
||
547 | }, |
||
548 | "require": { |
||
549 | "php": ">=5.3.3", |
||
550 | "pimple/pimple": "1.*@dev", |
||
551 | "symfony/console": "~2.1" |
||
552 | }, |
||
553 | "require-dev": { |
||
554 | "cilex/cilex": "1.*@dev", |
||
555 | "silex/silex": "1.*@dev" |
||
556 | }, |
||
557 | "type": "library", |
||
558 | "extra": { |
||
559 | "branch-alias": { |
||
560 | "dev-master": "1.0-dev" |
||
561 | } |
||
562 | }, |
||
563 | "autoload": { |
||
564 | "psr-0": { |
||
565 | "Cilex\\Provider\\Console": "src" |
||
566 | } |
||
567 | }, |
||
568 | "notification-url": "https://packagist.org/downloads/", |
||
569 | "license": [ |
||
570 | "MIT" |
||
571 | ], |
||
572 | "authors": [ |
||
573 | { |
||
574 | "name": "Beau Simensen", |
||
575 | "email": "[email protected]", |
||
576 | "homepage": "http://beausimensen.com" |
||
577 | }, |
||
578 | { |
||
579 | "name": "Mike van Riel", |
||
580 | "email": "[email protected]" |
||
581 | } |
||
582 | ], |
||
583 | "description": "Console Service Provider", |
||
584 | "keywords": [ |
||
585 | "cilex", |
||
586 | "console", |
||
587 | "pimple", |
||
588 | "service-provider", |
||
589 | "silex" |
||
590 | ], |
||
591 | "time": "2012-12-19 10:50:58" |
||
592 | }, |
||
593 | { |
||
594 | "name": "container-interop/container-interop", |
||
595 | "version": "1.1.0", |
||
596 | "source": { |
||
597 | "type": "git", |
||
598 | "url": "https://github.com/container-interop/container-interop.git", |
||
599 | "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e" |
||
600 | }, |
||
601 | "dist": { |
||
602 | "type": "zip", |
||
603 | "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e", |
||
604 | "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e", |
||
605 | "shasum": "" |
||
606 | }, |
||
607 | "type": "library", |
||
608 | "autoload": { |
||
609 | "psr-4": { |
||
610 | "Interop\\Container\\": "src/Interop/Container/" |
||
611 | } |
||
612 | }, |
||
613 | "notification-url": "https://packagist.org/downloads/", |
||
614 | "license": [ |
||
615 | "MIT" |
||
616 | ], |
||
617 | "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", |
||
618 | "time": "2014-12-30 15:22:37" |
||
619 | }, |
||
620 | { |
||
621 | "name": "doctrine/annotations", |
||
622 | "version": "v1.2.7", |
||
623 | "source": { |
||
624 | "type": "git", |
||
625 | "url": "https://github.com/doctrine/annotations.git", |
||
626 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" |
||
627 | }, |
||
628 | "dist": { |
||
629 | "type": "zip", |
||
630 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
631 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
632 | "shasum": "" |
||
633 | }, |
||
634 | "require": { |
||
635 | "doctrine/lexer": "1.*", |
||
636 | "php": ">=5.3.2" |
||
637 | }, |
||
638 | "require-dev": { |
||
639 | "doctrine/cache": "1.*", |
||
640 | "phpunit/phpunit": "4.*" |
||
641 | }, |
||
642 | "type": "library", |
||
643 | "extra": { |
||
644 | "branch-alias": { |
||
645 | "dev-master": "1.3.x-dev" |
||
646 | } |
||
647 | }, |
||
648 | "autoload": { |
||
649 | "psr-0": { |
||
650 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
651 | } |
||
652 | }, |
||
653 | "notification-url": "https://packagist.org/downloads/", |
||
654 | "license": [ |
||
655 | "MIT" |
||
656 | ], |
||
657 | "authors": [ |
||
658 | { |
||
659 | "name": "Roman Borschel", |
||
660 | "email": "[email protected]" |
||
661 | }, |
||
662 | { |
||
663 | "name": "Benjamin Eberlei", |
||
664 | "email": "[email protected]" |
||
665 | }, |
||
666 | { |
||
667 | "name": "Guilherme Blanco", |
||
668 | "email": "[email protected]" |
||
669 | }, |
||
670 | { |
||
671 | "name": "Jonathan Wage", |
||
672 | "email": "[email protected]" |
||
673 | }, |
||
674 | { |
||
675 | "name": "Johannes Schmitt", |
||
676 | "email": "[email protected]" |
||
677 | } |
||
678 | ], |
||
679 | "description": "Docblock Annotations Parser", |
||
680 | "homepage": "http://www.doctrine-project.org", |
||
681 | "keywords": [ |
||
682 | "annotations", |
||
683 | "docblock", |
||
684 | "parser" |
||
685 | ], |
||
686 | "time": "2015-08-31 12:32:49" |
||
687 | }, |
||
688 | { |
||
689 | "name": "doctrine/instantiator", |
||
690 | "version": "1.0.5", |
||
691 | "source": { |
||
692 | "type": "git", |
||
693 | "url": "https://github.com/doctrine/instantiator.git", |
||
694 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
695 | }, |
||
696 | "dist": { |
||
697 | "type": "zip", |
||
698 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
699 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
700 | "shasum": "" |
||
701 | }, |
||
702 | "require": { |
||
703 | "php": ">=5.3,<8.0-DEV" |
||
704 | }, |
||
705 | "require-dev": { |
||
706 | "athletic/athletic": "~0.1.8", |
||
707 | "ext-pdo": "*", |
||
708 | "ext-phar": "*", |
||
709 | "phpunit/phpunit": "~4.0", |
||
710 | "squizlabs/php_codesniffer": "~2.0" |
||
711 | }, |
||
712 | "type": "library", |
||
713 | "extra": { |
||
714 | "branch-alias": { |
||
715 | "dev-master": "1.0.x-dev" |
||
716 | } |
||
717 | }, |
||
718 | "autoload": { |
||
719 | "psr-4": { |
||
720 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
721 | } |
||
722 | }, |
||
723 | "notification-url": "https://packagist.org/downloads/", |
||
724 | "license": [ |
||
725 | "MIT" |
||
726 | ], |
||
727 | "authors": [ |
||
728 | { |
||
729 | "name": "Marco Pivetta", |
||
730 | "email": "[email protected]", |
||
731 | "homepage": "http://ocramius.github.com/" |
||
732 | } |
||
733 | ], |
||
734 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
735 | "homepage": "https://github.com/doctrine/instantiator", |
||
736 | "keywords": [ |
||
737 | "constructor", |
||
738 | "instantiate" |
||
739 | ], |
||
740 | "time": "2015-06-14 21:17:01" |
||
741 | }, |
||
742 | { |
||
743 | "name": "doctrine/lexer", |
||
744 | "version": "v1.0.1", |
||
745 | "source": { |
||
746 | "type": "git", |
||
747 | "url": "https://github.com/doctrine/lexer.git", |
||
748 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
749 | }, |
||
750 | "dist": { |
||
751 | "type": "zip", |
||
752 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
753 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
754 | "shasum": "" |
||
755 | }, |
||
756 | "require": { |
||
757 | "php": ">=5.3.2" |
||
758 | }, |
||
759 | "type": "library", |
||
760 | "extra": { |
||
761 | "branch-alias": { |
||
762 | "dev-master": "1.0.x-dev" |
||
763 | } |
||
764 | }, |
||
765 | "autoload": { |
||
766 | "psr-0": { |
||
767 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
768 | } |
||
769 | }, |
||
770 | "notification-url": "https://packagist.org/downloads/", |
||
771 | "license": [ |
||
772 | "MIT" |
||
773 | ], |
||
774 | "authors": [ |
||
775 | { |
||
776 | "name": "Roman Borschel", |
||
777 | "email": "[email protected]" |
||
778 | }, |
||
779 | { |
||
780 | "name": "Guilherme Blanco", |
||
781 | "email": "[email protected]" |
||
782 | }, |
||
783 | { |
||
784 | "name": "Johannes Schmitt", |
||
785 | "email": "[email protected]" |
||
786 | } |
||
787 | ], |
||
788 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
789 | "homepage": "http://www.doctrine-project.org", |
||
790 | "keywords": [ |
||
791 | "lexer", |
||
792 | "parser" |
||
793 | ], |
||
794 | "time": "2014-09-09 13:34:57" |
||
795 | }, |
||
796 | { |
||
797 | "name": "erusev/parsedown", |
||
798 | "version": "1.6.0", |
||
799 | "source": { |
||
800 | "type": "git", |
||
801 | "url": "https://github.com/erusev/parsedown.git", |
||
802 | "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7" |
||
803 | }, |
||
804 | "dist": { |
||
805 | "type": "zip", |
||
806 | "url": "https://api.github.com/repos/erusev/parsedown/zipball/3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7", |
||
807 | "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7", |
||
808 | "shasum": "" |
||
809 | }, |
||
810 | "type": "library", |
||
811 | "autoload": { |
||
812 | "psr-0": { |
||
813 | "Parsedown": "" |
||
814 | } |
||
815 | }, |
||
816 | "notification-url": "https://packagist.org/downloads/", |
||
817 | "license": [ |
||
818 | "MIT" |
||
819 | ], |
||
820 | "authors": [ |
||
821 | { |
||
822 | "name": "Emanuil Rusev", |
||
823 | "email": "[email protected]", |
||
824 | "homepage": "http://erusev.com" |
||
825 | } |
||
826 | ], |
||
827 | "description": "Parser for Markdown.", |
||
828 | "homepage": "http://parsedown.org", |
||
829 | "keywords": [ |
||
830 | "markdown", |
||
831 | "parser" |
||
832 | ], |
||
833 | "time": "2015-10-04 16:44:32" |
||
834 | }, |
||
835 | { |
||
836 | "name": "guzzle/guzzle", |
||
837 | "version": "v3.9.3", |
||
838 | "source": { |
||
839 | "type": "git", |
||
840 | "url": "https://github.com/guzzle/guzzle3.git", |
||
841 | "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9" |
||
842 | }, |
||
843 | "dist": { |
||
844 | "type": "zip", |
||
845 | "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9", |
||
846 | "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9", |
||
847 | "shasum": "" |
||
848 | }, |
||
849 | "require": { |
||
850 | "ext-curl": "*", |
||
851 | "php": ">=5.3.3", |
||
852 | "symfony/event-dispatcher": "~2.1" |
||
853 | }, |
||
854 | "replace": { |
||
855 | "guzzle/batch": "self.version", |
||
856 | "guzzle/cache": "self.version", |
||
857 | "guzzle/common": "self.version", |
||
858 | "guzzle/http": "self.version", |
||
859 | "guzzle/inflection": "self.version", |
||
860 | "guzzle/iterator": "self.version", |
||
861 | "guzzle/log": "self.version", |
||
862 | "guzzle/parser": "self.version", |
||
863 | "guzzle/plugin": "self.version", |
||
864 | "guzzle/plugin-async": "self.version", |
||
865 | "guzzle/plugin-backoff": "self.version", |
||
866 | "guzzle/plugin-cache": "self.version", |
||
867 | "guzzle/plugin-cookie": "self.version", |
||
868 | "guzzle/plugin-curlauth": "self.version", |
||
869 | "guzzle/plugin-error-response": "self.version", |
||
870 | "guzzle/plugin-history": "self.version", |
||
871 | "guzzle/plugin-log": "self.version", |
||
872 | "guzzle/plugin-md5": "self.version", |
||
873 | "guzzle/plugin-mock": "self.version", |
||
874 | "guzzle/plugin-oauth": "self.version", |
||
875 | "guzzle/service": "self.version", |
||
876 | "guzzle/stream": "self.version" |
||
877 | }, |
||
878 | "require-dev": { |
||
879 | "doctrine/cache": "~1.3", |
||
880 | "monolog/monolog": "~1.0", |
||
881 | "phpunit/phpunit": "3.7.*", |
||
882 | "psr/log": "~1.0", |
||
883 | "symfony/class-loader": "~2.1", |
||
884 | "zendframework/zend-cache": "2.*,<2.3", |
||
885 | "zendframework/zend-log": "2.*,<2.3" |
||
886 | }, |
||
887 | "suggest": { |
||
888 | "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." |
||
889 | }, |
||
890 | "type": "library", |
||
891 | "extra": { |
||
892 | "branch-alias": { |
||
893 | "dev-master": "3.9-dev" |
||
894 | } |
||
895 | }, |
||
896 | "autoload": { |
||
897 | "psr-0": { |
||
898 | "Guzzle": "src/", |
||
899 | "Guzzle\\Tests": "tests/" |
||
900 | } |
||
901 | }, |
||
902 | "notification-url": "https://packagist.org/downloads/", |
||
903 | "license": [ |
||
904 | "MIT" |
||
905 | ], |
||
906 | "authors": [ |
||
907 | { |
||
908 | "name": "Michael Dowling", |
||
909 | "email": "[email protected]", |
||
910 | "homepage": "https://github.com/mtdowling" |
||
911 | }, |
||
912 | { |
||
913 | "name": "Guzzle Community", |
||
914 | "homepage": "https://github.com/guzzle/guzzle/contributors" |
||
915 | } |
||
916 | ], |
||
917 | "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", |
||
918 | "homepage": "http://guzzlephp.org/", |
||
919 | "keywords": [ |
||
920 | "client", |
||
921 | "curl", |
||
922 | "framework", |
||
923 | "http", |
||
924 | "http client", |
||
925 | "rest", |
||
926 | "web service" |
||
927 | ], |
||
928 | "time": "2015-03-18 18:23:50" |
||
929 | }, |
||
930 | { |
||
931 | "name": "herrera-io/json", |
||
932 | "version": "1.0.3", |
||
933 | "source": { |
||
934 | "type": "git", |
||
935 | "url": "https://github.com/kherge-abandoned/php-json.git", |
||
936 | "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1" |
||
937 | }, |
||
938 | "dist": { |
||
939 | "type": "zip", |
||
940 | "url": "https://api.github.com/repos/kherge-abandoned/php-json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1", |
||
941 | "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1", |
||
942 | "shasum": "" |
||
943 | }, |
||
944 | "require": { |
||
945 | "ext-json": "*", |
||
946 | "justinrainbow/json-schema": ">=1.0,<2.0-dev", |
||
947 | "php": ">=5.3.3", |
||
948 | "seld/jsonlint": ">=1.0,<2.0-dev" |
||
949 | }, |
||
950 | "require-dev": { |
||
951 | "herrera-io/phpunit-test-case": "1.*", |
||
952 | "mikey179/vfsstream": "1.1.0", |
||
953 | "phpunit/phpunit": "3.7.*" |
||
954 | }, |
||
955 | "type": "library", |
||
956 | "extra": { |
||
957 | "branch-alias": { |
||
958 | "dev-master": "1.0-dev" |
||
959 | } |
||
960 | }, |
||
961 | "autoload": { |
||
962 | "files": [ |
||
963 | "src/lib/json_version.php" |
||
964 | ], |
||
965 | "psr-0": { |
||
966 | "Herrera\\Json": "src/lib" |
||
967 | } |
||
968 | }, |
||
969 | "notification-url": "https://packagist.org/downloads/", |
||
970 | "license": [ |
||
971 | "MIT" |
||
972 | ], |
||
973 | "authors": [ |
||
974 | { |
||
975 | "name": "Kevin Herrera", |
||
976 | "email": "[email protected]", |
||
977 | "homepage": "http://kevin.herrera.io/", |
||
978 | "role": "Developer" |
||
979 | } |
||
980 | ], |
||
981 | "description": "A library for simplifying JSON linting and validation.", |
||
982 | "homepage": "http://herrera-io.github.com/php-json", |
||
983 | "keywords": [ |
||
984 | "json", |
||
985 | "lint", |
||
986 | "schema", |
||
987 | "validate" |
||
988 | ], |
||
989 | "time": "2013-10-30 16:51:34" |
||
990 | }, |
||
991 | { |
||
992 | "name": "herrera-io/phar-update", |
||
993 | "version": "1.0.3", |
||
994 | "source": { |
||
995 | "type": "git", |
||
996 | "url": "https://github.com/kherge-abandoned/php-phar-update.git", |
||
997 | "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b" |
||
998 | }, |
||
999 | "dist": { |
||
1000 | "type": "zip", |
||
1001 | "url": "https://api.github.com/repos/kherge-abandoned/php-phar-update/zipball/00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b", |
||
1002 | "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b", |
||
1003 | "shasum": "" |
||
1004 | }, |
||
1005 | "require": { |
||
1006 | "herrera-io/json": "1.*", |
||
1007 | "kherge/version": "1.*", |
||
1008 | "php": ">=5.3.3" |
||
1009 | }, |
||
1010 | "require-dev": { |
||
1011 | "herrera-io/phpunit-test-case": "1.*", |
||
1012 | "mikey179/vfsstream": "1.1.0", |
||
1013 | "phpunit/phpunit": "3.7.*" |
||
1014 | }, |
||
1015 | "type": "library", |
||
1016 | "extra": { |
||
1017 | "branch-alias": { |
||
1018 | "dev-master": "1.0-dev" |
||
1019 | } |
||
1020 | }, |
||
1021 | "autoload": { |
||
1022 | "files": [ |
||
1023 | "src/lib/constants.php" |
||
1024 | ], |
||
1025 | "psr-0": { |
||
1026 | "Herrera\\Phar\\Update": "src/lib" |
||
1027 | } |
||
1028 | }, |
||
1029 | "notification-url": "https://packagist.org/downloads/", |
||
1030 | "license": [ |
||
1031 | "MIT" |
||
1032 | ], |
||
1033 | "authors": [ |
||
1034 | { |
||
1035 | "name": "Kevin Herrera", |
||
1036 | "email": "[email protected]", |
||
1037 | "homepage": "http://kevin.herrera.io" |
||
1038 | } |
||
1039 | ], |
||
1040 | "description": "A library for self-updating Phars.", |
||
1041 | "homepage": "http://herrera-io.github.com/php-phar-update", |
||
1042 | "keywords": [ |
||
1043 | "phar", |
||
1044 | "update" |
||
1045 | ], |
||
1046 | "time": "2013-10-30 17:23:01" |
||
1047 | }, |
||
1048 | { |
||
1049 | "name": "jms/metadata", |
||
1050 | "version": "1.5.1", |
||
1051 | "source": { |
||
1052 | "type": "git", |
||
1053 | "url": "https://github.com/schmittjoh/metadata.git", |
||
1054 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353" |
||
1055 | }, |
||
1056 | "dist": { |
||
1057 | "type": "zip", |
||
1058 | "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353", |
||
1059 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353", |
||
1060 | "shasum": "" |
||
1061 | }, |
||
1062 | "require": { |
||
1063 | "php": ">=5.3.0" |
||
1064 | }, |
||
1065 | "require-dev": { |
||
1066 | "doctrine/cache": "~1.0" |
||
1067 | }, |
||
1068 | "type": "library", |
||
1069 | "extra": { |
||
1070 | "branch-alias": { |
||
1071 | "dev-master": "1.5.x-dev" |
||
1072 | } |
||
1073 | }, |
||
1074 | "autoload": { |
||
1075 | "psr-0": { |
||
1076 | "Metadata\\": "src/" |
||
1077 | } |
||
1078 | }, |
||
1079 | "notification-url": "https://packagist.org/downloads/", |
||
1080 | "license": [ |
||
1081 | "Apache" |
||
1082 | ], |
||
1083 | "authors": [ |
||
1084 | { |
||
1085 | "name": "Johannes Schmitt", |
||
1086 | "email": "[email protected]", |
||
1087 | "homepage": "https://github.com/schmittjoh", |
||
1088 | "role": "Developer of wrapped JMSSerializerBundle" |
||
1089 | } |
||
1090 | ], |
||
1091 | "description": "Class/method/property metadata management in PHP", |
||
1092 | "keywords": [ |
||
1093 | "annotations", |
||
1094 | "metadata", |
||
1095 | "xml", |
||
1096 | "yaml" |
||
1097 | ], |
||
1098 | "time": "2014-07-12 07:13:19" |
||
1099 | }, |
||
1100 | { |
||
1101 | "name": "jms/parser-lib", |
||
1102 | "version": "1.0.0", |
||
1103 | "source": { |
||
1104 | "type": "git", |
||
1105 | "url": "https://github.com/schmittjoh/parser-lib.git", |
||
1106 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d" |
||
1107 | }, |
||
1108 | "dist": { |
||
1109 | "type": "zip", |
||
1110 | "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
1111 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
1112 | "shasum": "" |
||
1113 | }, |
||
1114 | "require": { |
||
1115 | "phpoption/phpoption": ">=0.9,<2.0-dev" |
||
1116 | }, |
||
1117 | "type": "library", |
||
1118 | "extra": { |
||
1119 | "branch-alias": { |
||
1120 | "dev-master": "1.0-dev" |
||
1121 | } |
||
1122 | }, |
||
1123 | "autoload": { |
||
1124 | "psr-0": { |
||
1125 | "JMS\\": "src/" |
||
1126 | } |
||
1127 | }, |
||
1128 | "notification-url": "https://packagist.org/downloads/", |
||
1129 | "license": [ |
||
1130 | "Apache2" |
||
1131 | ], |
||
1132 | "description": "A library for easily creating recursive-descent parsers.", |
||
1133 | "time": "2012-11-18 18:08:43" |
||
1134 | }, |
||
1135 | { |
||
1136 | "name": "jms/serializer", |
||
1137 | "version": "0.16.0", |
||
1138 | "source": { |
||
1139 | "type": "git", |
||
1140 | "url": "https://github.com/schmittjoh/serializer.git", |
||
1141 | "reference": "c8a171357ca92b6706e395c757f334902d430ea9" |
||
1142 | }, |
||
1143 | "dist": { |
||
1144 | "type": "zip", |
||
1145 | "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9", |
||
1146 | "reference": "c8a171357ca92b6706e395c757f334902d430ea9", |
||
1147 | "shasum": "" |
||
1148 | }, |
||
1149 | "require": { |
||
1150 | "doctrine/annotations": "1.*", |
||
1151 | "jms/metadata": "~1.1", |
||
1152 | "jms/parser-lib": "1.*", |
||
1153 | "php": ">=5.3.2", |
||
1154 | "phpcollection/phpcollection": "~0.1" |
||
1155 | }, |
||
1156 | "require-dev": { |
||
1157 | "doctrine/orm": "~2.1", |
||
1158 | "doctrine/phpcr-odm": "~1.0.1", |
||
1159 | "jackalope/jackalope-doctrine-dbal": "1.0.*", |
||
1160 | "propel/propel1": "~1.7", |
||
1161 | "symfony/filesystem": "2.*", |
||
1162 | "symfony/form": "~2.1", |
||
1163 | "symfony/translation": "~2.0", |
||
1164 | "symfony/validator": "~2.0", |
||
1165 | "symfony/yaml": "2.*", |
||
1166 | "twig/twig": ">=1.8,<2.0-dev" |
||
1167 | }, |
||
1168 | "suggest": { |
||
1169 | "symfony/yaml": "Required if you'd like to serialize data to YAML format." |
||
1170 | }, |
||
1171 | "type": "library", |
||
1172 | "extra": { |
||
1173 | "branch-alias": { |
||
1174 | "dev-master": "0.15-dev" |
||
1175 | } |
||
1176 | }, |
||
1177 | "autoload": { |
||
1178 | "psr-0": { |
||
1179 | "JMS\\Serializer": "src/" |
||
1180 | } |
||
1181 | }, |
||
1182 | "notification-url": "https://packagist.org/downloads/", |
||
1183 | "license": [ |
||
1184 | "Apache2" |
||
1185 | ], |
||
1186 | "authors": [ |
||
1187 | { |
||
1188 | "name": "Johannes Schmitt", |
||
1189 | "email": "[email protected]", |
||
1190 | "homepage": "https://github.com/schmittjoh", |
||
1191 | "role": "Developer of wrapped JMSSerializerBundle" |
||
1192 | } |
||
1193 | ], |
||
1194 | "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.", |
||
1195 | "homepage": "http://jmsyst.com/libs/serializer", |
||
1196 | "keywords": [ |
||
1197 | "deserialization", |
||
1198 | "jaxb", |
||
1199 | "json", |
||
1200 | "serialization", |
||
1201 | "xml" |
||
1202 | ], |
||
1203 | "time": "2014-03-18 08:39:00" |
||
1204 | }, |
||
1205 | { |
||
1206 | "name": "justinrainbow/json-schema", |
||
1207 | "version": "1.6.1", |
||
1208 | "source": { |
||
1209 | "type": "git", |
||
1210 | "url": "https://github.com/justinrainbow/json-schema.git", |
||
1211 | "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341" |
||
1212 | }, |
||
1213 | "dist": { |
||
1214 | "type": "zip", |
||
1215 | "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341", |
||
1216 | "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341", |
||
1217 | "shasum": "" |
||
1218 | }, |
||
1219 | "require": { |
||
1220 | "php": ">=5.3.29" |
||
1221 | }, |
||
1222 | "require-dev": { |
||
1223 | "json-schema/json-schema-test-suite": "1.1.0", |
||
1224 | "phpdocumentor/phpdocumentor": "~2", |
||
1225 | "phpunit/phpunit": "~3.7" |
||
1226 | }, |
||
1227 | "bin": [ |
||
1228 | "bin/validate-json" |
||
1229 | ], |
||
1230 | "type": "library", |
||
1231 | "extra": { |
||
1232 | "branch-alias": { |
||
1233 | "dev-master": "1.6.x-dev" |
||
1234 | } |
||
1235 | }, |
||
1236 | "autoload": { |
||
1237 | "psr-4": { |
||
1238 | "JsonSchema\\": "src/JsonSchema/" |
||
1239 | } |
||
1240 | }, |
||
1241 | "notification-url": "https://packagist.org/downloads/", |
||
1242 | "license": [ |
||
1243 | "BSD-3-Clause" |
||
1244 | ], |
||
1245 | "authors": [ |
||
1246 | { |
||
1247 | "name": "Bruno Prieto Reis", |
||
1248 | "email": "[email protected]" |
||
1249 | }, |
||
1250 | { |
||
1251 | "name": "Justin Rainbow", |
||
1252 | "email": "[email protected]" |
||
1253 | }, |
||
1254 | { |
||
1255 | "name": "Igor Wiedler", |
||
1256 | "email": "[email protected]" |
||
1257 | }, |
||
1258 | { |
||
1259 | "name": "Robert Schönthal", |
||
1260 | "email": "[email protected]" |
||
1261 | } |
||
1262 | ], |
||
1263 | "description": "A library to validate a json schema.", |
||
1264 | "homepage": "https://github.com/justinrainbow/json-schema", |
||
1265 | "keywords": [ |
||
1266 | "json", |
||
1267 | "schema" |
||
1268 | ], |
||
1269 | "time": "2016-01-25 15:43:01" |
||
1270 | }, |
||
1271 | { |
||
1272 | "name": "kherge/version", |
||
1273 | "version": "1.0.1", |
||
1274 | "source": { |
||
1275 | "type": "git", |
||
1276 | "url": "https://github.com/kherge-abandoned/Version.git", |
||
1277 | "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30" |
||
1278 | }, |
||
1279 | "dist": { |
||
1280 | "type": "zip", |
||
1281 | "url": "https://api.github.com/repos/kherge-abandoned/Version/zipball/f07cf83f8ce533be8f93d2893d96d674bbeb7e30", |
||
1282 | "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30", |
||
1283 | "shasum": "" |
||
1284 | }, |
||
1285 | "require": { |
||
1286 | "php": ">=5.3.3" |
||
1287 | }, |
||
1288 | "type": "library", |
||
1289 | "extra": { |
||
1290 | "branch-alias": { |
||
1291 | "dev-master": "1.0-dev" |
||
1292 | } |
||
1293 | }, |
||
1294 | "autoload": { |
||
1295 | "psr-0": { |
||
1296 | "KevinGH\\Version": "src/lib/" |
||
1297 | } |
||
1298 | }, |
||
1299 | "notification-url": "https://packagist.org/downloads/", |
||
1300 | "license": [ |
||
1301 | "MIT" |
||
1302 | ], |
||
1303 | "authors": [ |
||
1304 | { |
||
1305 | "name": "Kevin Herrera", |
||
1306 | "email": "[email protected]", |
||
1307 | "homepage": "http://www.kevingh.com/" |
||
1308 | } |
||
1309 | ], |
||
1310 | "description": "A parsing and comparison library for semantic versioning.", |
||
1311 | "homepage": "http://github.com/kherge/Version", |
||
1312 | "time": "2012-08-16 17:13:03" |
||
1313 | }, |
||
1314 | { |
||
1315 | "name": "monolog/monolog", |
||
1316 | "version": "1.17.2", |
||
1317 | "source": { |
||
1318 | "type": "git", |
||
1319 | "url": "https://github.com/Seldaek/monolog.git", |
||
1320 | "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24" |
||
1321 | }, |
||
1322 | "dist": { |
||
1323 | "type": "zip", |
||
1324 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24", |
||
1325 | "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24", |
||
1326 | "shasum": "" |
||
1327 | }, |
||
1328 | "require": { |
||
1329 | "php": ">=5.3.0", |
||
1330 | "psr/log": "~1.0" |
||
1331 | }, |
||
1332 | "provide": { |
||
1333 | "psr/log-implementation": "1.0.0" |
||
1334 | }, |
||
1335 | "require-dev": { |
||
1336 | "aws/aws-sdk-php": "^2.4.9", |
||
1337 | "doctrine/couchdb": "~1.0@dev", |
||
1338 | "graylog2/gelf-php": "~1.0", |
||
1339 | "jakub-onderka/php-parallel-lint": "0.9", |
||
1340 | "php-console/php-console": "^3.1.3", |
||
1341 | "phpunit/phpunit": "~4.5", |
||
1342 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
1343 | "raven/raven": "^0.13", |
||
1344 | "ruflin/elastica": ">=0.90 <3.0", |
||
1345 | "swiftmailer/swiftmailer": "~5.3", |
||
1346 | "videlalvaro/php-amqplib": "~2.4" |
||
1347 | }, |
||
1348 | "suggest": { |
||
1349 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
1350 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
1351 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
1352 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
1353 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
1354 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
1355 | "raven/raven": "Allow sending log messages to a Sentry server", |
||
1356 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
1357 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
1358 | "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib" |
||
1359 | }, |
||
1360 | "type": "library", |
||
1361 | "extra": { |
||
1362 | "branch-alias": { |
||
1363 | "dev-master": "1.16.x-dev" |
||
1364 | } |
||
1365 | }, |
||
1366 | "autoload": { |
||
1367 | "psr-4": { |
||
1368 | "Monolog\\": "src/Monolog" |
||
1369 | } |
||
1370 | }, |
||
1371 | "notification-url": "https://packagist.org/downloads/", |
||
1372 | "license": [ |
||
1373 | "MIT" |
||
1374 | ], |
||
1375 | "authors": [ |
||
1376 | { |
||
1377 | "name": "Jordi Boggiano", |
||
1378 | "email": "[email protected]", |
||
1379 | "homepage": "http://seld.be" |
||
1380 | } |
||
1381 | ], |
||
1382 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
1383 | "homepage": "http://github.com/Seldaek/monolog", |
||
1384 | "keywords": [ |
||
1385 | "log", |
||
1386 | "logging", |
||
1387 | "psr-3" |
||
1388 | ], |
||
1389 | "time": "2015-10-14 12:51:02" |
||
1390 | }, |
||
1391 | { |
||
1392 | "name": "nikic/php-parser", |
||
1393 | "version": "v0.9.5", |
||
1394 | "source": { |
||
1395 | "type": "git", |
||
1396 | "url": "https://github.com/nikic/PHP-Parser.git", |
||
1397 | "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb" |
||
1398 | }, |
||
1399 | "dist": { |
||
1400 | "type": "zip", |
||
1401 | "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ef70767475434bdb3615b43c327e2cae17ef12eb", |
||
1402 | "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb", |
||
1403 | "shasum": "" |
||
1404 | }, |
||
1405 | "require": { |
||
1406 | "ext-tokenizer": "*", |
||
1407 | "php": ">=5.2" |
||
1408 | }, |
||
1409 | "type": "library", |
||
1410 | "extra": { |
||
1411 | "branch-alias": { |
||
1412 | "dev-master": "0.9-dev" |
||
1413 | } |
||
1414 | }, |
||
1415 | "autoload": { |
||
1416 | "psr-0": { |
||
1417 | "PHPParser": "lib/" |
||
1418 | } |
||
1419 | }, |
||
1420 | "notification-url": "https://packagist.org/downloads/", |
||
1421 | "license": [ |
||
1422 | "BSD-3-Clause" |
||
1423 | ], |
||
1424 | "authors": [ |
||
1425 | { |
||
1426 | "name": "Nikita Popov" |
||
1427 | } |
||
1428 | ], |
||
1429 | "description": "A PHP parser written in PHP", |
||
1430 | "keywords": [ |
||
1431 | "parser", |
||
1432 | "php" |
||
1433 | ], |
||
1434 | "time": "2014-07-23 18:24:17" |
||
1435 | }, |
||
1436 | { |
||
1437 | "name": "pdepend/pdepend", |
||
1438 | "version": "2.2.0", |
||
1439 | "source": { |
||
1440 | "type": "git", |
||
1441 | "url": "https://github.com/pdepend/pdepend.git", |
||
1442 | "reference": "eceacb580af64e9039b274a1e9c6997fc69756c7" |
||
1443 | }, |
||
1444 | "dist": { |
||
1445 | "type": "zip", |
||
1446 | "url": "https://api.github.com/repos/pdepend/pdepend/zipball/eceacb580af64e9039b274a1e9c6997fc69756c7", |
||
1447 | "reference": "eceacb580af64e9039b274a1e9c6997fc69756c7", |
||
1448 | "shasum": "" |
||
1449 | }, |
||
1450 | "require": { |
||
1451 | "symfony/config": ">=2.4", |
||
1452 | "symfony/dependency-injection": ">=2.4", |
||
1453 | "symfony/filesystem": ">=2.4" |
||
1454 | }, |
||
1455 | "require-dev": { |
||
1456 | "phpunit/phpunit": "4.*@stable", |
||
1457 | "squizlabs/php_codesniffer": "@stable" |
||
1458 | }, |
||
1459 | "bin": [ |
||
1460 | "src/bin/pdepend" |
||
1461 | ], |
||
1462 | "type": "library", |
||
1463 | "autoload": { |
||
1464 | "psr-0": { |
||
1465 | "PDepend\\": "src/main/php/" |
||
1466 | } |
||
1467 | }, |
||
1468 | "notification-url": "https://packagist.org/downloads/", |
||
1469 | "license": [ |
||
1470 | "BSD-3-Clause" |
||
1471 | ], |
||
1472 | "description": "Official version of pdepend to be handled with Composer", |
||
1473 | "time": "2015-09-20 20:30:27" |
||
1474 | }, |
||
1475 | { |
||
1476 | "name": "phpcollection/phpcollection", |
||
1477 | "version": "0.4.0", |
||
1478 | "source": { |
||
1479 | "type": "git", |
||
1480 | "url": "https://github.com/schmittjoh/php-collection.git", |
||
1481 | "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83" |
||
1482 | }, |
||
1483 | "dist": { |
||
1484 | "type": "zip", |
||
1485 | "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83", |
||
1486 | "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83", |
||
1487 | "shasum": "" |
||
1488 | }, |
||
1489 | "require": { |
||
1490 | "phpoption/phpoption": "1.*" |
||
1491 | }, |
||
1492 | "type": "library", |
||
1493 | "extra": { |
||
1494 | "branch-alias": { |
||
1495 | "dev-master": "0.3-dev" |
||
1496 | } |
||
1497 | }, |
||
1498 | "autoload": { |
||
1499 | "psr-0": { |
||
1500 | "PhpCollection": "src/" |
||
1501 | } |
||
1502 | }, |
||
1503 | "notification-url": "https://packagist.org/downloads/", |
||
1504 | "license": [ |
||
1505 | "Apache2" |
||
1506 | ], |
||
1507 | "authors": [ |
||
1508 | { |
||
1509 | "name": "Johannes Schmitt", |
||
1510 | "email": "[email protected]", |
||
1511 | "homepage": "https://github.com/schmittjoh", |
||
1512 | "role": "Developer of wrapped JMSSerializerBundle" |
||
1513 | } |
||
1514 | ], |
||
1515 | "description": "General-Purpose Collection Library for PHP", |
||
1516 | "keywords": [ |
||
1517 | "collection", |
||
1518 | "list", |
||
1519 | "map", |
||
1520 | "sequence", |
||
1521 | "set" |
||
1522 | ], |
||
1523 | "time": "2014-03-11 13:46:42" |
||
1524 | }, |
||
1525 | { |
||
1526 | "name": "phpdocumentor/fileset", |
||
1527 | "version": "1.0.0", |
||
1528 | "source": { |
||
1529 | "type": "git", |
||
1530 | "url": "https://github.com/phpDocumentor/Fileset.git", |
||
1531 | "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0" |
||
1532 | }, |
||
1533 | "dist": { |
||
1534 | "type": "zip", |
||
1535 | "url": "https://api.github.com/repos/phpDocumentor/Fileset/zipball/bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0", |
||
1536 | "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0", |
||
1537 | "shasum": "" |
||
1538 | }, |
||
1539 | "require": { |
||
1540 | "php": ">=5.3.3", |
||
1541 | "symfony/finder": "~2.1" |
||
1542 | }, |
||
1543 | "require-dev": { |
||
1544 | "phpunit/phpunit": "~3.7" |
||
1545 | }, |
||
1546 | "type": "library", |
||
1547 | "autoload": { |
||
1548 | "psr-0": { |
||
1549 | "phpDocumentor": [ |
||
1550 | "src/", |
||
1551 | "tests/unit/" |
||
1552 | ] |
||
1553 | } |
||
1554 | }, |
||
1555 | "notification-url": "https://packagist.org/downloads/", |
||
1556 | "license": [ |
||
1557 | "MIT" |
||
1558 | ], |
||
1559 | "description": "Fileset component for collecting a set of files given directories and file paths", |
||
1560 | "homepage": "http://www.phpdoc.org", |
||
1561 | "keywords": [ |
||
1562 | "files", |
||
1563 | "fileset", |
||
1564 | "phpdoc" |
||
1565 | ], |
||
1566 | "time": "2013-08-06 21:07:42" |
||
1567 | }, |
||
1568 | { |
||
1569 | "name": "phpdocumentor/graphviz", |
||
1570 | "version": "1.0.3", |
||
1571 | "source": { |
||
1572 | "type": "git", |
||
1573 | "url": "https://github.com/phpDocumentor/GraphViz.git", |
||
1574 | "reference": "aa243118c8a055fc853c02802e8503c5435862f7" |
||
1575 | }, |
||
1576 | "dist": { |
||
1577 | "type": "zip", |
||
1578 | "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/aa243118c8a055fc853c02802e8503c5435862f7", |
||
1579 | "reference": "aa243118c8a055fc853c02802e8503c5435862f7", |
||
1580 | "shasum": "" |
||
1581 | }, |
||
1582 | "require": { |
||
1583 | "php": ">=5.3.3" |
||
1584 | }, |
||
1585 | "require-dev": { |
||
1586 | "phpunit/phpunit": "~3.7" |
||
1587 | }, |
||
1588 | "type": "library", |
||
1589 | "autoload": { |
||
1590 | "psr-0": { |
||
1591 | "phpDocumentor": [ |
||
1592 | "src/", |
||
1593 | "tests/unit" |
||
1594 | ] |
||
1595 | } |
||
1596 | }, |
||
1597 | "notification-url": "https://packagist.org/downloads/", |
||
1598 | "license": [ |
||
1599 | "MIT" |
||
1600 | ], |
||
1601 | "authors": [ |
||
1602 | { |
||
1603 | "name": "Mike van Riel", |
||
1604 | "email": "[email protected]" |
||
1605 | } |
||
1606 | ], |
||
1607 | "time": "2014-07-19 06:52:59" |
||
1608 | }, |
||
1609 | { |
||
1610 | "name": "phpdocumentor/phpdocumentor", |
||
1611 | "version": "v2.8.5", |
||
1612 | "source": { |
||
1613 | "type": "git", |
||
1614 | "url": "https://github.com/phpDocumentor/phpDocumentor2.git", |
||
1615 | "reference": "adfb4affa80e8cc0134616f2d2d264dd25c243eb" |
||
1616 | }, |
||
1617 | "dist": { |
||
1618 | "type": "zip", |
||
1619 | "url": "https://api.github.com/repos/phpDocumentor/phpDocumentor2/zipball/adfb4affa80e8cc0134616f2d2d264dd25c243eb", |
||
1620 | "reference": "adfb4affa80e8cc0134616f2d2d264dd25c243eb", |
||
1621 | "shasum": "" |
||
1622 | }, |
||
1623 | "require": { |
||
1624 | "cilex/cilex": "~1.0", |
||
1625 | "erusev/parsedown": "~1.0", |
||
1626 | "herrera-io/phar-update": "1.0.3", |
||
1627 | "jms/serializer": "~0.12", |
||
1628 | "monolog/monolog": "~1.6", |
||
1629 | "php": ">=5.3.3", |
||
1630 | "phpdocumentor/fileset": "~1.0", |
||
1631 | "phpdocumentor/graphviz": "~1.0", |
||
1632 | "phpdocumentor/reflection": "~1.0", |
||
1633 | "phpdocumentor/reflection-docblock": "~2.0", |
||
1634 | "symfony/config": "~2.3", |
||
1635 | "symfony/console": "~2.3", |
||
1636 | "symfony/event-dispatcher": "~2.1", |
||
1637 | "symfony/process": "~2.0", |
||
1638 | "symfony/stopwatch": "~2.3", |
||
1639 | "symfony/validator": "~2.2", |
||
1640 | "twig/twig": "~1.3", |
||
1641 | "zendframework/zend-cache": "~2.1", |
||
1642 | "zendframework/zend-config": "~2.1", |
||
1643 | "zendframework/zend-filter": "~2.1", |
||
1644 | "zendframework/zend-i18n": "~2.1", |
||
1645 | "zendframework/zend-serializer": "~2.1", |
||
1646 | "zendframework/zend-servicemanager": "~2.1", |
||
1647 | "zendframework/zend-stdlib": "~2.1", |
||
1648 | "zetacomponents/document": ">=1.3.1" |
||
1649 | }, |
||
1650 | "require-dev": { |
||
1651 | "behat/behat": "~3.0", |
||
1652 | "mikey179/vfsstream": "~1.2", |
||
1653 | "mockery/mockery": "~0.9@dev", |
||
1654 | "phpunit/phpunit": "~4.0", |
||
1655 | "squizlabs/php_codesniffer": "~1.4", |
||
1656 | "symfony/expression-language": "~2.4" |
||
1657 | }, |
||
1658 | "suggest": { |
||
1659 | "ext-twig": "Enabling the twig extension improves the generation of twig based templates.", |
||
1660 | "ext-xslcache": "Enabling the XSLCache extension improves the generation of xml based templates." |
||
1661 | }, |
||
1662 | "bin": [ |
||
1663 | "bin/phpdoc.php", |
||
1664 | "bin/phpdoc" |
||
1665 | ], |
||
1666 | "type": "library", |
||
1667 | "extra": { |
||
1668 | "branch-alias": { |
||
1669 | "dev-develop": "2.9-dev" |
||
1670 | } |
||
1671 | }, |
||
1672 | "autoload": { |
||
1673 | "psr-0": { |
||
1674 | "phpDocumentor": [ |
||
1675 | "src/", |
||
1676 | "tests/unit/" |
||
1677 | ], |
||
1678 | "Cilex\\Provider": [ |
||
1679 | "src/" |
||
1680 | ] |
||
1681 | } |
||
1682 | }, |
||
1683 | "notification-url": "https://packagist.org/downloads/", |
||
1684 | "license": [ |
||
1685 | "MIT" |
||
1686 | ], |
||
1687 | "description": "Documentation Generator for PHP", |
||
1688 | "homepage": "http://www.phpdoc.org", |
||
1689 | "keywords": [ |
||
1690 | "api", |
||
1691 | "application", |
||
1692 | "dga", |
||
1693 | "documentation", |
||
1694 | "phpdoc" |
||
1695 | ], |
||
1696 | "time": "2015-07-28 06:36:40" |
||
1697 | }, |
||
1698 | { |
||
1699 | "name": "phpdocumentor/reflection", |
||
1700 | "version": "1.0.7", |
||
1701 | "source": { |
||
1702 | "type": "git", |
||
1703 | "url": "https://github.com/phpDocumentor/Reflection.git", |
||
1704 | "reference": "fc40c3f604ac2287eb5c314174d5109b2c699372" |
||
1705 | }, |
||
1706 | "dist": { |
||
1707 | "type": "zip", |
||
1708 | "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/fc40c3f604ac2287eb5c314174d5109b2c699372", |
||
1709 | "reference": "fc40c3f604ac2287eb5c314174d5109b2c699372", |
||
1710 | "shasum": "" |
||
1711 | }, |
||
1712 | "require": { |
||
1713 | "nikic/php-parser": "~0.9.4", |
||
1714 | "php": ">=5.3.3", |
||
1715 | "phpdocumentor/reflection-docblock": "~2.0", |
||
1716 | "psr/log": "~1.0" |
||
1717 | }, |
||
1718 | "require-dev": { |
||
1719 | "behat/behat": "~2.4", |
||
1720 | "mockery/mockery": "~0.8", |
||
1721 | "phpunit/phpunit": "~4.0" |
||
1722 | }, |
||
1723 | "type": "library", |
||
1724 | "extra": { |
||
1725 | "branch-alias": { |
||
1726 | "dev-master": "1.0.x-dev" |
||
1727 | } |
||
1728 | }, |
||
1729 | "autoload": { |
||
1730 | "psr-0": { |
||
1731 | "phpDocumentor": [ |
||
1732 | "src/", |
||
1733 | "tests/unit/", |
||
1734 | "tests/mocks/" |
||
1735 | ] |
||
1736 | } |
||
1737 | }, |
||
1738 | "notification-url": "https://packagist.org/downloads/", |
||
1739 | "license": [ |
||
1740 | "MIT" |
||
1741 | ], |
||
1742 | "description": "Reflection library to do Static Analysis for PHP Projects", |
||
1743 | "homepage": "http://www.phpdoc.org", |
||
1744 | "keywords": [ |
||
1745 | "phpDocumentor", |
||
1746 | "phpdoc", |
||
1747 | "reflection", |
||
1748 | "static analysis" |
||
1749 | ], |
||
1750 | "time": "2014-11-14 11:43:04" |
||
1751 | }, |
||
1752 | { |
||
1753 | "name": "phpdocumentor/reflection-docblock", |
||
1754 | "version": "2.0.4", |
||
1755 | "source": { |
||
1756 | "type": "git", |
||
1757 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
1758 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" |
||
1759 | }, |
||
1760 | "dist": { |
||
1761 | "type": "zip", |
||
1762 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
1763 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
1764 | "shasum": "" |
||
1765 | }, |
||
1766 | "require": { |
||
1767 | "php": ">=5.3.3" |
||
1768 | }, |
||
1769 | "require-dev": { |
||
1770 | "phpunit/phpunit": "~4.0" |
||
1771 | }, |
||
1772 | "suggest": { |
||
1773 | "dflydev/markdown": "~1.0", |
||
1774 | "erusev/parsedown": "~1.0" |
||
1775 | }, |
||
1776 | "type": "library", |
||
1777 | "extra": { |
||
1778 | "branch-alias": { |
||
1779 | "dev-master": "2.0.x-dev" |
||
1780 | } |
||
1781 | }, |
||
1782 | "autoload": { |
||
1783 | "psr-0": { |
||
1784 | "phpDocumentor": [ |
||
1785 | "src/" |
||
1786 | ] |
||
1787 | } |
||
1788 | }, |
||
1789 | "notification-url": "https://packagist.org/downloads/", |
||
1790 | "license": [ |
||
1791 | "MIT" |
||
1792 | ], |
||
1793 | "authors": [ |
||
1794 | { |
||
1795 | "name": "Mike van Riel", |
||
1796 | "email": "[email protected]" |
||
1797 | } |
||
1798 | ], |
||
1799 | "time": "2015-02-03 12:10:50" |
||
1800 | }, |
||
1801 | { |
||
1802 | "name": "phpmd/phpmd", |
||
1803 | "version": "2.3.2", |
||
1804 | "source": { |
||
1805 | "type": "git", |
||
1806 | "url": "https://github.com/phpmd/phpmd.git", |
||
1807 | "reference": "08b5bcd454a7148579b68931fc500d824afd3bb5" |
||
1808 | }, |
||
1809 | "dist": { |
||
1810 | "type": "zip", |
||
1811 | "url": "https://api.github.com/repos/phpmd/phpmd/zipball/08b5bcd454a7148579b68931fc500d824afd3bb5", |
||
1812 | "reference": "08b5bcd454a7148579b68931fc500d824afd3bb5", |
||
1813 | "shasum": "" |
||
1814 | }, |
||
1815 | "require": { |
||
1816 | "pdepend/pdepend": "~2.0", |
||
1817 | "php": ">=5.3.0" |
||
1818 | }, |
||
1819 | "require-dev": { |
||
1820 | "phpunit/phpunit": "^4.0", |
||
1821 | "squizlabs/php_codesniffer": "^2.0" |
||
1822 | }, |
||
1823 | "bin": [ |
||
1824 | "src/bin/phpmd" |
||
1825 | ], |
||
1826 | "type": "project", |
||
1827 | "autoload": { |
||
1828 | "psr-0": { |
||
1829 | "PHPMD\\": "src/main/php" |
||
1830 | } |
||
1831 | }, |
||
1832 | "notification-url": "https://packagist.org/downloads/", |
||
1833 | "license": [ |
||
1834 | "BSD-3-Clause" |
||
1835 | ], |
||
1836 | "authors": [ |
||
1837 | { |
||
1838 | "name": "Manuel Pichler", |
||
1839 | "email": "[email protected]", |
||
1840 | "homepage": "https://github.com/manuelpichler", |
||
1841 | "role": "Project founder" |
||
1842 | }, |
||
1843 | { |
||
1844 | "name": "Other contributors", |
||
1845 | "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", |
||
1846 | "role": "Contributors" |
||
1847 | }, |
||
1848 | { |
||
1849 | "name": "Marc Würth", |
||
1850 | "email": "[email protected]", |
||
1851 | "homepage": "https://github.com/ravage84", |
||
1852 | "role": "Project Maintainer" |
||
1853 | } |
||
1854 | ], |
||
1855 | "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", |
||
1856 | "homepage": "http://phpmd.org/", |
||
1857 | "keywords": [ |
||
1858 | "mess detection", |
||
1859 | "mess detector", |
||
1860 | "pdepend", |
||
1861 | "phpmd", |
||
1862 | "pmd" |
||
1863 | ], |
||
1864 | "time": "2015-09-24 14:37:49" |
||
1865 | }, |
||
1866 | { |
||
1867 | "name": "phpoption/phpoption", |
||
1868 | "version": "1.5.0", |
||
1869 | "source": { |
||
1870 | "type": "git", |
||
1871 | "url": "https://github.com/schmittjoh/php-option.git", |
||
1872 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" |
||
1873 | }, |
||
1874 | "dist": { |
||
1875 | "type": "zip", |
||
1876 | "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
1877 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
1878 | "shasum": "" |
||
1879 | }, |
||
1880 | "require": { |
||
1881 | "php": ">=5.3.0" |
||
1882 | }, |
||
1883 | "require-dev": { |
||
1884 | "phpunit/phpunit": "4.7.*" |
||
1885 | }, |
||
1886 | "type": "library", |
||
1887 | "extra": { |
||
1888 | "branch-alias": { |
||
1889 | "dev-master": "1.3-dev" |
||
1890 | } |
||
1891 | }, |
||
1892 | "autoload": { |
||
1893 | "psr-0": { |
||
1894 | "PhpOption\\": "src/" |
||
1895 | } |
||
1896 | }, |
||
1897 | "notification-url": "https://packagist.org/downloads/", |
||
1898 | "license": [ |
||
1899 | "Apache2" |
||
1900 | ], |
||
1901 | "authors": [ |
||
1902 | { |
||
1903 | "name": "Johannes M. Schmitt", |
||
1904 | "email": "[email protected]" |
||
1905 | } |
||
1906 | ], |
||
1907 | "description": "Option Type for PHP", |
||
1908 | "keywords": [ |
||
1909 | "language", |
||
1910 | "option", |
||
1911 | "php", |
||
1912 | "type" |
||
1913 | ], |
||
1914 | "time": "2015-07-25 16:39:46" |
||
1915 | }, |
||
1916 | { |
||
1917 | "name": "phpspec/prophecy", |
||
1918 | "version": "v1.5.0", |
||
1919 | "source": { |
||
1920 | "type": "git", |
||
1921 | "url": "https://github.com/phpspec/prophecy.git", |
||
1922 | "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7" |
||
1923 | }, |
||
1924 | "dist": { |
||
1925 | "type": "zip", |
||
1926 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7", |
||
1927 | "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7", |
||
1928 | "shasum": "" |
||
1929 | }, |
||
1930 | "require": { |
||
1931 | "doctrine/instantiator": "^1.0.2", |
||
1932 | "phpdocumentor/reflection-docblock": "~2.0", |
||
1933 | "sebastian/comparator": "~1.1" |
||
1934 | }, |
||
1935 | "require-dev": { |
||
1936 | "phpspec/phpspec": "~2.0" |
||
1937 | }, |
||
1938 | "type": "library", |
||
1939 | "extra": { |
||
1940 | "branch-alias": { |
||
1941 | "dev-master": "1.4.x-dev" |
||
1942 | } |
||
1943 | }, |
||
1944 | "autoload": { |
||
1945 | "psr-0": { |
||
1946 | "Prophecy\\": "src/" |
||
1947 | } |
||
1948 | }, |
||
1949 | "notification-url": "https://packagist.org/downloads/", |
||
1950 | "license": [ |
||
1951 | "MIT" |
||
1952 | ], |
||
1953 | "authors": [ |
||
1954 | { |
||
1955 | "name": "Konstantin Kudryashov", |
||
1956 | "email": "[email protected]", |
||
1957 | "homepage": "http://everzet.com" |
||
1958 | }, |
||
1959 | { |
||
1960 | "name": "Marcello Duarte", |
||
1961 | "email": "[email protected]" |
||
1962 | } |
||
1963 | ], |
||
1964 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
1965 | "homepage": "https://github.com/phpspec/prophecy", |
||
1966 | "keywords": [ |
||
1967 | "Double", |
||
1968 | "Dummy", |
||
1969 | "fake", |
||
1970 | "mock", |
||
1971 | "spy", |
||
1972 | "stub" |
||
1973 | ], |
||
1974 | "time": "2015-08-13 10:07:40" |
||
1975 | }, |
||
1976 | { |
||
1977 | "name": "phpunit/php-code-coverage", |
||
1978 | "version": "2.2.4", |
||
1979 | "source": { |
||
1980 | "type": "git", |
||
1981 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
1982 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" |
||
1983 | }, |
||
1984 | "dist": { |
||
1985 | "type": "zip", |
||
1986 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
1987 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
1988 | "shasum": "" |
||
1989 | }, |
||
1990 | "require": { |
||
1991 | "php": ">=5.3.3", |
||
1992 | "phpunit/php-file-iterator": "~1.3", |
||
1993 | "phpunit/php-text-template": "~1.2", |
||
1994 | "phpunit/php-token-stream": "~1.3", |
||
1995 | "sebastian/environment": "^1.3.2", |
||
1996 | "sebastian/version": "~1.0" |
||
1997 | }, |
||
1998 | "require-dev": { |
||
1999 | "ext-xdebug": ">=2.1.4", |
||
2000 | "phpunit/phpunit": "~4" |
||
2001 | }, |
||
2002 | "suggest": { |
||
2003 | "ext-dom": "*", |
||
2004 | "ext-xdebug": ">=2.2.1", |
||
2005 | "ext-xmlwriter": "*" |
||
2006 | }, |
||
2007 | "type": "library", |
||
2008 | "extra": { |
||
2009 | "branch-alias": { |
||
2010 | "dev-master": "2.2.x-dev" |
||
2011 | } |
||
2012 | }, |
||
2013 | "autoload": { |
||
2014 | "classmap": [ |
||
2015 | "src/" |
||
2016 | ] |
||
2017 | }, |
||
2018 | "notification-url": "https://packagist.org/downloads/", |
||
2019 | "license": [ |
||
2020 | "BSD-3-Clause" |
||
2021 | ], |
||
2022 | "authors": [ |
||
2023 | { |
||
2024 | "name": "Sebastian Bergmann", |
||
2025 | "email": "[email protected]", |
||
2026 | "role": "lead" |
||
2027 | } |
||
2028 | ], |
||
2029 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
2030 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
2031 | "keywords": [ |
||
2032 | "coverage", |
||
2033 | "testing", |
||
2034 | "xunit" |
||
2035 | ], |
||
2036 | "time": "2015-10-06 15:47:00" |
||
2037 | }, |
||
2038 | { |
||
2039 | "name": "phpunit/php-file-iterator", |
||
2040 | "version": "1.4.1", |
||
2041 | "source": { |
||
2042 | "type": "git", |
||
2043 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
2044 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
2045 | }, |
||
2046 | "dist": { |
||
2047 | "type": "zip", |
||
2048 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
2049 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
2050 | "shasum": "" |
||
2051 | }, |
||
2052 | "require": { |
||
2053 | "php": ">=5.3.3" |
||
2054 | }, |
||
2055 | "type": "library", |
||
2056 | "extra": { |
||
2057 | "branch-alias": { |
||
2058 | "dev-master": "1.4.x-dev" |
||
2059 | } |
||
2060 | }, |
||
2061 | "autoload": { |
||
2062 | "classmap": [ |
||
2063 | "src/" |
||
2064 | ] |
||
2065 | }, |
||
2066 | "notification-url": "https://packagist.org/downloads/", |
||
2067 | "license": [ |
||
2068 | "BSD-3-Clause" |
||
2069 | ], |
||
2070 | "authors": [ |
||
2071 | { |
||
2072 | "name": "Sebastian Bergmann", |
||
2073 | "email": "[email protected]", |
||
2074 | "role": "lead" |
||
2075 | } |
||
2076 | ], |
||
2077 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
2078 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
2079 | "keywords": [ |
||
2080 | "filesystem", |
||
2081 | "iterator" |
||
2082 | ], |
||
2083 | "time": "2015-06-21 13:08:43" |
||
2084 | }, |
||
2085 | { |
||
2086 | "name": "phpunit/php-text-template", |
||
2087 | "version": "1.2.1", |
||
2088 | "source": { |
||
2089 | "type": "git", |
||
2090 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
2091 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
2092 | }, |
||
2093 | "dist": { |
||
2094 | "type": "zip", |
||
2095 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
2096 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
2097 | "shasum": "" |
||
2098 | }, |
||
2099 | "require": { |
||
2100 | "php": ">=5.3.3" |
||
2101 | }, |
||
2102 | "type": "library", |
||
2103 | "autoload": { |
||
2104 | "classmap": [ |
||
2105 | "src/" |
||
2106 | ] |
||
2107 | }, |
||
2108 | "notification-url": "https://packagist.org/downloads/", |
||
2109 | "license": [ |
||
2110 | "BSD-3-Clause" |
||
2111 | ], |
||
2112 | "authors": [ |
||
2113 | { |
||
2114 | "name": "Sebastian Bergmann", |
||
2115 | "email": "[email protected]", |
||
2116 | "role": "lead" |
||
2117 | } |
||
2118 | ], |
||
2119 | "description": "Simple template engine.", |
||
2120 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
2121 | "keywords": [ |
||
2122 | "template" |
||
2123 | ], |
||
2124 | "time": "2015-06-21 13:50:34" |
||
2125 | }, |
||
2126 | { |
||
2127 | "name": "phpunit/php-timer", |
||
2128 | "version": "1.0.7", |
||
2129 | "source": { |
||
2130 | "type": "git", |
||
2131 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
2132 | "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" |
||
2133 | }, |
||
2134 | "dist": { |
||
2135 | "type": "zip", |
||
2136 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b", |
||
2137 | "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", |
||
2138 | "shasum": "" |
||
2139 | }, |
||
2140 | "require": { |
||
2141 | "php": ">=5.3.3" |
||
2142 | }, |
||
2143 | "type": "library", |
||
2144 | "autoload": { |
||
2145 | "classmap": [ |
||
2146 | "src/" |
||
2147 | ] |
||
2148 | }, |
||
2149 | "notification-url": "https://packagist.org/downloads/", |
||
2150 | "license": [ |
||
2151 | "BSD-3-Clause" |
||
2152 | ], |
||
2153 | "authors": [ |
||
2154 | { |
||
2155 | "name": "Sebastian Bergmann", |
||
2156 | "email": "[email protected]", |
||
2157 | "role": "lead" |
||
2158 | } |
||
2159 | ], |
||
2160 | "description": "Utility class for timing", |
||
2161 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
2162 | "keywords": [ |
||
2163 | "timer" |
||
2164 | ], |
||
2165 | "time": "2015-06-21 08:01:12" |
||
2166 | }, |
||
2167 | { |
||
2168 | "name": "phpunit/php-token-stream", |
||
2169 | "version": "1.4.8", |
||
2170 | "source": { |
||
2171 | "type": "git", |
||
2172 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
2173 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" |
||
2174 | }, |
||
2175 | "dist": { |
||
2176 | "type": "zip", |
||
2177 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
2178 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
2179 | "shasum": "" |
||
2180 | }, |
||
2181 | "require": { |
||
2182 | "ext-tokenizer": "*", |
||
2183 | "php": ">=5.3.3" |
||
2184 | }, |
||
2185 | "require-dev": { |
||
2186 | "phpunit/phpunit": "~4.2" |
||
2187 | }, |
||
2188 | "type": "library", |
||
2189 | "extra": { |
||
2190 | "branch-alias": { |
||
2191 | "dev-master": "1.4-dev" |
||
2192 | } |
||
2193 | }, |
||
2194 | "autoload": { |
||
2195 | "classmap": [ |
||
2196 | "src/" |
||
2197 | ] |
||
2198 | }, |
||
2199 | "notification-url": "https://packagist.org/downloads/", |
||
2200 | "license": [ |
||
2201 | "BSD-3-Clause" |
||
2202 | ], |
||
2203 | "authors": [ |
||
2204 | { |
||
2205 | "name": "Sebastian Bergmann", |
||
2206 | "email": "[email protected]" |
||
2207 | } |
||
2208 | ], |
||
2209 | "description": "Wrapper around PHP's tokenizer extension.", |
||
2210 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
2211 | "keywords": [ |
||
2212 | "tokenizer" |
||
2213 | ], |
||
2214 | "time": "2015-09-15 10:49:45" |
||
2215 | }, |
||
2216 | { |
||
2217 | "name": "phpunit/phpunit", |
||
2218 | "version": "4.8.23", |
||
2219 | "source": { |
||
2220 | "type": "git", |
||
2221 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
2222 | "reference": "6e351261f9cd33daf205a131a1ba61c6d33bd483" |
||
2223 | }, |
||
2224 | "dist": { |
||
2225 | "type": "zip", |
||
2226 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6e351261f9cd33daf205a131a1ba61c6d33bd483", |
||
2227 | "reference": "6e351261f9cd33daf205a131a1ba61c6d33bd483", |
||
2228 | "shasum": "" |
||
2229 | }, |
||
2230 | "require": { |
||
2231 | "ext-dom": "*", |
||
2232 | "ext-json": "*", |
||
2233 | "ext-pcre": "*", |
||
2234 | "ext-reflection": "*", |
||
2235 | "ext-spl": "*", |
||
2236 | "php": ">=5.3.3", |
||
2237 | "phpspec/prophecy": "^1.3.1", |
||
2238 | "phpunit/php-code-coverage": "~2.1", |
||
2239 | "phpunit/php-file-iterator": "~1.4", |
||
2240 | "phpunit/php-text-template": "~1.2", |
||
2241 | "phpunit/php-timer": ">=1.0.6", |
||
2242 | "phpunit/phpunit-mock-objects": "~2.3", |
||
2243 | "sebastian/comparator": "~1.1", |
||
2244 | "sebastian/diff": "~1.2", |
||
2245 | "sebastian/environment": "~1.3", |
||
2246 | "sebastian/exporter": "~1.2", |
||
2247 | "sebastian/global-state": "~1.0", |
||
2248 | "sebastian/version": "~1.0", |
||
2249 | "symfony/yaml": "~2.1|~3.0" |
||
2250 | }, |
||
2251 | "suggest": { |
||
2252 | "phpunit/php-invoker": "~1.1" |
||
2253 | }, |
||
2254 | "bin": [ |
||
2255 | "phpunit" |
||
2256 | ], |
||
2257 | "type": "library", |
||
2258 | "extra": { |
||
2259 | "branch-alias": { |
||
2260 | "dev-master": "4.8.x-dev" |
||
2261 | } |
||
2262 | }, |
||
2263 | "autoload": { |
||
2264 | "classmap": [ |
||
2265 | "src/" |
||
2266 | ] |
||
2267 | }, |
||
2268 | "notification-url": "https://packagist.org/downloads/", |
||
2269 | "license": [ |
||
2270 | "BSD-3-Clause" |
||
2271 | ], |
||
2272 | "authors": [ |
||
2273 | { |
||
2274 | "name": "Sebastian Bergmann", |
||
2275 | "email": "[email protected]", |
||
2276 | "role": "lead" |
||
2277 | } |
||
2278 | ], |
||
2279 | "description": "The PHP Unit Testing framework.", |
||
2280 | "homepage": "https://phpunit.de/", |
||
2281 | "keywords": [ |
||
2282 | "phpunit", |
||
2283 | "testing", |
||
2284 | "xunit" |
||
2285 | ], |
||
2286 | "time": "2016-02-11 14:56:33" |
||
2287 | }, |
||
2288 | { |
||
2289 | "name": "phpunit/phpunit-mock-objects", |
||
2290 | "version": "2.3.8", |
||
2291 | "source": { |
||
2292 | "type": "git", |
||
2293 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
2294 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" |
||
2295 | }, |
||
2296 | "dist": { |
||
2297 | "type": "zip", |
||
2298 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
2299 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
2300 | "shasum": "" |
||
2301 | }, |
||
2302 | "require": { |
||
2303 | "doctrine/instantiator": "^1.0.2", |
||
2304 | "php": ">=5.3.3", |
||
2305 | "phpunit/php-text-template": "~1.2", |
||
2306 | "sebastian/exporter": "~1.2" |
||
2307 | }, |
||
2308 | "require-dev": { |
||
2309 | "phpunit/phpunit": "~4.4" |
||
2310 | }, |
||
2311 | "suggest": { |
||
2312 | "ext-soap": "*" |
||
2313 | }, |
||
2314 | "type": "library", |
||
2315 | "extra": { |
||
2316 | "branch-alias": { |
||
2317 | "dev-master": "2.3.x-dev" |
||
2318 | } |
||
2319 | }, |
||
2320 | "autoload": { |
||
2321 | "classmap": [ |
||
2322 | "src/" |
||
2323 | ] |
||
2324 | }, |
||
2325 | "notification-url": "https://packagist.org/downloads/", |
||
2326 | "license": [ |
||
2327 | "BSD-3-Clause" |
||
2328 | ], |
||
2329 | "authors": [ |
||
2330 | { |
||
2331 | "name": "Sebastian Bergmann", |
||
2332 | "email": "[email protected]", |
||
2333 | "role": "lead" |
||
2334 | } |
||
2335 | ], |
||
2336 | "description": "Mock Object library for PHPUnit", |
||
2337 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
2338 | "keywords": [ |
||
2339 | "mock", |
||
2340 | "xunit" |
||
2341 | ], |
||
2342 | "time": "2015-10-02 06:51:40" |
||
2343 | }, |
||
2344 | { |
||
2345 | "name": "pimple/pimple", |
||
2346 | "version": "v1.1.1", |
||
2347 | "source": { |
||
2348 | "type": "git", |
||
2349 | "url": "https://github.com/silexphp/Pimple.git", |
||
2350 | "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d" |
||
2351 | }, |
||
2352 | "dist": { |
||
2353 | "type": "zip", |
||
2354 | "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d", |
||
2355 | "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d", |
||
2356 | "shasum": "" |
||
2357 | }, |
||
2358 | "require": { |
||
2359 | "php": ">=5.3.0" |
||
2360 | }, |
||
2361 | "type": "library", |
||
2362 | "extra": { |
||
2363 | "branch-alias": { |
||
2364 | "dev-master": "1.1.x-dev" |
||
2365 | } |
||
2366 | }, |
||
2367 | "autoload": { |
||
2368 | "psr-0": { |
||
2369 | "Pimple": "lib/" |
||
2370 | } |
||
2371 | }, |
||
2372 | "notification-url": "https://packagist.org/downloads/", |
||
2373 | "license": [ |
||
2374 | "MIT" |
||
2375 | ], |
||
2376 | "authors": [ |
||
2377 | { |
||
2378 | "name": "Fabien Potencier", |
||
2379 | "email": "[email protected]", |
||
2380 | "homepage": "http://fabien.potencier.org", |
||
2381 | "role": "Lead Developer" |
||
2382 | } |
||
2383 | ], |
||
2384 | "description": "Pimple is a simple Dependency Injection Container for PHP 5.3", |
||
2385 | "homepage": "http://pimple.sensiolabs.org", |
||
2386 | "keywords": [ |
||
2387 | "container", |
||
2388 | "dependency injection" |
||
2389 | ], |
||
2390 | "time": "2013-11-22 08:30:29" |
||
2391 | }, |
||
2392 | { |
||
2393 | "name": "psr/log", |
||
2394 | "version": "1.0.0", |
||
2395 | "source": { |
||
2396 | "type": "git", |
||
2397 | "url": "https://github.com/php-fig/log.git", |
||
2398 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
2399 | }, |
||
2400 | "dist": { |
||
2401 | "type": "zip", |
||
2402 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
2403 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
2404 | "shasum": "" |
||
2405 | }, |
||
2406 | "type": "library", |
||
2407 | "autoload": { |
||
2408 | "psr-0": { |
||
2409 | "Psr\\Log\\": "" |
||
2410 | } |
||
2411 | }, |
||
2412 | "notification-url": "https://packagist.org/downloads/", |
||
2413 | "license": [ |
||
2414 | "MIT" |
||
2415 | ], |
||
2416 | "authors": [ |
||
2417 | { |
||
2418 | "name": "PHP-FIG", |
||
2419 | "homepage": "http://www.php-fig.org/" |
||
2420 | } |
||
2421 | ], |
||
2422 | "description": "Common interface for logging libraries", |
||
2423 | "keywords": [ |
||
2424 | "log", |
||
2425 | "psr", |
||
2426 | "psr-3" |
||
2427 | ], |
||
2428 | "time": "2012-12-21 11:40:51" |
||
2429 | }, |
||
2430 | { |
||
2431 | "name": "satooshi/php-coveralls", |
||
2432 | "version": "v0.7.1", |
||
2433 | "source": { |
||
2434 | "type": "git", |
||
2435 | "url": "https://github.com/satooshi/php-coveralls.git", |
||
2436 | "reference": "01793ce60f1e259592ac3cb7c3fc183209800127" |
||
2437 | }, |
||
2438 | "dist": { |
||
2439 | "type": "zip", |
||
2440 | "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/01793ce60f1e259592ac3cb7c3fc183209800127", |
||
2441 | "reference": "01793ce60f1e259592ac3cb7c3fc183209800127", |
||
2442 | "shasum": "" |
||
2443 | }, |
||
2444 | "require": { |
||
2445 | "ext-json": "*", |
||
2446 | "ext-simplexml": "*", |
||
2447 | "guzzle/guzzle": "^2.8|^3.0", |
||
2448 | "php": ">=5.3.3", |
||
2449 | "psr/log": "^1.0", |
||
2450 | "symfony/config": "^2.4|^3.0", |
||
2451 | "symfony/console": "^2.1|^3.0", |
||
2452 | "symfony/stopwatch": "^2.2|^3.0", |
||
2453 | "symfony/yaml": "^2.1|^3.0" |
||
2454 | }, |
||
2455 | "suggest": { |
||
2456 | "symfony/http-kernel": "Allows Symfony integration" |
||
2457 | }, |
||
2458 | "bin": [ |
||
2459 | "bin/coveralls" |
||
2460 | ], |
||
2461 | "type": "library", |
||
2462 | "extra": { |
||
2463 | "branch-alias": { |
||
2464 | "dev-master": "0.8-dev" |
||
2465 | } |
||
2466 | }, |
||
2467 | "autoload": { |
||
2468 | "psr-4": { |
||
2469 | "Satooshi\\": "src/Satooshi/" |
||
2470 | } |
||
2471 | }, |
||
2472 | "notification-url": "https://packagist.org/downloads/", |
||
2473 | "license": [ |
||
2474 | "MIT" |
||
2475 | ], |
||
2476 | "authors": [ |
||
2477 | { |
||
2478 | "name": "Kitamura Satoshi", |
||
2479 | "email": "[email protected]", |
||
2480 | "homepage": "https://www.facebook.com/satooshi.jp" |
||
2481 | } |
||
2482 | ], |
||
2483 | "description": "PHP client library for Coveralls API", |
||
2484 | "homepage": "https://github.com/satooshi/php-coveralls", |
||
2485 | "keywords": [ |
||
2486 | "ci", |
||
2487 | "coverage", |
||
2488 | "github", |
||
2489 | "test" |
||
2490 | ], |
||
2491 | "time": "2015-12-17 18:04:18" |
||
2492 | }, |
||
2493 | { |
||
2494 | "name": "sebastian/comparator", |
||
2495 | "version": "1.2.0", |
||
2496 | "source": { |
||
2497 | "type": "git", |
||
2498 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
2499 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
2500 | }, |
||
2501 | "dist": { |
||
2502 | "type": "zip", |
||
2503 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
2504 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
2505 | "shasum": "" |
||
2506 | }, |
||
2507 | "require": { |
||
2508 | "php": ">=5.3.3", |
||
2509 | "sebastian/diff": "~1.2", |
||
2510 | "sebastian/exporter": "~1.2" |
||
2511 | }, |
||
2512 | "require-dev": { |
||
2513 | "phpunit/phpunit": "~4.4" |
||
2514 | }, |
||
2515 | "type": "library", |
||
2516 | "extra": { |
||
2517 | "branch-alias": { |
||
2518 | "dev-master": "1.2.x-dev" |
||
2519 | } |
||
2520 | }, |
||
2521 | "autoload": { |
||
2522 | "classmap": [ |
||
2523 | "src/" |
||
2524 | ] |
||
2525 | }, |
||
2526 | "notification-url": "https://packagist.org/downloads/", |
||
2527 | "license": [ |
||
2528 | "BSD-3-Clause" |
||
2529 | ], |
||
2530 | "authors": [ |
||
2531 | { |
||
2532 | "name": "Jeff Welch", |
||
2533 | "email": "[email protected]" |
||
2534 | }, |
||
2535 | { |
||
2536 | "name": "Volker Dusch", |
||
2537 | "email": "[email protected]" |
||
2538 | }, |
||
2539 | { |
||
2540 | "name": "Bernhard Schussek", |
||
2541 | "email": "[email protected]" |
||
2542 | }, |
||
2543 | { |
||
2544 | "name": "Sebastian Bergmann", |
||
2545 | "email": "[email protected]" |
||
2546 | } |
||
2547 | ], |
||
2548 | "description": "Provides the functionality to compare PHP values for equality", |
||
2549 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
2550 | "keywords": [ |
||
2551 | "comparator", |
||
2552 | "compare", |
||
2553 | "equality" |
||
2554 | ], |
||
2555 | "time": "2015-07-26 15:48:44" |
||
2556 | }, |
||
2557 | { |
||
2558 | "name": "sebastian/diff", |
||
2559 | "version": "1.4.1", |
||
2560 | "source": { |
||
2561 | "type": "git", |
||
2562 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
2563 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
2564 | }, |
||
2565 | "dist": { |
||
2566 | "type": "zip", |
||
2567 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
2568 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
2569 | "shasum": "" |
||
2570 | }, |
||
2571 | "require": { |
||
2572 | "php": ">=5.3.3" |
||
2573 | }, |
||
2574 | "require-dev": { |
||
2575 | "phpunit/phpunit": "~4.8" |
||
2576 | }, |
||
2577 | "type": "library", |
||
2578 | "extra": { |
||
2579 | "branch-alias": { |
||
2580 | "dev-master": "1.4-dev" |
||
2581 | } |
||
2582 | }, |
||
2583 | "autoload": { |
||
2584 | "classmap": [ |
||
2585 | "src/" |
||
2586 | ] |
||
2587 | }, |
||
2588 | "notification-url": "https://packagist.org/downloads/", |
||
2589 | "license": [ |
||
2590 | "BSD-3-Clause" |
||
2591 | ], |
||
2592 | "authors": [ |
||
2593 | { |
||
2594 | "name": "Kore Nordmann", |
||
2595 | "email": "[email protected]" |
||
2596 | }, |
||
2597 | { |
||
2598 | "name": "Sebastian Bergmann", |
||
2599 | "email": "[email protected]" |
||
2600 | } |
||
2601 | ], |
||
2602 | "description": "Diff implementation", |
||
2603 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
2604 | "keywords": [ |
||
2605 | "diff" |
||
2606 | ], |
||
2607 | "time": "2015-12-08 07:14:41" |
||
2608 | }, |
||
2609 | { |
||
2610 | "name": "sebastian/environment", |
||
2611 | "version": "1.3.3", |
||
2612 | "source": { |
||
2613 | "type": "git", |
||
2614 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
2615 | "reference": "6e7133793a8e5a5714a551a8324337374be209df" |
||
2616 | }, |
||
2617 | "dist": { |
||
2618 | "type": "zip", |
||
2619 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df", |
||
2620 | "reference": "6e7133793a8e5a5714a551a8324337374be209df", |
||
2621 | "shasum": "" |
||
2622 | }, |
||
2623 | "require": { |
||
2624 | "php": ">=5.3.3" |
||
2625 | }, |
||
2626 | "require-dev": { |
||
2627 | "phpunit/phpunit": "~4.4" |
||
2628 | }, |
||
2629 | "type": "library", |
||
2630 | "extra": { |
||
2631 | "branch-alias": { |
||
2632 | "dev-master": "1.3.x-dev" |
||
2633 | } |
||
2634 | }, |
||
2635 | "autoload": { |
||
2636 | "classmap": [ |
||
2637 | "src/" |
||
2638 | ] |
||
2639 | }, |
||
2640 | "notification-url": "https://packagist.org/downloads/", |
||
2641 | "license": [ |
||
2642 | "BSD-3-Clause" |
||
2643 | ], |
||
2644 | "authors": [ |
||
2645 | { |
||
2646 | "name": "Sebastian Bergmann", |
||
2647 | "email": "[email protected]" |
||
2648 | } |
||
2649 | ], |
||
2650 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
2651 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
2652 | "keywords": [ |
||
2653 | "Xdebug", |
||
2654 | "environment", |
||
2655 | "hhvm" |
||
2656 | ], |
||
2657 | "time": "2015-12-02 08:37:27" |
||
2658 | }, |
||
2659 | { |
||
2660 | "name": "sebastian/exporter", |
||
2661 | "version": "1.2.1", |
||
2662 | "source": { |
||
2663 | "type": "git", |
||
2664 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
2665 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e" |
||
2666 | }, |
||
2667 | "dist": { |
||
2668 | "type": "zip", |
||
2669 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e", |
||
2670 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e", |
||
2671 | "shasum": "" |
||
2672 | }, |
||
2673 | "require": { |
||
2674 | "php": ">=5.3.3", |
||
2675 | "sebastian/recursion-context": "~1.0" |
||
2676 | }, |
||
2677 | "require-dev": { |
||
2678 | "phpunit/phpunit": "~4.4" |
||
2679 | }, |
||
2680 | "type": "library", |
||
2681 | "extra": { |
||
2682 | "branch-alias": { |
||
2683 | "dev-master": "1.2.x-dev" |
||
2684 | } |
||
2685 | }, |
||
2686 | "autoload": { |
||
2687 | "classmap": [ |
||
2688 | "src/" |
||
2689 | ] |
||
2690 | }, |
||
2691 | "notification-url": "https://packagist.org/downloads/", |
||
2692 | "license": [ |
||
2693 | "BSD-3-Clause" |
||
2694 | ], |
||
2695 | "authors": [ |
||
2696 | { |
||
2697 | "name": "Jeff Welch", |
||
2698 | "email": "[email protected]" |
||
2699 | }, |
||
2700 | { |
||
2701 | "name": "Volker Dusch", |
||
2702 | "email": "[email protected]" |
||
2703 | }, |
||
2704 | { |
||
2705 | "name": "Bernhard Schussek", |
||
2706 | "email": "[email protected]" |
||
2707 | }, |
||
2708 | { |
||
2709 | "name": "Sebastian Bergmann", |
||
2710 | "email": "[email protected]" |
||
2711 | }, |
||
2712 | { |
||
2713 | "name": "Adam Harvey", |
||
2714 | "email": "[email protected]" |
||
2715 | } |
||
2716 | ], |
||
2717 | "description": "Provides the functionality to export PHP variables for visualization", |
||
2718 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
2719 | "keywords": [ |
||
2720 | "export", |
||
2721 | "exporter" |
||
2722 | ], |
||
2723 | "time": "2015-06-21 07:55:53" |
||
2724 | }, |
||
2725 | { |
||
2726 | "name": "sebastian/global-state", |
||
2727 | "version": "1.1.1", |
||
2728 | "source": { |
||
2729 | "type": "git", |
||
2730 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
2731 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
2732 | }, |
||
2733 | "dist": { |
||
2734 | "type": "zip", |
||
2735 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
2736 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
2737 | "shasum": "" |
||
2738 | }, |
||
2739 | "require": { |
||
2740 | "php": ">=5.3.3" |
||
2741 | }, |
||
2742 | "require-dev": { |
||
2743 | "phpunit/phpunit": "~4.2" |
||
2744 | }, |
||
2745 | "suggest": { |
||
2746 | "ext-uopz": "*" |
||
2747 | }, |
||
2748 | "type": "library", |
||
2749 | "extra": { |
||
2750 | "branch-alias": { |
||
2751 | "dev-master": "1.0-dev" |
||
2752 | } |
||
2753 | }, |
||
2754 | "autoload": { |
||
2755 | "classmap": [ |
||
2756 | "src/" |
||
2757 | ] |
||
2758 | }, |
||
2759 | "notification-url": "https://packagist.org/downloads/", |
||
2760 | "license": [ |
||
2761 | "BSD-3-Clause" |
||
2762 | ], |
||
2763 | "authors": [ |
||
2764 | { |
||
2765 | "name": "Sebastian Bergmann", |
||
2766 | "email": "[email protected]" |
||
2767 | } |
||
2768 | ], |
||
2769 | "description": "Snapshotting of global state", |
||
2770 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
2771 | "keywords": [ |
||
2772 | "global state" |
||
2773 | ], |
||
2774 | "time": "2015-10-12 03:26:01" |
||
2775 | }, |
||
2776 | { |
||
2777 | "name": "sebastian/recursion-context", |
||
2778 | "version": "1.0.2", |
||
2779 | "source": { |
||
2780 | "type": "git", |
||
2781 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
2782 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
||
2783 | }, |
||
2784 | "dist": { |
||
2785 | "type": "zip", |
||
2786 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
||
2787 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
||
2788 | "shasum": "" |
||
2789 | }, |
||
2790 | "require": { |
||
2791 | "php": ">=5.3.3" |
||
2792 | }, |
||
2793 | "require-dev": { |
||
2794 | "phpunit/phpunit": "~4.4" |
||
2795 | }, |
||
2796 | "type": "library", |
||
2797 | "extra": { |
||
2798 | "branch-alias": { |
||
2799 | "dev-master": "1.0.x-dev" |
||
2800 | } |
||
2801 | }, |
||
2802 | "autoload": { |
||
2803 | "classmap": [ |
||
2804 | "src/" |
||
2805 | ] |
||
2806 | }, |
||
2807 | "notification-url": "https://packagist.org/downloads/", |
||
2808 | "license": [ |
||
2809 | "BSD-3-Clause" |
||
2810 | ], |
||
2811 | "authors": [ |
||
2812 | { |
||
2813 | "name": "Jeff Welch", |
||
2814 | "email": "[email protected]" |
||
2815 | }, |
||
2816 | { |
||
2817 | "name": "Sebastian Bergmann", |
||
2818 | "email": "[email protected]" |
||
2819 | }, |
||
2820 | { |
||
2821 | "name": "Adam Harvey", |
||
2822 | "email": "[email protected]" |
||
2823 | } |
||
2824 | ], |
||
2825 | "description": "Provides functionality to recursively process PHP variables", |
||
2826 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
2827 | "time": "2015-11-11 19:50:13" |
||
2828 | }, |
||
2829 | { |
||
2830 | "name": "sebastian/version", |
||
2831 | "version": "1.0.6", |
||
2832 | "source": { |
||
2833 | "type": "git", |
||
2834 | "url": "https://github.com/sebastianbergmann/version.git", |
||
2835 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" |
||
2836 | }, |
||
2837 | "dist": { |
||
2838 | "type": "zip", |
||
2839 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
2840 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
2841 | "shasum": "" |
||
2842 | }, |
||
2843 | "type": "library", |
||
2844 | "autoload": { |
||
2845 | "classmap": [ |
||
2846 | "src/" |
||
2847 | ] |
||
2848 | }, |
||
2849 | "notification-url": "https://packagist.org/downloads/", |
||
2850 | "license": [ |
||
2851 | "BSD-3-Clause" |
||
2852 | ], |
||
2853 | "authors": [ |
||
2854 | { |
||
2855 | "name": "Sebastian Bergmann", |
||
2856 | "email": "[email protected]", |
||
2857 | "role": "lead" |
||
2858 | } |
||
2859 | ], |
||
2860 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
2861 | "homepage": "https://github.com/sebastianbergmann/version", |
||
2862 | "time": "2015-06-21 13:59:46" |
||
2863 | }, |
||
2864 | { |
||
2865 | "name": "seld/jsonlint", |
||
2866 | "version": "1.4.0", |
||
2867 | "source": { |
||
2868 | "type": "git", |
||
2869 | "url": "https://github.com/Seldaek/jsonlint.git", |
||
2870 | "reference": "66834d3e3566bb5798db7294619388786ae99394" |
||
2871 | }, |
||
2872 | "dist": { |
||
2873 | "type": "zip", |
||
2874 | "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/66834d3e3566bb5798db7294619388786ae99394", |
||
2875 | "reference": "66834d3e3566bb5798db7294619388786ae99394", |
||
2876 | "shasum": "" |
||
2877 | }, |
||
2878 | "require": { |
||
2879 | "php": "^5.3 || ^7.0" |
||
2880 | }, |
||
2881 | "bin": [ |
||
2882 | "bin/jsonlint" |
||
2883 | ], |
||
2884 | "type": "library", |
||
2885 | "autoload": { |
||
2886 | "psr-4": { |
||
2887 | "Seld\\JsonLint\\": "src/Seld/JsonLint/" |
||
2888 | } |
||
2889 | }, |
||
2890 | "notification-url": "https://packagist.org/downloads/", |
||
2891 | "license": [ |
||
2892 | "MIT" |
||
2893 | ], |
||
2894 | "authors": [ |
||
2895 | { |
||
2896 | "name": "Jordi Boggiano", |
||
2897 | "email": "[email protected]", |
||
2898 | "homepage": "http://seld.be" |
||
2899 | } |
||
2900 | ], |
||
2901 | "description": "JSON Linter", |
||
2902 | "keywords": [ |
||
2903 | "json", |
||
2904 | "linter", |
||
2905 | "parser", |
||
2906 | "validator" |
||
2907 | ], |
||
2908 | "time": "2015-11-21 02:21:41" |
||
2909 | }, |
||
2910 | { |
||
2911 | "name": "squizlabs/php_codesniffer", |
||
2912 | "version": "2.5.1", |
||
2913 | "source": { |
||
2914 | "type": "git", |
||
2915 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
||
2916 | "reference": "6731851d6aaf1d0d6c58feff1065227b7fda3ba8" |
||
2917 | }, |
||
2918 | "dist": { |
||
2919 | "type": "zip", |
||
2920 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6731851d6aaf1d0d6c58feff1065227b7fda3ba8", |
||
2921 | "reference": "6731851d6aaf1d0d6c58feff1065227b7fda3ba8", |
||
2922 | "shasum": "" |
||
2923 | }, |
||
2924 | "require": { |
||
2925 | "ext-tokenizer": "*", |
||
2926 | "ext-xmlwriter": "*", |
||
2927 | "php": ">=5.1.2" |
||
2928 | }, |
||
2929 | "require-dev": { |
||
2930 | "phpunit/phpunit": "~4.0" |
||
2931 | }, |
||
2932 | "bin": [ |
||
2933 | "scripts/phpcs", |
||
2934 | "scripts/phpcbf" |
||
2935 | ], |
||
2936 | "type": "library", |
||
2937 | "extra": { |
||
2938 | "branch-alias": { |
||
2939 | "dev-master": "2.x-dev" |
||
2940 | } |
||
2941 | }, |
||
2942 | "autoload": { |
||
2943 | "classmap": [ |
||
2944 | "CodeSniffer.php", |
||
2945 | "CodeSniffer/CLI.php", |
||
2946 | "CodeSniffer/Exception.php", |
||
2947 | "CodeSniffer/File.php", |
||
2948 | "CodeSniffer/Fixer.php", |
||
2949 | "CodeSniffer/Report.php", |
||
2950 | "CodeSniffer/Reporting.php", |
||
2951 | "CodeSniffer/Sniff.php", |
||
2952 | "CodeSniffer/Tokens.php", |
||
2953 | "CodeSniffer/Reports/", |
||
2954 | "CodeSniffer/Tokenizers/", |
||
2955 | "CodeSniffer/DocGenerators/", |
||
2956 | "CodeSniffer/Standards/AbstractPatternSniff.php", |
||
2957 | "CodeSniffer/Standards/AbstractScopeSniff.php", |
||
2958 | "CodeSniffer/Standards/AbstractVariableSniff.php", |
||
2959 | "CodeSniffer/Standards/IncorrectPatternException.php", |
||
2960 | "CodeSniffer/Standards/Generic/Sniffs/", |
||
2961 | "CodeSniffer/Standards/MySource/Sniffs/", |
||
2962 | "CodeSniffer/Standards/PEAR/Sniffs/", |
||
2963 | "CodeSniffer/Standards/PSR1/Sniffs/", |
||
2964 | "CodeSniffer/Standards/PSR2/Sniffs/", |
||
2965 | "CodeSniffer/Standards/Squiz/Sniffs/", |
||
2966 | "CodeSniffer/Standards/Zend/Sniffs/" |
||
2967 | ] |
||
2968 | }, |
||
2969 | "notification-url": "https://packagist.org/downloads/", |
||
2970 | "license": [ |
||
2971 | "BSD-3-Clause" |
||
2972 | ], |
||
2973 | "authors": [ |
||
2974 | { |
||
2975 | "name": "Greg Sherwood", |
||
2976 | "role": "lead" |
||
2977 | } |
||
2978 | ], |
||
2979 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
||
2980 | "homepage": "http://www.squizlabs.com/php-codesniffer", |
||
2981 | "keywords": [ |
||
2982 | "phpcs", |
||
2983 | "standards" |
||
2984 | ], |
||
2985 | "time": "2016-01-19 23:39:10" |
||
2986 | }, |
||
2987 | { |
||
2988 | "name": "symfony/config", |
||
2989 | "version": "v2.8.2", |
||
2990 | "source": { |
||
2991 | "type": "git", |
||
2992 | "url": "https://github.com/symfony/config.git", |
||
2993 | "reference": "41ee6c70758f40fa1dbf90d019ae0a66c4a09e74" |
||
2994 | }, |
||
2995 | "dist": { |
||
2996 | "type": "zip", |
||
2997 | "url": "https://api.github.com/repos/symfony/config/zipball/41ee6c70758f40fa1dbf90d019ae0a66c4a09e74", |
||
2998 | "reference": "41ee6c70758f40fa1dbf90d019ae0a66c4a09e74", |
||
2999 | "shasum": "" |
||
3000 | }, |
||
3001 | "require": { |
||
3002 | "php": ">=5.3.9", |
||
3003 | "symfony/filesystem": "~2.3|~3.0.0" |
||
3004 | }, |
||
3005 | "type": "library", |
||
3006 | "extra": { |
||
3007 | "branch-alias": { |
||
3008 | "dev-master": "2.8-dev" |
||
3009 | } |
||
3010 | }, |
||
3011 | "autoload": { |
||
3012 | "psr-4": { |
||
3013 | "Symfony\\Component\\Config\\": "" |
||
3014 | }, |
||
3015 | "exclude-from-classmap": [ |
||
3016 | "/Tests/" |
||
3017 | ] |
||
3018 | }, |
||
3019 | "notification-url": "https://packagist.org/downloads/", |
||
3020 | "license": [ |
||
3021 | "MIT" |
||
3022 | ], |
||
3023 | "authors": [ |
||
3024 | { |
||
3025 | "name": "Fabien Potencier", |
||
3026 | "email": "[email protected]" |
||
3027 | }, |
||
3028 | { |
||
3029 | "name": "Symfony Community", |
||
3030 | "homepage": "https://symfony.com/contributors" |
||
3031 | } |
||
3032 | ], |
||
3033 | "description": "Symfony Config Component", |
||
3034 | "homepage": "https://symfony.com", |
||
3035 | "time": "2016-01-03 15:33:41" |
||
3036 | }, |
||
3037 | { |
||
3038 | "name": "symfony/console", |
||
3039 | "version": "v2.8.2", |
||
3040 | "source": { |
||
3041 | "type": "git", |
||
3042 | "url": "https://github.com/symfony/console.git", |
||
3043 | "reference": "d0239fb42f98dd02e7d342f793c5d2cdee0c478d" |
||
3044 | }, |
||
3045 | "dist": { |
||
3046 | "type": "zip", |
||
3047 | "url": "https://api.github.com/repos/symfony/console/zipball/d0239fb42f98dd02e7d342f793c5d2cdee0c478d", |
||
3048 | "reference": "d0239fb42f98dd02e7d342f793c5d2cdee0c478d", |
||
3049 | "shasum": "" |
||
3050 | }, |
||
3051 | "require": { |
||
3052 | "php": ">=5.3.9", |
||
3053 | "symfony/polyfill-mbstring": "~1.0" |
||
3054 | }, |
||
3055 | "require-dev": { |
||
3056 | "psr/log": "~1.0", |
||
3057 | "symfony/event-dispatcher": "~2.1|~3.0.0", |
||
3058 | "symfony/process": "~2.1|~3.0.0" |
||
3059 | }, |
||
3060 | "suggest": { |
||
3061 | "psr/log": "For using the console logger", |
||
3062 | "symfony/event-dispatcher": "", |
||
3063 | "symfony/process": "" |
||
3064 | }, |
||
3065 | "type": "library", |
||
3066 | "extra": { |
||
3067 | "branch-alias": { |
||
3068 | "dev-master": "2.8-dev" |
||
3069 | } |
||
3070 | }, |
||
3071 | "autoload": { |
||
3072 | "psr-4": { |
||
3073 | "Symfony\\Component\\Console\\": "" |
||
3074 | }, |
||
3075 | "exclude-from-classmap": [ |
||
3076 | "/Tests/" |
||
3077 | ] |
||
3078 | }, |
||
3079 | "notification-url": "https://packagist.org/downloads/", |
||
3080 | "license": [ |
||
3081 | "MIT" |
||
3082 | ], |
||
3083 | "authors": [ |
||
3084 | { |
||
3085 | "name": "Fabien Potencier", |
||
3086 | "email": "[email protected]" |
||
3087 | }, |
||
3088 | { |
||
3089 | "name": "Symfony Community", |
||
3090 | "homepage": "https://symfony.com/contributors" |
||
3091 | } |
||
3092 | ], |
||
3093 | "description": "Symfony Console Component", |
||
3094 | "homepage": "https://symfony.com", |
||
3095 | "time": "2016-01-14 08:33:16" |
||
3096 | }, |
||
3097 | { |
||
3098 | "name": "symfony/dependency-injection", |
||
3099 | "version": "v3.0.2", |
||
3100 | "source": { |
||
3101 | "type": "git", |
||
3102 | "url": "https://github.com/symfony/dependency-injection.git", |
||
3103 | "reference": "7f2ec173cc0366efa0ca1f6b1255803ed7c17028" |
||
3104 | }, |
||
3105 | "dist": { |
||
3106 | "type": "zip", |
||
3107 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/7f2ec173cc0366efa0ca1f6b1255803ed7c17028", |
||
3108 | "reference": "7f2ec173cc0366efa0ca1f6b1255803ed7c17028", |
||
3109 | "shasum": "" |
||
3110 | }, |
||
3111 | "require": { |
||
3112 | "php": ">=5.5.9" |
||
3113 | }, |
||
3114 | "require-dev": { |
||
3115 | "symfony/config": "~2.8|~3.0", |
||
3116 | "symfony/expression-language": "~2.8|~3.0", |
||
3117 | "symfony/yaml": "~2.8|~3.0" |
||
3118 | }, |
||
3119 | "suggest": { |
||
3120 | "symfony/config": "", |
||
3121 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
3122 | "symfony/yaml": "" |
||
3123 | }, |
||
3124 | "type": "library", |
||
3125 | "extra": { |
||
3126 | "branch-alias": { |
||
3127 | "dev-master": "3.0-dev" |
||
3128 | } |
||
3129 | }, |
||
3130 | "autoload": { |
||
3131 | "psr-4": { |
||
3132 | "Symfony\\Component\\DependencyInjection\\": "" |
||
3133 | }, |
||
3134 | "exclude-from-classmap": [ |
||
3135 | "/Tests/" |
||
3136 | ] |
||
3137 | }, |
||
3138 | "notification-url": "https://packagist.org/downloads/", |
||
3139 | "license": [ |
||
3140 | "MIT" |
||
3141 | ], |
||
3142 | "authors": [ |
||
3143 | { |
||
3144 | "name": "Fabien Potencier", |
||
3145 | "email": "[email protected]" |
||
3146 | }, |
||
3147 | { |
||
3148 | "name": "Symfony Community", |
||
3149 | "homepage": "https://symfony.com/contributors" |
||
3150 | } |
||
3151 | ], |
||
3152 | "description": "Symfony DependencyInjection Component", |
||
3153 | "homepage": "https://symfony.com", |
||
3154 | "time": "2016-02-02 13:48:39" |
||
3155 | }, |
||
3156 | { |
||
3157 | "name": "symfony/event-dispatcher", |
||
3158 | "version": "v2.8.2", |
||
3159 | "source": { |
||
3160 | "type": "git", |
||
3161 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
3162 | "reference": "ee278f7c851533e58ca307f66305ccb9188aceda" |
||
3163 | }, |
||
3164 | "dist": { |
||
3165 | "type": "zip", |
||
3166 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ee278f7c851533e58ca307f66305ccb9188aceda", |
||
3167 | "reference": "ee278f7c851533e58ca307f66305ccb9188aceda", |
||
3168 | "shasum": "" |
||
3169 | }, |
||
3170 | "require": { |
||
3171 | "php": ">=5.3.9" |
||
3172 | }, |
||
3173 | "require-dev": { |
||
3174 | "psr/log": "~1.0", |
||
3175 | "symfony/config": "~2.0,>=2.0.5|~3.0.0", |
||
3176 | "symfony/dependency-injection": "~2.6|~3.0.0", |
||
3177 | "symfony/expression-language": "~2.6|~3.0.0", |
||
3178 | "symfony/stopwatch": "~2.3|~3.0.0" |
||
3179 | }, |
||
3180 | "suggest": { |
||
3181 | "symfony/dependency-injection": "", |
||
3182 | "symfony/http-kernel": "" |
||
3183 | }, |
||
3184 | "type": "library", |
||
3185 | "extra": { |
||
3186 | "branch-alias": { |
||
3187 | "dev-master": "2.8-dev" |
||
3188 | } |
||
3189 | }, |
||
3190 | "autoload": { |
||
3191 | "psr-4": { |
||
3192 | "Symfony\\Component\\EventDispatcher\\": "" |
||
3193 | }, |
||
3194 | "exclude-from-classmap": [ |
||
3195 | "/Tests/" |
||
3196 | ] |
||
3197 | }, |
||
3198 | "notification-url": "https://packagist.org/downloads/", |
||
3199 | "license": [ |
||
3200 | "MIT" |
||
3201 | ], |
||
3202 | "authors": [ |
||
3203 | { |
||
3204 | "name": "Fabien Potencier", |
||
3205 | "email": "[email protected]" |
||
3206 | }, |
||
3207 | { |
||
3208 | "name": "Symfony Community", |
||
3209 | "homepage": "https://symfony.com/contributors" |
||
3210 | } |
||
3211 | ], |
||
3212 | "description": "Symfony EventDispatcher Component", |
||
3213 | "homepage": "https://symfony.com", |
||
3214 | "time": "2016-01-13 10:28:07" |
||
3215 | }, |
||
3216 | { |
||
3217 | "name": "symfony/filesystem", |
||
3218 | "version": "v3.0.2", |
||
3219 | "source": { |
||
3220 | "type": "git", |
||
3221 | "url": "https://github.com/symfony/filesystem.git", |
||
3222 | "reference": "064ac12afd2ceb8a2c1bfb7bed8e931c6dd1997f" |
||
3223 | }, |
||
3224 | "dist": { |
||
3225 | "type": "zip", |
||
3226 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/064ac12afd2ceb8a2c1bfb7bed8e931c6dd1997f", |
||
3227 | "reference": "064ac12afd2ceb8a2c1bfb7bed8e931c6dd1997f", |
||
3228 | "shasum": "" |
||
3229 | }, |
||
3230 | "require": { |
||
3231 | "php": ">=5.5.9" |
||
3232 | }, |
||
3233 | "type": "library", |
||
3234 | "extra": { |
||
3235 | "branch-alias": { |
||
3236 | "dev-master": "3.0-dev" |
||
3237 | } |
||
3238 | }, |
||
3239 | "autoload": { |
||
3240 | "psr-4": { |
||
3241 | "Symfony\\Component\\Filesystem\\": "" |
||
3242 | }, |
||
3243 | "exclude-from-classmap": [ |
||
3244 | "/Tests/" |
||
3245 | ] |
||
3246 | }, |
||
3247 | "notification-url": "https://packagist.org/downloads/", |
||
3248 | "license": [ |
||
3249 | "MIT" |
||
3250 | ], |
||
3251 | "authors": [ |
||
3252 | { |
||
3253 | "name": "Fabien Potencier", |
||
3254 | "email": "[email protected]" |
||
3255 | }, |
||
3256 | { |
||
3257 | "name": "Symfony Community", |
||
3258 | "homepage": "https://symfony.com/contributors" |
||
3259 | } |
||
3260 | ], |
||
3261 | "description": "Symfony Filesystem Component", |
||
3262 | "homepage": "https://symfony.com", |
||
3263 | "time": "2016-01-27 11:34:55" |
||
3264 | }, |
||
3265 | { |
||
3266 | "name": "symfony/finder", |
||
3267 | "version": "v2.8.2", |
||
3268 | "source": { |
||
3269 | "type": "git", |
||
3270 | "url": "https://github.com/symfony/finder.git", |
||
3271 | "reference": "c90fabdd97e431ee19b6383999cf35334dff27da" |
||
3272 | }, |
||
3273 | "dist": { |
||
3274 | "type": "zip", |
||
3275 | "url": "https://api.github.com/repos/symfony/finder/zipball/c90fabdd97e431ee19b6383999cf35334dff27da", |
||
3276 | "reference": "c90fabdd97e431ee19b6383999cf35334dff27da", |
||
3277 | "shasum": "" |
||
3278 | }, |
||
3279 | "require": { |
||
3280 | "php": ">=5.3.9" |
||
3281 | }, |
||
3282 | "type": "library", |
||
3283 | "extra": { |
||
3284 | "branch-alias": { |
||
3285 | "dev-master": "2.8-dev" |
||
3286 | } |
||
3287 | }, |
||
3288 | "autoload": { |
||
3289 | "psr-4": { |
||
3290 | "Symfony\\Component\\Finder\\": "" |
||
3291 | }, |
||
3292 | "exclude-from-classmap": [ |
||
3293 | "/Tests/" |
||
3294 | ] |
||
3295 | }, |
||
3296 | "notification-url": "https://packagist.org/downloads/", |
||
3297 | "license": [ |
||
3298 | "MIT" |
||
3299 | ], |
||
3300 | "authors": [ |
||
3301 | { |
||
3302 | "name": "Fabien Potencier", |
||
3303 | "email": "[email protected]" |
||
3304 | }, |
||
3305 | { |
||
3306 | "name": "Symfony Community", |
||
3307 | "homepage": "https://symfony.com/contributors" |
||
3308 | } |
||
3309 | ], |
||
3310 | "description": "Symfony Finder Component", |
||
3311 | "homepage": "https://symfony.com", |
||
3312 | "time": "2016-01-14 08:26:52" |
||
3313 | }, |
||
3314 | { |
||
3315 | "name": "symfony/polyfill-mbstring", |
||
3316 | "version": "v1.1.0", |
||
3317 | "source": { |
||
3318 | "type": "git", |
||
3319 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
3320 | "reference": "1289d16209491b584839022f29257ad859b8532d" |
||
3321 | }, |
||
3322 | "dist": { |
||
3323 | "type": "zip", |
||
3324 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d", |
||
3325 | "reference": "1289d16209491b584839022f29257ad859b8532d", |
||
3326 | "shasum": "" |
||
3327 | }, |
||
3328 | "require": { |
||
3329 | "php": ">=5.3.3" |
||
3330 | }, |
||
3331 | "suggest": { |
||
3332 | "ext-mbstring": "For best performance" |
||
3333 | }, |
||
3334 | "type": "library", |
||
3335 | "extra": { |
||
3336 | "branch-alias": { |
||
3337 | "dev-master": "1.1-dev" |
||
3338 | } |
||
3339 | }, |
||
3340 | "autoload": { |
||
3341 | "psr-4": { |
||
3342 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
3343 | }, |
||
3344 | "files": [ |
||
3345 | "bootstrap.php" |
||
3346 | ] |
||
3347 | }, |
||
3348 | "notification-url": "https://packagist.org/downloads/", |
||
3349 | "license": [ |
||
3350 | "MIT" |
||
3351 | ], |
||
3352 | "authors": [ |
||
3353 | { |
||
3354 | "name": "Nicolas Grekas", |
||
3355 | "email": "[email protected]" |
||
3356 | }, |
||
3357 | { |
||
3358 | "name": "Symfony Community", |
||
3359 | "homepage": "https://symfony.com/contributors" |
||
3360 | } |
||
3361 | ], |
||
3362 | "description": "Symfony polyfill for the Mbstring extension", |
||
3363 | "homepage": "https://symfony.com", |
||
3364 | "keywords": [ |
||
3365 | "compatibility", |
||
3366 | "mbstring", |
||
3367 | "polyfill", |
||
3368 | "portable", |
||
3369 | "shim" |
||
3370 | ], |
||
3371 | "time": "2016-01-20 09:13:37" |
||
3372 | }, |
||
3373 | { |
||
3374 | "name": "symfony/process", |
||
3375 | "version": "v2.8.2", |
||
3376 | "source": { |
||
3377 | "type": "git", |
||
3378 | "url": "https://github.com/symfony/process.git", |
||
3379 | "reference": "6f1979c3b0f4c22c77a8a8971afaa7dd07f082ac" |
||
3380 | }, |
||
3381 | "dist": { |
||
3382 | "type": "zip", |
||
3383 | "url": "https://api.github.com/repos/symfony/process/zipball/6f1979c3b0f4c22c77a8a8971afaa7dd07f082ac", |
||
3384 | "reference": "6f1979c3b0f4c22c77a8a8971afaa7dd07f082ac", |
||
3385 | "shasum": "" |
||
3386 | }, |
||
3387 | "require": { |
||
3388 | "php": ">=5.3.9" |
||
3389 | }, |
||
3390 | "type": "library", |
||
3391 | "extra": { |
||
3392 | "branch-alias": { |
||
3393 | "dev-master": "2.8-dev" |
||
3394 | } |
||
3395 | }, |
||
3396 | "autoload": { |
||
3397 | "psr-4": { |
||
3398 | "Symfony\\Component\\Process\\": "" |
||
3399 | }, |
||
3400 | "exclude-from-classmap": [ |
||
3401 | "/Tests/" |
||
3402 | ] |
||
3403 | }, |
||
3404 | "notification-url": "https://packagist.org/downloads/", |
||
3405 | "license": [ |
||
3406 | "MIT" |
||
3407 | ], |
||
3408 | "authors": [ |
||
3409 | { |
||
3410 | "name": "Fabien Potencier", |
||
3411 | "email": "[email protected]" |
||
3412 | }, |
||
3413 | { |
||
3414 | "name": "Symfony Community", |
||
3415 | "homepage": "https://symfony.com/contributors" |
||
3416 | } |
||
3417 | ], |
||
3418 | "description": "Symfony Process Component", |
||
3419 | "homepage": "https://symfony.com", |
||
3420 | "time": "2016-01-06 09:59:23" |
||
3421 | }, |
||
3422 | { |
||
3423 | "name": "symfony/stopwatch", |
||
3424 | "version": "v2.8.2", |
||
3425 | "source": { |
||
3426 | "type": "git", |
||
3427 | "url": "https://github.com/symfony/stopwatch.git", |
||
3428 | "reference": "e3bc8e2a984f4382690a438c8bb650f3ffd71e73" |
||
3429 | }, |
||
3430 | "dist": { |
||
3431 | "type": "zip", |
||
3432 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/e3bc8e2a984f4382690a438c8bb650f3ffd71e73", |
||
3433 | "reference": "e3bc8e2a984f4382690a438c8bb650f3ffd71e73", |
||
3434 | "shasum": "" |
||
3435 | }, |
||
3436 | "require": { |
||
3437 | "php": ">=5.3.9" |
||
3438 | }, |
||
3439 | "type": "library", |
||
3440 | "extra": { |
||
3441 | "branch-alias": { |
||
3442 | "dev-master": "2.8-dev" |
||
3443 | } |
||
3444 | }, |
||
3445 | "autoload": { |
||
3446 | "psr-4": { |
||
3447 | "Symfony\\Component\\Stopwatch\\": "" |
||
3448 | }, |
||
3449 | "exclude-from-classmap": [ |
||
3450 | "/Tests/" |
||
3451 | ] |
||
3452 | }, |
||
3453 | "notification-url": "https://packagist.org/downloads/", |
||
3454 | "license": [ |
||
3455 | "MIT" |
||
3456 | ], |
||
3457 | "authors": [ |
||
3458 | { |
||
3459 | "name": "Fabien Potencier", |
||
3460 | "email": "[email protected]" |
||
3461 | }, |
||
3462 | { |
||
3463 | "name": "Symfony Community", |
||
3464 | "homepage": "https://symfony.com/contributors" |
||
3465 | } |
||
3466 | ], |
||
3467 | "description": "Symfony Stopwatch Component", |
||
3468 | "homepage": "https://symfony.com", |
||
3469 | "time": "2016-01-03 15:33:41" |
||
3470 | }, |
||
3471 | { |
||
3472 | "name": "symfony/translation", |
||
3473 | "version": "v3.0.2", |
||
3474 | "source": { |
||
3475 | "type": "git", |
||
3476 | "url": "https://github.com/symfony/translation.git", |
||
3477 | "reference": "2de0b6f7ebe43cffd8a06996ebec6aab79ea9e91" |
||
3478 | }, |
||
3479 | "dist": { |
||
3480 | "type": "zip", |
||
3481 | "url": "https://api.github.com/repos/symfony/translation/zipball/2de0b6f7ebe43cffd8a06996ebec6aab79ea9e91", |
||
3482 | "reference": "2de0b6f7ebe43cffd8a06996ebec6aab79ea9e91", |
||
3483 | "shasum": "" |
||
3484 | }, |
||
3485 | "require": { |
||
3486 | "php": ">=5.5.9", |
||
3487 | "symfony/polyfill-mbstring": "~1.0" |
||
3488 | }, |
||
3489 | "conflict": { |
||
3490 | "symfony/config": "<2.8" |
||
3491 | }, |
||
3492 | "require-dev": { |
||
3493 | "psr/log": "~1.0", |
||
3494 | "symfony/config": "~2.8|~3.0", |
||
3495 | "symfony/intl": "~2.8|~3.0", |
||
3496 | "symfony/yaml": "~2.8|~3.0" |
||
3497 | }, |
||
3498 | "suggest": { |
||
3499 | "psr/log": "To use logging capability in translator", |
||
3500 | "symfony/config": "", |
||
3501 | "symfony/yaml": "" |
||
3502 | }, |
||
3503 | "type": "library", |
||
3504 | "extra": { |
||
3505 | "branch-alias": { |
||
3506 | "dev-master": "3.0-dev" |
||
3507 | } |
||
3508 | }, |
||
3509 | "autoload": { |
||
3510 | "psr-4": { |
||
3511 | "Symfony\\Component\\Translation\\": "" |
||
3512 | }, |
||
3513 | "exclude-from-classmap": [ |
||
3514 | "/Tests/" |
||
3515 | ] |
||
3516 | }, |
||
3517 | "notification-url": "https://packagist.org/downloads/", |
||
3518 | "license": [ |
||
3519 | "MIT" |
||
3520 | ], |
||
3521 | "authors": [ |
||
3522 | { |
||
3523 | "name": "Fabien Potencier", |
||
3524 | "email": "[email protected]" |
||
3525 | }, |
||
3526 | { |
||
3527 | "name": "Symfony Community", |
||
3528 | "homepage": "https://symfony.com/contributors" |
||
3529 | } |
||
3530 | ], |
||
3531 | "description": "Symfony Translation Component", |
||
3532 | "homepage": "https://symfony.com", |
||
3533 | "time": "2016-02-02 13:44:19" |
||
3534 | }, |
||
3535 | { |
||
3536 | "name": "symfony/validator", |
||
3537 | "version": "v2.8.2", |
||
3538 | "source": { |
||
3539 | "type": "git", |
||
3540 | "url": "https://github.com/symfony/validator.git", |
||
3541 | "reference": "7a325d73cb492d244d9107406fe40650ac070a04" |
||
3542 | }, |
||
3543 | "dist": { |
||
3544 | "type": "zip", |
||
3545 | "url": "https://api.github.com/repos/symfony/validator/zipball/7a325d73cb492d244d9107406fe40650ac070a04", |
||
3546 | "reference": "7a325d73cb492d244d9107406fe40650ac070a04", |
||
3547 | "shasum": "" |
||
3548 | }, |
||
3549 | "require": { |
||
3550 | "php": ">=5.3.9", |
||
3551 | "symfony/translation": "~2.4|~3.0.0" |
||
3552 | }, |
||
3553 | "require-dev": { |
||
3554 | "doctrine/annotations": "~1.0", |
||
3555 | "doctrine/cache": "~1.0", |
||
3556 | "egulias/email-validator": "~1.2,>=1.2.1", |
||
3557 | "symfony/config": "~2.2|~3.0.0", |
||
3558 | "symfony/expression-language": "~2.4|~3.0.0", |
||
3559 | "symfony/http-foundation": "~2.1|~3.0.0", |
||
3560 | "symfony/intl": "~2.4|~3.0.0", |
||
3561 | "symfony/property-access": "~2.3|~3.0.0", |
||
3562 | "symfony/yaml": "~2.0,>=2.0.5|~3.0.0" |
||
3563 | }, |
||
3564 | "suggest": { |
||
3565 | "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", |
||
3566 | "doctrine/cache": "For using the default cached annotation reader and metadata cache.", |
||
3567 | "egulias/email-validator": "Strict (RFC compliant) email validation", |
||
3568 | "symfony/config": "", |
||
3569 | "symfony/expression-language": "For using the 2.4 Expression validator", |
||
3570 | "symfony/http-foundation": "", |
||
3571 | "symfony/intl": "", |
||
3572 | "symfony/property-access": "For using the 2.4 Validator API", |
||
3573 | "symfony/yaml": "" |
||
3574 | }, |
||
3575 | "type": "library", |
||
3576 | "extra": { |
||
3577 | "branch-alias": { |
||
3578 | "dev-master": "2.8-dev" |
||
3579 | } |
||
3580 | }, |
||
3581 | "autoload": { |
||
3582 | "psr-4": { |
||
3583 | "Symfony\\Component\\Validator\\": "" |
||
3584 | }, |
||
3585 | "exclude-from-classmap": [ |
||
3586 | "/Tests/" |
||
3587 | ] |
||
3588 | }, |
||
3589 | "notification-url": "https://packagist.org/downloads/", |
||
3590 | "license": [ |
||
3591 | "MIT" |
||
3592 | ], |
||
3593 | "authors": [ |
||
3594 | { |
||
3595 | "name": "Fabien Potencier", |
||
3596 | "email": "[email protected]" |
||
3597 | }, |
||
3598 | { |
||
3599 | "name": "Symfony Community", |
||
3600 | "homepage": "https://symfony.com/contributors" |
||
3601 | } |
||
3602 | ], |
||
3603 | "description": "Symfony Validator Component", |
||
3604 | "homepage": "https://symfony.com", |
||
3605 | "time": "2016-01-12 17:46:01" |
||
3606 | }, |
||
3607 | { |
||
3608 | "name": "symfony/yaml", |
||
3609 | "version": "v3.0.2", |
||
3610 | "source": { |
||
3611 | "type": "git", |
||
3612 | "url": "https://github.com/symfony/yaml.git", |
||
3613 | "reference": "3cf0709d7fe936e97bee9e954382e449003f1d9a" |
||
3614 | }, |
||
3615 | "dist": { |
||
3616 | "type": "zip", |
||
3617 | "url": "https://api.github.com/repos/symfony/yaml/zipball/3cf0709d7fe936e97bee9e954382e449003f1d9a", |
||
3618 | "reference": "3cf0709d7fe936e97bee9e954382e449003f1d9a", |
||
3619 | "shasum": "" |
||
3620 | }, |
||
3621 | "require": { |
||
3622 | "php": ">=5.5.9" |
||
3623 | }, |
||
3624 | "type": "library", |
||
3625 | "extra": { |
||
3626 | "branch-alias": { |
||
3627 | "dev-master": "3.0-dev" |
||
3628 | } |
||
3629 | }, |
||
3630 | "autoload": { |
||
3631 | "psr-4": { |
||
3632 | "Symfony\\Component\\Yaml\\": "" |
||
3633 | }, |
||
3634 | "exclude-from-classmap": [ |
||
3635 | "/Tests/" |
||
3636 | ] |
||
3637 | }, |
||
3638 | "notification-url": "https://packagist.org/downloads/", |
||
3639 | "license": [ |
||
3640 | "MIT" |
||
3641 | ], |
||
3642 | "authors": [ |
||
3643 | { |
||
3644 | "name": "Fabien Potencier", |
||
3645 | "email": "[email protected]" |
||
3646 | }, |
||
3647 | { |
||
3648 | "name": "Symfony Community", |
||
3649 | "homepage": "https://symfony.com/contributors" |
||
3650 | } |
||
3651 | ], |
||
3652 | "description": "Symfony Yaml Component", |
||
3653 | "homepage": "https://symfony.com", |
||
3654 | "time": "2016-02-02 13:44:19" |
||
3655 | }, |
||
3656 | { |
||
3657 | "name": "twig/twig", |
||
3658 | "version": "v1.24.0", |
||
3659 | "source": { |
||
3660 | "type": "git", |
||
3661 | "url": "https://github.com/twigphp/Twig.git", |
||
3662 | "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8" |
||
3663 | }, |
||
3664 | "dist": { |
||
3665 | "type": "zip", |
||
3666 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8", |
||
3667 | "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8", |
||
3668 | "shasum": "" |
||
3669 | }, |
||
3670 | "require": { |
||
3671 | "php": ">=5.2.7" |
||
3672 | }, |
||
3673 | "require-dev": { |
||
3674 | "symfony/debug": "~2.7", |
||
3675 | "symfony/phpunit-bridge": "~2.7" |
||
3676 | }, |
||
3677 | "type": "library", |
||
3678 | "extra": { |
||
3679 | "branch-alias": { |
||
3680 | "dev-master": "1.24-dev" |
||
3681 | } |
||
3682 | }, |
||
3683 | "autoload": { |
||
3684 | "psr-0": { |
||
3685 | "Twig_": "lib/" |
||
3686 | } |
||
3687 | }, |
||
3688 | "notification-url": "https://packagist.org/downloads/", |
||
3689 | "license": [ |
||
3690 | "BSD-3-Clause" |
||
3691 | ], |
||
3692 | "authors": [ |
||
3693 | { |
||
3694 | "name": "Fabien Potencier", |
||
3695 | "email": "[email protected]", |
||
3696 | "homepage": "http://fabien.potencier.org", |
||
3697 | "role": "Lead Developer" |
||
3698 | }, |
||
3699 | { |
||
3700 | "name": "Armin Ronacher", |
||
3701 | "email": "[email protected]", |
||
3702 | "role": "Project Founder" |
||
3703 | }, |
||
3704 | { |
||
3705 | "name": "Twig Team", |
||
3706 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
3707 | "role": "Contributors" |
||
3708 | } |
||
3709 | ], |
||
3710 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
3711 | "homepage": "http://twig.sensiolabs.org", |
||
3712 | "keywords": [ |
||
3713 | "templating" |
||
3714 | ], |
||
3715 | "time": "2016-01-25 21:22:18" |
||
3716 | }, |
||
3717 | { |
||
3718 | "name": "zendframework/zend-cache", |
||
3719 | "version": "2.6.1", |
||
3720 | "source": { |
||
3721 | "type": "git", |
||
3722 | "url": "https://github.com/zendframework/zend-cache.git", |
||
3723 | "reference": "e2f62aaf4a8f884060483921a8d6d39d9087705d" |
||
3724 | }, |
||
3725 | "dist": { |
||
3726 | "type": "zip", |
||
3727 | "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/e2f62aaf4a8f884060483921a8d6d39d9087705d", |
||
3728 | "reference": "e2f62aaf4a8f884060483921a8d6d39d9087705d", |
||
3729 | "shasum": "" |
||
3730 | }, |
||
3731 | "require": { |
||
3732 | "php": "^5.5 || ^7.0", |
||
3733 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", |
||
3734 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
3735 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
3736 | }, |
||
3737 | "require-dev": { |
||
3738 | "fabpot/php-cs-fixer": "1.7.*", |
||
3739 | "phpunit/phpunit": "~4.0", |
||
3740 | "zendframework/zend-serializer": "^2.6", |
||
3741 | "zendframework/zend-session": "^2.5" |
||
3742 | }, |
||
3743 | "suggest": { |
||
3744 | "ext-apcu": "APCU, to use the APC storage adapter", |
||
3745 | "ext-dba": "DBA, to use the DBA storage adapter", |
||
3746 | "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter", |
||
3747 | "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter", |
||
3748 | "ext-mongo": "Mongo, to use MongoDb storage adapter", |
||
3749 | "ext-redis": "Redis, to use Redis storage adapter", |
||
3750 | "ext-wincache": "WinCache, to use the WinCache storage adapter", |
||
3751 | "ext-xcache": "XCache, to use the XCache storage adapter", |
||
3752 | "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement", |
||
3753 | "zendframework/zend-serializer": "Zend\\Serializer component", |
||
3754 | "zendframework/zend-session": "Zend\\Session component" |
||
3755 | }, |
||
3756 | "type": "library", |
||
3757 | "extra": { |
||
3758 | "branch-alias": { |
||
3759 | "dev-master": "2.6-dev", |
||
3760 | "dev-develop": "2.7-dev" |
||
3761 | } |
||
3762 | }, |
||
3763 | "autoload": { |
||
3764 | "psr-4": { |
||
3765 | "Zend\\Cache\\": "src/" |
||
3766 | } |
||
3767 | }, |
||
3768 | "notification-url": "https://packagist.org/downloads/", |
||
3769 | "license": [ |
||
3770 | "BSD-3-Clause" |
||
3771 | ], |
||
3772 | "description": "provides a generic way to cache any data", |
||
3773 | "homepage": "https://github.com/zendframework/zend-cache", |
||
3774 | "keywords": [ |
||
3775 | "cache", |
||
3776 | "zf2" |
||
3777 | ], |
||
3778 | "time": "2016-02-12 16:26:56" |
||
3779 | }, |
||
3780 | { |
||
3781 | "name": "zendframework/zend-config", |
||
3782 | "version": "2.6.0", |
||
3783 | "source": { |
||
3784 | "type": "git", |
||
3785 | "url": "https://github.com/zendframework/zend-config.git", |
||
3786 | "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d" |
||
3787 | }, |
||
3788 | "dist": { |
||
3789 | "type": "zip", |
||
3790 | "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d", |
||
3791 | "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d", |
||
3792 | "shasum": "" |
||
3793 | }, |
||
3794 | "require": { |
||
3795 | "php": "^5.5 || ^7.0", |
||
3796 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
3797 | }, |
||
3798 | "require-dev": { |
||
3799 | "fabpot/php-cs-fixer": "1.7.*", |
||
3800 | "phpunit/phpunit": "~4.0", |
||
3801 | "zendframework/zend-filter": "^2.6", |
||
3802 | "zendframework/zend-i18n": "^2.5", |
||
3803 | "zendframework/zend-json": "^2.6.1", |
||
3804 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" |
||
3805 | }, |
||
3806 | "suggest": { |
||
3807 | "zendframework/zend-filter": "Zend\\Filter component", |
||
3808 | "zendframework/zend-i18n": "Zend\\I18n component", |
||
3809 | "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes", |
||
3810 | "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances" |
||
3811 | }, |
||
3812 | "type": "library", |
||
3813 | "extra": { |
||
3814 | "branch-alias": { |
||
3815 | "dev-master": "2.6-dev", |
||
3816 | "dev-develop": "2.7-dev" |
||
3817 | } |
||
3818 | }, |
||
3819 | "autoload": { |
||
3820 | "psr-4": { |
||
3821 | "Zend\\Config\\": "src/" |
||
3822 | } |
||
3823 | }, |
||
3824 | "notification-url": "https://packagist.org/downloads/", |
||
3825 | "license": [ |
||
3826 | "BSD-3-Clause" |
||
3827 | ], |
||
3828 | "description": "provides a nested object property based user interface for accessing this configuration data within application code", |
||
3829 | "homepage": "https://github.com/zendframework/zend-config", |
||
3830 | "keywords": [ |
||
3831 | "config", |
||
3832 | "zf2" |
||
3833 | ], |
||
3834 | "time": "2016-02-04 23:01:10" |
||
3835 | }, |
||
3836 | { |
||
3837 | "name": "zendframework/zend-eventmanager", |
||
3838 | "version": "3.0.0", |
||
3839 | "source": { |
||
3840 | "type": "git", |
||
3841 | "url": "https://github.com/zendframework/zend-eventmanager.git", |
||
3842 | "reference": "8c9917f1595ff260f289439bdeb1f46500c65d62" |
||
3843 | }, |
||
3844 | "dist": { |
||
3845 | "type": "zip", |
||
3846 | "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/8c9917f1595ff260f289439bdeb1f46500c65d62", |
||
3847 | "reference": "8c9917f1595ff260f289439bdeb1f46500c65d62", |
||
3848 | "shasum": "" |
||
3849 | }, |
||
3850 | "require": { |
||
3851 | "php": "^5.5 || ^7.0" |
||
3852 | }, |
||
3853 | "require-dev": { |
||
3854 | "athletic/athletic": "^0.1", |
||
3855 | "container-interop/container-interop": "^1.1.0", |
||
3856 | "phpunit/phpunit": "~4.0", |
||
3857 | "squizlabs/php_codesniffer": "^2.0", |
||
3858 | "zendframework/zend-stdlib": "^2.7.3" |
||
3859 | }, |
||
3860 | "suggest": { |
||
3861 | "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", |
||
3862 | "zendframework/zend-stdlib": "^2.7.3, to use the FilterChain feature" |
||
3863 | }, |
||
3864 | "type": "library", |
||
3865 | "extra": { |
||
3866 | "branch-alias": { |
||
3867 | "dev-master": "3.0-dev", |
||
3868 | "dev-develop": "3.1-dev" |
||
3869 | } |
||
3870 | }, |
||
3871 | "autoload": { |
||
3872 | "psr-4": { |
||
3873 | "Zend\\EventManager\\": "src/" |
||
3874 | } |
||
3875 | }, |
||
3876 | "notification-url": "https://packagist.org/downloads/", |
||
3877 | "license": [ |
||
3878 | "BSD-3-Clause" |
||
3879 | ], |
||
3880 | "description": "Trigger and listen to events within a PHP application", |
||
3881 | "homepage": "https://github.com/zendframework/zend-eventmanager", |
||
3882 | "keywords": [ |
||
3883 | "event", |
||
3884 | "eventmanager", |
||
3885 | "events", |
||
3886 | "zf2" |
||
3887 | ], |
||
3888 | "time": "2016-01-12 23:27:48" |
||
3889 | }, |
||
3890 | { |
||
3891 | "name": "zendframework/zend-filter", |
||
3892 | "version": "2.6.1", |
||
3893 | "source": { |
||
3894 | "type": "git", |
||
3895 | "url": "https://github.com/zendframework/zend-filter.git", |
||
3896 | "reference": "202014ee64e2aae23140a1719f6d362a602713ed" |
||
3897 | }, |
||
3898 | "dist": { |
||
3899 | "type": "zip", |
||
3900 | "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/202014ee64e2aae23140a1719f6d362a602713ed", |
||
3901 | "reference": "202014ee64e2aae23140a1719f6d362a602713ed", |
||
3902 | "shasum": "" |
||
3903 | }, |
||
3904 | "require": { |
||
3905 | "php": "^5.5 || ^7.0", |
||
3906 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
3907 | }, |
||
3908 | "require-dev": { |
||
3909 | "fabpot/php-cs-fixer": "1.7.*", |
||
3910 | "pear/archive_tar": "^1.4", |
||
3911 | "phpunit/phpunit": "~4.0", |
||
3912 | "zendframework/zend-crypt": "^2.6", |
||
3913 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
3914 | "zendframework/zend-uri": "^2.5" |
||
3915 | }, |
||
3916 | "suggest": { |
||
3917 | "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters", |
||
3918 | "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality", |
||
3919 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality", |
||
3920 | "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter" |
||
3921 | }, |
||
3922 | "type": "library", |
||
3923 | "extra": { |
||
3924 | "branch-alias": { |
||
3925 | "dev-master": "2.6-dev", |
||
3926 | "dev-develop": "2.7-dev" |
||
3927 | } |
||
3928 | }, |
||
3929 | "autoload": { |
||
3930 | "psr-4": { |
||
3931 | "Zend\\Filter\\": "src/" |
||
3932 | } |
||
3933 | }, |
||
3934 | "notification-url": "https://packagist.org/downloads/", |
||
3935 | "license": [ |
||
3936 | "BSD-3-Clause" |
||
3937 | ], |
||
3938 | "description": "provides a set of commonly needed data filters", |
||
3939 | "homepage": "https://github.com/zendframework/zend-filter", |
||
3940 | "keywords": [ |
||
3941 | "filter", |
||
3942 | "zf2" |
||
3943 | ], |
||
3944 | "time": "2016-02-08 18:02:37" |
||
3945 | }, |
||
3946 | { |
||
3947 | "name": "zendframework/zend-hydrator", |
||
3948 | "version": "1.0.0", |
||
3949 | "source": { |
||
3950 | "type": "git", |
||
3951 | "url": "https://github.com/zendframework/zend-hydrator.git", |
||
3952 | "reference": "f3ed8b833355140350bbed98d8a7b8b66875903f" |
||
3953 | }, |
||
3954 | "dist": { |
||
3955 | "type": "zip", |
||
3956 | "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/f3ed8b833355140350bbed98d8a7b8b66875903f", |
||
3957 | "reference": "f3ed8b833355140350bbed98d8a7b8b66875903f", |
||
3958 | "shasum": "" |
||
3959 | }, |
||
3960 | "require": { |
||
3961 | "php": ">=5.5", |
||
3962 | "zendframework/zend-stdlib": "^2.5.1" |
||
3963 | }, |
||
3964 | "require-dev": { |
||
3965 | "phpunit/phpunit": "~4.0", |
||
3966 | "squizlabs/php_codesniffer": "^2.0@dev", |
||
3967 | "zendframework/zend-eventmanager": "^2.5.1", |
||
3968 | "zendframework/zend-filter": "^2.5.1", |
||
3969 | "zendframework/zend-inputfilter": "^2.5.1", |
||
3970 | "zendframework/zend-serializer": "^2.5.1", |
||
3971 | "zendframework/zend-servicemanager": "^2.5.1" |
||
3972 | }, |
||
3973 | "suggest": { |
||
3974 | "zendframework/zend-eventmanager": "^2.5.1, to support aggregate hydrator usage", |
||
3975 | "zendframework/zend-filter": "^2.5.1, to support naming strategy hydrator usage", |
||
3976 | "zendframework/zend-serializer": "^2.5.1, to use the SerializableStrategy", |
||
3977 | "zendframework/zend-servicemanager": "^2.5.1, to support hydrator plugin manager usage" |
||
3978 | }, |
||
3979 | "type": "library", |
||
3980 | "extra": { |
||
3981 | "branch-alias": { |
||
3982 | "dev-master": "1.0-dev", |
||
3983 | "dev-develop": "1.1-dev" |
||
3984 | } |
||
3985 | }, |
||
3986 | "autoload": { |
||
3987 | "psr-4": { |
||
3988 | "Zend\\Hydrator\\": "src/" |
||
3989 | } |
||
3990 | }, |
||
3991 | "notification-url": "https://packagist.org/downloads/", |
||
3992 | "license": [ |
||
3993 | "BSD-3-Clause" |
||
3994 | ], |
||
3995 | "homepage": "https://github.com/zendframework/zend-hydrator", |
||
3996 | "keywords": [ |
||
3997 | "hydrator", |
||
3998 | "zf2" |
||
3999 | ], |
||
4000 | "time": "2015-09-17 14:06:43" |
||
4001 | }, |
||
4002 | { |
||
4003 | "name": "zendframework/zend-i18n", |
||
4004 | "version": "2.6.0", |
||
4005 | "source": { |
||
4006 | "type": "git", |
||
4007 | "url": "https://github.com/zendframework/zend-i18n.git", |
||
4008 | "reference": "41c8bf1ed8eb5e81e30b666f2477ecd4d162c645" |
||
4009 | }, |
||
4010 | "dist": { |
||
4011 | "type": "zip", |
||
4012 | "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/41c8bf1ed8eb5e81e30b666f2477ecd4d162c645", |
||
4013 | "reference": "41c8bf1ed8eb5e81e30b666f2477ecd4d162c645", |
||
4014 | "shasum": "" |
||
4015 | }, |
||
4016 | "require": { |
||
4017 | "php": "^5.5 || ^7.0", |
||
4018 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
4019 | }, |
||
4020 | "require-dev": { |
||
4021 | "fabpot/php-cs-fixer": "1.7.*", |
||
4022 | "phpunit/phpunit": "~4.0", |
||
4023 | "zendframework/zend-cache": "^2.5", |
||
4024 | "zendframework/zend-config": "^2.6", |
||
4025 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", |
||
4026 | "zendframework/zend-filter": "^2.6.1", |
||
4027 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", |
||
4028 | "zendframework/zend-validator": "^2.5", |
||
4029 | "zendframework/zend-view": "^2.5" |
||
4030 | }, |
||
4031 | "suggest": { |
||
4032 | "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP", |
||
4033 | "zendframework/zend-cache": "Zend\\Cache component", |
||
4034 | "zendframework/zend-config": "Zend\\Config component", |
||
4035 | "zendframework/zend-eventmanager": "You should install this package to use the events in the translator", |
||
4036 | "zendframework/zend-filter": "You should install this package to use the provided filters", |
||
4037 | "zendframework/zend-i18n-resources": "Translation resources", |
||
4038 | "zendframework/zend-servicemanager": "Zend\\ServiceManager component", |
||
4039 | "zendframework/zend-validator": "You should install this package to use the provided validators", |
||
4040 | "zendframework/zend-view": "You should install this package to use the provided view helpers" |
||
4041 | }, |
||
4042 | "type": "library", |
||
4043 | "extra": { |
||
4044 | "branch-alias": { |
||
4045 | "dev-master": "2.6-dev", |
||
4046 | "dev-develop": "2.7-dev" |
||
4047 | } |
||
4048 | }, |
||
4049 | "autoload": { |
||
4050 | "psr-4": { |
||
4051 | "Zend\\I18n\\": "src/" |
||
4052 | } |
||
4053 | }, |
||
4054 | "notification-url": "https://packagist.org/downloads/", |
||
4055 | "license": [ |
||
4056 | "BSD-3-Clause" |
||
4057 | ], |
||
4058 | "homepage": "https://github.com/zendframework/zend-i18n", |
||
4059 | "keywords": [ |
||
4060 | "i18n", |
||
4061 | "zf2" |
||
4062 | ], |
||
4063 | "time": "2016-02-10 22:29:02" |
||
4064 | }, |
||
4065 | { |
||
4066 | "name": "zendframework/zend-json", |
||
4067 | "version": "2.6.1", |
||
4068 | "source": { |
||
4069 | "type": "git", |
||
4070 | "url": "https://github.com/zendframework/zend-json.git", |
||
4071 | "reference": "4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28" |
||
4072 | }, |
||
4073 | "dist": { |
||
4074 | "type": "zip", |
||
4075 | "url": "https://api.github.com/repos/zendframework/zend-json/zipball/4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28", |
||
4076 | "reference": "4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28", |
||
4077 | "shasum": "" |
||
4078 | }, |
||
4079 | "require": { |
||
4080 | "php": "^5.5 || ^7.0" |
||
4081 | }, |
||
4082 | "require-dev": { |
||
4083 | "fabpot/php-cs-fixer": "1.7.*", |
||
4084 | "phpunit/phpunit": "~4.0", |
||
4085 | "zendframework/zend-http": "^2.5.4", |
||
4086 | "zendframework/zend-server": "^2.6.1", |
||
4087 | "zendframework/zend-stdlib": "^2.5 || ^3.0", |
||
4088 | "zendframework/zendxml": "^1.0.2" |
||
4089 | }, |
||
4090 | "suggest": { |
||
4091 | "zendframework/zend-http": "Zend\\Http component, required to use Zend\\Json\\Server", |
||
4092 | "zendframework/zend-server": "Zend\\Server component, required to use Zend\\Json\\Server", |
||
4093 | "zendframework/zend-stdlib": "Zend\\Stdlib component, for use with caching Zend\\Json\\Server responses", |
||
4094 | "zendframework/zendxml": "To support Zend\\Json\\Json::fromXml() usage" |
||
4095 | }, |
||
4096 | "type": "library", |
||
4097 | "extra": { |
||
4098 | "branch-alias": { |
||
4099 | "dev-master": "2.6-dev", |
||
4100 | "dev-develop": "2.7-dev" |
||
4101 | } |
||
4102 | }, |
||
4103 | "autoload": { |
||
4104 | "psr-4": { |
||
4105 | "Zend\\Json\\": "src/" |
||
4106 | } |
||
4107 | }, |
||
4108 | "notification-url": "https://packagist.org/downloads/", |
||
4109 | "license": [ |
||
4110 | "BSD-3-Clause" |
||
4111 | ], |
||
4112 | "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP", |
||
4113 | "homepage": "https://github.com/zendframework/zend-json", |
||
4114 | "keywords": [ |
||
4115 | "json", |
||
4116 | "zf2" |
||
4117 | ], |
||
4118 | "time": "2016-02-04 21:20:26" |
||
4119 | }, |
||
4120 | { |
||
4121 | "name": "zendframework/zend-math", |
||
4122 | "version": "2.6.0", |
||
4123 | "source": { |
||
4124 | "type": "git", |
||
4125 | "url": "https://github.com/zendframework/zend-math.git", |
||
4126 | "reference": "395ebb981e01f2fc708ba07d8ee0d86f6e3e9ed6" |
||
4127 | }, |
||
4128 | "dist": { |
||
4129 | "type": "zip", |
||
4130 | "url": "https://api.github.com/repos/zendframework/zend-math/zipball/395ebb981e01f2fc708ba07d8ee0d86f6e3e9ed6", |
||
4131 | "reference": "395ebb981e01f2fc708ba07d8ee0d86f6e3e9ed6", |
||
4132 | "shasum": "" |
||
4133 | }, |
||
4134 | "require": { |
||
4135 | "php": "^5.5 || ^7.0" |
||
4136 | }, |
||
4137 | "require-dev": { |
||
4138 | "fabpot/php-cs-fixer": "1.7.*", |
||
4139 | "ircmaxell/random-lib": "~1.1", |
||
4140 | "phpunit/phpunit": "~4.0" |
||
4141 | }, |
||
4142 | "suggest": { |
||
4143 | "ext-bcmath": "If using the bcmath functionality", |
||
4144 | "ext-gmp": "If using the gmp functionality", |
||
4145 | "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable" |
||
4146 | }, |
||
4147 | "type": "library", |
||
4148 | "extra": { |
||
4149 | "branch-alias": { |
||
4150 | "dev-master": "2.6-dev", |
||
4151 | "dev-develop": "2.7-dev" |
||
4152 | } |
||
4153 | }, |
||
4154 | "autoload": { |
||
4155 | "psr-4": { |
||
4156 | "Zend\\Math\\": "src/" |
||
4157 | } |
||
4158 | }, |
||
4159 | "notification-url": "https://packagist.org/downloads/", |
||
4160 | "license": [ |
||
4161 | "BSD-3-Clause" |
||
4162 | ], |
||
4163 | "homepage": "https://github.com/zendframework/zend-math", |
||
4164 | "keywords": [ |
||
4165 | "math", |
||
4166 | "zf2" |
||
4167 | ], |
||
4168 | "time": "2016-02-02 23:15:14" |
||
4169 | }, |
||
4170 | { |
||
4171 | "name": "zendframework/zend-serializer", |
||
4172 | "version": "2.6.1", |
||
4173 | "source": { |
||
4174 | "type": "git", |
||
4175 | "url": "https://github.com/zendframework/zend-serializer.git", |
||
4176 | "reference": "0d9556cb75045481de1869fd1962cacdaca7ef88" |
||
4177 | }, |
||
4178 | "dist": { |
||
4179 | "type": "zip", |
||
4180 | "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/0d9556cb75045481de1869fd1962cacdaca7ef88", |
||
4181 | "reference": "0d9556cb75045481de1869fd1962cacdaca7ef88", |
||
4182 | "shasum": "" |
||
4183 | }, |
||
4184 | "require": { |
||
4185 | "php": "^5.5 || ^7.0", |
||
4186 | "zendframework/zend-json": "^2.5", |
||
4187 | "zendframework/zend-math": "^2.6", |
||
4188 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
4189 | }, |
||
4190 | "require-dev": { |
||
4191 | "fabpot/php-cs-fixer": "1.7.*", |
||
4192 | "phpunit/phpunit": "^4.0", |
||
4193 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" |
||
4194 | }, |
||
4195 | "suggest": { |
||
4196 | "zendframework/zend-servicemanager": "To support plugin manager support" |
||
4197 | }, |
||
4198 | "type": "library", |
||
4199 | "extra": { |
||
4200 | "branch-alias": { |
||
4201 | "dev-master": "2.6-dev", |
||
4202 | "dev-develop": "2.7-dev" |
||
4203 | } |
||
4204 | }, |
||
4205 | "autoload": { |
||
4206 | "psr-4": { |
||
4207 | "Zend\\Serializer\\": "src/" |
||
4208 | } |
||
4209 | }, |
||
4210 | "notification-url": "https://packagist.org/downloads/", |
||
4211 | "license": [ |
||
4212 | "BSD-3-Clause" |
||
4213 | ], |
||
4214 | "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover", |
||
4215 | "homepage": "https://github.com/zendframework/zend-serializer", |
||
4216 | "keywords": [ |
||
4217 | "serializer", |
||
4218 | "zf2" |
||
4219 | ], |
||
4220 | "time": "2016-02-03 18:36:25" |
||
4221 | }, |
||
4222 | { |
||
4223 | "name": "zendframework/zend-servicemanager", |
||
4224 | "version": "2.7.5", |
||
4225 | "source": { |
||
4226 | "type": "git", |
||
4227 | "url": "https://github.com/zendframework/zend-servicemanager.git", |
||
4228 | "reference": "fb5b54db5ead533b38e311f14e9c01a79218bf2b" |
||
4229 | }, |
||
4230 | "dist": { |
||
4231 | "type": "zip", |
||
4232 | "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/fb5b54db5ead533b38e311f14e9c01a79218bf2b", |
||
4233 | "reference": "fb5b54db5ead533b38e311f14e9c01a79218bf2b", |
||
4234 | "shasum": "" |
||
4235 | }, |
||
4236 | "require": { |
||
4237 | "container-interop/container-interop": "~1.0", |
||
4238 | "php": "^5.5 || ^7.0" |
||
4239 | }, |
||
4240 | "require-dev": { |
||
4241 | "athletic/athletic": "dev-master", |
||
4242 | "fabpot/php-cs-fixer": "1.7.*", |
||
4243 | "phpunit/phpunit": "~4.0", |
||
4244 | "zendframework/zend-di": "~2.5", |
||
4245 | "zendframework/zend-mvc": "~2.5" |
||
4246 | }, |
||
4247 | "suggest": { |
||
4248 | "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services", |
||
4249 | "zendframework/zend-di": "Zend\\Di component" |
||
4250 | }, |
||
4251 | "type": "library", |
||
4252 | "extra": { |
||
4253 | "branch-alias": { |
||
4254 | "dev-master": "2.7-dev", |
||
4255 | "dev-develop": "3.0-dev" |
||
4256 | } |
||
4257 | }, |
||
4258 | "autoload": { |
||
4259 | "psr-4": { |
||
4260 | "Zend\\ServiceManager\\": "src/" |
||
4261 | } |
||
4262 | }, |
||
4263 | "notification-url": "https://packagist.org/downloads/", |
||
4264 | "license": [ |
||
4265 | "BSD-3-Clause" |
||
4266 | ], |
||
4267 | "homepage": "https://github.com/zendframework/zend-servicemanager", |
||
4268 | "keywords": [ |
||
4269 | "servicemanager", |
||
4270 | "zf2" |
||
4271 | ], |
||
4272 | "time": "2016-02-02 14:11:46" |
||
4273 | }, |
||
4274 | { |
||
4275 | "name": "zendframework/zend-stdlib", |
||
4276 | "version": "2.7.4", |
||
4277 | "source": { |
||
4278 | "type": "git", |
||
4279 | "url": "https://github.com/zendframework/zend-stdlib.git", |
||
4280 | "reference": "cae029346a33663b998507f94962eb27de060683" |
||
4281 | }, |
||
4282 | "dist": { |
||
4283 | "type": "zip", |
||
4284 | "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cae029346a33663b998507f94962eb27de060683", |
||
4285 | "reference": "cae029346a33663b998507f94962eb27de060683", |
||
4286 | "shasum": "" |
||
4287 | }, |
||
4288 | "require": { |
||
4289 | "php": ">=5.5", |
||
4290 | "zendframework/zend-hydrator": "~1.0" |
||
4291 | }, |
||
4292 | "require-dev": { |
||
4293 | "athletic/athletic": "~0.1", |
||
4294 | "fabpot/php-cs-fixer": "1.7.*", |
||
4295 | "phpunit/phpunit": "~4.0", |
||
4296 | "zendframework/zend-config": "~2.5", |
||
4297 | "zendframework/zend-eventmanager": "~2.5", |
||
4298 | "zendframework/zend-filter": "~2.5", |
||
4299 | "zendframework/zend-inputfilter": "~2.5", |
||
4300 | "zendframework/zend-serializer": "~2.5", |
||
4301 | "zendframework/zend-servicemanager": "~2.5" |
||
4302 | }, |
||
4303 | "suggest": { |
||
4304 | "zendframework/zend-eventmanager": "To support aggregate hydrator usage", |
||
4305 | "zendframework/zend-filter": "To support naming strategy hydrator usage", |
||
4306 | "zendframework/zend-serializer": "Zend\\Serializer component", |
||
4307 | "zendframework/zend-servicemanager": "To support hydrator plugin manager usage" |
||
4308 | }, |
||
4309 | "type": "library", |
||
4310 | "extra": { |
||
4311 | "branch-alias": { |
||
4312 | "dev-master": "2.7-dev", |
||
4313 | "dev-develop": "2.8-dev" |
||
4314 | } |
||
4315 | }, |
||
4316 | "autoload": { |
||
4317 | "psr-4": { |
||
4318 | "Zend\\Stdlib\\": "src/" |
||
4319 | } |
||
4320 | }, |
||
4321 | "notification-url": "https://packagist.org/downloads/", |
||
4322 | "license": [ |
||
4323 | "BSD-3-Clause" |
||
4324 | ], |
||
4325 | "homepage": "https://github.com/zendframework/zend-stdlib", |
||
4326 | "keywords": [ |
||
4327 | "stdlib", |
||
4328 | "zf2" |
||
4329 | ], |
||
4330 | "time": "2015-10-15 15:57:32" |
||
4331 | }, |
||
4332 | { |
||
4333 | "name": "zetacomponents/base", |
||
4334 | "version": "1.9", |
||
4335 | "source": { |
||
4336 | "type": "git", |
||
4337 | "url": "https://github.com/zetacomponents/Base.git", |
||
4338 | "reference": "f20df24e8de3e48b6b69b2503f917e457281e687" |
||
4339 | }, |
||
4340 | "dist": { |
||
4341 | "type": "zip", |
||
4342 | "url": "https://api.github.com/repos/zetacomponents/Base/zipball/f20df24e8de3e48b6b69b2503f917e457281e687", |
||
4343 | "reference": "f20df24e8de3e48b6b69b2503f917e457281e687", |
||
4344 | "shasum": "" |
||
4345 | }, |
||
4346 | "require-dev": { |
||
4347 | "zetacomponents/unit-test": "*" |
||
4348 | }, |
||
4349 | "type": "library", |
||
4350 | "autoload": { |
||
4351 | "classmap": [ |
||
4352 | "src" |
||
4353 | ] |
||
4354 | }, |
||
4355 | "notification-url": "https://packagist.org/downloads/", |
||
4356 | "license": [ |
||
4357 | "Apache-2.0" |
||
4358 | ], |
||
4359 | "authors": [ |
||
4360 | { |
||
4361 | "name": "Sergey Alexeev" |
||
4362 | }, |
||
4363 | { |
||
4364 | "name": "Sebastian Bergmann" |
||
4365 | }, |
||
4366 | { |
||
4367 | "name": "Jan Borsodi" |
||
4368 | }, |
||
4369 | { |
||
4370 | "name": "Raymond Bosman" |
||
4371 | }, |
||
4372 | { |
||
4373 | "name": "Frederik Holljen" |
||
4374 | }, |
||
4375 | { |
||
4376 | "name": "Kore Nordmann" |
||
4377 | }, |
||
4378 | { |
||
4379 | "name": "Derick Rethans" |
||
4380 | }, |
||
4381 | { |
||
4382 | "name": "Vadym Savchuk" |
||
4383 | }, |
||
4384 | { |
||
4385 | "name": "Tobias Schlitt" |
||
4386 | }, |
||
4387 | { |
||
4388 | "name": "Alexandru Stanoi" |
||
4389 | } |
||
4390 | ], |
||
4391 | "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.", |
||
4392 | "homepage": "https://github.com/zetacomponents", |
||
4393 | "time": "2014-09-19 03:28:34" |
||
4394 | }, |
||
4395 | { |
||
4396 | "name": "zetacomponents/document", |
||
4397 | "version": "1.3.1", |
||
4398 | "source": { |
||
4399 | "type": "git", |
||
4400 | "url": "https://github.com/zetacomponents/Document.git", |
||
4401 | "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8" |
||
4402 | }, |
||
4403 | "dist": { |
||
4404 | "type": "zip", |
||
4405 | "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8", |
||
4406 | "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8", |
||
4407 | "shasum": "" |
||
4408 | }, |
||
4409 | "require": { |
||
4410 | "zetacomponents/base": "*" |
||
4411 | }, |
||
4412 | "require-dev": { |
||
4413 | "zetacomponents/unit-test": "dev-master" |
||
4414 | }, |
||
4415 | "type": "library", |
||
4416 | "autoload": { |
||
4417 | "classmap": [ |
||
4418 | "src" |
||
4419 | ] |
||
4420 | }, |
||
4421 | "notification-url": "https://packagist.org/downloads/", |
||
4422 | "license": [ |
||
4423 | "Apache-2.0" |
||
4424 | ], |
||
4425 | "authors": [ |
||
4426 | { |
||
4427 | "name": "Sebastian Bergmann" |
||
4428 | }, |
||
4429 | { |
||
4430 | "name": "Kore Nordmann" |
||
4431 | }, |
||
4432 | { |
||
4433 | "name": "Derick Rethans" |
||
4434 | }, |
||
4435 | { |
||
4436 | "name": "Tobias Schlitt" |
||
4437 | }, |
||
4438 | { |
||
4439 | "name": "Alexandru Stanoi" |
||
4440 | } |
||
4441 | ], |
||
4442 | "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.", |
||
4443 | "homepage": "https://github.com/zetacomponents", |
||
4444 | "time": "2013-12-19 11:40:00" |
||
4445 | } |
||
4446 | ], |
||
4447 | "aliases": [], |
||
4448 | "minimum-stability": "stable", |
||
4449 | "stability-flags": [], |
||
4450 | "prefer-stable": false, |
||
4451 | "prefer-lowest": false, |
||
4452 | "platform": { |
||
4453 | "php": ">=5.5.0" |
||
4454 | }, |
||
4455 | "platform-dev": [] |
||
4456 | } |
||
4457 |