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