This project does not seem to handle request data directly as such no vulnerable execution paths were found.
include
, or for example
via PHP's auto-loading mechanism.
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": "f93b9b43c073bd8efd3adb9dd43f0a0c", |
||
8 | "content-hash": "3d5f83f160d10133fdd512af41c9a1cc", |
||
9 | "packages": [ |
||
10 | { |
||
11 | "name": "classpreloader/classpreloader", |
||
12 | "version": "dev-master", |
||
13 | "source": { |
||
14 | "type": "git", |
||
15 | "url": "https://github.com/ClassPreloader/ClassPreloader.git", |
||
16 | "reference": "de1d55df4f492374f0b77eb06da990b7393a433f" |
||
17 | }, |
||
18 | "dist": { |
||
19 | "type": "zip", |
||
20 | "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/de1d55df4f492374f0b77eb06da990b7393a433f", |
||
21 | "reference": "de1d55df4f492374f0b77eb06da990b7393a433f", |
||
22 | "shasum": "" |
||
23 | }, |
||
24 | "require": { |
||
25 | "nikic/php-parser": "^1.0|^2.0", |
||
26 | "php": ">=5.5.9" |
||
27 | }, |
||
28 | "require-dev": { |
||
29 | "phpunit/phpunit": "^4.8|^5.0" |
||
30 | }, |
||
31 | "type": "library", |
||
32 | "extra": { |
||
33 | "branch-alias": { |
||
34 | "dev-master": "3.0-dev" |
||
35 | } |
||
36 | }, |
||
37 | "autoload": { |
||
38 | "psr-4": { |
||
39 | "ClassPreloader\\": "src/" |
||
40 | } |
||
41 | }, |
||
42 | "notification-url": "https://packagist.org/downloads/", |
||
43 | "license": [ |
||
44 | "MIT" |
||
45 | ], |
||
46 | "authors": [ |
||
47 | { |
||
48 | "name": "Michael Dowling", |
||
49 | "email": "[email protected]" |
||
50 | }, |
||
51 | { |
||
52 | "name": "Graham Campbell", |
||
53 | "email": "[email protected]" |
||
54 | } |
||
55 | ], |
||
56 | "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case", |
||
57 | "keywords": [ |
||
58 | "autoload", |
||
59 | "class", |
||
60 | "preload" |
||
61 | ], |
||
62 | "time": "2016-01-24 12:28:38" |
||
63 | }, |
||
64 | { |
||
65 | "name": "dnoegel/php-xdg-base-dir", |
||
66 | "version": "0.1", |
||
67 | "source": { |
||
68 | "type": "git", |
||
69 | "url": "https://github.com/dnoegel/php-xdg-base-dir.git", |
||
70 | "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" |
||
71 | }, |
||
72 | "dist": { |
||
73 | "type": "zip", |
||
74 | "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", |
||
75 | "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", |
||
76 | "shasum": "" |
||
77 | }, |
||
78 | "require": { |
||
79 | "php": ">=5.3.2" |
||
80 | }, |
||
81 | "require-dev": { |
||
82 | "phpunit/phpunit": "@stable" |
||
83 | }, |
||
84 | "type": "project", |
||
85 | "autoload": { |
||
86 | "psr-4": { |
||
87 | "XdgBaseDir\\": "src/" |
||
88 | } |
||
89 | }, |
||
90 | "notification-url": "https://packagist.org/downloads/", |
||
91 | "license": [ |
||
92 | "MIT" |
||
93 | ], |
||
94 | "description": "implementation of xdg base directory specification for php", |
||
95 | "time": "2014-10-24 07:27:01" |
||
96 | }, |
||
97 | { |
||
98 | "name": "doctrine/inflector", |
||
99 | "version": "dev-master", |
||
100 | "source": { |
||
101 | "type": "git", |
||
102 | "url": "https://github.com/doctrine/inflector.git", |
||
103 | "reference": "803a2ed9fea02f9ca47cd45395089fe78769a392" |
||
104 | }, |
||
105 | "dist": { |
||
106 | "type": "zip", |
||
107 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/803a2ed9fea02f9ca47cd45395089fe78769a392", |
||
108 | "reference": "803a2ed9fea02f9ca47cd45395089fe78769a392", |
||
109 | "shasum": "" |
||
110 | }, |
||
111 | "require": { |
||
112 | "php": ">=5.3.2" |
||
113 | }, |
||
114 | "require-dev": { |
||
115 | "phpunit/phpunit": "4.*" |
||
116 | }, |
||
117 | "type": "library", |
||
118 | "extra": { |
||
119 | "branch-alias": { |
||
120 | "dev-master": "1.1.x-dev" |
||
121 | } |
||
122 | }, |
||
123 | "autoload": { |
||
124 | "psr-0": { |
||
125 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
126 | } |
||
127 | }, |
||
128 | "notification-url": "https://packagist.org/downloads/", |
||
129 | "license": [ |
||
130 | "MIT" |
||
131 | ], |
||
132 | "authors": [ |
||
133 | { |
||
134 | "name": "Roman Borschel", |
||
135 | "email": "[email protected]" |
||
136 | }, |
||
137 | { |
||
138 | "name": "Benjamin Eberlei", |
||
139 | "email": "[email protected]" |
||
140 | }, |
||
141 | { |
||
142 | "name": "Guilherme Blanco", |
||
143 | "email": "[email protected]" |
||
144 | }, |
||
145 | { |
||
146 | "name": "Jonathan Wage", |
||
147 | "email": "[email protected]" |
||
148 | }, |
||
149 | { |
||
150 | "name": "Johannes Schmitt", |
||
151 | "email": "[email protected]" |
||
152 | } |
||
153 | ], |
||
154 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
155 | "homepage": "http://www.doctrine-project.org", |
||
156 | "keywords": [ |
||
157 | "inflection", |
||
158 | "pluralize", |
||
159 | "singularize", |
||
160 | "string" |
||
161 | ], |
||
162 | "time": "2016-05-12 17:23:41" |
||
163 | }, |
||
164 | { |
||
165 | "name": "jakub-onderka/php-console-color", |
||
166 | "version": "0.1", |
||
167 | "source": { |
||
168 | "type": "git", |
||
169 | "url": "https://github.com/JakubOnderka/PHP-Console-Color.git", |
||
170 | "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1" |
||
171 | }, |
||
172 | "dist": { |
||
173 | "type": "zip", |
||
174 | "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1", |
||
175 | "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1", |
||
176 | "shasum": "" |
||
177 | }, |
||
178 | "require": { |
||
179 | "php": ">=5.3.2" |
||
180 | }, |
||
181 | "require-dev": { |
||
182 | "jakub-onderka/php-code-style": "1.0", |
||
183 | "jakub-onderka/php-parallel-lint": "0.*", |
||
184 | "jakub-onderka/php-var-dump-check": "0.*", |
||
185 | "phpunit/phpunit": "3.7.*", |
||
186 | "squizlabs/php_codesniffer": "1.*" |
||
187 | }, |
||
188 | "type": "library", |
||
189 | "autoload": { |
||
190 | "psr-0": { |
||
191 | "JakubOnderka\\PhpConsoleColor": "src/" |
||
192 | } |
||
193 | }, |
||
194 | "notification-url": "https://packagist.org/downloads/", |
||
195 | "license": [ |
||
196 | "BSD-2-Clause" |
||
197 | ], |
||
198 | "authors": [ |
||
199 | { |
||
200 | "name": "Jakub Onderka", |
||
201 | "email": "[email protected]", |
||
202 | "homepage": "http://www.acci.cz" |
||
203 | } |
||
204 | ], |
||
205 | "time": "2014-04-08 15:00:19" |
||
206 | }, |
||
207 | { |
||
208 | "name": "jakub-onderka/php-console-highlighter", |
||
209 | "version": "v0.3.2", |
||
210 | "source": { |
||
211 | "type": "git", |
||
212 | "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", |
||
213 | "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5" |
||
214 | }, |
||
215 | "dist": { |
||
216 | "type": "zip", |
||
217 | "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
||
218 | "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
||
219 | "shasum": "" |
||
220 | }, |
||
221 | "require": { |
||
222 | "jakub-onderka/php-console-color": "~0.1", |
||
223 | "php": ">=5.3.0" |
||
224 | }, |
||
225 | "require-dev": { |
||
226 | "jakub-onderka/php-code-style": "~1.0", |
||
227 | "jakub-onderka/php-parallel-lint": "~0.5", |
||
228 | "jakub-onderka/php-var-dump-check": "~0.1", |
||
229 | "phpunit/phpunit": "~4.0", |
||
230 | "squizlabs/php_codesniffer": "~1.5" |
||
231 | }, |
||
232 | "type": "library", |
||
233 | "autoload": { |
||
234 | "psr-0": { |
||
235 | "JakubOnderka\\PhpConsoleHighlighter": "src/" |
||
236 | } |
||
237 | }, |
||
238 | "notification-url": "https://packagist.org/downloads/", |
||
239 | "license": [ |
||
240 | "MIT" |
||
241 | ], |
||
242 | "authors": [ |
||
243 | { |
||
244 | "name": "Jakub Onderka", |
||
245 | "email": "[email protected]", |
||
246 | "homepage": "http://www.acci.cz/" |
||
247 | } |
||
248 | ], |
||
249 | "time": "2015-04-20 18:58:01" |
||
250 | }, |
||
251 | { |
||
252 | "name": "jeremeamia/SuperClosure", |
||
253 | "version": "dev-master", |
||
254 | "source": { |
||
255 | "type": "git", |
||
256 | "url": "https://github.com/jeremeamia/super_closure.git", |
||
257 | "reference": "6fe8ad066d3b2b01ad71d2130ebd38ccaabd549f" |
||
258 | }, |
||
259 | "dist": { |
||
260 | "type": "zip", |
||
261 | "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/6fe8ad066d3b2b01ad71d2130ebd38ccaabd549f", |
||
262 | "reference": "6fe8ad066d3b2b01ad71d2130ebd38ccaabd549f", |
||
263 | "shasum": "" |
||
264 | }, |
||
265 | "require": { |
||
266 | "nikic/php-parser": "^1.2|^2.0", |
||
267 | "php": ">=5.4", |
||
268 | "symfony/polyfill-php56": "^1.0" |
||
269 | }, |
||
270 | "require-dev": { |
||
271 | "phpunit/phpunit": "^4.0|^5.0" |
||
272 | }, |
||
273 | "type": "library", |
||
274 | "extra": { |
||
275 | "branch-alias": { |
||
276 | "dev-master": "2.2-dev" |
||
277 | } |
||
278 | }, |
||
279 | "autoload": { |
||
280 | "psr-4": { |
||
281 | "SuperClosure\\": "src/" |
||
282 | } |
||
283 | }, |
||
284 | "notification-url": "https://packagist.org/downloads/", |
||
285 | "license": [ |
||
286 | "MIT" |
||
287 | ], |
||
288 | "authors": [ |
||
289 | { |
||
290 | "name": "Jeremy Lindblom", |
||
291 | "email": "[email protected]", |
||
292 | "homepage": "https://github.com/jeremeamia", |
||
293 | "role": "Developer" |
||
294 | } |
||
295 | ], |
||
296 | "description": "Serialize Closure objects, including their context and binding", |
||
297 | "homepage": "https://github.com/jeremeamia/super_closure", |
||
298 | "keywords": [ |
||
299 | "closure", |
||
300 | "function", |
||
301 | "lambda", |
||
302 | "parser", |
||
303 | "serializable", |
||
304 | "serialize", |
||
305 | "tokenizer" |
||
306 | ], |
||
307 | "time": "2016-02-29 04:36:50" |
||
308 | }, |
||
309 | { |
||
310 | "name": "laravel/framework", |
||
311 | "version": "dev-master", |
||
312 | "source": { |
||
313 | "type": "git", |
||
314 | "url": "https://github.com/laravel/framework.git", |
||
315 | "reference": "22a2027943188b185786366a9ada7fd7db2654ee" |
||
316 | }, |
||
317 | "dist": { |
||
318 | "type": "zip", |
||
319 | "url": "https://api.github.com/repos/laravel/framework/zipball/22a2027943188b185786366a9ada7fd7db2654ee", |
||
320 | "reference": "22a2027943188b185786366a9ada7fd7db2654ee", |
||
321 | "shasum": "" |
||
322 | }, |
||
323 | "require": { |
||
324 | "classpreloader/classpreloader": "~3.0", |
||
325 | "doctrine/inflector": "~1.0", |
||
326 | "ext-mbstring": "*", |
||
327 | "ext-openssl": "*", |
||
328 | "jeremeamia/superclosure": "~2.2", |
||
329 | "league/flysystem": "~1.0", |
||
330 | "monolog/monolog": "~1.11", |
||
331 | "mtdowling/cron-expression": "~1.0", |
||
332 | "nesbot/carbon": "~1.20", |
||
333 | "paragonie/random_compat": "~1.4|~2.0", |
||
334 | "php": ">=5.6.4", |
||
335 | "psy/psysh": "0.7.*", |
||
336 | "ramsey/uuid": "~3.0", |
||
337 | "swiftmailer/swiftmailer": "~5.1", |
||
338 | "symfony/console": "3.2.*", |
||
339 | "symfony/debug": "3.2.*", |
||
340 | "symfony/finder": "3.2.*", |
||
341 | "symfony/http-foundation": "3.2.*", |
||
342 | "symfony/http-kernel": "3.2.*", |
||
343 | "symfony/process": "3.2.*", |
||
344 | "symfony/routing": "3.2.*", |
||
345 | "symfony/translation": "3.2.*", |
||
346 | "symfony/var-dumper": "3.2.*", |
||
347 | "vlucas/phpdotenv": "~2.2" |
||
348 | }, |
||
349 | "replace": { |
||
350 | "illuminate/auth": "self.version", |
||
351 | "illuminate/broadcasting": "self.version", |
||
352 | "illuminate/bus": "self.version", |
||
353 | "illuminate/cache": "self.version", |
||
354 | "illuminate/config": "self.version", |
||
355 | "illuminate/console": "self.version", |
||
356 | "illuminate/container": "self.version", |
||
357 | "illuminate/contracts": "self.version", |
||
358 | "illuminate/cookie": "self.version", |
||
359 | "illuminate/database": "self.version", |
||
360 | "illuminate/encryption": "self.version", |
||
361 | "illuminate/events": "self.version", |
||
362 | "illuminate/exception": "self.version", |
||
363 | "illuminate/filesystem": "self.version", |
||
364 | "illuminate/hashing": "self.version", |
||
365 | "illuminate/http": "self.version", |
||
366 | "illuminate/log": "self.version", |
||
367 | "illuminate/mail": "self.version", |
||
368 | "illuminate/pagination": "self.version", |
||
369 | "illuminate/pipeline": "self.version", |
||
370 | "illuminate/queue": "self.version", |
||
371 | "illuminate/redis": "self.version", |
||
372 | "illuminate/routing": "self.version", |
||
373 | "illuminate/session": "self.version", |
||
374 | "illuminate/support": "self.version", |
||
375 | "illuminate/translation": "self.version", |
||
376 | "illuminate/validation": "self.version", |
||
377 | "illuminate/view": "self.version", |
||
378 | "tightenco/collect": "self.version" |
||
379 | }, |
||
380 | "require-dev": { |
||
381 | "aws/aws-sdk-php": "~3.0", |
||
382 | "mockery/mockery": "~0.9.4", |
||
383 | "pda/pheanstalk": "~3.0", |
||
384 | "phpunit/phpunit": "~5.4", |
||
385 | "predis/predis": "~1.0", |
||
386 | "symfony/css-selector": "3.2.*", |
||
387 | "symfony/dom-crawler": "3.2.*" |
||
388 | }, |
||
389 | "suggest": { |
||
390 | "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).", |
||
391 | "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).", |
||
392 | "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).", |
||
393 | "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~5.3|~6.0).", |
||
394 | "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).", |
||
395 | "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).", |
||
396 | "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).", |
||
397 | "predis/predis": "Required to use the redis cache and queue drivers (~1.0).", |
||
398 | "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).", |
||
399 | "symfony/css-selector": "Required to use some of the crawler integration testing tools (3.2.*).", |
||
400 | "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (3.2.*).", |
||
401 | "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)." |
||
402 | }, |
||
403 | "type": "library", |
||
404 | "extra": { |
||
405 | "branch-alias": { |
||
406 | "dev-master": "5.4-dev" |
||
407 | } |
||
408 | }, |
||
409 | "autoload": { |
||
410 | "files": [ |
||
411 | "src/Illuminate/Foundation/helpers.php", |
||
412 | "src/Illuminate/Support/helpers.php" |
||
413 | ], |
||
414 | "psr-4": { |
||
415 | "Illuminate\\": "src/Illuminate/" |
||
416 | } |
||
417 | }, |
||
418 | "notification-url": "https://packagist.org/downloads/", |
||
419 | "license": [ |
||
420 | "MIT" |
||
421 | ], |
||
422 | "authors": [ |
||
423 | { |
||
424 | "name": "Taylor Otwell", |
||
425 | "email": "[email protected]" |
||
426 | } |
||
427 | ], |
||
428 | "description": "The Laravel Framework.", |
||
429 | "homepage": "https://laravel.com", |
||
430 | "keywords": [ |
||
431 | "framework", |
||
432 | "laravel" |
||
433 | ], |
||
434 | "time": "2016-08-11 22:28:49" |
||
435 | }, |
||
436 | { |
||
437 | "name": "league/flysystem", |
||
438 | "version": "dev-master", |
||
439 | "source": { |
||
440 | "type": "git", |
||
441 | "url": "https://github.com/thephpleague/flysystem.git", |
||
442 | "reference": "50e2045ed70a7e75a5e30bc3662904f3b67af8a9" |
||
443 | }, |
||
444 | "dist": { |
||
445 | "type": "zip", |
||
446 | "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/50e2045ed70a7e75a5e30bc3662904f3b67af8a9", |
||
447 | "reference": "50e2045ed70a7e75a5e30bc3662904f3b67af8a9", |
||
448 | "shasum": "" |
||
449 | }, |
||
450 | "require": { |
||
451 | "php": ">=5.4.0" |
||
452 | }, |
||
453 | "conflict": { |
||
454 | "league/flysystem-sftp": "<1.0.6" |
||
455 | }, |
||
456 | "require-dev": { |
||
457 | "ext-fileinfo": "*", |
||
458 | "mockery/mockery": "~0.9", |
||
459 | "phpspec/phpspec": "^2.2", |
||
460 | "phpunit/phpunit": "~4.8" |
||
461 | }, |
||
462 | "suggest": { |
||
463 | "ext-fileinfo": "Required for MimeType", |
||
464 | "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", |
||
465 | "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", |
||
466 | "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", |
||
467 | "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", |
||
468 | "league/flysystem-copy": "Allows you to use Copy.com storage", |
||
469 | "league/flysystem-dropbox": "Allows you to use Dropbox storage", |
||
470 | "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", |
||
471 | "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", |
||
472 | "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", |
||
473 | "league/flysystem-webdav": "Allows you to use WebDAV storage", |
||
474 | "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter" |
||
475 | }, |
||
476 | "type": "library", |
||
477 | "extra": { |
||
478 | "branch-alias": { |
||
479 | "dev-master": "1.1-dev" |
||
480 | } |
||
481 | }, |
||
482 | "autoload": { |
||
483 | "psr-4": { |
||
484 | "League\\Flysystem\\": "src/" |
||
485 | } |
||
486 | }, |
||
487 | "notification-url": "https://packagist.org/downloads/", |
||
488 | "license": [ |
||
489 | "MIT" |
||
490 | ], |
||
491 | "authors": [ |
||
492 | { |
||
493 | "name": "Frank de Jonge", |
||
494 | "email": "[email protected]" |
||
495 | } |
||
496 | ], |
||
497 | "description": "Filesystem abstraction: Many filesystems, one API.", |
||
498 | "keywords": [ |
||
499 | "Cloud Files", |
||
500 | "WebDAV", |
||
501 | "abstraction", |
||
502 | "aws", |
||
503 | "cloud", |
||
504 | "copy.com", |
||
505 | "dropbox", |
||
506 | "file systems", |
||
507 | "files", |
||
508 | "filesystem", |
||
509 | "filesystems", |
||
510 | "ftp", |
||
511 | "rackspace", |
||
512 | "remote", |
||
513 | "s3", |
||
514 | "sftp", |
||
515 | "storage" |
||
516 | ], |
||
517 | "time": "2016-08-10 08:55:11" |
||
518 | }, |
||
519 | { |
||
520 | "name": "monolog/monolog", |
||
521 | "version": "1.x-dev", |
||
522 | "source": { |
||
523 | "type": "git", |
||
524 | "url": "https://github.com/Seldaek/monolog.git", |
||
525 | "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952" |
||
526 | }, |
||
527 | "dist": { |
||
528 | "type": "zip", |
||
529 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952", |
||
530 | "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952", |
||
531 | "shasum": "" |
||
532 | }, |
||
533 | "require": { |
||
534 | "php": ">=5.3.0", |
||
535 | "psr/log": "~1.0" |
||
536 | }, |
||
537 | "provide": { |
||
538 | "psr/log-implementation": "1.0.0" |
||
539 | }, |
||
540 | "require-dev": { |
||
541 | "aws/aws-sdk-php": "^2.4.9", |
||
542 | "doctrine/couchdb": "~1.0@dev", |
||
543 | "graylog2/gelf-php": "~1.0", |
||
544 | "jakub-onderka/php-parallel-lint": "0.9", |
||
545 | "php-amqplib/php-amqplib": "~2.4", |
||
546 | "php-console/php-console": "^3.1.3", |
||
547 | "phpunit/phpunit": "~4.5", |
||
548 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
549 | "ruflin/elastica": ">=0.90 <3.0", |
||
550 | "sentry/sentry": "^0.13", |
||
551 | "swiftmailer/swiftmailer": "~5.3" |
||
552 | }, |
||
553 | "suggest": { |
||
554 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
555 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
556 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
557 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
558 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
559 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
560 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
561 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
562 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
563 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
564 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
565 | }, |
||
566 | "type": "library", |
||
567 | "extra": { |
||
568 | "branch-alias": { |
||
569 | "dev-master": "2.0.x-dev" |
||
570 | } |
||
571 | }, |
||
572 | "autoload": { |
||
573 | "psr-4": { |
||
574 | "Monolog\\": "src/Monolog" |
||
575 | } |
||
576 | }, |
||
577 | "notification-url": "https://packagist.org/downloads/", |
||
578 | "license": [ |
||
579 | "MIT" |
||
580 | ], |
||
581 | "authors": [ |
||
582 | { |
||
583 | "name": "Jordi Boggiano", |
||
584 | "email": "[email protected]", |
||
585 | "homepage": "http://seld.be" |
||
586 | } |
||
587 | ], |
||
588 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
589 | "homepage": "http://github.com/Seldaek/monolog", |
||
590 | "keywords": [ |
||
591 | "log", |
||
592 | "logging", |
||
593 | "psr-3" |
||
594 | ], |
||
595 | "time": "2016-07-29 03:23:52" |
||
596 | }, |
||
597 | { |
||
598 | "name": "mtdowling/cron-expression", |
||
599 | "version": "v1.1.0", |
||
600 | "source": { |
||
601 | "type": "git", |
||
602 | "url": "https://github.com/mtdowling/cron-expression.git", |
||
603 | "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5" |
||
604 | }, |
||
605 | "dist": { |
||
606 | "type": "zip", |
||
607 | "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5", |
||
608 | "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5", |
||
609 | "shasum": "" |
||
610 | }, |
||
611 | "require": { |
||
612 | "php": ">=5.3.2" |
||
613 | }, |
||
614 | "require-dev": { |
||
615 | "phpunit/phpunit": "~4.0|~5.0" |
||
616 | }, |
||
617 | "type": "library", |
||
618 | "autoload": { |
||
619 | "psr-0": { |
||
620 | "Cron": "src/" |
||
621 | } |
||
622 | }, |
||
623 | "notification-url": "https://packagist.org/downloads/", |
||
624 | "license": [ |
||
625 | "MIT" |
||
626 | ], |
||
627 | "authors": [ |
||
628 | { |
||
629 | "name": "Michael Dowling", |
||
630 | "email": "[email protected]", |
||
631 | "homepage": "https://github.com/mtdowling" |
||
632 | } |
||
633 | ], |
||
634 | "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", |
||
635 | "keywords": [ |
||
636 | "cron", |
||
637 | "schedule" |
||
638 | ], |
||
639 | "time": "2016-01-26 21:23:30" |
||
640 | }, |
||
641 | { |
||
642 | "name": "nesbot/carbon", |
||
643 | "version": "dev-master", |
||
644 | "source": { |
||
645 | "type": "git", |
||
646 | "url": "https://github.com/briannesbitt/Carbon.git", |
||
647 | "reference": "36c134b53c21a137d450c86a27046022d98574fd" |
||
648 | }, |
||
649 | "dist": { |
||
650 | "type": "zip", |
||
651 | "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/36c134b53c21a137d450c86a27046022d98574fd", |
||
652 | "reference": "36c134b53c21a137d450c86a27046022d98574fd", |
||
653 | "shasum": "" |
||
654 | }, |
||
655 | "require": { |
||
656 | "php": ">=5.3.0", |
||
657 | "symfony/translation": "~2.6|~3.0" |
||
658 | }, |
||
659 | "require-dev": { |
||
660 | "phpunit/phpunit": "~4.0|~5.0" |
||
661 | }, |
||
662 | "type": "library", |
||
663 | "extra": { |
||
664 | "branch-alias": { |
||
665 | "dev-master": "1.22-dev" |
||
666 | } |
||
667 | }, |
||
668 | "autoload": { |
||
669 | "psr-4": { |
||
670 | "Carbon\\": "src/Carbon/" |
||
671 | } |
||
672 | }, |
||
673 | "notification-url": "https://packagist.org/downloads/", |
||
674 | "license": [ |
||
675 | "MIT" |
||
676 | ], |
||
677 | "authors": [ |
||
678 | { |
||
679 | "name": "Brian Nesbitt", |
||
680 | "email": "[email protected]", |
||
681 | "homepage": "http://nesbot.com" |
||
682 | } |
||
683 | ], |
||
684 | "description": "A simple API extension for DateTime.", |
||
685 | "homepage": "http://carbon.nesbot.com", |
||
686 | "keywords": [ |
||
687 | "date", |
||
688 | "datetime", |
||
689 | "time" |
||
690 | ], |
||
691 | "time": "2016-06-27 17:44:29" |
||
692 | }, |
||
693 | { |
||
694 | "name": "nikic/php-parser", |
||
695 | "version": "2.x-dev", |
||
696 | "source": { |
||
697 | "type": "git", |
||
698 | "url": "https://github.com/nikic/PHP-Parser.git", |
||
699 | "reference": "81f7da3b2365fe0a99d5a6d35c82a2e258d3838d" |
||
700 | }, |
||
701 | "dist": { |
||
702 | "type": "zip", |
||
703 | "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/81f7da3b2365fe0a99d5a6d35c82a2e258d3838d", |
||
704 | "reference": "81f7da3b2365fe0a99d5a6d35c82a2e258d3838d", |
||
705 | "shasum": "" |
||
706 | }, |
||
707 | "require": { |
||
708 | "ext-tokenizer": "*", |
||
709 | "php": ">=5.4" |
||
710 | }, |
||
711 | "require-dev": { |
||
712 | "phpunit/phpunit": "~4.0" |
||
713 | }, |
||
714 | "bin": [ |
||
715 | "bin/php-parse" |
||
716 | ], |
||
717 | "type": "library", |
||
718 | "extra": { |
||
719 | "branch-alias": { |
||
720 | "dev-master": "2.1-dev" |
||
721 | } |
||
722 | }, |
||
723 | "autoload": { |
||
724 | "psr-4": { |
||
725 | "PhpParser\\": "lib/PhpParser" |
||
726 | } |
||
727 | }, |
||
728 | "notification-url": "https://packagist.org/downloads/", |
||
729 | "license": [ |
||
730 | "BSD-3-Clause" |
||
731 | ], |
||
732 | "authors": [ |
||
733 | { |
||
734 | "name": "Nikita Popov" |
||
735 | } |
||
736 | ], |
||
737 | "description": "A PHP parser written in PHP", |
||
738 | "keywords": [ |
||
739 | "parser", |
||
740 | "php" |
||
741 | ], |
||
742 | "time": "2016-07-06 00:21:48" |
||
743 | }, |
||
744 | { |
||
745 | "name": "paragonie/random_compat", |
||
746 | "version": "v2.0.2", |
||
747 | "source": { |
||
748 | "type": "git", |
||
749 | "url": "https://github.com/paragonie/random_compat.git", |
||
750 | "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf" |
||
751 | }, |
||
752 | "dist": { |
||
753 | "type": "zip", |
||
754 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf", |
||
755 | "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf", |
||
756 | "shasum": "" |
||
757 | }, |
||
758 | "require": { |
||
759 | "php": ">=5.2.0" |
||
760 | }, |
||
761 | "require-dev": { |
||
762 | "phpunit/phpunit": "4.*|5.*" |
||
763 | }, |
||
764 | "suggest": { |
||
765 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
766 | }, |
||
767 | "type": "library", |
||
768 | "autoload": { |
||
769 | "files": [ |
||
770 | "lib/random.php" |
||
771 | ] |
||
772 | }, |
||
773 | "notification-url": "https://packagist.org/downloads/", |
||
774 | "license": [ |
||
775 | "MIT" |
||
776 | ], |
||
777 | "authors": [ |
||
778 | { |
||
779 | "name": "Paragon Initiative Enterprises", |
||
780 | "email": "[email protected]", |
||
781 | "homepage": "https://paragonie.com" |
||
782 | } |
||
783 | ], |
||
784 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
785 | "keywords": [ |
||
786 | "csprng", |
||
787 | "pseudorandom", |
||
788 | "random" |
||
789 | ], |
||
790 | "time": "2016-04-03 06:00:07" |
||
791 | }, |
||
792 | { |
||
793 | "name": "psr/log", |
||
794 | "version": "dev-master", |
||
795 | "source": { |
||
796 | "type": "git", |
||
797 | "url": "https://github.com/php-fig/log.git", |
||
798 | "reference": "d8e60a5619fff77f9669da8997697443ef1a1d7e" |
||
799 | }, |
||
800 | "dist": { |
||
801 | "type": "zip", |
||
802 | "url": "https://api.github.com/repos/php-fig/log/zipball/d8e60a5619fff77f9669da8997697443ef1a1d7e", |
||
803 | "reference": "d8e60a5619fff77f9669da8997697443ef1a1d7e", |
||
804 | "shasum": "" |
||
805 | }, |
||
806 | "require": { |
||
807 | "php": ">=5.3.0" |
||
808 | }, |
||
809 | "type": "library", |
||
810 | "extra": { |
||
811 | "branch-alias": { |
||
812 | "dev-master": "1.0.x-dev" |
||
813 | } |
||
814 | }, |
||
815 | "autoload": { |
||
816 | "psr-4": { |
||
817 | "Psr\\Log\\": "Psr/Log/" |
||
818 | } |
||
819 | }, |
||
820 | "notification-url": "https://packagist.org/downloads/", |
||
821 | "license": [ |
||
822 | "MIT" |
||
823 | ], |
||
824 | "authors": [ |
||
825 | { |
||
826 | "name": "PHP-FIG", |
||
827 | "homepage": "http://www.php-fig.org/" |
||
828 | } |
||
829 | ], |
||
830 | "description": "Common interface for logging libraries", |
||
831 | "homepage": "https://github.com/php-fig/log", |
||
832 | "keywords": [ |
||
833 | "log", |
||
834 | "psr", |
||
835 | "psr-3" |
||
836 | ], |
||
837 | "time": "2016-01-06 21:40:42" |
||
838 | }, |
||
839 | { |
||
840 | "name": "psy/psysh", |
||
841 | "version": "v0.7.2", |
||
842 | "source": { |
||
843 | "type": "git", |
||
844 | "url": "https://github.com/bobthecow/psysh.git", |
||
845 | "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280" |
||
846 | }, |
||
847 | "dist": { |
||
848 | "type": "zip", |
||
849 | "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280", |
||
850 | "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280", |
||
851 | "shasum": "" |
||
852 | }, |
||
853 | "require": { |
||
854 | "dnoegel/php-xdg-base-dir": "0.1", |
||
855 | "jakub-onderka/php-console-highlighter": "0.3.*", |
||
856 | "nikic/php-parser": "^1.2.1|~2.0", |
||
857 | "php": ">=5.3.9", |
||
858 | "symfony/console": "~2.3.10|^2.4.2|~3.0", |
||
859 | "symfony/var-dumper": "~2.7|~3.0" |
||
860 | }, |
||
861 | "require-dev": { |
||
862 | "fabpot/php-cs-fixer": "~1.5", |
||
863 | "phpunit/phpunit": "~3.7|~4.0|~5.0", |
||
864 | "squizlabs/php_codesniffer": "~2.0", |
||
865 | "symfony/finder": "~2.1|~3.0" |
||
866 | }, |
||
867 | "suggest": { |
||
868 | "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", |
||
869 | "ext-pdo-sqlite": "The doc command requires SQLite to work.", |
||
870 | "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", |
||
871 | "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." |
||
872 | }, |
||
873 | "bin": [ |
||
874 | "bin/psysh" |
||
875 | ], |
||
876 | "type": "library", |
||
877 | "extra": { |
||
878 | "branch-alias": { |
||
879 | "dev-develop": "0.8.x-dev" |
||
880 | } |
||
881 | }, |
||
882 | "autoload": { |
||
883 | "files": [ |
||
884 | "src/Psy/functions.php" |
||
885 | ], |
||
886 | "psr-4": { |
||
887 | "Psy\\": "src/Psy/" |
||
888 | } |
||
889 | }, |
||
890 | "notification-url": "https://packagist.org/downloads/", |
||
891 | "license": [ |
||
892 | "MIT" |
||
893 | ], |
||
894 | "authors": [ |
||
895 | { |
||
896 | "name": "Justin Hileman", |
||
897 | "email": "[email protected]", |
||
898 | "homepage": "http://justinhileman.com" |
||
899 | } |
||
900 | ], |
||
901 | "description": "An interactive shell for modern PHP.", |
||
902 | "homepage": "http://psysh.org", |
||
903 | "keywords": [ |
||
904 | "REPL", |
||
905 | "console", |
||
906 | "interactive", |
||
907 | "shell" |
||
908 | ], |
||
909 | "time": "2016-03-09 05:03:14" |
||
910 | }, |
||
911 | { |
||
912 | "name": "ramsey/uuid", |
||
913 | "version": "dev-master", |
||
914 | "source": { |
||
915 | "type": "git", |
||
916 | "url": "https://github.com/ramsey/uuid.git", |
||
917 | "reference": "a6d15c8618ea3951fd54d34e326b68d3d0bc0786" |
||
918 | }, |
||
919 | "dist": { |
||
920 | "type": "zip", |
||
921 | "url": "https://api.github.com/repos/ramsey/uuid/zipball/a6d15c8618ea3951fd54d34e326b68d3d0bc0786", |
||
922 | "reference": "a6d15c8618ea3951fd54d34e326b68d3d0bc0786", |
||
923 | "shasum": "" |
||
924 | }, |
||
925 | "require": { |
||
926 | "paragonie/random_compat": "^1.0|^2.0", |
||
927 | "php": ">=5.4" |
||
928 | }, |
||
929 | "replace": { |
||
930 | "rhumsaa/uuid": "self.version" |
||
931 | }, |
||
932 | "require-dev": { |
||
933 | "apigen/apigen": "^4.1", |
||
934 | "codeception/aspect-mock": "1.0.0", |
||
935 | "goaop/framework": "1.0.0-alpha.2", |
||
936 | "ircmaxell/random-lib": "^1.1", |
||
937 | "jakub-onderka/php-parallel-lint": "^0.9.0", |
||
938 | "mockery/mockery": "^0.9.4", |
||
939 | "moontoast/math": "^1.1", |
||
940 | "phpunit/phpunit": "^4.7|>=5.0 <5.4", |
||
941 | "satooshi/php-coveralls": "^0.6.1", |
||
942 | "squizlabs/php_codesniffer": "^2.3" |
||
943 | }, |
||
944 | "suggest": { |
||
945 | "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", |
||
946 | "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", |
||
947 | "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", |
||
948 | "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", |
||
949 | "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", |
||
950 | "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." |
||
951 | }, |
||
952 | "type": "library", |
||
953 | "extra": { |
||
954 | "branch-alias": { |
||
955 | "dev-master": "3.x-dev" |
||
956 | } |
||
957 | }, |
||
958 | "autoload": { |
||
959 | "psr-4": { |
||
960 | "Ramsey\\Uuid\\": "src/" |
||
961 | } |
||
962 | }, |
||
963 | "notification-url": "https://packagist.org/downloads/", |
||
964 | "license": [ |
||
965 | "MIT" |
||
966 | ], |
||
967 | "authors": [ |
||
968 | { |
||
969 | "name": "Marijn Huizendveld", |
||
970 | "email": "[email protected]" |
||
971 | }, |
||
972 | { |
||
973 | "name": "Thibaud Fabre", |
||
974 | "email": "[email protected]" |
||
975 | }, |
||
976 | { |
||
977 | "name": "Ben Ramsey", |
||
978 | "email": "[email protected]", |
||
979 | "homepage": "https://benramsey.com" |
||
980 | } |
||
981 | ], |
||
982 | "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", |
||
983 | "homepage": "https://github.com/ramsey/uuid", |
||
984 | "keywords": [ |
||
985 | "guid", |
||
986 | "identifier", |
||
987 | "uuid" |
||
988 | ], |
||
989 | "time": "2016-08-02 18:39:32" |
||
990 | }, |
||
991 | { |
||
992 | "name": "swiftmailer/swiftmailer", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
993 | "version": "5.x-dev", |
||
994 | "source": { |
||
995 | "type": "git", |
||
996 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
997 | "reference": "17ba8f8fc03074f90771e52b226698e37bc2c115" |
||
998 | }, |
||
999 | "dist": { |
||
1000 | "type": "zip", |
||
1001 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/17ba8f8fc03074f90771e52b226698e37bc2c115", |
||
1002 | "reference": "17ba8f8fc03074f90771e52b226698e37bc2c115", |
||
1003 | "shasum": "" |
||
1004 | }, |
||
1005 | "require": { |
||
1006 | "php": ">=5.3.3" |
||
1007 | }, |
||
1008 | "require-dev": { |
||
1009 | "mockery/mockery": "~0.9.1" |
||
1010 | }, |
||
1011 | "type": "library", |
||
1012 | "extra": { |
||
1013 | "branch-alias": { |
||
1014 | "dev-master": "5.4-dev" |
||
1015 | } |
||
1016 | }, |
||
1017 | "autoload": { |
||
1018 | "files": [ |
||
1019 | "lib/swift_required.php" |
||
1020 | ] |
||
1021 | }, |
||
1022 | "notification-url": "https://packagist.org/downloads/", |
||
1023 | "license": [ |
||
1024 | "MIT" |
||
1025 | ], |
||
1026 | "authors": [ |
||
1027 | { |
||
1028 | "name": "Chris Corbyn" |
||
1029 | }, |
||
1030 | { |
||
1031 | "name": "Fabien Potencier", |
||
1032 | "email": "[email protected]" |
||
1033 | } |
||
1034 | ], |
||
1035 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
1036 | "homepage": "http://swiftmailer.org", |
||
1037 | "keywords": [ |
||
1038 | "email", |
||
1039 | "mail", |
||
1040 | "mailer" |
||
1041 | ], |
||
1042 | "time": "2016-07-09 18:06:48" |
||
1043 | }, |
||
1044 | { |
||
1045 | "name": "symfony/console", |
||
1046 | "version": "dev-master", |
||
1047 | "source": { |
||
1048 | "type": "git", |
||
1049 | "url": "https://github.com/symfony/console.git", |
||
1050 | "reference": "f82f4744a58cf6846decbdbe29d3d8a1e6bf5d6a" |
||
1051 | }, |
||
1052 | "dist": { |
||
1053 | "type": "zip", |
||
1054 | "url": "https://api.github.com/repos/symfony/console/zipball/f82f4744a58cf6846decbdbe29d3d8a1e6bf5d6a", |
||
1055 | "reference": "f82f4744a58cf6846decbdbe29d3d8a1e6bf5d6a", |
||
1056 | "shasum": "" |
||
1057 | }, |
||
1058 | "require": { |
||
1059 | "php": ">=5.5.9", |
||
1060 | "symfony/polyfill-mbstring": "~1.0" |
||
1061 | }, |
||
1062 | "require-dev": { |
||
1063 | "psr/log": "~1.0", |
||
1064 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
1065 | "symfony/filesystem": "~2.8|~3.0", |
||
1066 | "symfony/process": "~2.8|~3.0" |
||
1067 | }, |
||
1068 | "suggest": { |
||
1069 | "psr/log": "For using the console logger", |
||
1070 | "symfony/event-dispatcher": "", |
||
1071 | "symfony/filesystem": "", |
||
1072 | "symfony/process": "" |
||
1073 | }, |
||
1074 | "type": "library", |
||
1075 | "extra": { |
||
1076 | "branch-alias": { |
||
1077 | "dev-master": "3.2-dev" |
||
1078 | } |
||
1079 | }, |
||
1080 | "autoload": { |
||
1081 | "psr-4": { |
||
1082 | "Symfony\\Component\\Console\\": "" |
||
1083 | }, |
||
1084 | "exclude-from-classmap": [ |
||
1085 | "/Tests/" |
||
1086 | ] |
||
1087 | }, |
||
1088 | "notification-url": "https://packagist.org/downloads/", |
||
1089 | "license": [ |
||
1090 | "MIT" |
||
1091 | ], |
||
1092 | "authors": [ |
||
1093 | { |
||
1094 | "name": "Fabien Potencier", |
||
1095 | "email": "[email protected]" |
||
1096 | }, |
||
1097 | { |
||
1098 | "name": "Symfony Community", |
||
1099 | "homepage": "https://symfony.com/contributors" |
||
1100 | } |
||
1101 | ], |
||
1102 | "description": "Symfony Console Component", |
||
1103 | "homepage": "https://symfony.com", |
||
1104 | "time": "2016-08-10 07:06:11" |
||
1105 | }, |
||
1106 | { |
||
1107 | "name": "symfony/debug", |
||
1108 | "version": "dev-master", |
||
1109 | "source": { |
||
1110 | "type": "git", |
||
1111 | "url": "https://github.com/symfony/debug.git", |
||
1112 | "reference": "60192753166696de6ac6414356bdaed1dfa15595" |
||
1113 | }, |
||
1114 | "dist": { |
||
1115 | "type": "zip", |
||
1116 | "url": "https://api.github.com/repos/symfony/debug/zipball/60192753166696de6ac6414356bdaed1dfa15595", |
||
1117 | "reference": "60192753166696de6ac6414356bdaed1dfa15595", |
||
1118 | "shasum": "" |
||
1119 | }, |
||
1120 | "require": { |
||
1121 | "php": ">=5.5.9", |
||
1122 | "psr/log": "~1.0" |
||
1123 | }, |
||
1124 | "conflict": { |
||
1125 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
1126 | }, |
||
1127 | "require-dev": { |
||
1128 | "symfony/class-loader": "~2.8|~3.0", |
||
1129 | "symfony/http-kernel": "~2.8|~3.0" |
||
1130 | }, |
||
1131 | "type": "library", |
||
1132 | "extra": { |
||
1133 | "branch-alias": { |
||
1134 | "dev-master": "3.2-dev" |
||
1135 | } |
||
1136 | }, |
||
1137 | "autoload": { |
||
1138 | "psr-4": { |
||
1139 | "Symfony\\Component\\Debug\\": "" |
||
1140 | }, |
||
1141 | "exclude-from-classmap": [ |
||
1142 | "/Tests/" |
||
1143 | ] |
||
1144 | }, |
||
1145 | "notification-url": "https://packagist.org/downloads/", |
||
1146 | "license": [ |
||
1147 | "MIT" |
||
1148 | ], |
||
1149 | "authors": [ |
||
1150 | { |
||
1151 | "name": "Fabien Potencier", |
||
1152 | "email": "[email protected]" |
||
1153 | }, |
||
1154 | { |
||
1155 | "name": "Symfony Community", |
||
1156 | "homepage": "https://symfony.com/contributors" |
||
1157 | } |
||
1158 | ], |
||
1159 | "description": "Symfony Debug Component", |
||
1160 | "homepage": "https://symfony.com", |
||
1161 | "time": "2016-07-30 07:26:43" |
||
1162 | }, |
||
1163 | { |
||
1164 | "name": "symfony/event-dispatcher", |
||
1165 | "version": "dev-master", |
||
1166 | "source": { |
||
1167 | "type": "git", |
||
1168 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
1169 | "reference": "5382f4c882e73c267c80b8edcd482a76ef62bbe2" |
||
1170 | }, |
||
1171 | "dist": { |
||
1172 | "type": "zip", |
||
1173 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/5382f4c882e73c267c80b8edcd482a76ef62bbe2", |
||
1174 | "reference": "5382f4c882e73c267c80b8edcd482a76ef62bbe2", |
||
1175 | "shasum": "" |
||
1176 | }, |
||
1177 | "require": { |
||
1178 | "php": ">=5.5.9" |
||
1179 | }, |
||
1180 | "require-dev": { |
||
1181 | "psr/log": "~1.0", |
||
1182 | "symfony/config": "~2.8|~3.0", |
||
1183 | "symfony/dependency-injection": "~2.8|~3.0", |
||
1184 | "symfony/expression-language": "~2.8|~3.0", |
||
1185 | "symfony/stopwatch": "~2.8|~3.0" |
||
1186 | }, |
||
1187 | "suggest": { |
||
1188 | "symfony/dependency-injection": "", |
||
1189 | "symfony/http-kernel": "" |
||
1190 | }, |
||
1191 | "type": "library", |
||
1192 | "extra": { |
||
1193 | "branch-alias": { |
||
1194 | "dev-master": "3.2-dev" |
||
1195 | } |
||
1196 | }, |
||
1197 | "autoload": { |
||
1198 | "psr-4": { |
||
1199 | "Symfony\\Component\\EventDispatcher\\": "" |
||
1200 | }, |
||
1201 | "exclude-from-classmap": [ |
||
1202 | "/Tests/" |
||
1203 | ] |
||
1204 | }, |
||
1205 | "notification-url": "https://packagist.org/downloads/", |
||
1206 | "license": [ |
||
1207 | "MIT" |
||
1208 | ], |
||
1209 | "authors": [ |
||
1210 | { |
||
1211 | "name": "Fabien Potencier", |
||
1212 | "email": "[email protected]" |
||
1213 | }, |
||
1214 | { |
||
1215 | "name": "Symfony Community", |
||
1216 | "homepage": "https://symfony.com/contributors" |
||
1217 | } |
||
1218 | ], |
||
1219 | "description": "Symfony EventDispatcher Component", |
||
1220 | "homepage": "https://symfony.com", |
||
1221 | "time": "2016-07-19 10:47:02" |
||
1222 | }, |
||
1223 | { |
||
1224 | "name": "symfony/finder", |
||
1225 | "version": "dev-master", |
||
1226 | "source": { |
||
1227 | "type": "git", |
||
1228 | "url": "https://github.com/symfony/finder.git", |
||
1229 | "reference": "11fd749a2331de120c7fd9fa174020b43c187f36" |
||
1230 | }, |
||
1231 | "dist": { |
||
1232 | "type": "zip", |
||
1233 | "url": "https://api.github.com/repos/symfony/finder/zipball/11fd749a2331de120c7fd9fa174020b43c187f36", |
||
1234 | "reference": "11fd749a2331de120c7fd9fa174020b43c187f36", |
||
1235 | "shasum": "" |
||
1236 | }, |
||
1237 | "require": { |
||
1238 | "php": ">=5.5.9" |
||
1239 | }, |
||
1240 | "type": "library", |
||
1241 | "extra": { |
||
1242 | "branch-alias": { |
||
1243 | "dev-master": "3.2-dev" |
||
1244 | } |
||
1245 | }, |
||
1246 | "autoload": { |
||
1247 | "psr-4": { |
||
1248 | "Symfony\\Component\\Finder\\": "" |
||
1249 | }, |
||
1250 | "exclude-from-classmap": [ |
||
1251 | "/Tests/" |
||
1252 | ] |
||
1253 | }, |
||
1254 | "notification-url": "https://packagist.org/downloads/", |
||
1255 | "license": [ |
||
1256 | "MIT" |
||
1257 | ], |
||
1258 | "authors": [ |
||
1259 | { |
||
1260 | "name": "Fabien Potencier", |
||
1261 | "email": "[email protected]" |
||
1262 | }, |
||
1263 | { |
||
1264 | "name": "Symfony Community", |
||
1265 | "homepage": "https://symfony.com/contributors" |
||
1266 | } |
||
1267 | ], |
||
1268 | "description": "Symfony Finder Component", |
||
1269 | "homepage": "https://symfony.com", |
||
1270 | "time": "2016-06-29 05:43:10" |
||
1271 | }, |
||
1272 | { |
||
1273 | "name": "symfony/http-foundation", |
||
1274 | "version": "dev-master", |
||
1275 | "source": { |
||
1276 | "type": "git", |
||
1277 | "url": "https://github.com/symfony/http-foundation.git", |
||
1278 | "reference": "2a556af39e2f90d149bbe5d505b24e31896d2b92" |
||
1279 | }, |
||
1280 | "dist": { |
||
1281 | "type": "zip", |
||
1282 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2a556af39e2f90d149bbe5d505b24e31896d2b92", |
||
1283 | "reference": "2a556af39e2f90d149bbe5d505b24e31896d2b92", |
||
1284 | "shasum": "" |
||
1285 | }, |
||
1286 | "require": { |
||
1287 | "php": ">=5.5.9", |
||
1288 | "symfony/polyfill-mbstring": "~1.1" |
||
1289 | }, |
||
1290 | "require-dev": { |
||
1291 | "symfony/expression-language": "~2.8|~3.0" |
||
1292 | }, |
||
1293 | "type": "library", |
||
1294 | "extra": { |
||
1295 | "branch-alias": { |
||
1296 | "dev-master": "3.2-dev" |
||
1297 | } |
||
1298 | }, |
||
1299 | "autoload": { |
||
1300 | "psr-4": { |
||
1301 | "Symfony\\Component\\HttpFoundation\\": "" |
||
1302 | }, |
||
1303 | "exclude-from-classmap": [ |
||
1304 | "/Tests/" |
||
1305 | ] |
||
1306 | }, |
||
1307 | "notification-url": "https://packagist.org/downloads/", |
||
1308 | "license": [ |
||
1309 | "MIT" |
||
1310 | ], |
||
1311 | "authors": [ |
||
1312 | { |
||
1313 | "name": "Fabien Potencier", |
||
1314 | "email": "[email protected]" |
||
1315 | }, |
||
1316 | { |
||
1317 | "name": "Symfony Community", |
||
1318 | "homepage": "https://symfony.com/contributors" |
||
1319 | } |
||
1320 | ], |
||
1321 | "description": "Symfony HttpFoundation Component", |
||
1322 | "homepage": "https://symfony.com", |
||
1323 | "time": "2016-07-17 14:08:33" |
||
1324 | }, |
||
1325 | { |
||
1326 | "name": "symfony/http-kernel", |
||
1327 | "version": "dev-master", |
||
1328 | "source": { |
||
1329 | "type": "git", |
||
1330 | "url": "https://github.com/symfony/http-kernel.git", |
||
1331 | "reference": "9cd5b9033ddcedd281e8d5a61f50d18035d0dc1c" |
||
1332 | }, |
||
1333 | "dist": { |
||
1334 | "type": "zip", |
||
1335 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9cd5b9033ddcedd281e8d5a61f50d18035d0dc1c", |
||
1336 | "reference": "9cd5b9033ddcedd281e8d5a61f50d18035d0dc1c", |
||
1337 | "shasum": "" |
||
1338 | }, |
||
1339 | "require": { |
||
1340 | "php": ">=5.5.9", |
||
1341 | "psr/log": "~1.0", |
||
1342 | "symfony/debug": "~2.8|~3.0", |
||
1343 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
1344 | "symfony/http-foundation": "~2.8.8|~3.0.8|~3.1.2|~3.2" |
||
1345 | }, |
||
1346 | "conflict": { |
||
1347 | "symfony/config": "<2.8" |
||
1348 | }, |
||
1349 | "require-dev": { |
||
1350 | "symfony/browser-kit": "~2.8|~3.0", |
||
1351 | "symfony/class-loader": "~2.8|~3.0", |
||
1352 | "symfony/config": "~2.8|~3.0", |
||
1353 | "symfony/console": "~2.8|~3.0", |
||
1354 | "symfony/css-selector": "~2.8|~3.0", |
||
1355 | "symfony/dependency-injection": "~2.8|~3.0", |
||
1356 | "symfony/dom-crawler": "~2.8|~3.0", |
||
1357 | "symfony/expression-language": "~2.8|~3.0", |
||
1358 | "symfony/finder": "~2.8|~3.0", |
||
1359 | "symfony/process": "~2.8|~3.0", |
||
1360 | "symfony/routing": "~2.8|~3.0", |
||
1361 | "symfony/stopwatch": "~2.8|~3.0", |
||
1362 | "symfony/templating": "~2.8|~3.0", |
||
1363 | "symfony/translation": "~2.8|~3.0", |
||
1364 | "symfony/var-dumper": "~2.8|~3.0" |
||
1365 | }, |
||
1366 | "suggest": { |
||
1367 | "symfony/browser-kit": "", |
||
1368 | "symfony/class-loader": "", |
||
1369 | "symfony/config": "", |
||
1370 | "symfony/console": "", |
||
1371 | "symfony/dependency-injection": "", |
||
1372 | "symfony/finder": "", |
||
1373 | "symfony/var-dumper": "" |
||
1374 | }, |
||
1375 | "type": "library", |
||
1376 | "extra": { |
||
1377 | "branch-alias": { |
||
1378 | "dev-master": "3.2-dev" |
||
1379 | } |
||
1380 | }, |
||
1381 | "autoload": { |
||
1382 | "psr-4": { |
||
1383 | "Symfony\\Component\\HttpKernel\\": "" |
||
1384 | }, |
||
1385 | "exclude-from-classmap": [ |
||
1386 | "/Tests/" |
||
1387 | ] |
||
1388 | }, |
||
1389 | "notification-url": "https://packagist.org/downloads/", |
||
1390 | "license": [ |
||
1391 | "MIT" |
||
1392 | ], |
||
1393 | "authors": [ |
||
1394 | { |
||
1395 | "name": "Fabien Potencier", |
||
1396 | "email": "[email protected]" |
||
1397 | }, |
||
1398 | { |
||
1399 | "name": "Symfony Community", |
||
1400 | "homepage": "https://symfony.com/contributors" |
||
1401 | } |
||
1402 | ], |
||
1403 | "description": "Symfony HttpKernel Component", |
||
1404 | "homepage": "https://symfony.com", |
||
1405 | "time": "2016-08-05 08:52:18" |
||
1406 | }, |
||
1407 | { |
||
1408 | "name": "symfony/polyfill-mbstring", |
||
1409 | "version": "dev-master", |
||
1410 | "source": { |
||
1411 | "type": "git", |
||
1412 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
1413 | "reference": "8a6bdec191138e01c92ae026e5aacb7b3e66267d" |
||
1414 | }, |
||
1415 | "dist": { |
||
1416 | "type": "zip", |
||
1417 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8a6bdec191138e01c92ae026e5aacb7b3e66267d", |
||
1418 | "reference": "8a6bdec191138e01c92ae026e5aacb7b3e66267d", |
||
1419 | "shasum": "" |
||
1420 | }, |
||
1421 | "require": { |
||
1422 | "php": ">=5.3.3" |
||
1423 | }, |
||
1424 | "suggest": { |
||
1425 | "ext-mbstring": "For best performance" |
||
1426 | }, |
||
1427 | "type": "library", |
||
1428 | "extra": { |
||
1429 | "branch-alias": { |
||
1430 | "dev-master": "1.2-dev" |
||
1431 | } |
||
1432 | }, |
||
1433 | "autoload": { |
||
1434 | "psr-4": { |
||
1435 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
1436 | }, |
||
1437 | "files": [ |
||
1438 | "bootstrap.php" |
||
1439 | ] |
||
1440 | }, |
||
1441 | "notification-url": "https://packagist.org/downloads/", |
||
1442 | "license": [ |
||
1443 | "MIT" |
||
1444 | ], |
||
1445 | "authors": [ |
||
1446 | { |
||
1447 | "name": "Nicolas Grekas", |
||
1448 | "email": "[email protected]" |
||
1449 | }, |
||
1450 | { |
||
1451 | "name": "Symfony Community", |
||
1452 | "homepage": "https://symfony.com/contributors" |
||
1453 | } |
||
1454 | ], |
||
1455 | "description": "Symfony polyfill for the Mbstring extension", |
||
1456 | "homepage": "https://symfony.com", |
||
1457 | "keywords": [ |
||
1458 | "compatibility", |
||
1459 | "mbstring", |
||
1460 | "polyfill", |
||
1461 | "portable", |
||
1462 | "shim" |
||
1463 | ], |
||
1464 | "time": "2016-06-29 14:58:48" |
||
1465 | }, |
||
1466 | { |
||
1467 | "name": "symfony/polyfill-php56", |
||
1468 | "version": "dev-master", |
||
1469 | "source": { |
||
1470 | "type": "git", |
||
1471 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
1472 | "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a" |
||
1473 | }, |
||
1474 | "dist": { |
||
1475 | "type": "zip", |
||
1476 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
||
1477 | "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
||
1478 | "shasum": "" |
||
1479 | }, |
||
1480 | "require": { |
||
1481 | "php": ">=5.3.3", |
||
1482 | "symfony/polyfill-util": "~1.0" |
||
1483 | }, |
||
1484 | "type": "library", |
||
1485 | "extra": { |
||
1486 | "branch-alias": { |
||
1487 | "dev-master": "1.2-dev" |
||
1488 | } |
||
1489 | }, |
||
1490 | "autoload": { |
||
1491 | "psr-4": { |
||
1492 | "Symfony\\Polyfill\\Php56\\": "" |
||
1493 | }, |
||
1494 | "files": [ |
||
1495 | "bootstrap.php" |
||
1496 | ] |
||
1497 | }, |
||
1498 | "notification-url": "https://packagist.org/downloads/", |
||
1499 | "license": [ |
||
1500 | "MIT" |
||
1501 | ], |
||
1502 | "authors": [ |
||
1503 | { |
||
1504 | "name": "Nicolas Grekas", |
||
1505 | "email": "[email protected]" |
||
1506 | }, |
||
1507 | { |
||
1508 | "name": "Symfony Community", |
||
1509 | "homepage": "https://symfony.com/contributors" |
||
1510 | } |
||
1511 | ], |
||
1512 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
1513 | "homepage": "https://symfony.com", |
||
1514 | "keywords": [ |
||
1515 | "compatibility", |
||
1516 | "polyfill", |
||
1517 | "portable", |
||
1518 | "shim" |
||
1519 | ], |
||
1520 | "time": "2016-05-18 14:26:46" |
||
1521 | }, |
||
1522 | { |
||
1523 | "name": "symfony/polyfill-util", |
||
1524 | "version": "dev-master", |
||
1525 | "source": { |
||
1526 | "type": "git", |
||
1527 | "url": "https://github.com/symfony/polyfill-util.git", |
||
1528 | "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99" |
||
1529 | }, |
||
1530 | "dist": { |
||
1531 | "type": "zip", |
||
1532 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99", |
||
1533 | "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99", |
||
1534 | "shasum": "" |
||
1535 | }, |
||
1536 | "require": { |
||
1537 | "php": ">=5.3.3" |
||
1538 | }, |
||
1539 | "type": "library", |
||
1540 | "extra": { |
||
1541 | "branch-alias": { |
||
1542 | "dev-master": "1.2-dev" |
||
1543 | } |
||
1544 | }, |
||
1545 | "autoload": { |
||
1546 | "psr-4": { |
||
1547 | "Symfony\\Polyfill\\Util\\": "" |
||
1548 | } |
||
1549 | }, |
||
1550 | "notification-url": "https://packagist.org/downloads/", |
||
1551 | "license": [ |
||
1552 | "MIT" |
||
1553 | ], |
||
1554 | "authors": [ |
||
1555 | { |
||
1556 | "name": "Nicolas Grekas", |
||
1557 | "email": "[email protected]" |
||
1558 | }, |
||
1559 | { |
||
1560 | "name": "Symfony Community", |
||
1561 | "homepage": "https://symfony.com/contributors" |
||
1562 | } |
||
1563 | ], |
||
1564 | "description": "Symfony utilities for portability of PHP codes", |
||
1565 | "homepage": "https://symfony.com", |
||
1566 | "keywords": [ |
||
1567 | "compat", |
||
1568 | "compatibility", |
||
1569 | "polyfill", |
||
1570 | "shim" |
||
1571 | ], |
||
1572 | "time": "2016-05-18 14:26:46" |
||
1573 | }, |
||
1574 | { |
||
1575 | "name": "symfony/process", |
||
1576 | "version": "dev-master", |
||
1577 | "source": { |
||
1578 | "type": "git", |
||
1579 | "url": "https://github.com/symfony/process.git", |
||
1580 | "reference": "489010d6598a9e3d0f52bba5b3c14cb130d5f7cc" |
||
1581 | }, |
||
1582 | "dist": { |
||
1583 | "type": "zip", |
||
1584 | "url": "https://api.github.com/repos/symfony/process/zipball/489010d6598a9e3d0f52bba5b3c14cb130d5f7cc", |
||
1585 | "reference": "489010d6598a9e3d0f52bba5b3c14cb130d5f7cc", |
||
1586 | "shasum": "" |
||
1587 | }, |
||
1588 | "require": { |
||
1589 | "php": ">=5.5.9" |
||
1590 | }, |
||
1591 | "type": "library", |
||
1592 | "extra": { |
||
1593 | "branch-alias": { |
||
1594 | "dev-master": "3.2-dev" |
||
1595 | } |
||
1596 | }, |
||
1597 | "autoload": { |
||
1598 | "psr-4": { |
||
1599 | "Symfony\\Component\\Process\\": "" |
||
1600 | }, |
||
1601 | "exclude-from-classmap": [ |
||
1602 | "/Tests/" |
||
1603 | ] |
||
1604 | }, |
||
1605 | "notification-url": "https://packagist.org/downloads/", |
||
1606 | "license": [ |
||
1607 | "MIT" |
||
1608 | ], |
||
1609 | "authors": [ |
||
1610 | { |
||
1611 | "name": "Fabien Potencier", |
||
1612 | "email": "[email protected]" |
||
1613 | }, |
||
1614 | { |
||
1615 | "name": "Symfony Community", |
||
1616 | "homepage": "https://symfony.com/contributors" |
||
1617 | } |
||
1618 | ], |
||
1619 | "description": "Symfony Process Component", |
||
1620 | "homepage": "https://symfony.com", |
||
1621 | "time": "2016-08-07 15:19:41" |
||
1622 | }, |
||
1623 | { |
||
1624 | "name": "symfony/routing", |
||
1625 | "version": "dev-master", |
||
1626 | "source": { |
||
1627 | "type": "git", |
||
1628 | "url": "https://github.com/symfony/routing.git", |
||
1629 | "reference": "296b78a5f3f31fec36ca8ea556f95713df9bfe2d" |
||
1630 | }, |
||
1631 | "dist": { |
||
1632 | "type": "zip", |
||
1633 | "url": "https://api.github.com/repos/symfony/routing/zipball/296b78a5f3f31fec36ca8ea556f95713df9bfe2d", |
||
1634 | "reference": "296b78a5f3f31fec36ca8ea556f95713df9bfe2d", |
||
1635 | "shasum": "" |
||
1636 | }, |
||
1637 | "require": { |
||
1638 | "php": ">=5.5.9" |
||
1639 | }, |
||
1640 | "conflict": { |
||
1641 | "symfony/config": "<2.8" |
||
1642 | }, |
||
1643 | "require-dev": { |
||
1644 | "doctrine/annotations": "~1.0", |
||
1645 | "doctrine/common": "~2.2", |
||
1646 | "psr/log": "~1.0", |
||
1647 | "symfony/config": "~2.8|~3.0", |
||
1648 | "symfony/expression-language": "~2.8|~3.0", |
||
1649 | "symfony/http-foundation": "~2.8|~3.0", |
||
1650 | "symfony/yaml": "~2.8|~3.0" |
||
1651 | }, |
||
1652 | "suggest": { |
||
1653 | "doctrine/annotations": "For using the annotation loader", |
||
1654 | "symfony/config": "For using the all-in-one router or any loader", |
||
1655 | "symfony/dependency-injection": "For loading routes from a service", |
||
1656 | "symfony/expression-language": "For using expression matching", |
||
1657 | "symfony/http-foundation": "For using a Symfony Request object", |
||
1658 | "symfony/yaml": "For using the YAML loader" |
||
1659 | }, |
||
1660 | "type": "library", |
||
1661 | "extra": { |
||
1662 | "branch-alias": { |
||
1663 | "dev-master": "3.2-dev" |
||
1664 | } |
||
1665 | }, |
||
1666 | "autoload": { |
||
1667 | "psr-4": { |
||
1668 | "Symfony\\Component\\Routing\\": "" |
||
1669 | }, |
||
1670 | "exclude-from-classmap": [ |
||
1671 | "/Tests/" |
||
1672 | ] |
||
1673 | }, |
||
1674 | "notification-url": "https://packagist.org/downloads/", |
||
1675 | "license": [ |
||
1676 | "MIT" |
||
1677 | ], |
||
1678 | "authors": [ |
||
1679 | { |
||
1680 | "name": "Fabien Potencier", |
||
1681 | "email": "[email protected]" |
||
1682 | }, |
||
1683 | { |
||
1684 | "name": "Symfony Community", |
||
1685 | "homepage": "https://symfony.com/contributors" |
||
1686 | } |
||
1687 | ], |
||
1688 | "description": "Symfony Routing Component", |
||
1689 | "homepage": "https://symfony.com", |
||
1690 | "keywords": [ |
||
1691 | "router", |
||
1692 | "routing", |
||
1693 | "uri", |
||
1694 | "url" |
||
1695 | ], |
||
1696 | "time": "2016-08-07 15:19:41" |
||
1697 | }, |
||
1698 | { |
||
1699 | "name": "symfony/translation", |
||
1700 | "version": "dev-master", |
||
1701 | "source": { |
||
1702 | "type": "git", |
||
1703 | "url": "https://github.com/symfony/translation.git", |
||
1704 | "reference": "b11cc1b91323f78f67e7f4d08bb639e3c24169e0" |
||
1705 | }, |
||
1706 | "dist": { |
||
1707 | "type": "zip", |
||
1708 | "url": "https://api.github.com/repos/symfony/translation/zipball/b11cc1b91323f78f67e7f4d08bb639e3c24169e0", |
||
1709 | "reference": "b11cc1b91323f78f67e7f4d08bb639e3c24169e0", |
||
1710 | "shasum": "" |
||
1711 | }, |
||
1712 | "require": { |
||
1713 | "php": ">=5.5.9", |
||
1714 | "symfony/polyfill-mbstring": "~1.0" |
||
1715 | }, |
||
1716 | "conflict": { |
||
1717 | "symfony/config": "<2.8" |
||
1718 | }, |
||
1719 | "require-dev": { |
||
1720 | "psr/log": "~1.0", |
||
1721 | "symfony/config": "~2.8|~3.0", |
||
1722 | "symfony/intl": "~2.8|~3.0", |
||
1723 | "symfony/yaml": "~2.8|~3.0" |
||
1724 | }, |
||
1725 | "suggest": { |
||
1726 | "psr/log": "To use logging capability in translator", |
||
1727 | "symfony/config": "", |
||
1728 | "symfony/yaml": "" |
||
1729 | }, |
||
1730 | "type": "library", |
||
1731 | "extra": { |
||
1732 | "branch-alias": { |
||
1733 | "dev-master": "3.2-dev" |
||
1734 | } |
||
1735 | }, |
||
1736 | "autoload": { |
||
1737 | "psr-4": { |
||
1738 | "Symfony\\Component\\Translation\\": "" |
||
1739 | }, |
||
1740 | "exclude-from-classmap": [ |
||
1741 | "/Tests/" |
||
1742 | ] |
||
1743 | }, |
||
1744 | "notification-url": "https://packagist.org/downloads/", |
||
1745 | "license": [ |
||
1746 | "MIT" |
||
1747 | ], |
||
1748 | "authors": [ |
||
1749 | { |
||
1750 | "name": "Fabien Potencier", |
||
1751 | "email": "[email protected]" |
||
1752 | }, |
||
1753 | { |
||
1754 | "name": "Symfony Community", |
||
1755 | "homepage": "https://symfony.com/contributors" |
||
1756 | } |
||
1757 | ], |
||
1758 | "description": "Symfony Translation Component", |
||
1759 | "homepage": "https://symfony.com", |
||
1760 | "time": "2016-07-30 07:26:43" |
||
1761 | }, |
||
1762 | { |
||
1763 | "name": "symfony/var-dumper", |
||
1764 | "version": "dev-master", |
||
1765 | "source": { |
||
1766 | "type": "git", |
||
1767 | "url": "https://github.com/symfony/var-dumper.git", |
||
1768 | "reference": "fb8763e62041fdca7a86bc17e0c8baaa8c16c0ea" |
||
1769 | }, |
||
1770 | "dist": { |
||
1771 | "type": "zip", |
||
1772 | "url": "https://api.github.com/repos/symfony/var-dumper/zipball/fb8763e62041fdca7a86bc17e0c8baaa8c16c0ea", |
||
1773 | "reference": "fb8763e62041fdca7a86bc17e0c8baaa8c16c0ea", |
||
1774 | "shasum": "" |
||
1775 | }, |
||
1776 | "require": { |
||
1777 | "php": ">=5.5.9", |
||
1778 | "symfony/polyfill-mbstring": "~1.0" |
||
1779 | }, |
||
1780 | "require-dev": { |
||
1781 | "twig/twig": "~1.20|~2.0" |
||
1782 | }, |
||
1783 | "suggest": { |
||
1784 | "ext-symfony_debug": "" |
||
1785 | }, |
||
1786 | "type": "library", |
||
1787 | "extra": { |
||
1788 | "branch-alias": { |
||
1789 | "dev-master": "3.2-dev" |
||
1790 | } |
||
1791 | }, |
||
1792 | "autoload": { |
||
1793 | "files": [ |
||
1794 | "Resources/functions/dump.php" |
||
1795 | ], |
||
1796 | "psr-4": { |
||
1797 | "Symfony\\Component\\VarDumper\\": "" |
||
1798 | }, |
||
1799 | "exclude-from-classmap": [ |
||
1800 | "/Tests/" |
||
1801 | ] |
||
1802 | }, |
||
1803 | "notification-url": "https://packagist.org/downloads/", |
||
1804 | "license": [ |
||
1805 | "MIT" |
||
1806 | ], |
||
1807 | "authors": [ |
||
1808 | { |
||
1809 | "name": "Nicolas Grekas", |
||
1810 | "email": "[email protected]" |
||
1811 | }, |
||
1812 | { |
||
1813 | "name": "Symfony Community", |
||
1814 | "homepage": "https://symfony.com/contributors" |
||
1815 | } |
||
1816 | ], |
||
1817 | "description": "Symfony mechanism for exploring and dumping PHP variables", |
||
1818 | "homepage": "https://symfony.com", |
||
1819 | "keywords": [ |
||
1820 | "debug", |
||
1821 | "dump" |
||
1822 | ], |
||
1823 | "time": "2016-08-05 08:52:18" |
||
1824 | }, |
||
1825 | { |
||
1826 | "name": "vlucas/phpdotenv", |
||
1827 | "version": "dev-master", |
||
1828 | "source": { |
||
1829 | "type": "git", |
||
1830 | "url": "https://github.com/vlucas/phpdotenv.git", |
||
1831 | "reference": "8c9a0b50a1dbd69dc7c73a492d8825cccc147c7f" |
||
1832 | }, |
||
1833 | "dist": { |
||
1834 | "type": "zip", |
||
1835 | "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/8c9a0b50a1dbd69dc7c73a492d8825cccc147c7f", |
||
1836 | "reference": "8c9a0b50a1dbd69dc7c73a492d8825cccc147c7f", |
||
1837 | "shasum": "" |
||
1838 | }, |
||
1839 | "require": { |
||
1840 | "php": ">=5.3.9" |
||
1841 | }, |
||
1842 | "require-dev": { |
||
1843 | "phpunit/phpunit": "^4.8 || ^5.0" |
||
1844 | }, |
||
1845 | "type": "library", |
||
1846 | "extra": { |
||
1847 | "branch-alias": { |
||
1848 | "dev-master": "2.4-dev" |
||
1849 | } |
||
1850 | }, |
||
1851 | "autoload": { |
||
1852 | "psr-4": { |
||
1853 | "Dotenv\\": "src/" |
||
1854 | } |
||
1855 | }, |
||
1856 | "notification-url": "https://packagist.org/downloads/", |
||
1857 | "license": [ |
||
1858 | "BSD-3-Clause-Attribution" |
||
1859 | ], |
||
1860 | "authors": [ |
||
1861 | { |
||
1862 | "name": "Vance Lucas", |
||
1863 | "email": "[email protected]", |
||
1864 | "homepage": "http://www.vancelucas.com" |
||
1865 | } |
||
1866 | ], |
||
1867 | "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", |
||
1868 | "keywords": [ |
||
1869 | "dotenv", |
||
1870 | "env", |
||
1871 | "environment" |
||
1872 | ], |
||
1873 | "time": "2016-06-14 16:39:40" |
||
1874 | } |
||
1875 | ], |
||
1876 | "packages-dev": [ |
||
1877 | { |
||
1878 | "name": "benconstable/phpspec-laravel", |
||
1879 | "version": "2.0.x-dev", |
||
1880 | "source": { |
||
1881 | "type": "git", |
||
1882 | "url": "https://github.com/BenConstable/phpspec-laravel.git", |
||
1883 | "reference": "55537ed83ad3f7661313b72a027b5ee8409198d1" |
||
1884 | }, |
||
1885 | "dist": { |
||
1886 | "type": "zip", |
||
1887 | "url": "https://api.github.com/repos/BenConstable/phpspec-laravel/zipball/55537ed83ad3f7661313b72a027b5ee8409198d1", |
||
1888 | "reference": "55537ed83ad3f7661313b72a027b5ee8409198d1", |
||
1889 | "shasum": "" |
||
1890 | }, |
||
1891 | "require": { |
||
1892 | "laravel/framework": "~5.0", |
||
1893 | "phpspec/phpspec": "~2.1" |
||
1894 | }, |
||
1895 | "type": "library", |
||
1896 | "extra": { |
||
1897 | "branch-alias": { |
||
1898 | "dev-laravel-4": "1.x-dev", |
||
1899 | "dev-2.0": "2.x-dev", |
||
1900 | "dev-master": "3.x-dev" |
||
1901 | } |
||
1902 | }, |
||
1903 | "autoload": { |
||
1904 | "psr-0": { |
||
1905 | "PhpSpec": "src/" |
||
1906 | } |
||
1907 | }, |
||
1908 | "notification-url": "https://packagist.org/downloads/", |
||
1909 | "license": [ |
||
1910 | "MIT" |
||
1911 | ], |
||
1912 | "authors": [ |
||
1913 | { |
||
1914 | "name": "Ben Constable", |
||
1915 | "email": "[email protected]", |
||
1916 | "homepage": "https://benconstable.co.uk" |
||
1917 | } |
||
1918 | ], |
||
1919 | "description": "Test your Laravel applications with PhpSpec", |
||
1920 | "homepage": "http://github.com/BenConstable/phpspec-laravel", |
||
1921 | "keywords": [ |
||
1922 | "laravel", |
||
1923 | "phpspec", |
||
1924 | "test", |
||
1925 | "testing" |
||
1926 | ], |
||
1927 | "time": "2016-08-02 19:40:52" |
||
1928 | }, |
||
1929 | { |
||
1930 | "name": "doctrine/instantiator", |
||
1931 | "version": "dev-master", |
||
1932 | "source": { |
||
1933 | "type": "git", |
||
1934 | "url": "https://github.com/doctrine/instantiator.git", |
||
1935 | "reference": "416fb8ad1d095a87f1d21bc40711843cd122fd4a" |
||
1936 | }, |
||
1937 | "dist": { |
||
1938 | "type": "zip", |
||
1939 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/416fb8ad1d095a87f1d21bc40711843cd122fd4a", |
||
1940 | "reference": "416fb8ad1d095a87f1d21bc40711843cd122fd4a", |
||
1941 | "shasum": "" |
||
1942 | }, |
||
1943 | "require": { |
||
1944 | "php": ">=5.3,<8.0-DEV" |
||
1945 | }, |
||
1946 | "require-dev": { |
||
1947 | "athletic/athletic": "~0.1.8", |
||
1948 | "ext-pdo": "*", |
||
1949 | "ext-phar": "*", |
||
1950 | "phpunit/phpunit": "~4.0", |
||
1951 | "squizlabs/php_codesniffer": "~2.0" |
||
1952 | }, |
||
1953 | "type": "library", |
||
1954 | "extra": { |
||
1955 | "branch-alias": { |
||
1956 | "dev-master": "1.0.x-dev" |
||
1957 | } |
||
1958 | }, |
||
1959 | "autoload": { |
||
1960 | "psr-4": { |
||
1961 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
1962 | } |
||
1963 | }, |
||
1964 | "notification-url": "https://packagist.org/downloads/", |
||
1965 | "license": [ |
||
1966 | "MIT" |
||
1967 | ], |
||
1968 | "authors": [ |
||
1969 | { |
||
1970 | "name": "Marco Pivetta", |
||
1971 | "email": "[email protected]", |
||
1972 | "homepage": "http://ocramius.github.com/" |
||
1973 | } |
||
1974 | ], |
||
1975 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
1976 | "homepage": "https://github.com/doctrine/instantiator", |
||
1977 | "keywords": [ |
||
1978 | "constructor", |
||
1979 | "instantiate" |
||
1980 | ], |
||
1981 | "time": "2016-03-31 10:24:22" |
||
1982 | }, |
||
1983 | { |
||
1984 | "name": "fzaninotto/faker", |
||
1985 | "version": "dev-master", |
||
1986 | "source": { |
||
1987 | "type": "git", |
||
1988 | "url": "https://github.com/fzaninotto/Faker.git", |
||
1989 | "reference": "a1dd85c38f033c895f120e4b346cd737098e7c4a" |
||
1990 | }, |
||
1991 | "dist": { |
||
1992 | "type": "zip", |
||
1993 | "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/a1dd85c38f033c895f120e4b346cd737098e7c4a", |
||
1994 | "reference": "a1dd85c38f033c895f120e4b346cd737098e7c4a", |
||
1995 | "shasum": "" |
||
1996 | }, |
||
1997 | "require": { |
||
1998 | "php": "^5.3.3|^7.0" |
||
1999 | }, |
||
2000 | "require-dev": { |
||
2001 | "ext-intl": "*", |
||
2002 | "phpunit/phpunit": "~4.0", |
||
2003 | "squizlabs/php_codesniffer": "~1.5" |
||
2004 | }, |
||
2005 | "type": "library", |
||
2006 | "extra": { |
||
2007 | "branch-alias": { |
||
2008 | "dev-master": "1.6.x-dev" |
||
2009 | } |
||
2010 | }, |
||
2011 | "autoload": { |
||
2012 | "psr-4": { |
||
2013 | "Faker\\": "src/Faker/" |
||
2014 | } |
||
2015 | }, |
||
2016 | "notification-url": "https://packagist.org/downloads/", |
||
2017 | "license": [ |
||
2018 | "MIT" |
||
2019 | ], |
||
2020 | "authors": [ |
||
2021 | { |
||
2022 | "name": "François Zaninotto" |
||
2023 | } |
||
2024 | ], |
||
2025 | "description": "Faker is a PHP library that generates fake data for you.", |
||
2026 | "keywords": [ |
||
2027 | "data", |
||
2028 | "faker", |
||
2029 | "fixtures" |
||
2030 | ], |
||
2031 | "time": "2016-08-12 07:13:09" |
||
2032 | }, |
||
2033 | { |
||
2034 | "name": "hamcrest/hamcrest-php", |
||
2035 | "version": "1.2.x-dev", |
||
2036 | "source": { |
||
2037 | "type": "git", |
||
2038 | "url": "https://github.com/hamcrest/hamcrest-php.git", |
||
2039 | "reference": "b72949ccf2f640e7de66ff7dd92d83f577ce782e" |
||
2040 | }, |
||
2041 | "dist": { |
||
2042 | "type": "zip", |
||
2043 | "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b72949ccf2f640e7de66ff7dd92d83f577ce782e", |
||
2044 | "reference": "b72949ccf2f640e7de66ff7dd92d83f577ce782e", |
||
2045 | "shasum": "" |
||
2046 | }, |
||
2047 | "require": { |
||
2048 | "php": "^5.3|^7.0" |
||
2049 | }, |
||
2050 | "replace": { |
||
2051 | "cordoval/hamcrest-php": "*", |
||
2052 | "davedevelopment/hamcrest-php": "*", |
||
2053 | "kodova/hamcrest-php": "*" |
||
2054 | }, |
||
2055 | "require-dev": { |
||
2056 | "phpunit/php-file-iterator": "1.3.3", |
||
2057 | "phpunit/phpunit": "~4.0", |
||
2058 | "satooshi/php-coveralls": "^1.0" |
||
2059 | }, |
||
2060 | "type": "library", |
||
2061 | "extra": { |
||
2062 | "branch-alias": { |
||
2063 | "dev-master": "1.2-dev" |
||
2064 | } |
||
2065 | }, |
||
2066 | "autoload": { |
||
2067 | "classmap": [ |
||
2068 | "hamcrest" |
||
2069 | ], |
||
2070 | "files": [ |
||
2071 | "hamcrest/Hamcrest.php" |
||
2072 | ] |
||
2073 | }, |
||
2074 | "notification-url": "https://packagist.org/downloads/", |
||
2075 | "license": [ |
||
2076 | "BSD" |
||
2077 | ], |
||
2078 | "description": "This is the PHP port of Hamcrest Matchers", |
||
2079 | "keywords": [ |
||
2080 | "test" |
||
2081 | ], |
||
2082 | "time": "2016-01-19 12:08:55" |
||
2083 | }, |
||
2084 | { |
||
2085 | "name": "henrikbjorn/phpspec-code-coverage", |
||
2086 | "version": "0.2.0", |
||
2087 | "source": { |
||
2088 | "type": "git", |
||
2089 | "url": "https://github.com/henrikbjorn/PhpSpecCodeCoverageExtension.git", |
||
2090 | "reference": "987be21438b4e2905563d74634ee36cf73290f40" |
||
2091 | }, |
||
2092 | "dist": { |
||
2093 | "type": "zip", |
||
2094 | "url": "https://api.github.com/repos/henrikbjorn/PhpSpecCodeCoverageExtension/zipball/987be21438b4e2905563d74634ee36cf73290f40", |
||
2095 | "reference": "987be21438b4e2905563d74634ee36cf73290f40", |
||
2096 | "shasum": "" |
||
2097 | }, |
||
2098 | "require": { |
||
2099 | "ext-xdebug": ">=2.1.4", |
||
2100 | "php": ">=5.3.3", |
||
2101 | "phpspec/phpspec": "~2.0", |
||
2102 | "phpunit/php-code-coverage": "~2.0" |
||
2103 | }, |
||
2104 | "require-dev": { |
||
2105 | "bossa/phpspec2-expect": "~1.0" |
||
2106 | }, |
||
2107 | "type": "library", |
||
2108 | "extra": { |
||
2109 | "branch-alias": { |
||
2110 | "dev-master": "1.0.x-dev" |
||
2111 | } |
||
2112 | }, |
||
2113 | "autoload": { |
||
2114 | "psr-0": { |
||
2115 | "PhpSpec\\Extension\\": "src" |
||
2116 | } |
||
2117 | }, |
||
2118 | "notification-url": "https://packagist.org/downloads/", |
||
2119 | "license": [ |
||
2120 | "MIT" |
||
2121 | ], |
||
2122 | "description": "Integrates CodeCoverage with PhpSpec", |
||
2123 | "time": "2014-07-04 11:53:55" |
||
2124 | }, |
||
2125 | { |
||
2126 | "name": "mockery/mockery", |
||
2127 | "version": "0.9.x-dev", |
||
2128 | "source": { |
||
2129 | "type": "git", |
||
2130 | "url": "https://github.com/padraic/mockery.git", |
||
2131 | "reference": "0f3617e31907c2f5a061cb2e652596449ddd54f7" |
||
2132 | }, |
||
2133 | "dist": { |
||
2134 | "type": "zip", |
||
2135 | "url": "https://api.github.com/repos/padraic/mockery/zipball/0f3617e31907c2f5a061cb2e652596449ddd54f7", |
||
2136 | "reference": "0f3617e31907c2f5a061cb2e652596449ddd54f7", |
||
2137 | "shasum": "" |
||
2138 | }, |
||
2139 | "require": { |
||
2140 | "hamcrest/hamcrest-php": "~1.1", |
||
2141 | "lib-pcre": ">=7.0", |
||
2142 | "php": ">=5.3.2" |
||
2143 | }, |
||
2144 | "require-dev": { |
||
2145 | "phpunit/phpunit": "~4.0" |
||
2146 | }, |
||
2147 | "type": "library", |
||
2148 | "extra": { |
||
2149 | "branch-alias": { |
||
2150 | "dev-master": "0.9.x-dev" |
||
2151 | } |
||
2152 | }, |
||
2153 | "autoload": { |
||
2154 | "psr-0": { |
||
2155 | "Mockery": "library/" |
||
2156 | } |
||
2157 | }, |
||
2158 | "notification-url": "https://packagist.org/downloads/", |
||
2159 | "license": [ |
||
2160 | "BSD-3-Clause" |
||
2161 | ], |
||
2162 | "authors": [ |
||
2163 | { |
||
2164 | "name": "Pádraic Brady", |
||
2165 | "email": "[email protected]", |
||
2166 | "homepage": "http://blog.astrumfutura.com" |
||
2167 | }, |
||
2168 | { |
||
2169 | "name": "Dave Marshall", |
||
2170 | "email": "[email protected]", |
||
2171 | "homepage": "http://davedevelopment.co.uk" |
||
2172 | } |
||
2173 | ], |
||
2174 | "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.", |
||
2175 | "homepage": "http://github.com/padraic/mockery", |
||
2176 | "keywords": [ |
||
2177 | "BDD", |
||
2178 | "TDD", |
||
2179 | "library", |
||
2180 | "mock", |
||
2181 | "mock objects", |
||
2182 | "mockery", |
||
2183 | "stub", |
||
2184 | "test", |
||
2185 | "test double", |
||
2186 | "testing" |
||
2187 | ], |
||
2188 | "time": "2016-07-14 08:27:13" |
||
2189 | }, |
||
2190 | { |
||
2191 | "name": "phpdocumentor/reflection-common", |
||
2192 | "version": "dev-master", |
||
2193 | "source": { |
||
2194 | "type": "git", |
||
2195 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
2196 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" |
||
2197 | }, |
||
2198 | "dist": { |
||
2199 | "type": "zip", |
||
2200 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
2201 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
2202 | "shasum": "" |
||
2203 | }, |
||
2204 | "require": { |
||
2205 | "php": ">=5.5" |
||
2206 | }, |
||
2207 | "require-dev": { |
||
2208 | "phpunit/phpunit": "^4.6" |
||
2209 | }, |
||
2210 | "type": "library", |
||
2211 | "extra": { |
||
2212 | "branch-alias": { |
||
2213 | "dev-master": "1.0.x-dev" |
||
2214 | } |
||
2215 | }, |
||
2216 | "autoload": { |
||
2217 | "psr-4": { |
||
2218 | "phpDocumentor\\Reflection\\": [ |
||
2219 | "src" |
||
2220 | ] |
||
2221 | } |
||
2222 | }, |
||
2223 | "notification-url": "https://packagist.org/downloads/", |
||
2224 | "license": [ |
||
2225 | "MIT" |
||
2226 | ], |
||
2227 | "authors": [ |
||
2228 | { |
||
2229 | "name": "Jaap van Otterdijk", |
||
2230 | "email": "[email protected]" |
||
2231 | } |
||
2232 | ], |
||
2233 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
2234 | "homepage": "http://www.phpdoc.org", |
||
2235 | "keywords": [ |
||
2236 | "FQSEN", |
||
2237 | "phpDocumentor", |
||
2238 | "phpdoc", |
||
2239 | "reflection", |
||
2240 | "static analysis" |
||
2241 | ], |
||
2242 | "time": "2015-12-27 11:43:31" |
||
2243 | }, |
||
2244 | { |
||
2245 | "name": "phpdocumentor/reflection-docblock", |
||
2246 | "version": "3.1.0", |
||
2247 | "source": { |
||
2248 | "type": "git", |
||
2249 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
2250 | "reference": "9270140b940ff02e58ec577c237274e92cd40cdd" |
||
2251 | }, |
||
2252 | "dist": { |
||
2253 | "type": "zip", |
||
2254 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd", |
||
2255 | "reference": "9270140b940ff02e58ec577c237274e92cd40cdd", |
||
2256 | "shasum": "" |
||
2257 | }, |
||
2258 | "require": { |
||
2259 | "php": ">=5.5", |
||
2260 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
2261 | "phpdocumentor/type-resolver": "^0.2.0", |
||
2262 | "webmozart/assert": "^1.0" |
||
2263 | }, |
||
2264 | "require-dev": { |
||
2265 | "mockery/mockery": "^0.9.4", |
||
2266 | "phpunit/phpunit": "^4.4" |
||
2267 | }, |
||
2268 | "type": "library", |
||
2269 | "autoload": { |
||
2270 | "psr-4": { |
||
2271 | "phpDocumentor\\Reflection\\": [ |
||
2272 | "src/" |
||
2273 | ] |
||
2274 | } |
||
2275 | }, |
||
2276 | "notification-url": "https://packagist.org/downloads/", |
||
2277 | "license": [ |
||
2278 | "MIT" |
||
2279 | ], |
||
2280 | "authors": [ |
||
2281 | { |
||
2282 | "name": "Mike van Riel", |
||
2283 | "email": "[email protected]" |
||
2284 | } |
||
2285 | ], |
||
2286 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
2287 | "time": "2016-06-10 09:48:41" |
||
2288 | }, |
||
2289 | { |
||
2290 | "name": "phpdocumentor/type-resolver", |
||
2291 | "version": "0.2", |
||
2292 | "source": { |
||
2293 | "type": "git", |
||
2294 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
2295 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" |
||
2296 | }, |
||
2297 | "dist": { |
||
2298 | "type": "zip", |
||
2299 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
2300 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
2301 | "shasum": "" |
||
2302 | }, |
||
2303 | "require": { |
||
2304 | "php": ">=5.5", |
||
2305 | "phpdocumentor/reflection-common": "^1.0" |
||
2306 | }, |
||
2307 | "require-dev": { |
||
2308 | "mockery/mockery": "^0.9.4", |
||
2309 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
2310 | }, |
||
2311 | "type": "library", |
||
2312 | "extra": { |
||
2313 | "branch-alias": { |
||
2314 | "dev-master": "1.0.x-dev" |
||
2315 | } |
||
2316 | }, |
||
2317 | "autoload": { |
||
2318 | "psr-4": { |
||
2319 | "phpDocumentor\\Reflection\\": [ |
||
2320 | "src/" |
||
2321 | ] |
||
2322 | } |
||
2323 | }, |
||
2324 | "notification-url": "https://packagist.org/downloads/", |
||
2325 | "license": [ |
||
2326 | "MIT" |
||
2327 | ], |
||
2328 | "authors": [ |
||
2329 | { |
||
2330 | "name": "Mike van Riel", |
||
2331 | "email": "[email protected]" |
||
2332 | } |
||
2333 | ], |
||
2334 | "time": "2016-06-10 07:14:17" |
||
2335 | }, |
||
2336 | { |
||
2337 | "name": "phpspec/php-diff", |
||
2338 | "version": "dev-master", |
||
2339 | "source": { |
||
2340 | "type": "git", |
||
2341 | "url": "https://github.com/phpspec/php-diff.git", |
||
2342 | "reference": "0464787bfa7cd13576c5a1e318709768798bec6a" |
||
2343 | }, |
||
2344 | "dist": { |
||
2345 | "type": "zip", |
||
2346 | "url": "https://api.github.com/repos/phpspec/php-diff/zipball/0464787bfa7cd13576c5a1e318709768798bec6a", |
||
2347 | "reference": "0464787bfa7cd13576c5a1e318709768798bec6a", |
||
2348 | "shasum": "" |
||
2349 | }, |
||
2350 | "type": "library", |
||
2351 | "extra": { |
||
2352 | "branch-alias": { |
||
2353 | "dev-master": "1.0.x-dev" |
||
2354 | } |
||
2355 | }, |
||
2356 | "autoload": { |
||
2357 | "psr-0": { |
||
2358 | "Diff": "lib/" |
||
2359 | } |
||
2360 | }, |
||
2361 | "notification-url": "https://packagist.org/downloads/", |
||
2362 | "license": [ |
||
2363 | "BSD-3-Clause" |
||
2364 | ], |
||
2365 | "authors": [ |
||
2366 | { |
||
2367 | "name": "Chris Boulton", |
||
2368 | "homepage": "http://github.com/chrisboulton" |
||
2369 | } |
||
2370 | ], |
||
2371 | "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", |
||
2372 | "time": "2016-04-07 12:29:16" |
||
2373 | }, |
||
2374 | { |
||
2375 | "name": "phpspec/phpspec", |
||
2376 | "version": "2.5.x-dev", |
||
2377 | "source": { |
||
2378 | "type": "git", |
||
2379 | "url": "https://github.com/phpspec/phpspec.git", |
||
2380 | "reference": "531d00ee76e9ae98279ed4dbb2419e5e0f7fb82d" |
||
2381 | }, |
||
2382 | "dist": { |
||
2383 | "type": "zip", |
||
2384 | "url": "https://api.github.com/repos/phpspec/phpspec/zipball/531d00ee76e9ae98279ed4dbb2419e5e0f7fb82d", |
||
2385 | "reference": "531d00ee76e9ae98279ed4dbb2419e5e0f7fb82d", |
||
2386 | "shasum": "" |
||
2387 | }, |
||
2388 | "require": { |
||
2389 | "doctrine/instantiator": "^1.0.1", |
||
2390 | "ext-tokenizer": "*", |
||
2391 | "php": ">=5.3.3", |
||
2392 | "phpspec/php-diff": "~1.0.0", |
||
2393 | "phpspec/prophecy": "~1.4", |
||
2394 | "sebastian/exporter": "~1.0", |
||
2395 | "symfony/console": "~2.3|~3.0", |
||
2396 | "symfony/event-dispatcher": "~2.1|~3.0", |
||
2397 | "symfony/finder": "~2.1|~3.0", |
||
2398 | "symfony/process": "^2.6|~3.0", |
||
2399 | "symfony/yaml": "~2.1|~3.0" |
||
2400 | }, |
||
2401 | "require-dev": { |
||
2402 | "behat/behat": "^3.0.11", |
||
2403 | "ciaranmcnulty/versionbasedtestskipper": "^0.2.1", |
||
2404 | "phpunit/phpunit": "~4.4", |
||
2405 | "symfony/filesystem": "~2.1|~3.0" |
||
2406 | }, |
||
2407 | "suggest": { |
||
2408 | "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters" |
||
2409 | }, |
||
2410 | "bin": [ |
||
2411 | "bin/phpspec" |
||
2412 | ], |
||
2413 | "type": "library", |
||
2414 | "extra": { |
||
2415 | "branch-alias": { |
||
2416 | "dev-master": "2.5.x-dev" |
||
2417 | } |
||
2418 | }, |
||
2419 | "autoload": { |
||
2420 | "psr-0": { |
||
2421 | "PhpSpec": "src/" |
||
2422 | } |
||
2423 | }, |
||
2424 | "notification-url": "https://packagist.org/downloads/", |
||
2425 | "license": [ |
||
2426 | "MIT" |
||
2427 | ], |
||
2428 | "authors": [ |
||
2429 | { |
||
2430 | "name": "Konstantin Kudryashov", |
||
2431 | "email": "[email protected]", |
||
2432 | "homepage": "http://everzet.com" |
||
2433 | }, |
||
2434 | { |
||
2435 | "name": "Marcello Duarte", |
||
2436 | "homepage": "http://marcelloduarte.net/" |
||
2437 | } |
||
2438 | ], |
||
2439 | "description": "Specification-oriented BDD framework for PHP 5.3+", |
||
2440 | "homepage": "http://phpspec.net/", |
||
2441 | "keywords": [ |
||
2442 | "BDD", |
||
2443 | "SpecBDD", |
||
2444 | "TDD", |
||
2445 | "spec", |
||
2446 | "specification", |
||
2447 | "testing", |
||
2448 | "tests" |
||
2449 | ], |
||
2450 | "time": "2016-07-16 08:34:07" |
||
2451 | }, |
||
2452 | { |
||
2453 | "name": "phpspec/prophecy", |
||
2454 | "version": "dev-master", |
||
2455 | "source": { |
||
2456 | "type": "git", |
||
2457 | "url": "https://github.com/phpspec/prophecy.git", |
||
2458 | "reference": "d883566b83ae601a50b38b249e92450dc57cf875" |
||
2459 | }, |
||
2460 | "dist": { |
||
2461 | "type": "zip", |
||
2462 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/d883566b83ae601a50b38b249e92450dc57cf875", |
||
2463 | "reference": "d883566b83ae601a50b38b249e92450dc57cf875", |
||
2464 | "shasum": "" |
||
2465 | }, |
||
2466 | "require": { |
||
2467 | "doctrine/instantiator": "^1.0.2", |
||
2468 | "php": "^5.3|^7.0", |
||
2469 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
||
2470 | "sebastian/comparator": "^1.1", |
||
2471 | "sebastian/recursion-context": "^1.0" |
||
2472 | }, |
||
2473 | "require-dev": { |
||
2474 | "phpspec/phpspec": "^2.0" |
||
2475 | }, |
||
2476 | "type": "library", |
||
2477 | "extra": { |
||
2478 | "branch-alias": { |
||
2479 | "dev-master": "1.6.x-dev" |
||
2480 | } |
||
2481 | }, |
||
2482 | "autoload": { |
||
2483 | "psr-0": { |
||
2484 | "Prophecy\\": "src/" |
||
2485 | } |
||
2486 | }, |
||
2487 | "notification-url": "https://packagist.org/downloads/", |
||
2488 | "license": [ |
||
2489 | "MIT" |
||
2490 | ], |
||
2491 | "authors": [ |
||
2492 | { |
||
2493 | "name": "Konstantin Kudryashov", |
||
2494 | "email": "[email protected]", |
||
2495 | "homepage": "http://everzet.com" |
||
2496 | }, |
||
2497 | { |
||
2498 | "name": "Marcello Duarte", |
||
2499 | "email": "[email protected]" |
||
2500 | } |
||
2501 | ], |
||
2502 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
2503 | "homepage": "https://github.com/phpspec/prophecy", |
||
2504 | "keywords": [ |
||
2505 | "Double", |
||
2506 | "Dummy", |
||
2507 | "fake", |
||
2508 | "mock", |
||
2509 | "spy", |
||
2510 | "stub" |
||
2511 | ], |
||
2512 | "time": "2016-07-19 16:08:43" |
||
2513 | }, |
||
2514 | { |
||
2515 | "name": "phpunit/php-code-coverage", |
||
2516 | "version": "2.2.x-dev", |
||
2517 | "source": { |
||
2518 | "type": "git", |
||
2519 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
2520 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" |
||
2521 | }, |
||
2522 | "dist": { |
||
2523 | "type": "zip", |
||
2524 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
2525 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
2526 | "shasum": "" |
||
2527 | }, |
||
2528 | "require": { |
||
2529 | "php": ">=5.3.3", |
||
2530 | "phpunit/php-file-iterator": "~1.3", |
||
2531 | "phpunit/php-text-template": "~1.2", |
||
2532 | "phpunit/php-token-stream": "~1.3", |
||
2533 | "sebastian/environment": "^1.3.2", |
||
2534 | "sebastian/version": "~1.0" |
||
2535 | }, |
||
2536 | "require-dev": { |
||
2537 | "ext-xdebug": ">=2.1.4", |
||
2538 | "phpunit/phpunit": "~4" |
||
2539 | }, |
||
2540 | "suggest": { |
||
2541 | "ext-dom": "*", |
||
2542 | "ext-xdebug": ">=2.2.1", |
||
2543 | "ext-xmlwriter": "*" |
||
2544 | }, |
||
2545 | "type": "library", |
||
2546 | "extra": { |
||
2547 | "branch-alias": { |
||
2548 | "dev-master": "2.2.x-dev" |
||
2549 | } |
||
2550 | }, |
||
2551 | "autoload": { |
||
2552 | "classmap": [ |
||
2553 | "src/" |
||
2554 | ] |
||
2555 | }, |
||
2556 | "notification-url": "https://packagist.org/downloads/", |
||
2557 | "license": [ |
||
2558 | "BSD-3-Clause" |
||
2559 | ], |
||
2560 | "authors": [ |
||
2561 | { |
||
2562 | "name": "Sebastian Bergmann", |
||
2563 | "email": "[email protected]", |
||
2564 | "role": "lead" |
||
2565 | } |
||
2566 | ], |
||
2567 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
2568 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
2569 | "keywords": [ |
||
2570 | "coverage", |
||
2571 | "testing", |
||
2572 | "xunit" |
||
2573 | ], |
||
2574 | "time": "2015-10-06 15:47:00" |
||
2575 | }, |
||
2576 | { |
||
2577 | "name": "phpunit/php-file-iterator", |
||
2578 | "version": "dev-master", |
||
2579 | "source": { |
||
2580 | "type": "git", |
||
2581 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
2582 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
2583 | }, |
||
2584 | "dist": { |
||
2585 | "type": "zip", |
||
2586 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
2587 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
2588 | "shasum": "" |
||
2589 | }, |
||
2590 | "require": { |
||
2591 | "php": ">=5.3.3" |
||
2592 | }, |
||
2593 | "type": "library", |
||
2594 | "extra": { |
||
2595 | "branch-alias": { |
||
2596 | "dev-master": "1.4.x-dev" |
||
2597 | } |
||
2598 | }, |
||
2599 | "autoload": { |
||
2600 | "classmap": [ |
||
2601 | "src/" |
||
2602 | ] |
||
2603 | }, |
||
2604 | "notification-url": "https://packagist.org/downloads/", |
||
2605 | "license": [ |
||
2606 | "BSD-3-Clause" |
||
2607 | ], |
||
2608 | "authors": [ |
||
2609 | { |
||
2610 | "name": "Sebastian Bergmann", |
||
2611 | "email": "[email protected]", |
||
2612 | "role": "lead" |
||
2613 | } |
||
2614 | ], |
||
2615 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
2616 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
2617 | "keywords": [ |
||
2618 | "filesystem", |
||
2619 | "iterator" |
||
2620 | ], |
||
2621 | "time": "2015-06-21 13:08:43" |
||
2622 | }, |
||
2623 | { |
||
2624 | "name": "phpunit/php-text-template", |
||
2625 | "version": "1.2.1", |
||
2626 | "source": { |
||
2627 | "type": "git", |
||
2628 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
2629 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
2630 | }, |
||
2631 | "dist": { |
||
2632 | "type": "zip", |
||
2633 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
2634 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
2635 | "shasum": "" |
||
2636 | }, |
||
2637 | "require": { |
||
2638 | "php": ">=5.3.3" |
||
2639 | }, |
||
2640 | "type": "library", |
||
2641 | "autoload": { |
||
2642 | "classmap": [ |
||
2643 | "src/" |
||
2644 | ] |
||
2645 | }, |
||
2646 | "notification-url": "https://packagist.org/downloads/", |
||
2647 | "license": [ |
||
2648 | "BSD-3-Clause" |
||
2649 | ], |
||
2650 | "authors": [ |
||
2651 | { |
||
2652 | "name": "Sebastian Bergmann", |
||
2653 | "email": "[email protected]", |
||
2654 | "role": "lead" |
||
2655 | } |
||
2656 | ], |
||
2657 | "description": "Simple template engine.", |
||
2658 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
2659 | "keywords": [ |
||
2660 | "template" |
||
2661 | ], |
||
2662 | "time": "2015-06-21 13:50:34" |
||
2663 | }, |
||
2664 | { |
||
2665 | "name": "phpunit/php-timer", |
||
2666 | "version": "1.0.8", |
||
2667 | "source": { |
||
2668 | "type": "git", |
||
2669 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
2670 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
2671 | }, |
||
2672 | "dist": { |
||
2673 | "type": "zip", |
||
2674 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
2675 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
2676 | "shasum": "" |
||
2677 | }, |
||
2678 | "require": { |
||
2679 | "php": ">=5.3.3" |
||
2680 | }, |
||
2681 | "require-dev": { |
||
2682 | "phpunit/phpunit": "~4|~5" |
||
2683 | }, |
||
2684 | "type": "library", |
||
2685 | "autoload": { |
||
2686 | "classmap": [ |
||
2687 | "src/" |
||
2688 | ] |
||
2689 | }, |
||
2690 | "notification-url": "https://packagist.org/downloads/", |
||
2691 | "license": [ |
||
2692 | "BSD-3-Clause" |
||
2693 | ], |
||
2694 | "authors": [ |
||
2695 | { |
||
2696 | "name": "Sebastian Bergmann", |
||
2697 | "email": "[email protected]", |
||
2698 | "role": "lead" |
||
2699 | } |
||
2700 | ], |
||
2701 | "description": "Utility class for timing", |
||
2702 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
2703 | "keywords": [ |
||
2704 | "timer" |
||
2705 | ], |
||
2706 | "time": "2016-05-12 18:03:57" |
||
2707 | }, |
||
2708 | { |
||
2709 | "name": "phpunit/php-token-stream", |
||
2710 | "version": "dev-master", |
||
2711 | "source": { |
||
2712 | "type": "git", |
||
2713 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
2714 | "reference": "cab6c6fefee93d7b7c3a01292a0fe0884ea66644" |
||
2715 | }, |
||
2716 | "dist": { |
||
2717 | "type": "zip", |
||
2718 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/cab6c6fefee93d7b7c3a01292a0fe0884ea66644", |
||
2719 | "reference": "cab6c6fefee93d7b7c3a01292a0fe0884ea66644", |
||
2720 | "shasum": "" |
||
2721 | }, |
||
2722 | "require": { |
||
2723 | "ext-tokenizer": "*", |
||
2724 | "php": ">=5.3.3" |
||
2725 | }, |
||
2726 | "require-dev": { |
||
2727 | "phpunit/phpunit": "~4.2" |
||
2728 | }, |
||
2729 | "type": "library", |
||
2730 | "extra": { |
||
2731 | "branch-alias": { |
||
2732 | "dev-master": "1.4-dev" |
||
2733 | } |
||
2734 | }, |
||
2735 | "autoload": { |
||
2736 | "classmap": [ |
||
2737 | "src/" |
||
2738 | ] |
||
2739 | }, |
||
2740 | "notification-url": "https://packagist.org/downloads/", |
||
2741 | "license": [ |
||
2742 | "BSD-3-Clause" |
||
2743 | ], |
||
2744 | "authors": [ |
||
2745 | { |
||
2746 | "name": "Sebastian Bergmann", |
||
2747 | "email": "[email protected]" |
||
2748 | } |
||
2749 | ], |
||
2750 | "description": "Wrapper around PHP's tokenizer extension.", |
||
2751 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
2752 | "keywords": [ |
||
2753 | "tokenizer" |
||
2754 | ], |
||
2755 | "time": "2015-09-23 14:46:55" |
||
2756 | }, |
||
2757 | { |
||
2758 | "name": "phpunit/phpunit", |
||
2759 | "version": "4.8.x-dev", |
||
2760 | "source": { |
||
2761 | "type": "git", |
||
2762 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
2763 | "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90" |
||
2764 | }, |
||
2765 | "dist": { |
||
2766 | "type": "zip", |
||
2767 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c062dddcb68e44b563f66ee319ddae2b5a322a90", |
||
2768 | "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90", |
||
2769 | "shasum": "" |
||
2770 | }, |
||
2771 | "require": { |
||
2772 | "ext-dom": "*", |
||
2773 | "ext-json": "*", |
||
2774 | "ext-pcre": "*", |
||
2775 | "ext-reflection": "*", |
||
2776 | "ext-spl": "*", |
||
2777 | "php": ">=5.3.3", |
||
2778 | "phpspec/prophecy": "^1.3.1", |
||
2779 | "phpunit/php-code-coverage": "~2.1", |
||
2780 | "phpunit/php-file-iterator": "~1.4", |
||
2781 | "phpunit/php-text-template": "~1.2", |
||
2782 | "phpunit/php-timer": "^1.0.6", |
||
2783 | "phpunit/phpunit-mock-objects": "~2.3", |
||
2784 | "sebastian/comparator": "~1.1", |
||
2785 | "sebastian/diff": "~1.2", |
||
2786 | "sebastian/environment": "~1.3", |
||
2787 | "sebastian/exporter": "~1.2", |
||
2788 | "sebastian/global-state": "~1.0", |
||
2789 | "sebastian/version": "~1.0", |
||
2790 | "symfony/yaml": "~2.1|~3.0" |
||
2791 | }, |
||
2792 | "suggest": { |
||
2793 | "phpunit/php-invoker": "~1.1" |
||
2794 | }, |
||
2795 | "bin": [ |
||
2796 | "phpunit" |
||
2797 | ], |
||
2798 | "type": "library", |
||
2799 | "extra": { |
||
2800 | "branch-alias": { |
||
2801 | "dev-master": "4.8.x-dev" |
||
2802 | } |
||
2803 | }, |
||
2804 | "autoload": { |
||
2805 | "classmap": [ |
||
2806 | "src/" |
||
2807 | ] |
||
2808 | }, |
||
2809 | "notification-url": "https://packagist.org/downloads/", |
||
2810 | "license": [ |
||
2811 | "BSD-3-Clause" |
||
2812 | ], |
||
2813 | "authors": [ |
||
2814 | { |
||
2815 | "name": "Sebastian Bergmann", |
||
2816 | "email": "[email protected]", |
||
2817 | "role": "lead" |
||
2818 | } |
||
2819 | ], |
||
2820 | "description": "The PHP Unit Testing framework.", |
||
2821 | "homepage": "https://phpunit.de/", |
||
2822 | "keywords": [ |
||
2823 | "phpunit", |
||
2824 | "testing", |
||
2825 | "xunit" |
||
2826 | ], |
||
2827 | "time": "2016-07-21 06:48:14" |
||
2828 | }, |
||
2829 | { |
||
2830 | "name": "phpunit/phpunit-mock-objects", |
||
2831 | "version": "2.3.x-dev", |
||
2832 | "source": { |
||
2833 | "type": "git", |
||
2834 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
2835 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" |
||
2836 | }, |
||
2837 | "dist": { |
||
2838 | "type": "zip", |
||
2839 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
2840 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
2841 | "shasum": "" |
||
2842 | }, |
||
2843 | "require": { |
||
2844 | "doctrine/instantiator": "^1.0.2", |
||
2845 | "php": ">=5.3.3", |
||
2846 | "phpunit/php-text-template": "~1.2", |
||
2847 | "sebastian/exporter": "~1.2" |
||
2848 | }, |
||
2849 | "require-dev": { |
||
2850 | "phpunit/phpunit": "~4.4" |
||
2851 | }, |
||
2852 | "suggest": { |
||
2853 | "ext-soap": "*" |
||
2854 | }, |
||
2855 | "type": "library", |
||
2856 | "extra": { |
||
2857 | "branch-alias": { |
||
2858 | "dev-master": "2.3.x-dev" |
||
2859 | } |
||
2860 | }, |
||
2861 | "autoload": { |
||
2862 | "classmap": [ |
||
2863 | "src/" |
||
2864 | ] |
||
2865 | }, |
||
2866 | "notification-url": "https://packagist.org/downloads/", |
||
2867 | "license": [ |
||
2868 | "BSD-3-Clause" |
||
2869 | ], |
||
2870 | "authors": [ |
||
2871 | { |
||
2872 | "name": "Sebastian Bergmann", |
||
2873 | "email": "[email protected]", |
||
2874 | "role": "lead" |
||
2875 | } |
||
2876 | ], |
||
2877 | "description": "Mock Object library for PHPUnit", |
||
2878 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
2879 | "keywords": [ |
||
2880 | "mock", |
||
2881 | "xunit" |
||
2882 | ], |
||
2883 | "time": "2015-10-02 06:51:40" |
||
2884 | }, |
||
2885 | { |
||
2886 | "name": "sebastian/comparator", |
||
2887 | "version": "dev-master", |
||
2888 | "source": { |
||
2889 | "type": "git", |
||
2890 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
2891 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
2892 | }, |
||
2893 | "dist": { |
||
2894 | "type": "zip", |
||
2895 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
2896 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
2897 | "shasum": "" |
||
2898 | }, |
||
2899 | "require": { |
||
2900 | "php": ">=5.3.3", |
||
2901 | "sebastian/diff": "~1.2", |
||
2902 | "sebastian/exporter": "~1.2" |
||
2903 | }, |
||
2904 | "require-dev": { |
||
2905 | "phpunit/phpunit": "~4.4" |
||
2906 | }, |
||
2907 | "type": "library", |
||
2908 | "extra": { |
||
2909 | "branch-alias": { |
||
2910 | "dev-master": "1.2.x-dev" |
||
2911 | } |
||
2912 | }, |
||
2913 | "autoload": { |
||
2914 | "classmap": [ |
||
2915 | "src/" |
||
2916 | ] |
||
2917 | }, |
||
2918 | "notification-url": "https://packagist.org/downloads/", |
||
2919 | "license": [ |
||
2920 | "BSD-3-Clause" |
||
2921 | ], |
||
2922 | "authors": [ |
||
2923 | { |
||
2924 | "name": "Jeff Welch", |
||
2925 | "email": "[email protected]" |
||
2926 | }, |
||
2927 | { |
||
2928 | "name": "Volker Dusch", |
||
2929 | "email": "[email protected]" |
||
2930 | }, |
||
2931 | { |
||
2932 | "name": "Bernhard Schussek", |
||
2933 | "email": "[email protected]" |
||
2934 | }, |
||
2935 | { |
||
2936 | "name": "Sebastian Bergmann", |
||
2937 | "email": "[email protected]" |
||
2938 | } |
||
2939 | ], |
||
2940 | "description": "Provides the functionality to compare PHP values for equality", |
||
2941 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
2942 | "keywords": [ |
||
2943 | "comparator", |
||
2944 | "compare", |
||
2945 | "equality" |
||
2946 | ], |
||
2947 | "time": "2015-07-26 15:48:44" |
||
2948 | }, |
||
2949 | { |
||
2950 | "name": "sebastian/diff", |
||
2951 | "version": "dev-master", |
||
2952 | "source": { |
||
2953 | "type": "git", |
||
2954 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
2955 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
2956 | }, |
||
2957 | "dist": { |
||
2958 | "type": "zip", |
||
2959 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
2960 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
2961 | "shasum": "" |
||
2962 | }, |
||
2963 | "require": { |
||
2964 | "php": ">=5.3.3" |
||
2965 | }, |
||
2966 | "require-dev": { |
||
2967 | "phpunit/phpunit": "~4.8" |
||
2968 | }, |
||
2969 | "type": "library", |
||
2970 | "extra": { |
||
2971 | "branch-alias": { |
||
2972 | "dev-master": "1.4-dev" |
||
2973 | } |
||
2974 | }, |
||
2975 | "autoload": { |
||
2976 | "classmap": [ |
||
2977 | "src/" |
||
2978 | ] |
||
2979 | }, |
||
2980 | "notification-url": "https://packagist.org/downloads/", |
||
2981 | "license": [ |
||
2982 | "BSD-3-Clause" |
||
2983 | ], |
||
2984 | "authors": [ |
||
2985 | { |
||
2986 | "name": "Kore Nordmann", |
||
2987 | "email": "[email protected]" |
||
2988 | }, |
||
2989 | { |
||
2990 | "name": "Sebastian Bergmann", |
||
2991 | "email": "[email protected]" |
||
2992 | } |
||
2993 | ], |
||
2994 | "description": "Diff implementation", |
||
2995 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
2996 | "keywords": [ |
||
2997 | "diff" |
||
2998 | ], |
||
2999 | "time": "2015-12-08 07:14:41" |
||
3000 | }, |
||
3001 | { |
||
3002 | "name": "sebastian/environment", |
||
3003 | "version": "1.3.x-dev", |
||
3004 | "source": { |
||
3005 | "type": "git", |
||
3006 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
3007 | "reference": "622c5dc0a8036cfc4ccd73c7b1b668a431e69d96" |
||
3008 | }, |
||
3009 | "dist": { |
||
3010 | "type": "zip", |
||
3011 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/622c5dc0a8036cfc4ccd73c7b1b668a431e69d96", |
||
3012 | "reference": "622c5dc0a8036cfc4ccd73c7b1b668a431e69d96", |
||
3013 | "shasum": "" |
||
3014 | }, |
||
3015 | "require": { |
||
3016 | "php": "^5.3.3 || ^7.0" |
||
3017 | }, |
||
3018 | "require-dev": { |
||
3019 | "phpunit/phpunit": "^4.8 || ^5.0" |
||
3020 | }, |
||
3021 | "type": "library", |
||
3022 | "extra": { |
||
3023 | "branch-alias": { |
||
3024 | "dev-master": "1.3.x-dev" |
||
3025 | } |
||
3026 | }, |
||
3027 | "autoload": { |
||
3028 | "classmap": [ |
||
3029 | "src/" |
||
3030 | ] |
||
3031 | }, |
||
3032 | "notification-url": "https://packagist.org/downloads/", |
||
3033 | "license": [ |
||
3034 | "BSD-3-Clause" |
||
3035 | ], |
||
3036 | "authors": [ |
||
3037 | { |
||
3038 | "name": "Sebastian Bergmann", |
||
3039 | "email": "[email protected]" |
||
3040 | } |
||
3041 | ], |
||
3042 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
3043 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
3044 | "keywords": [ |
||
3045 | "Xdebug", |
||
3046 | "environment", |
||
3047 | "hhvm" |
||
3048 | ], |
||
3049 | "time": "2016-06-11 08:21:19" |
||
3050 | }, |
||
3051 | { |
||
3052 | "name": "sebastian/exporter", |
||
3053 | "version": "dev-master", |
||
3054 | "source": { |
||
3055 | "type": "git", |
||
3056 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
3057 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" |
||
3058 | }, |
||
3059 | "dist": { |
||
3060 | "type": "zip", |
||
3061 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
3062 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
3063 | "shasum": "" |
||
3064 | }, |
||
3065 | "require": { |
||
3066 | "php": ">=5.3.3", |
||
3067 | "sebastian/recursion-context": "~1.0" |
||
3068 | }, |
||
3069 | "require-dev": { |
||
3070 | "ext-mbstring": "*", |
||
3071 | "phpunit/phpunit": "~4.4" |
||
3072 | }, |
||
3073 | "type": "library", |
||
3074 | "extra": { |
||
3075 | "branch-alias": { |
||
3076 | "dev-master": "1.3.x-dev" |
||
3077 | } |
||
3078 | }, |
||
3079 | "autoload": { |
||
3080 | "classmap": [ |
||
3081 | "src/" |
||
3082 | ] |
||
3083 | }, |
||
3084 | "notification-url": "https://packagist.org/downloads/", |
||
3085 | "license": [ |
||
3086 | "BSD-3-Clause" |
||
3087 | ], |
||
3088 | "authors": [ |
||
3089 | { |
||
3090 | "name": "Jeff Welch", |
||
3091 | "email": "[email protected]" |
||
3092 | }, |
||
3093 | { |
||
3094 | "name": "Volker Dusch", |
||
3095 | "email": "[email protected]" |
||
3096 | }, |
||
3097 | { |
||
3098 | "name": "Bernhard Schussek", |
||
3099 | "email": "[email protected]" |
||
3100 | }, |
||
3101 | { |
||
3102 | "name": "Sebastian Bergmann", |
||
3103 | "email": "[email protected]" |
||
3104 | }, |
||
3105 | { |
||
3106 | "name": "Adam Harvey", |
||
3107 | "email": "[email protected]" |
||
3108 | } |
||
3109 | ], |
||
3110 | "description": "Provides the functionality to export PHP variables for visualization", |
||
3111 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
3112 | "keywords": [ |
||
3113 | "export", |
||
3114 | "exporter" |
||
3115 | ], |
||
3116 | "time": "2016-06-17 09:04:28" |
||
3117 | }, |
||
3118 | { |
||
3119 | "name": "sebastian/global-state", |
||
3120 | "version": "1.1.1", |
||
3121 | "source": { |
||
3122 | "type": "git", |
||
3123 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
3124 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
3125 | }, |
||
3126 | "dist": { |
||
3127 | "type": "zip", |
||
3128 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
3129 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
3130 | "shasum": "" |
||
3131 | }, |
||
3132 | "require": { |
||
3133 | "php": ">=5.3.3" |
||
3134 | }, |
||
3135 | "require-dev": { |
||
3136 | "phpunit/phpunit": "~4.2" |
||
3137 | }, |
||
3138 | "suggest": { |
||
3139 | "ext-uopz": "*" |
||
3140 | }, |
||
3141 | "type": "library", |
||
3142 | "extra": { |
||
3143 | "branch-alias": { |
||
3144 | "dev-master": "1.0-dev" |
||
3145 | } |
||
3146 | }, |
||
3147 | "autoload": { |
||
3148 | "classmap": [ |
||
3149 | "src/" |
||
3150 | ] |
||
3151 | }, |
||
3152 | "notification-url": "https://packagist.org/downloads/", |
||
3153 | "license": [ |
||
3154 | "BSD-3-Clause" |
||
3155 | ], |
||
3156 | "authors": [ |
||
3157 | { |
||
3158 | "name": "Sebastian Bergmann", |
||
3159 | "email": "[email protected]" |
||
3160 | } |
||
3161 | ], |
||
3162 | "description": "Snapshotting of global state", |
||
3163 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
3164 | "keywords": [ |
||
3165 | "global state" |
||
3166 | ], |
||
3167 | "time": "2015-10-12 03:26:01" |
||
3168 | }, |
||
3169 | { |
||
3170 | "name": "sebastian/recursion-context", |
||
3171 | "version": "dev-master", |
||
3172 | "source": { |
||
3173 | "type": "git", |
||
3174 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
3175 | "reference": "7ff5b1b3dcc55b8ab8ae61ef99d4730940856ee7" |
||
3176 | }, |
||
3177 | "dist": { |
||
3178 | "type": "zip", |
||
3179 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/7ff5b1b3dcc55b8ab8ae61ef99d4730940856ee7", |
||
3180 | "reference": "7ff5b1b3dcc55b8ab8ae61ef99d4730940856ee7", |
||
3181 | "shasum": "" |
||
3182 | }, |
||
3183 | "require": { |
||
3184 | "php": ">=5.3.3" |
||
3185 | }, |
||
3186 | "require-dev": { |
||
3187 | "phpunit/phpunit": "~4.4" |
||
3188 | }, |
||
3189 | "type": "library", |
||
3190 | "extra": { |
||
3191 | "branch-alias": { |
||
3192 | "dev-master": "1.0.x-dev" |
||
3193 | } |
||
3194 | }, |
||
3195 | "autoload": { |
||
3196 | "classmap": [ |
||
3197 | "src/" |
||
3198 | ] |
||
3199 | }, |
||
3200 | "notification-url": "https://packagist.org/downloads/", |
||
3201 | "license": [ |
||
3202 | "BSD-3-Clause" |
||
3203 | ], |
||
3204 | "authors": [ |
||
3205 | { |
||
3206 | "name": "Jeff Welch", |
||
3207 | "email": "[email protected]" |
||
3208 | }, |
||
3209 | { |
||
3210 | "name": "Sebastian Bergmann", |
||
3211 | "email": "[email protected]" |
||
3212 | }, |
||
3213 | { |
||
3214 | "name": "Adam Harvey", |
||
3215 | "email": "[email protected]" |
||
3216 | } |
||
3217 | ], |
||
3218 | "description": "Provides functionality to recursively process PHP variables", |
||
3219 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
3220 | "time": "2016-01-28 05:39:29" |
||
3221 | }, |
||
3222 | { |
||
3223 | "name": "sebastian/version", |
||
3224 | "version": "1.0.6", |
||
3225 | "source": { |
||
3226 | "type": "git", |
||
3227 | "url": "https://github.com/sebastianbergmann/version.git", |
||
3228 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" |
||
3229 | }, |
||
3230 | "dist": { |
||
3231 | "type": "zip", |
||
3232 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
3233 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
3234 | "shasum": "" |
||
3235 | }, |
||
3236 | "type": "library", |
||
3237 | "autoload": { |
||
3238 | "classmap": [ |
||
3239 | "src/" |
||
3240 | ] |
||
3241 | }, |
||
3242 | "notification-url": "https://packagist.org/downloads/", |
||
3243 | "license": [ |
||
3244 | "BSD-3-Clause" |
||
3245 | ], |
||
3246 | "authors": [ |
||
3247 | { |
||
3248 | "name": "Sebastian Bergmann", |
||
3249 | "email": "[email protected]", |
||
3250 | "role": "lead" |
||
3251 | } |
||
3252 | ], |
||
3253 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
3254 | "homepage": "https://github.com/sebastianbergmann/version", |
||
3255 | "time": "2015-06-21 13:59:46" |
||
3256 | }, |
||
3257 | { |
||
3258 | "name": "symfony/yaml", |
||
3259 | "version": "dev-master", |
||
3260 | "source": { |
||
3261 | "type": "git", |
||
3262 | "url": "https://github.com/symfony/yaml.git", |
||
3263 | "reference": "80944546b4014ce240dbeafabc2a3aec9e4794e1" |
||
3264 | }, |
||
3265 | "dist": { |
||
3266 | "type": "zip", |
||
3267 | "url": "https://api.github.com/repos/symfony/yaml/zipball/80944546b4014ce240dbeafabc2a3aec9e4794e1", |
||
3268 | "reference": "80944546b4014ce240dbeafabc2a3aec9e4794e1", |
||
3269 | "shasum": "" |
||
3270 | }, |
||
3271 | "require": { |
||
3272 | "php": ">=5.5.9" |
||
3273 | }, |
||
3274 | "require-dev": { |
||
3275 | "symfony/console": "~2.8|~3.0" |
||
3276 | }, |
||
3277 | "suggest": { |
||
3278 | "symfony/console": "For validating YAML files using the lint command" |
||
3279 | }, |
||
3280 | "type": "library", |
||
3281 | "extra": { |
||
3282 | "branch-alias": { |
||
3283 | "dev-master": "3.2-dev" |
||
3284 | } |
||
3285 | }, |
||
3286 | "autoload": { |
||
3287 | "psr-4": { |
||
3288 | "Symfony\\Component\\Yaml\\": "" |
||
3289 | }, |
||
3290 | "exclude-from-classmap": [ |
||
3291 | "/Tests/" |
||
3292 | ] |
||
3293 | }, |
||
3294 | "notification-url": "https://packagist.org/downloads/", |
||
3295 | "license": [ |
||
3296 | "MIT" |
||
3297 | ], |
||
3298 | "authors": [ |
||
3299 | { |
||
3300 | "name": "Fabien Potencier", |
||
3301 | "email": "[email protected]" |
||
3302 | }, |
||
3303 | { |
||
3304 | "name": "Symfony Community", |
||
3305 | "homepage": "https://symfony.com/contributors" |
||
3306 | } |
||
3307 | ], |
||
3308 | "description": "Symfony Yaml Component", |
||
3309 | "homepage": "https://symfony.com", |
||
3310 | "time": "2016-08-09 13:44:53" |
||
3311 | }, |
||
3312 | { |
||
3313 | "name": "webmozart/assert", |
||
3314 | "version": "dev-master", |
||
3315 | "source": { |
||
3316 | "type": "git", |
||
3317 | "url": "https://github.com/webmozart/assert.git", |
||
3318 | "reference": "61e225b1e1084b7a0e5a51ad8eafd4c0bf16307a" |
||
3319 | }, |
||
3320 | "dist": { |
||
3321 | "type": "zip", |
||
3322 | "url": "https://api.github.com/repos/webmozart/assert/zipball/61e225b1e1084b7a0e5a51ad8eafd4c0bf16307a", |
||
3323 | "reference": "61e225b1e1084b7a0e5a51ad8eafd4c0bf16307a", |
||
3324 | "shasum": "" |
||
3325 | }, |
||
3326 | "require": { |
||
3327 | "php": "^5.3.3|^7.0" |
||
3328 | }, |
||
3329 | "require-dev": { |
||
3330 | "phpunit/phpunit": "^4.6", |
||
3331 | "sebastian/version": "^1.0.1" |
||
3332 | }, |
||
3333 | "type": "library", |
||
3334 | "extra": { |
||
3335 | "branch-alias": { |
||
3336 | "dev-master": "1.2-dev" |
||
3337 | } |
||
3338 | }, |
||
3339 | "autoload": { |
||
3340 | "psr-4": { |
||
3341 | "Webmozart\\Assert\\": "src/" |
||
3342 | } |
||
3343 | }, |
||
3344 | "notification-url": "https://packagist.org/downloads/", |
||
3345 | "license": [ |
||
3346 | "MIT" |
||
3347 | ], |
||
3348 | "authors": [ |
||
3349 | { |
||
3350 | "name": "Bernhard Schussek", |
||
3351 | "email": "[email protected]" |
||
3352 | } |
||
3353 | ], |
||
3354 | "description": "Assertions to validate method input/output with nice error messages.", |
||
3355 | "keywords": [ |
||
3356 | "assert", |
||
3357 | "check", |
||
3358 | "validate" |
||
3359 | ], |
||
3360 | "time": "2016-08-11 10:52:21" |
||
3361 | } |
||
3362 | ], |
||
3363 | "aliases": [], |
||
3364 | "minimum-stability": "dev", |
||
3365 | "stability-flags": [], |
||
3366 | "prefer-stable": false, |
||
3367 | "prefer-lowest": false, |
||
3368 | "platform": [], |
||
3369 | "platform-dev": [] |
||
3370 | } |
||
3371 |