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": "d74da4eef52cbb321e864aa55cd49928", |
||
8 | "content-hash": "0b00d633acaa876085159fcb2b1fa7ed", |
||
9 | "packages": [ |
||
10 | { |
||
11 | "name": "classpreloader/classpreloader", |
||
12 | "version": "3.1.0", |
||
13 | "source": { |
||
14 | "type": "git", |
||
15 | "url": "https://github.com/ClassPreloader/ClassPreloader.git", |
||
16 | "reference": "bc7206aa892b5a33f4680421b69b191efd32b096" |
||
17 | }, |
||
18 | "dist": { |
||
19 | "type": "zip", |
||
20 | "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/bc7206aa892b5a33f4680421b69b191efd32b096", |
||
21 | "reference": "bc7206aa892b5a33f4680421b69b191efd32b096", |
||
22 | "shasum": "" |
||
23 | }, |
||
24 | "require": { |
||
25 | "nikic/php-parser": "^1.0|^2.0|^3.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.1-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-09-16 12:50:15" |
||
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": "v1.1.0", |
||
100 | "source": { |
||
101 | "type": "git", |
||
102 | "url": "https://github.com/doctrine/inflector.git", |
||
103 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
104 | }, |
||
105 | "dist": { |
||
106 | "type": "zip", |
||
107 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
108 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
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": "2015-11-06 14:35:42" |
||
163 | }, |
||
164 | { |
||
165 | "name": "guzzlehttp/guzzle", |
||
166 | "version": "6.2.2", |
||
167 | "source": { |
||
168 | "type": "git", |
||
169 | "url": "https://github.com/guzzle/guzzle.git", |
||
170 | "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60" |
||
171 | }, |
||
172 | "dist": { |
||
173 | "type": "zip", |
||
174 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60", |
||
175 | "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60", |
||
176 | "shasum": "" |
||
177 | }, |
||
178 | "require": { |
||
179 | "guzzlehttp/promises": "^1.0", |
||
180 | "guzzlehttp/psr7": "^1.3.1", |
||
181 | "php": ">=5.5" |
||
182 | }, |
||
183 | "require-dev": { |
||
184 | "ext-curl": "*", |
||
185 | "phpunit/phpunit": "^4.0", |
||
186 | "psr/log": "^1.0" |
||
187 | }, |
||
188 | "type": "library", |
||
189 | "extra": { |
||
190 | "branch-alias": { |
||
191 | "dev-master": "6.2-dev" |
||
192 | } |
||
193 | }, |
||
194 | "autoload": { |
||
195 | "files": [ |
||
196 | "src/functions_include.php" |
||
197 | ], |
||
198 | "psr-4": { |
||
199 | "GuzzleHttp\\": "src/" |
||
200 | } |
||
201 | }, |
||
202 | "notification-url": "https://packagist.org/downloads/", |
||
203 | "license": [ |
||
204 | "MIT" |
||
205 | ], |
||
206 | "authors": [ |
||
207 | { |
||
208 | "name": "Michael Dowling", |
||
209 | "email": "[email protected]", |
||
210 | "homepage": "https://github.com/mtdowling" |
||
211 | } |
||
212 | ], |
||
213 | "description": "Guzzle is a PHP HTTP client library", |
||
214 | "homepage": "http://guzzlephp.org/", |
||
215 | "keywords": [ |
||
216 | "client", |
||
217 | "curl", |
||
218 | "framework", |
||
219 | "http", |
||
220 | "http client", |
||
221 | "rest", |
||
222 | "web service" |
||
223 | ], |
||
224 | "time": "2016-10-08 15:01:37" |
||
225 | }, |
||
226 | { |
||
227 | "name": "guzzlehttp/promises", |
||
228 | "version": "v1.3.1", |
||
229 | "source": { |
||
230 | "type": "git", |
||
231 | "url": "https://github.com/guzzle/promises.git", |
||
232 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
233 | }, |
||
234 | "dist": { |
||
235 | "type": "zip", |
||
236 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
237 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
238 | "shasum": "" |
||
239 | }, |
||
240 | "require": { |
||
241 | "php": ">=5.5.0" |
||
242 | }, |
||
243 | "require-dev": { |
||
244 | "phpunit/phpunit": "^4.0" |
||
245 | }, |
||
246 | "type": "library", |
||
247 | "extra": { |
||
248 | "branch-alias": { |
||
249 | "dev-master": "1.4-dev" |
||
250 | } |
||
251 | }, |
||
252 | "autoload": { |
||
253 | "psr-4": { |
||
254 | "GuzzleHttp\\Promise\\": "src/" |
||
255 | }, |
||
256 | "files": [ |
||
257 | "src/functions_include.php" |
||
258 | ] |
||
259 | }, |
||
260 | "notification-url": "https://packagist.org/downloads/", |
||
261 | "license": [ |
||
262 | "MIT" |
||
263 | ], |
||
264 | "authors": [ |
||
265 | { |
||
266 | "name": "Michael Dowling", |
||
267 | "email": "[email protected]", |
||
268 | "homepage": "https://github.com/mtdowling" |
||
269 | } |
||
270 | ], |
||
271 | "description": "Guzzle promises library", |
||
272 | "keywords": [ |
||
273 | "promise" |
||
274 | ], |
||
275 | "time": "2016-12-20 10:07:11" |
||
276 | }, |
||
277 | { |
||
278 | "name": "guzzlehttp/psr7", |
||
279 | "version": "1.3.1", |
||
280 | "source": { |
||
281 | "type": "git", |
||
282 | "url": "https://github.com/guzzle/psr7.git", |
||
283 | "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" |
||
284 | }, |
||
285 | "dist": { |
||
286 | "type": "zip", |
||
287 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", |
||
288 | "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", |
||
289 | "shasum": "" |
||
290 | }, |
||
291 | "require": { |
||
292 | "php": ">=5.4.0", |
||
293 | "psr/http-message": "~1.0" |
||
294 | }, |
||
295 | "provide": { |
||
296 | "psr/http-message-implementation": "1.0" |
||
297 | }, |
||
298 | "require-dev": { |
||
299 | "phpunit/phpunit": "~4.0" |
||
300 | }, |
||
301 | "type": "library", |
||
302 | "extra": { |
||
303 | "branch-alias": { |
||
304 | "dev-master": "1.4-dev" |
||
305 | } |
||
306 | }, |
||
307 | "autoload": { |
||
308 | "psr-4": { |
||
309 | "GuzzleHttp\\Psr7\\": "src/" |
||
310 | }, |
||
311 | "files": [ |
||
312 | "src/functions_include.php" |
||
313 | ] |
||
314 | }, |
||
315 | "notification-url": "https://packagist.org/downloads/", |
||
316 | "license": [ |
||
317 | "MIT" |
||
318 | ], |
||
319 | "authors": [ |
||
320 | { |
||
321 | "name": "Michael Dowling", |
||
322 | "email": "[email protected]", |
||
323 | "homepage": "https://github.com/mtdowling" |
||
324 | } |
||
325 | ], |
||
326 | "description": "PSR-7 message implementation", |
||
327 | "keywords": [ |
||
328 | "http", |
||
329 | "message", |
||
330 | "stream", |
||
331 | "uri" |
||
332 | ], |
||
333 | "time": "2016-06-24 23:00:38" |
||
334 | }, |
||
335 | { |
||
336 | "name": "jakub-onderka/php-console-color", |
||
337 | "version": "0.1", |
||
338 | "source": { |
||
339 | "type": "git", |
||
340 | "url": "https://github.com/JakubOnderka/PHP-Console-Color.git", |
||
341 | "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1" |
||
342 | }, |
||
343 | "dist": { |
||
344 | "type": "zip", |
||
345 | "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1", |
||
346 | "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1", |
||
347 | "shasum": "" |
||
348 | }, |
||
349 | "require": { |
||
350 | "php": ">=5.3.2" |
||
351 | }, |
||
352 | "require-dev": { |
||
353 | "jakub-onderka/php-code-style": "1.0", |
||
354 | "jakub-onderka/php-parallel-lint": "0.*", |
||
355 | "jakub-onderka/php-var-dump-check": "0.*", |
||
356 | "phpunit/phpunit": "3.7.*", |
||
357 | "squizlabs/php_codesniffer": "1.*" |
||
358 | }, |
||
359 | "type": "library", |
||
360 | "autoload": { |
||
361 | "psr-0": { |
||
362 | "JakubOnderka\\PhpConsoleColor": "src/" |
||
363 | } |
||
364 | }, |
||
365 | "notification-url": "https://packagist.org/downloads/", |
||
366 | "license": [ |
||
367 | "BSD-2-Clause" |
||
368 | ], |
||
369 | "authors": [ |
||
370 | { |
||
371 | "name": "Jakub Onderka", |
||
372 | "email": "[email protected]", |
||
373 | "homepage": "http://www.acci.cz" |
||
374 | } |
||
375 | ], |
||
376 | "time": "2014-04-08 15:00:19" |
||
377 | }, |
||
378 | { |
||
379 | "name": "jakub-onderka/php-console-highlighter", |
||
380 | "version": "v0.3.2", |
||
381 | "source": { |
||
382 | "type": "git", |
||
383 | "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", |
||
384 | "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5" |
||
385 | }, |
||
386 | "dist": { |
||
387 | "type": "zip", |
||
388 | "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
||
389 | "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
||
390 | "shasum": "" |
||
391 | }, |
||
392 | "require": { |
||
393 | "jakub-onderka/php-console-color": "~0.1", |
||
394 | "php": ">=5.3.0" |
||
395 | }, |
||
396 | "require-dev": { |
||
397 | "jakub-onderka/php-code-style": "~1.0", |
||
398 | "jakub-onderka/php-parallel-lint": "~0.5", |
||
399 | "jakub-onderka/php-var-dump-check": "~0.1", |
||
400 | "phpunit/phpunit": "~4.0", |
||
401 | "squizlabs/php_codesniffer": "~1.5" |
||
402 | }, |
||
403 | "type": "library", |
||
404 | "autoload": { |
||
405 | "psr-0": { |
||
406 | "JakubOnderka\\PhpConsoleHighlighter": "src/" |
||
407 | } |
||
408 | }, |
||
409 | "notification-url": "https://packagist.org/downloads/", |
||
410 | "license": [ |
||
411 | "MIT" |
||
412 | ], |
||
413 | "authors": [ |
||
414 | { |
||
415 | "name": "Jakub Onderka", |
||
416 | "email": "[email protected]", |
||
417 | "homepage": "http://www.acci.cz/" |
||
418 | } |
||
419 | ], |
||
420 | "time": "2015-04-20 18:58:01" |
||
421 | }, |
||
422 | { |
||
423 | "name": "jeremeamia/SuperClosure", |
||
424 | "version": "2.3.0", |
||
425 | "source": { |
||
426 | "type": "git", |
||
427 | "url": "https://github.com/jeremeamia/super_closure.git", |
||
428 | "reference": "443c3df3207f176a1b41576ee2a66968a507b3db" |
||
429 | }, |
||
430 | "dist": { |
||
431 | "type": "zip", |
||
432 | "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/443c3df3207f176a1b41576ee2a66968a507b3db", |
||
433 | "reference": "443c3df3207f176a1b41576ee2a66968a507b3db", |
||
434 | "shasum": "" |
||
435 | }, |
||
436 | "require": { |
||
437 | "nikic/php-parser": "^1.2|^2.0|^3.0", |
||
438 | "php": ">=5.4", |
||
439 | "symfony/polyfill-php56": "^1.0" |
||
440 | }, |
||
441 | "require-dev": { |
||
442 | "phpunit/phpunit": "^4.0|^5.0" |
||
443 | }, |
||
444 | "type": "library", |
||
445 | "extra": { |
||
446 | "branch-alias": { |
||
447 | "dev-master": "2.3-dev" |
||
448 | } |
||
449 | }, |
||
450 | "autoload": { |
||
451 | "psr-4": { |
||
452 | "SuperClosure\\": "src/" |
||
453 | } |
||
454 | }, |
||
455 | "notification-url": "https://packagist.org/downloads/", |
||
456 | "license": [ |
||
457 | "MIT" |
||
458 | ], |
||
459 | "authors": [ |
||
460 | { |
||
461 | "name": "Jeremy Lindblom", |
||
462 | "email": "[email protected]", |
||
463 | "homepage": "https://github.com/jeremeamia", |
||
464 | "role": "Developer" |
||
465 | } |
||
466 | ], |
||
467 | "description": "Serialize Closure objects, including their context and binding", |
||
468 | "homepage": "https://github.com/jeremeamia/super_closure", |
||
469 | "keywords": [ |
||
470 | "closure", |
||
471 | "function", |
||
472 | "lambda", |
||
473 | "parser", |
||
474 | "serializable", |
||
475 | "serialize", |
||
476 | "tokenizer" |
||
477 | ], |
||
478 | "time": "2016-12-07 09:37:55" |
||
479 | }, |
||
480 | { |
||
481 | "name": "jobapis/jobs-careerbuilder", |
||
482 | "version": "2.0.3", |
||
483 | "source": { |
||
484 | "type": "git", |
||
485 | "url": "https://github.com/jobapis/jobs-careerbuilder.git", |
||
486 | "reference": "42f69648afdc7f54ed771d641d58ff101997c09e" |
||
487 | }, |
||
488 | "dist": { |
||
489 | "type": "zip", |
||
490 | "url": "https://api.github.com/repos/jobapis/jobs-careerbuilder/zipball/42f69648afdc7f54ed771d641d58ff101997c09e", |
||
491 | "reference": "42f69648afdc7f54ed771d641d58ff101997c09e", |
||
492 | "shasum": "" |
||
493 | }, |
||
494 | "require": { |
||
495 | "jobapis/jobs-common": "^2.0.2", |
||
496 | "php": ">=5.5.0" |
||
497 | }, |
||
498 | "require-dev": { |
||
499 | "mockery/mockery": ">=0.9.4", |
||
500 | "phpunit/php-code-coverage": "~2.0", |
||
501 | "phpunit/phpunit": ">=4.6", |
||
502 | "squizlabs/php_codesniffer": "~2.0" |
||
503 | }, |
||
504 | "type": "library", |
||
505 | "autoload": { |
||
506 | "psr-4": { |
||
507 | "JobApis\\Jobs\\Client\\": "src/" |
||
508 | } |
||
509 | }, |
||
510 | "notification-url": "https://packagist.org/downloads/", |
||
511 | "license": [ |
||
512 | "Apache-2.0" |
||
513 | ], |
||
514 | "authors": [ |
||
515 | { |
||
516 | "name": "Steven Maguire", |
||
517 | "email": "[email protected]", |
||
518 | "homepage": "https://github.com/stevenmaguire" |
||
519 | }, |
||
520 | { |
||
521 | "name": "Karl Hughes", |
||
522 | "email": "[email protected]", |
||
523 | "homepage": "https://github.com/karllhughes" |
||
524 | } |
||
525 | ], |
||
526 | "description": "Making it simple to integrate your application with Careerbuilder Jobs API.", |
||
527 | "homepage": "https://github.com/jobapis/jobs-careerbuilder", |
||
528 | "keywords": [ |
||
529 | "api client", |
||
530 | "careerbuilder", |
||
531 | "jobs", |
||
532 | "object" |
||
533 | ], |
||
534 | "time": "2016-11-01 20:40:15" |
||
535 | }, |
||
536 | { |
||
537 | "name": "jobapis/jobs-careercast", |
||
538 | "version": "1.0.1", |
||
539 | "source": { |
||
540 | "type": "git", |
||
541 | "url": "https://github.com/jobapis/jobs-careercast.git", |
||
542 | "reference": "a1ea25018fbfaa73f80578e61f85c039fa4681a4" |
||
543 | }, |
||
544 | "dist": { |
||
545 | "type": "zip", |
||
546 | "url": "https://api.github.com/repos/jobapis/jobs-careercast/zipball/a1ea25018fbfaa73f80578e61f85c039fa4681a4", |
||
547 | "reference": "a1ea25018fbfaa73f80578e61f85c039fa4681a4", |
||
548 | "shasum": "" |
||
549 | }, |
||
550 | "require": { |
||
551 | "jobapis/jobs-common": "^2.0.0", |
||
552 | "php": ">=5.5.0" |
||
553 | }, |
||
554 | "require-dev": { |
||
555 | "mockery/mockery": ">=0.9.4", |
||
556 | "phpunit/php-code-coverage": "~2.0", |
||
557 | "phpunit/phpunit": ">=4.6", |
||
558 | "squizlabs/php_codesniffer": "~2.0" |
||
559 | }, |
||
560 | "type": "library", |
||
561 | "autoload": { |
||
562 | "psr-4": { |
||
563 | "JobApis\\Jobs\\Client\\": "src/" |
||
564 | } |
||
565 | }, |
||
566 | "notification-url": "https://packagist.org/downloads/", |
||
567 | "license": [ |
||
568 | "Apache-2.0" |
||
569 | ], |
||
570 | "authors": [ |
||
571 | { |
||
572 | "name": "Karl Hughes", |
||
573 | "email": "[email protected]", |
||
574 | "homepage": "https://github.com/karllhughes" |
||
575 | } |
||
576 | ], |
||
577 | "description": "Making it simple to integrate your application with Careercast's Jobs RSS feed.", |
||
578 | "homepage": "https://github.com/JobBrander/jobs-careercast", |
||
579 | "keywords": [ |
||
580 | "api client", |
||
581 | "careercast", |
||
582 | "jobs", |
||
583 | "object", |
||
584 | "rss client" |
||
585 | ], |
||
586 | "time": "2016-10-07 00:00:25" |
||
587 | }, |
||
588 | { |
||
589 | "name": "jobapis/jobs-careerjet", |
||
590 | "version": "0.1.0", |
||
591 | "source": { |
||
592 | "type": "git", |
||
593 | "url": "https://github.com/jobapis/jobs-careerjet.git", |
||
594 | "reference": "2914987c021dc96c64ec29320b07c3fd9a2f45f4" |
||
595 | }, |
||
596 | "dist": { |
||
597 | "type": "zip", |
||
598 | "url": "https://api.github.com/repos/jobapis/jobs-careerjet/zipball/2914987c021dc96c64ec29320b07c3fd9a2f45f4", |
||
599 | "reference": "2914987c021dc96c64ec29320b07c3fd9a2f45f4", |
||
600 | "shasum": "" |
||
601 | }, |
||
602 | "require": { |
||
603 | "jobapis/jobs-common": "^2.0.0", |
||
604 | "php": ">=5.5.0" |
||
605 | }, |
||
606 | "require-dev": { |
||
607 | "mockery/mockery": ">=0.9.4", |
||
608 | "phpunit/php-code-coverage": "~2.0", |
||
609 | "phpunit/phpunit": ">=4.6", |
||
610 | "squizlabs/php_codesniffer": "~2.0" |
||
611 | }, |
||
612 | "type": "library", |
||
613 | "autoload": { |
||
614 | "psr-4": { |
||
615 | "JobApis\\Jobs\\Client\\": "src/" |
||
616 | } |
||
617 | }, |
||
618 | "notification-url": "https://packagist.org/downloads/", |
||
619 | "license": [ |
||
620 | "Apache-2.0" |
||
621 | ], |
||
622 | "authors": [ |
||
623 | { |
||
624 | "name": "Karl Hughes", |
||
625 | "email": "[email protected]", |
||
626 | "homepage": "https://github.com/karllhughes" |
||
627 | } |
||
628 | ], |
||
629 | "description": "Making it simple to integrate your application with the Careerjet Jobs API.", |
||
630 | "homepage": "https://github.com/jobapis/jobs-careerjet", |
||
631 | "keywords": [ |
||
632 | "api client", |
||
633 | "careerjet", |
||
634 | "jobs", |
||
635 | "object" |
||
636 | ], |
||
637 | "time": "2016-11-09 23:26:17" |
||
638 | }, |
||
639 | { |
||
640 | "name": "jobapis/jobs-common", |
||
641 | "version": "2.1.1", |
||
642 | "source": { |
||
643 | "type": "git", |
||
644 | "url": "https://github.com/jobapis/jobs-common.git", |
||
645 | "reference": "1f4e1a2ce9db5de9e91bfba70b7d84f2ca4e6519" |
||
646 | }, |
||
647 | "dist": { |
||
648 | "type": "zip", |
||
649 | "url": "https://api.github.com/repos/jobapis/jobs-common/zipball/1f4e1a2ce9db5de9e91bfba70b7d84f2ca4e6519", |
||
650 | "reference": "1f4e1a2ce9db5de9e91bfba70b7d84f2ca4e6519", |
||
651 | "shasum": "" |
||
652 | }, |
||
653 | "require": { |
||
654 | "guzzlehttp/guzzle": "~6.0", |
||
655 | "php": ">=5.5.0" |
||
656 | }, |
||
657 | "require-dev": { |
||
658 | "dunglas/php-schema": "0.4.*", |
||
659 | "mockery/mockery": ">=0.9.4", |
||
660 | "phpunit/php-code-coverage": "~2.0", |
||
661 | "phpunit/phpunit": ">=4.6", |
||
662 | "squizlabs/php_codesniffer": "~2.0" |
||
663 | }, |
||
664 | "type": "library", |
||
665 | "autoload": { |
||
666 | "psr-4": { |
||
667 | "JobApis\\Jobs\\Client\\": "src/" |
||
668 | } |
||
669 | }, |
||
670 | "notification-url": "https://packagist.org/downloads/", |
||
671 | "license": [ |
||
672 | "Apache-2.0" |
||
673 | ], |
||
674 | "authors": [ |
||
675 | { |
||
676 | "name": "Steven Maguire", |
||
677 | "email": "[email protected]", |
||
678 | "homepage": "https://github.com/stevenmaguire" |
||
679 | }, |
||
680 | { |
||
681 | "name": "Karl Hughes", |
||
682 | "email": "[email protected]", |
||
683 | "homepage": "http://www.karllhughes.com" |
||
684 | } |
||
685 | ], |
||
686 | "description": "Making it simple to integrate your application with job api providers.", |
||
687 | "homepage": "http://jobapis.com", |
||
688 | "keywords": [ |
||
689 | "api client", |
||
690 | "job boards", |
||
691 | "jobs", |
||
692 | "object" |
||
693 | ], |
||
694 | "time": "2016-12-23 20:21:21" |
||
695 | }, |
||
696 | { |
||
697 | "name": "jobapis/jobs-dice", |
||
698 | "version": "1.0.1", |
||
699 | "source": { |
||
700 | "type": "git", |
||
701 | "url": "https://github.com/jobapis/jobs-dice.git", |
||
702 | "reference": "b58cdda8a5e78f431d129450114add6988fcb5fa" |
||
703 | }, |
||
704 | "dist": { |
||
705 | "type": "zip", |
||
706 | "url": "https://api.github.com/repos/jobapis/jobs-dice/zipball/b58cdda8a5e78f431d129450114add6988fcb5fa", |
||
707 | "reference": "b58cdda8a5e78f431d129450114add6988fcb5fa", |
||
708 | "shasum": "" |
||
709 | }, |
||
710 | "require": { |
||
711 | "jobapis/jobs-common": "^2.0.0", |
||
712 | "php": ">=5.5.0" |
||
713 | }, |
||
714 | "require-dev": { |
||
715 | "mockery/mockery": ">=0.9.4", |
||
716 | "phpunit/php-code-coverage": "~2.0", |
||
717 | "phpunit/phpunit": ">=4.6", |
||
718 | "squizlabs/php_codesniffer": "~2.0" |
||
719 | }, |
||
720 | "type": "library", |
||
721 | "autoload": { |
||
722 | "psr-4": { |
||
723 | "JobApis\\Jobs\\Client\\": "src/" |
||
724 | } |
||
725 | }, |
||
726 | "notification-url": "https://packagist.org/downloads/", |
||
727 | "license": [ |
||
728 | "Apache-2.0" |
||
729 | ], |
||
730 | "authors": [ |
||
731 | { |
||
732 | "name": "Steven Maguire", |
||
733 | "email": "[email protected]", |
||
734 | "homepage": "https://github.com/stevenmaguire" |
||
735 | }, |
||
736 | { |
||
737 | "name": "Karl Hughes", |
||
738 | "email": "[email protected]", |
||
739 | "homepage": "https://github.com/karllhughes" |
||
740 | } |
||
741 | ], |
||
742 | "description": "Making it simple to integrate your application with Dice Jobs API.", |
||
743 | "homepage": "https://github.com/JobBrander/jobs-dice", |
||
744 | "keywords": [ |
||
745 | "api client", |
||
746 | "dice", |
||
747 | "jobs", |
||
748 | "object" |
||
749 | ], |
||
750 | "time": "2016-09-08 00:54:18" |
||
751 | }, |
||
752 | { |
||
753 | "name": "jobapis/jobs-github", |
||
754 | "version": "1.0.0", |
||
755 | "source": { |
||
756 | "type": "git", |
||
757 | "url": "https://github.com/jobapis/jobs-github.git", |
||
758 | "reference": "1461e7862864b0d38bf0005ff13782c5f9fd965c" |
||
759 | }, |
||
760 | "dist": { |
||
761 | "type": "zip", |
||
762 | "url": "https://api.github.com/repos/jobapis/jobs-github/zipball/1461e7862864b0d38bf0005ff13782c5f9fd965c", |
||
763 | "reference": "1461e7862864b0d38bf0005ff13782c5f9fd965c", |
||
764 | "shasum": "" |
||
765 | }, |
||
766 | "require": { |
||
767 | "jobapis/jobs-common": "^2.0.0", |
||
768 | "php": ">=5.5.0" |
||
769 | }, |
||
770 | "require-dev": { |
||
771 | "mockery/mockery": ">=0.9.4", |
||
772 | "phpunit/php-code-coverage": "~2.0", |
||
773 | "phpunit/phpunit": ">=4.6", |
||
774 | "squizlabs/php_codesniffer": "~2.0" |
||
775 | }, |
||
776 | "type": "library", |
||
777 | "autoload": { |
||
778 | "psr-4": { |
||
779 | "JobApis\\Jobs\\Client\\": "src/" |
||
780 | } |
||
781 | }, |
||
782 | "notification-url": "https://packagist.org/downloads/", |
||
783 | "license": [ |
||
784 | "Apache-2.0" |
||
785 | ], |
||
786 | "authors": [ |
||
787 | { |
||
788 | "name": "Steven Maguire", |
||
789 | "email": "[email protected]", |
||
790 | "homepage": "https://github.com/stevenmaguire" |
||
791 | }, |
||
792 | { |
||
793 | "name": "Karl Hughes", |
||
794 | "email": "[email protected]", |
||
795 | "homepage": "https://github.com/karllhughes" |
||
796 | } |
||
797 | ], |
||
798 | "description": "Making it simple to integrate your application with Github Jobs API.", |
||
799 | "homepage": "https://github.com/JobBrander/jobs-github", |
||
800 | "keywords": [ |
||
801 | "api client", |
||
802 | "github", |
||
803 | "jobs", |
||
804 | "object" |
||
805 | ], |
||
806 | "time": "2016-09-08 01:47:54" |
||
807 | }, |
||
808 | { |
||
809 | "name": "jobapis/jobs-govt", |
||
810 | "version": "1.0.0", |
||
811 | "source": { |
||
812 | "type": "git", |
||
813 | "url": "https://github.com/jobapis/jobs-govt.git", |
||
814 | "reference": "9293603ccd65f5ade3d3ddd62c4a376ed557b90b" |
||
815 | }, |
||
816 | "dist": { |
||
817 | "type": "zip", |
||
818 | "url": "https://api.github.com/repos/jobapis/jobs-govt/zipball/9293603ccd65f5ade3d3ddd62c4a376ed557b90b", |
||
819 | "reference": "9293603ccd65f5ade3d3ddd62c4a376ed557b90b", |
||
820 | "shasum": "" |
||
821 | }, |
||
822 | "require": { |
||
823 | "jobapis/jobs-common": "^2.0.0", |
||
824 | "php": ">=5.5.0" |
||
825 | }, |
||
826 | "require-dev": { |
||
827 | "mockery/mockery": ">=0.9.4", |
||
828 | "phpunit/php-code-coverage": "~2.0", |
||
829 | "phpunit/phpunit": ">=4.6", |
||
830 | "squizlabs/php_codesniffer": "~2.0" |
||
831 | }, |
||
832 | "type": "library", |
||
833 | "autoload": { |
||
834 | "psr-4": { |
||
835 | "JobApis\\Jobs\\Client\\": "src/" |
||
836 | } |
||
837 | }, |
||
838 | "notification-url": "https://packagist.org/downloads/", |
||
839 | "license": [ |
||
840 | "Apache-2.0" |
||
841 | ], |
||
842 | "authors": [ |
||
843 | { |
||
844 | "name": "Steven Maguire", |
||
845 | "email": "[email protected]", |
||
846 | "homepage": "https://github.com/stevenmaguire" |
||
847 | }, |
||
848 | { |
||
849 | "name": "Karl Hughes", |
||
850 | "email": "[email protected]", |
||
851 | "homepage": "https://github.com/karllhughes" |
||
852 | } |
||
853 | ], |
||
854 | "description": "Making it simple to integrate your application with the Government Jobs API.", |
||
855 | "homepage": "https://github.com/jobapis/jobs-govt", |
||
856 | "keywords": [ |
||
857 | "api client", |
||
858 | "government jobs", |
||
859 | "jobs", |
||
860 | "object" |
||
861 | ], |
||
862 | "time": "2016-09-03 15:21:56" |
||
863 | }, |
||
864 | { |
||
865 | "name": "jobapis/jobs-ieee", |
||
866 | "version": "0.1.0", |
||
867 | "source": { |
||
868 | "type": "git", |
||
869 | "url": "https://github.com/jobapis/jobs-ieee.git", |
||
870 | "reference": "d0127c9e911341bbf5e2311727ff2946bb9942c8" |
||
871 | }, |
||
872 | "dist": { |
||
873 | "type": "zip", |
||
874 | "url": "https://api.github.com/repos/jobapis/jobs-ieee/zipball/d0127c9e911341bbf5e2311727ff2946bb9942c8", |
||
875 | "reference": "d0127c9e911341bbf5e2311727ff2946bb9942c8", |
||
876 | "shasum": "" |
||
877 | }, |
||
878 | "require": { |
||
879 | "jobapis/jobs-common": "^2.0.0", |
||
880 | "php": ">=5.5.0" |
||
881 | }, |
||
882 | "require-dev": { |
||
883 | "mockery/mockery": ">=0.9.4", |
||
884 | "phpunit/php-code-coverage": "~2.0", |
||
885 | "phpunit/phpunit": ">=4.6", |
||
886 | "squizlabs/php_codesniffer": "~2.0" |
||
887 | }, |
||
888 | "type": "library", |
||
889 | "autoload": { |
||
890 | "psr-4": { |
||
891 | "JobApis\\Jobs\\Client\\": "src/" |
||
892 | } |
||
893 | }, |
||
894 | "notification-url": "https://packagist.org/downloads/", |
||
895 | "license": [ |
||
896 | "Apache-2.0" |
||
897 | ], |
||
898 | "authors": [ |
||
899 | { |
||
900 | "name": "Karl Hughes", |
||
901 | "email": "[email protected]", |
||
902 | "homepage": "https://github.com/karllhughes" |
||
903 | } |
||
904 | ], |
||
905 | "description": "Making it simple to integrate your application with the IEEE JobSite API.", |
||
906 | "homepage": "https://github.com/jobapis/jobs-ieee", |
||
907 | "keywords": [ |
||
908 | "api client", |
||
909 | "ieee", |
||
910 | "jobs", |
||
911 | "object" |
||
912 | ], |
||
913 | "time": "2016-11-15 15:20:54" |
||
914 | }, |
||
915 | { |
||
916 | "name": "jobapis/jobs-indeed", |
||
917 | "version": "1.0.0", |
||
918 | "source": { |
||
919 | "type": "git", |
||
920 | "url": "https://github.com/jobapis/jobs-indeed.git", |
||
921 | "reference": "65d54a81ebfb73c5892ebffde37ee3cfeac4d9c8" |
||
922 | }, |
||
923 | "dist": { |
||
924 | "type": "zip", |
||
925 | "url": "https://api.github.com/repos/jobapis/jobs-indeed/zipball/65d54a81ebfb73c5892ebffde37ee3cfeac4d9c8", |
||
926 | "reference": "65d54a81ebfb73c5892ebffde37ee3cfeac4d9c8", |
||
927 | "shasum": "" |
||
928 | }, |
||
929 | "require": { |
||
930 | "jobapis/jobs-common": "^2.0.0", |
||
931 | "php": ">=5.5.0" |
||
932 | }, |
||
933 | "require-dev": { |
||
934 | "mockery/mockery": ">=0.9.4", |
||
935 | "phpunit/php-code-coverage": "~2.0", |
||
936 | "phpunit/phpunit": ">=4.6", |
||
937 | "squizlabs/php_codesniffer": "~2.0" |
||
938 | }, |
||
939 | "type": "library", |
||
940 | "autoload": { |
||
941 | "psr-4": { |
||
942 | "JobApis\\Jobs\\Client\\": "src/" |
||
943 | } |
||
944 | }, |
||
945 | "notification-url": "https://packagist.org/downloads/", |
||
946 | "license": [ |
||
947 | "Apache-2.0" |
||
948 | ], |
||
949 | "authors": [ |
||
950 | { |
||
951 | "name": "Steven Maguire", |
||
952 | "email": "[email protected]", |
||
953 | "homepage": "https://github.com/stevenmaguire" |
||
954 | }, |
||
955 | { |
||
956 | "name": "Karl Hughes", |
||
957 | "email": "[email protected]", |
||
958 | "homepage": "http://www.karllhughes.com" |
||
959 | } |
||
960 | ], |
||
961 | "description": "Making it simple to integrate your application with Indeed Jobs API.", |
||
962 | "homepage": "https://github.com/JobBrander/jobs-indeed", |
||
963 | "keywords": [ |
||
964 | "api client", |
||
965 | "indeed", |
||
966 | "jobs", |
||
967 | "object" |
||
968 | ], |
||
969 | "time": "2016-09-03 15:20:33" |
||
970 | }, |
||
971 | { |
||
972 | "name": "jobapis/jobs-jobinventory", |
||
973 | "version": "0.1.0", |
||
974 | "source": { |
||
975 | "type": "git", |
||
976 | "url": "https://github.com/jobapis/jobs-jobinventory.git", |
||
977 | "reference": "0022bfef1580293a65b3f643b09babee03ebe170" |
||
978 | }, |
||
979 | "dist": { |
||
980 | "type": "zip", |
||
981 | "url": "https://api.github.com/repos/jobapis/jobs-jobinventory/zipball/0022bfef1580293a65b3f643b09babee03ebe170", |
||
982 | "reference": "0022bfef1580293a65b3f643b09babee03ebe170", |
||
983 | "shasum": "" |
||
984 | }, |
||
985 | "require": { |
||
986 | "jobapis/jobs-common": "^2.0.0", |
||
987 | "php": ">=5.5.0" |
||
988 | }, |
||
989 | "require-dev": { |
||
990 | "mockery/mockery": ">=0.9.4", |
||
991 | "phpunit/php-code-coverage": "~2.0", |
||
992 | "phpunit/phpunit": ">=4.6", |
||
993 | "squizlabs/php_codesniffer": "~2.0" |
||
994 | }, |
||
995 | "type": "library", |
||
996 | "autoload": { |
||
997 | "psr-4": { |
||
998 | "JobApis\\Jobs\\Client\\": "src/" |
||
999 | } |
||
1000 | }, |
||
1001 | "notification-url": "https://packagist.org/downloads/", |
||
1002 | "license": [ |
||
1003 | "Apache-2.0" |
||
1004 | ], |
||
1005 | "authors": [ |
||
1006 | { |
||
1007 | "name": "Karl Hughes", |
||
1008 | "email": "[email protected]", |
||
1009 | "homepage": "https://github.com/karllhughes" |
||
1010 | } |
||
1011 | ], |
||
1012 | "description": "Making it simple to integrate your application with Jobinventory's RSS Feed.", |
||
1013 | "homepage": "https://github.com/jobapis/jobs-jobinventory", |
||
1014 | "keywords": [ |
||
1015 | "api client", |
||
1016 | "jobinventory", |
||
1017 | "jobs", |
||
1018 | "object" |
||
1019 | ], |
||
1020 | "time": "2016-10-29 19:05:03" |
||
1021 | }, |
||
1022 | { |
||
1023 | "name": "jobapis/jobs-juju", |
||
1024 | "version": "2.0.0", |
||
1025 | "source": { |
||
1026 | "type": "git", |
||
1027 | "url": "https://github.com/jobapis/jobs-juju.git", |
||
1028 | "reference": "0f1f95e5265f8975cb50ee5ffca59c282f63a614" |
||
1029 | }, |
||
1030 | "dist": { |
||
1031 | "type": "zip", |
||
1032 | "url": "https://api.github.com/repos/jobapis/jobs-juju/zipball/0f1f95e5265f8975cb50ee5ffca59c282f63a614", |
||
1033 | "reference": "0f1f95e5265f8975cb50ee5ffca59c282f63a614", |
||
1034 | "shasum": "" |
||
1035 | }, |
||
1036 | "require": { |
||
1037 | "jobapis/jobs-common": "^2.0.0", |
||
1038 | "php": ">=5.5.0" |
||
1039 | }, |
||
1040 | "require-dev": { |
||
1041 | "mockery/mockery": ">=0.9.4", |
||
1042 | "phpunit/php-code-coverage": "~2.0", |
||
1043 | "phpunit/phpunit": ">=4.6", |
||
1044 | "squizlabs/php_codesniffer": "~2.0" |
||
1045 | }, |
||
1046 | "type": "library", |
||
1047 | "autoload": { |
||
1048 | "psr-4": { |
||
1049 | "JobApis\\Jobs\\Client\\": "src/" |
||
1050 | } |
||
1051 | }, |
||
1052 | "notification-url": "https://packagist.org/downloads/", |
||
1053 | "license": [ |
||
1054 | "Apache-2.0" |
||
1055 | ], |
||
1056 | "authors": [ |
||
1057 | { |
||
1058 | "name": "Karl Hughes", |
||
1059 | "email": "[email protected]", |
||
1060 | "homepage": "https://github.com/karllhughes" |
||
1061 | } |
||
1062 | ], |
||
1063 | "description": "Making it simple to integrate your application with Juju Jobs API.", |
||
1064 | "homepage": "https://github.com/jobapis/jobs-juju", |
||
1065 | "keywords": [ |
||
1066 | "api client", |
||
1067 | "jobs", |
||
1068 | "juju", |
||
1069 | "object" |
||
1070 | ], |
||
1071 | "time": "2016-10-04 02:24:12" |
||
1072 | }, |
||
1073 | { |
||
1074 | "name": "jobapis/jobs-multi", |
||
1075 | "version": "1.0.1", |
||
1076 | "source": { |
||
1077 | "type": "git", |
||
1078 | "url": "https://github.com/jobapis/jobs-multi.git", |
||
1079 | "reference": "d9fb89afbeddf4bda958097a21cfed79054573ac" |
||
1080 | }, |
||
1081 | "dist": { |
||
1082 | "type": "zip", |
||
1083 | "url": "https://api.github.com/repos/jobapis/jobs-multi/zipball/d9fb89afbeddf4bda958097a21cfed79054573ac", |
||
1084 | "reference": "d9fb89afbeddf4bda958097a21cfed79054573ac", |
||
1085 | "shasum": "" |
||
1086 | }, |
||
1087 | "require": { |
||
1088 | "jobapis/jobs-careerbuilder": "^2.0.3", |
||
1089 | "jobapis/jobs-careercast": "^1.0.1", |
||
1090 | "jobapis/jobs-careerjet": "^0.1.0", |
||
1091 | "jobapis/jobs-common": "^2.1.1", |
||
1092 | "jobapis/jobs-dice": "^1.0.0", |
||
1093 | "jobapis/jobs-github": "^1.0.0", |
||
1094 | "jobapis/jobs-govt": "^1.0.0", |
||
1095 | "jobapis/jobs-ieee": "^0.1.0", |
||
1096 | "jobapis/jobs-indeed": "^1.0.0", |
||
1097 | "jobapis/jobs-jobinventory": "^0.1.0", |
||
1098 | "jobapis/jobs-juju": "^2.0.0", |
||
1099 | "jobapis/jobs-stackoverflow": "^0.1.0", |
||
1100 | "jobapis/jobs-usajobs": "^0.2.0", |
||
1101 | "jobapis/jobs-ziprecruiter": "^1.0.0", |
||
1102 | "php": ">=5.5.0" |
||
1103 | }, |
||
1104 | "require-dev": { |
||
1105 | "mockery/mockery": ">=0.9.4", |
||
1106 | "phpunit/php-code-coverage": "~2.0", |
||
1107 | "phpunit/phpunit": ">=4.6", |
||
1108 | "squizlabs/php_codesniffer": "~2.0" |
||
1109 | }, |
||
1110 | "type": "library", |
||
1111 | "autoload": { |
||
1112 | "psr-4": { |
||
1113 | "JobApis\\Jobs\\Client\\": "src/" |
||
1114 | } |
||
1115 | }, |
||
1116 | "notification-url": "https://packagist.org/downloads/", |
||
1117 | "license": [ |
||
1118 | "Apache-2.0" |
||
1119 | ], |
||
1120 | "authors": [ |
||
1121 | { |
||
1122 | "name": "Karl Hughes", |
||
1123 | "email": "[email protected]", |
||
1124 | "homepage": "http://www.karllhughes.com" |
||
1125 | } |
||
1126 | ], |
||
1127 | "description": "Making it easy to get jobs from multiple job boards.", |
||
1128 | "homepage": "http://jobapis.com", |
||
1129 | "keywords": [ |
||
1130 | "api client", |
||
1131 | "job boards", |
||
1132 | "jobs", |
||
1133 | "multiple job boards" |
||
1134 | ], |
||
1135 | "time": "2016-12-23 20:26:06" |
||
1136 | }, |
||
1137 | { |
||
1138 | "name": "jobapis/jobs-stackoverflow", |
||
1139 | "version": "0.1.0", |
||
1140 | "source": { |
||
1141 | "type": "git", |
||
1142 | "url": "https://github.com/jobapis/jobs-stackoverflow.git", |
||
1143 | "reference": "daf781aadb288ad91601d1173c7dc83447009ed0" |
||
1144 | }, |
||
1145 | "dist": { |
||
1146 | "type": "zip", |
||
1147 | "url": "https://api.github.com/repos/jobapis/jobs-stackoverflow/zipball/daf781aadb288ad91601d1173c7dc83447009ed0", |
||
1148 | "reference": "daf781aadb288ad91601d1173c7dc83447009ed0", |
||
1149 | "shasum": "" |
||
1150 | }, |
||
1151 | "require": { |
||
1152 | "jobapis/jobs-common": "^2.0.0", |
||
1153 | "php": ">=5.5.0" |
||
1154 | }, |
||
1155 | "require-dev": { |
||
1156 | "mockery/mockery": ">=0.9.4", |
||
1157 | "phpunit/php-code-coverage": "~2.0", |
||
1158 | "phpunit/phpunit": ">=4.6", |
||
1159 | "squizlabs/php_codesniffer": "~2.0" |
||
1160 | }, |
||
1161 | "type": "library", |
||
1162 | "autoload": { |
||
1163 | "psr-4": { |
||
1164 | "JobApis\\Jobs\\Client\\": "src/" |
||
1165 | } |
||
1166 | }, |
||
1167 | "notification-url": "https://packagist.org/downloads/", |
||
1168 | "license": [ |
||
1169 | "Apache-2.0" |
||
1170 | ], |
||
1171 | "authors": [ |
||
1172 | { |
||
1173 | "name": "Karl Hughes", |
||
1174 | "email": "[email protected]", |
||
1175 | "homepage": "https://github.com/karllhughes" |
||
1176 | } |
||
1177 | ], |
||
1178 | "description": "Making it simple to integrate your application with Stack Overflows's Career RSS Feed.", |
||
1179 | "homepage": "https://github.com/jobapis/jobs-stackoverflow", |
||
1180 | "keywords": [ |
||
1181 | "api client", |
||
1182 | "jobs", |
||
1183 | "object", |
||
1184 | "stack overflow" |
||
1185 | ], |
||
1186 | "time": "2016-11-29 18:25:34" |
||
1187 | }, |
||
1188 | { |
||
1189 | "name": "jobapis/jobs-usajobs", |
||
1190 | "version": "0.2.0", |
||
1191 | "source": { |
||
1192 | "type": "git", |
||
1193 | "url": "https://github.com/jobapis/jobs-usajobs.git", |
||
1194 | "reference": "a1dbbcf2b3de368899ceffde8a37fbafc3d9ee34" |
||
1195 | }, |
||
1196 | "dist": { |
||
1197 | "type": "zip", |
||
1198 | "url": "https://api.github.com/repos/jobapis/jobs-usajobs/zipball/a1dbbcf2b3de368899ceffde8a37fbafc3d9ee34", |
||
1199 | "reference": "a1dbbcf2b3de368899ceffde8a37fbafc3d9ee34", |
||
1200 | "shasum": "" |
||
1201 | }, |
||
1202 | "require": { |
||
1203 | "jobapis/jobs-common": "^2.0.0", |
||
1204 | "php": ">=5.5.0" |
||
1205 | }, |
||
1206 | "require-dev": { |
||
1207 | "mockery/mockery": ">=0.9.4", |
||
1208 | "phpunit/php-code-coverage": "~2.0", |
||
1209 | "phpunit/phpunit": ">=4.6", |
||
1210 | "squizlabs/php_codesniffer": "~2.0" |
||
1211 | }, |
||
1212 | "type": "library", |
||
1213 | "autoload": { |
||
1214 | "psr-4": { |
||
1215 | "JobApis\\Jobs\\Client\\": "src/" |
||
1216 | } |
||
1217 | }, |
||
1218 | "notification-url": "https://packagist.org/downloads/", |
||
1219 | "license": [ |
||
1220 | "Apache-2.0" |
||
1221 | ], |
||
1222 | "authors": [ |
||
1223 | { |
||
1224 | "name": "Karl Hughes", |
||
1225 | "email": "[email protected]", |
||
1226 | "homepage": "https://github.com/karllhughes" |
||
1227 | } |
||
1228 | ], |
||
1229 | "description": "Making it simple to integrate your application with the USAJOBS API.", |
||
1230 | "homepage": "https://github.com/jobapis/jobs-usajobs", |
||
1231 | "keywords": [ |
||
1232 | "api client", |
||
1233 | "jobs", |
||
1234 | "object", |
||
1235 | "usajobs" |
||
1236 | ], |
||
1237 | "time": "2016-10-07 00:16:20" |
||
1238 | }, |
||
1239 | { |
||
1240 | "name": "jobapis/jobs-ziprecruiter", |
||
1241 | "version": "1.0.0", |
||
1242 | "source": { |
||
1243 | "type": "git", |
||
1244 | "url": "https://github.com/jobapis/jobs-ziprecruiter.git", |
||
1245 | "reference": "7aae983bc8796139c6d517a1dde5f120f34bbc44" |
||
1246 | }, |
||
1247 | "dist": { |
||
1248 | "type": "zip", |
||
1249 | "url": "https://api.github.com/repos/jobapis/jobs-ziprecruiter/zipball/7aae983bc8796139c6d517a1dde5f120f34bbc44", |
||
1250 | "reference": "7aae983bc8796139c6d517a1dde5f120f34bbc44", |
||
1251 | "shasum": "" |
||
1252 | }, |
||
1253 | "require": { |
||
1254 | "jobapis/jobs-common": "^2.0.0", |
||
1255 | "php": ">=5.5.0" |
||
1256 | }, |
||
1257 | "require-dev": { |
||
1258 | "mockery/mockery": ">=0.9.4", |
||
1259 | "phpunit/php-code-coverage": "~2.0", |
||
1260 | "phpunit/phpunit": ">=4.6", |
||
1261 | "squizlabs/php_codesniffer": "~2.0" |
||
1262 | }, |
||
1263 | "type": "library", |
||
1264 | "autoload": { |
||
1265 | "psr-4": { |
||
1266 | "JobApis\\Jobs\\Client\\": "src/" |
||
1267 | } |
||
1268 | }, |
||
1269 | "notification-url": "https://packagist.org/downloads/", |
||
1270 | "license": [ |
||
1271 | "Apache-2.0" |
||
1272 | ], |
||
1273 | "authors": [ |
||
1274 | { |
||
1275 | "name": "Karl Hughes", |
||
1276 | "email": "[email protected]", |
||
1277 | "homepage": "https://github.com/karllhughes" |
||
1278 | } |
||
1279 | ], |
||
1280 | "description": "Making it simple to integrate your application with ZipRecruiter Jobs API.", |
||
1281 | "homepage": "https://github.com/jobapis/jobs-ziprecruiter", |
||
1282 | "keywords": [ |
||
1283 | "api client", |
||
1284 | "jobs", |
||
1285 | "object", |
||
1286 | "ziprecruiter" |
||
1287 | ], |
||
1288 | "time": "2016-10-09 23:46:54" |
||
1289 | }, |
||
1290 | { |
||
1291 | "name": "laravel/framework", |
||
1292 | "version": "v5.3.28", |
||
1293 | "source": { |
||
1294 | "type": "git", |
||
1295 | "url": "https://github.com/laravel/framework.git", |
||
1296 | "reference": "a64fc4f8958091ca39623b2e8c8f173cb34fa47a" |
||
1297 | }, |
||
1298 | "dist": { |
||
1299 | "type": "zip", |
||
1300 | "url": "https://api.github.com/repos/laravel/framework/zipball/a64fc4f8958091ca39623b2e8c8f173cb34fa47a", |
||
1301 | "reference": "a64fc4f8958091ca39623b2e8c8f173cb34fa47a", |
||
1302 | "shasum": "" |
||
1303 | }, |
||
1304 | "require": { |
||
1305 | "classpreloader/classpreloader": "~3.0", |
||
1306 | "doctrine/inflector": "~1.0", |
||
1307 | "ext-mbstring": "*", |
||
1308 | "ext-openssl": "*", |
||
1309 | "jeremeamia/superclosure": "~2.2", |
||
1310 | "league/flysystem": "~1.0", |
||
1311 | "monolog/monolog": "~1.11", |
||
1312 | "mtdowling/cron-expression": "~1.0", |
||
1313 | "nesbot/carbon": "~1.20", |
||
1314 | "paragonie/random_compat": "~1.4|~2.0", |
||
1315 | "php": ">=5.6.4", |
||
1316 | "psy/psysh": "0.7.*|0.8.*", |
||
1317 | "ramsey/uuid": "~3.0", |
||
1318 | "swiftmailer/swiftmailer": "~5.1", |
||
1319 | "symfony/console": "3.1.*", |
||
1320 | "symfony/debug": "3.1.*", |
||
1321 | "symfony/finder": "3.1.*", |
||
1322 | "symfony/http-foundation": "3.1.*", |
||
1323 | "symfony/http-kernel": "3.1.*", |
||
1324 | "symfony/process": "3.1.*", |
||
1325 | "symfony/routing": "3.1.*", |
||
1326 | "symfony/translation": "3.1.*", |
||
1327 | "symfony/var-dumper": "3.1.*", |
||
1328 | "vlucas/phpdotenv": "~2.2" |
||
1329 | }, |
||
1330 | "replace": { |
||
1331 | "illuminate/auth": "self.version", |
||
1332 | "illuminate/broadcasting": "self.version", |
||
1333 | "illuminate/bus": "self.version", |
||
1334 | "illuminate/cache": "self.version", |
||
1335 | "illuminate/config": "self.version", |
||
1336 | "illuminate/console": "self.version", |
||
1337 | "illuminate/container": "self.version", |
||
1338 | "illuminate/contracts": "self.version", |
||
1339 | "illuminate/cookie": "self.version", |
||
1340 | "illuminate/database": "self.version", |
||
1341 | "illuminate/encryption": "self.version", |
||
1342 | "illuminate/events": "self.version", |
||
1343 | "illuminate/exception": "self.version", |
||
1344 | "illuminate/filesystem": "self.version", |
||
1345 | "illuminate/hashing": "self.version", |
||
1346 | "illuminate/http": "self.version", |
||
1347 | "illuminate/log": "self.version", |
||
1348 | "illuminate/mail": "self.version", |
||
1349 | "illuminate/notifications": "self.version", |
||
1350 | "illuminate/pagination": "self.version", |
||
1351 | "illuminate/pipeline": "self.version", |
||
1352 | "illuminate/queue": "self.version", |
||
1353 | "illuminate/redis": "self.version", |
||
1354 | "illuminate/routing": "self.version", |
||
1355 | "illuminate/session": "self.version", |
||
1356 | "illuminate/support": "self.version", |
||
1357 | "illuminate/translation": "self.version", |
||
1358 | "illuminate/validation": "self.version", |
||
1359 | "illuminate/view": "self.version", |
||
1360 | "tightenco/collect": "self.version" |
||
1361 | }, |
||
1362 | "require-dev": { |
||
1363 | "aws/aws-sdk-php": "~3.0", |
||
1364 | "mockery/mockery": "~0.9.4", |
||
1365 | "pda/pheanstalk": "~3.0", |
||
1366 | "phpunit/phpunit": "~5.4", |
||
1367 | "predis/predis": "~1.0", |
||
1368 | "symfony/css-selector": "3.1.*", |
||
1369 | "symfony/dom-crawler": "3.1.*" |
||
1370 | }, |
||
1371 | "suggest": { |
||
1372 | "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).", |
||
1373 | "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).", |
||
1374 | "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).", |
||
1375 | "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~5.3|~6.0).", |
||
1376 | "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).", |
||
1377 | "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).", |
||
1378 | "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).", |
||
1379 | "predis/predis": "Required to use the redis cache and queue drivers (~1.0).", |
||
1380 | "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).", |
||
1381 | "symfony/css-selector": "Required to use some of the crawler integration testing tools (3.1.*).", |
||
1382 | "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (3.1.*).", |
||
1383 | "symfony/psr-http-message-bridge": "Required to use psr7 bridging features (0.2.*)." |
||
1384 | }, |
||
1385 | "type": "library", |
||
1386 | "extra": { |
||
1387 | "branch-alias": { |
||
1388 | "dev-master": "5.3-dev" |
||
1389 | } |
||
1390 | }, |
||
1391 | "autoload": { |
||
1392 | "files": [ |
||
1393 | "src/Illuminate/Foundation/helpers.php", |
||
1394 | "src/Illuminate/Support/helpers.php" |
||
1395 | ], |
||
1396 | "psr-4": { |
||
1397 | "Illuminate\\": "src/Illuminate/" |
||
1398 | } |
||
1399 | }, |
||
1400 | "notification-url": "https://packagist.org/downloads/", |
||
1401 | "license": [ |
||
1402 | "MIT" |
||
1403 | ], |
||
1404 | "authors": [ |
||
1405 | { |
||
1406 | "name": "Taylor Otwell", |
||
1407 | "email": "[email protected]" |
||
1408 | } |
||
1409 | ], |
||
1410 | "description": "The Laravel Framework.", |
||
1411 | "homepage": "https://laravel.com", |
||
1412 | "keywords": [ |
||
1413 | "framework", |
||
1414 | "laravel" |
||
1415 | ], |
||
1416 | "time": "2016-12-15 18:03:17" |
||
1417 | }, |
||
1418 | { |
||
1419 | "name": "league/csv", |
||
1420 | "version": "8.1.2", |
||
1421 | "source": { |
||
1422 | "type": "git", |
||
1423 | "url": "https://github.com/thephpleague/csv.git", |
||
1424 | "reference": "33447984f7a7038fefaa5a6177e8407b66bc85b4" |
||
1425 | }, |
||
1426 | "dist": { |
||
1427 | "type": "zip", |
||
1428 | "url": "https://api.github.com/repos/thephpleague/csv/zipball/33447984f7a7038fefaa5a6177e8407b66bc85b4", |
||
1429 | "reference": "33447984f7a7038fefaa5a6177e8407b66bc85b4", |
||
1430 | "shasum": "" |
||
1431 | }, |
||
1432 | "require": { |
||
1433 | "ext-mbstring": "*", |
||
1434 | "php": ">=5.5.0" |
||
1435 | }, |
||
1436 | "require-dev": { |
||
1437 | "friendsofphp/php-cs-fixer": "^1.9", |
||
1438 | "phpunit/phpunit": "^4.0" |
||
1439 | }, |
||
1440 | "type": "library", |
||
1441 | "extra": { |
||
1442 | "branch-alias": { |
||
1443 | "dev-master": "8.1-dev" |
||
1444 | } |
||
1445 | }, |
||
1446 | "autoload": { |
||
1447 | "psr-4": { |
||
1448 | "League\\Csv\\": "src" |
||
1449 | } |
||
1450 | }, |
||
1451 | "notification-url": "https://packagist.org/downloads/", |
||
1452 | "license": [ |
||
1453 | "MIT" |
||
1454 | ], |
||
1455 | "authors": [ |
||
1456 | { |
||
1457 | "name": "Ignace Nyamagana Butera", |
||
1458 | "email": "[email protected]", |
||
1459 | "homepage": "https://github.com/nyamsprod/", |
||
1460 | "role": "Developer" |
||
1461 | } |
||
1462 | ], |
||
1463 | "description": "Csv data manipulation made easy in PHP", |
||
1464 | "homepage": "http://csv.thephpleague.com", |
||
1465 | "keywords": [ |
||
1466 | "csv", |
||
1467 | "export", |
||
1468 | "filter", |
||
1469 | "import", |
||
1470 | "read", |
||
1471 | "write" |
||
1472 | ], |
||
1473 | "time": "2016-10-27 11:21:24" |
||
1474 | }, |
||
1475 | { |
||
1476 | "name": "league/flysystem", |
||
1477 | "version": "1.0.32", |
||
1478 | "source": { |
||
1479 | "type": "git", |
||
1480 | "url": "https://github.com/thephpleague/flysystem.git", |
||
1481 | "reference": "1b5c4a0031697f46e779a9d1b309c2e1b24daeab" |
||
1482 | }, |
||
1483 | "dist": { |
||
1484 | "type": "zip", |
||
1485 | "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1b5c4a0031697f46e779a9d1b309c2e1b24daeab", |
||
1486 | "reference": "1b5c4a0031697f46e779a9d1b309c2e1b24daeab", |
||
1487 | "shasum": "" |
||
1488 | }, |
||
1489 | "require": { |
||
1490 | "php": ">=5.5.9" |
||
1491 | }, |
||
1492 | "conflict": { |
||
1493 | "league/flysystem-sftp": "<1.0.6" |
||
1494 | }, |
||
1495 | "require-dev": { |
||
1496 | "ext-fileinfo": "*", |
||
1497 | "mockery/mockery": "~0.9", |
||
1498 | "phpspec/phpspec": "^2.2", |
||
1499 | "phpunit/phpunit": "~4.8" |
||
1500 | }, |
||
1501 | "suggest": { |
||
1502 | "ext-fileinfo": "Required for MimeType", |
||
1503 | "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", |
||
1504 | "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", |
||
1505 | "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", |
||
1506 | "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", |
||
1507 | "league/flysystem-copy": "Allows you to use Copy.com storage", |
||
1508 | "league/flysystem-dropbox": "Allows you to use Dropbox storage", |
||
1509 | "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", |
||
1510 | "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", |
||
1511 | "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", |
||
1512 | "league/flysystem-webdav": "Allows you to use WebDAV storage", |
||
1513 | "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter" |
||
1514 | }, |
||
1515 | "type": "library", |
||
1516 | "extra": { |
||
1517 | "branch-alias": { |
||
1518 | "dev-master": "1.1-dev" |
||
1519 | } |
||
1520 | }, |
||
1521 | "autoload": { |
||
1522 | "psr-4": { |
||
1523 | "League\\Flysystem\\": "src/" |
||
1524 | } |
||
1525 | }, |
||
1526 | "notification-url": "https://packagist.org/downloads/", |
||
1527 | "license": [ |
||
1528 | "MIT" |
||
1529 | ], |
||
1530 | "authors": [ |
||
1531 | { |
||
1532 | "name": "Frank de Jonge", |
||
1533 | "email": "[email protected]" |
||
1534 | } |
||
1535 | ], |
||
1536 | "description": "Filesystem abstraction: Many filesystems, one API.", |
||
1537 | "keywords": [ |
||
1538 | "Cloud Files", |
||
1539 | "WebDAV", |
||
1540 | "abstraction", |
||
1541 | "aws", |
||
1542 | "cloud", |
||
1543 | "copy.com", |
||
1544 | "dropbox", |
||
1545 | "file systems", |
||
1546 | "files", |
||
1547 | "filesystem", |
||
1548 | "filesystems", |
||
1549 | "ftp", |
||
1550 | "rackspace", |
||
1551 | "remote", |
||
1552 | "s3", |
||
1553 | "sftp", |
||
1554 | "storage" |
||
1555 | ], |
||
1556 | "time": "2016-10-19 20:38:46" |
||
1557 | }, |
||
1558 | { |
||
1559 | "name": "monolog/monolog", |
||
1560 | "version": "1.22.0", |
||
1561 | "source": { |
||
1562 | "type": "git", |
||
1563 | "url": "https://github.com/Seldaek/monolog.git", |
||
1564 | "reference": "bad29cb8d18ab0315e6c477751418a82c850d558" |
||
1565 | }, |
||
1566 | "dist": { |
||
1567 | "type": "zip", |
||
1568 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558", |
||
1569 | "reference": "bad29cb8d18ab0315e6c477751418a82c850d558", |
||
1570 | "shasum": "" |
||
1571 | }, |
||
1572 | "require": { |
||
1573 | "php": ">=5.3.0", |
||
1574 | "psr/log": "~1.0" |
||
1575 | }, |
||
1576 | "provide": { |
||
1577 | "psr/log-implementation": "1.0.0" |
||
1578 | }, |
||
1579 | "require-dev": { |
||
1580 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
||
1581 | "doctrine/couchdb": "~1.0@dev", |
||
1582 | "graylog2/gelf-php": "~1.0", |
||
1583 | "jakub-onderka/php-parallel-lint": "0.9", |
||
1584 | "php-amqplib/php-amqplib": "~2.4", |
||
1585 | "php-console/php-console": "^3.1.3", |
||
1586 | "phpunit/phpunit": "~4.5", |
||
1587 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
1588 | "ruflin/elastica": ">=0.90 <3.0", |
||
1589 | "sentry/sentry": "^0.13", |
||
1590 | "swiftmailer/swiftmailer": "~5.3" |
||
1591 | }, |
||
1592 | "suggest": { |
||
1593 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
1594 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
1595 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
1596 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
1597 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
1598 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
1599 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
1600 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
1601 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
1602 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
1603 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
1604 | }, |
||
1605 | "type": "library", |
||
1606 | "extra": { |
||
1607 | "branch-alias": { |
||
1608 | "dev-master": "2.0.x-dev" |
||
1609 | } |
||
1610 | }, |
||
1611 | "autoload": { |
||
1612 | "psr-4": { |
||
1613 | "Monolog\\": "src/Monolog" |
||
1614 | } |
||
1615 | }, |
||
1616 | "notification-url": "https://packagist.org/downloads/", |
||
1617 | "license": [ |
||
1618 | "MIT" |
||
1619 | ], |
||
1620 | "authors": [ |
||
1621 | { |
||
1622 | "name": "Jordi Boggiano", |
||
1623 | "email": "[email protected]", |
||
1624 | "homepage": "http://seld.be" |
||
1625 | } |
||
1626 | ], |
||
1627 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
1628 | "homepage": "http://github.com/Seldaek/monolog", |
||
1629 | "keywords": [ |
||
1630 | "log", |
||
1631 | "logging", |
||
1632 | "psr-3" |
||
1633 | ], |
||
1634 | "time": "2016-11-26 00:15:39" |
||
1635 | }, |
||
1636 | { |
||
1637 | "name": "mtdowling/cron-expression", |
||
1638 | "version": "v1.1.0", |
||
1639 | "source": { |
||
1640 | "type": "git", |
||
1641 | "url": "https://github.com/mtdowling/cron-expression.git", |
||
1642 | "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5" |
||
1643 | }, |
||
1644 | "dist": { |
||
1645 | "type": "zip", |
||
1646 | "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5", |
||
1647 | "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5", |
||
1648 | "shasum": "" |
||
1649 | }, |
||
1650 | "require": { |
||
1651 | "php": ">=5.3.2" |
||
1652 | }, |
||
1653 | "require-dev": { |
||
1654 | "phpunit/phpunit": "~4.0|~5.0" |
||
1655 | }, |
||
1656 | "type": "library", |
||
1657 | "autoload": { |
||
1658 | "psr-0": { |
||
1659 | "Cron": "src/" |
||
1660 | } |
||
1661 | }, |
||
1662 | "notification-url": "https://packagist.org/downloads/", |
||
1663 | "license": [ |
||
1664 | "MIT" |
||
1665 | ], |
||
1666 | "authors": [ |
||
1667 | { |
||
1668 | "name": "Michael Dowling", |
||
1669 | "email": "[email protected]", |
||
1670 | "homepage": "https://github.com/mtdowling" |
||
1671 | } |
||
1672 | ], |
||
1673 | "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", |
||
1674 | "keywords": [ |
||
1675 | "cron", |
||
1676 | "schedule" |
||
1677 | ], |
||
1678 | "time": "2016-01-26 21:23:30" |
||
1679 | }, |
||
1680 | { |
||
1681 | "name": "nesbot/carbon", |
||
1682 | "version": "1.21.0", |
||
1683 | "source": { |
||
1684 | "type": "git", |
||
1685 | "url": "https://github.com/briannesbitt/Carbon.git", |
||
1686 | "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7" |
||
1687 | }, |
||
1688 | "dist": { |
||
1689 | "type": "zip", |
||
1690 | "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7", |
||
1691 | "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7", |
||
1692 | "shasum": "" |
||
1693 | }, |
||
1694 | "require": { |
||
1695 | "php": ">=5.3.0", |
||
1696 | "symfony/translation": "~2.6|~3.0" |
||
1697 | }, |
||
1698 | "require-dev": { |
||
1699 | "phpunit/phpunit": "~4.0|~5.0" |
||
1700 | }, |
||
1701 | "type": "library", |
||
1702 | "autoload": { |
||
1703 | "psr-4": { |
||
1704 | "Carbon\\": "src/Carbon/" |
||
1705 | } |
||
1706 | }, |
||
1707 | "notification-url": "https://packagist.org/downloads/", |
||
1708 | "license": [ |
||
1709 | "MIT" |
||
1710 | ], |
||
1711 | "authors": [ |
||
1712 | { |
||
1713 | "name": "Brian Nesbitt", |
||
1714 | "email": "[email protected]", |
||
1715 | "homepage": "http://nesbot.com" |
||
1716 | } |
||
1717 | ], |
||
1718 | "description": "A simple API extension for DateTime.", |
||
1719 | "homepage": "http://carbon.nesbot.com", |
||
1720 | "keywords": [ |
||
1721 | "date", |
||
1722 | "datetime", |
||
1723 | "time" |
||
1724 | ], |
||
1725 | "time": "2015-11-04 20:07:17" |
||
1726 | }, |
||
1727 | { |
||
1728 | "name": "nikic/php-parser", |
||
1729 | "version": "v3.0.2", |
||
1730 | "source": { |
||
1731 | "type": "git", |
||
1732 | "url": "https://github.com/nikic/PHP-Parser.git", |
||
1733 | "reference": "adf44419c0fc014a0f191db6f89d3e55d4211744" |
||
1734 | }, |
||
1735 | "dist": { |
||
1736 | "type": "zip", |
||
1737 | "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/adf44419c0fc014a0f191db6f89d3e55d4211744", |
||
1738 | "reference": "adf44419c0fc014a0f191db6f89d3e55d4211744", |
||
1739 | "shasum": "" |
||
1740 | }, |
||
1741 | "require": { |
||
1742 | "ext-tokenizer": "*", |
||
1743 | "php": ">=5.5" |
||
1744 | }, |
||
1745 | "require-dev": { |
||
1746 | "phpunit/phpunit": "~4.0|~5.0" |
||
1747 | }, |
||
1748 | "bin": [ |
||
1749 | "bin/php-parse" |
||
1750 | ], |
||
1751 | "type": "library", |
||
1752 | "extra": { |
||
1753 | "branch-alias": { |
||
1754 | "dev-master": "3.0-dev" |
||
1755 | } |
||
1756 | }, |
||
1757 | "autoload": { |
||
1758 | "psr-4": { |
||
1759 | "PhpParser\\": "lib/PhpParser" |
||
1760 | } |
||
1761 | }, |
||
1762 | "notification-url": "https://packagist.org/downloads/", |
||
1763 | "license": [ |
||
1764 | "BSD-3-Clause" |
||
1765 | ], |
||
1766 | "authors": [ |
||
1767 | { |
||
1768 | "name": "Nikita Popov" |
||
1769 | } |
||
1770 | ], |
||
1771 | "description": "A PHP parser written in PHP", |
||
1772 | "keywords": [ |
||
1773 | "parser", |
||
1774 | "php" |
||
1775 | ], |
||
1776 | "time": "2016-12-06 11:30:35" |
||
1777 | }, |
||
1778 | { |
||
1779 | "name": "paragonie/random_compat", |
||
1780 | "version": "v2.0.4", |
||
1781 | "source": { |
||
1782 | "type": "git", |
||
1783 | "url": "https://github.com/paragonie/random_compat.git", |
||
1784 | "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e" |
||
1785 | }, |
||
1786 | "dist": { |
||
1787 | "type": "zip", |
||
1788 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", |
||
1789 | "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", |
||
1790 | "shasum": "" |
||
1791 | }, |
||
1792 | "require": { |
||
1793 | "php": ">=5.2.0" |
||
1794 | }, |
||
1795 | "require-dev": { |
||
1796 | "phpunit/phpunit": "4.*|5.*" |
||
1797 | }, |
||
1798 | "suggest": { |
||
1799 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
1800 | }, |
||
1801 | "type": "library", |
||
1802 | "autoload": { |
||
1803 | "files": [ |
||
1804 | "lib/random.php" |
||
1805 | ] |
||
1806 | }, |
||
1807 | "notification-url": "https://packagist.org/downloads/", |
||
1808 | "license": [ |
||
1809 | "MIT" |
||
1810 | ], |
||
1811 | "authors": [ |
||
1812 | { |
||
1813 | "name": "Paragon Initiative Enterprises", |
||
1814 | "email": "[email protected]", |
||
1815 | "homepage": "https://paragonie.com" |
||
1816 | } |
||
1817 | ], |
||
1818 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
1819 | "keywords": [ |
||
1820 | "csprng", |
||
1821 | "pseudorandom", |
||
1822 | "random" |
||
1823 | ], |
||
1824 | "time": "2016-11-07 23:38:38" |
||
1825 | }, |
||
1826 | { |
||
1827 | "name": "psr/http-message", |
||
1828 | "version": "1.0.1", |
||
1829 | "source": { |
||
1830 | "type": "git", |
||
1831 | "url": "https://github.com/php-fig/http-message.git", |
||
1832 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
1833 | }, |
||
1834 | "dist": { |
||
1835 | "type": "zip", |
||
1836 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
1837 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
1838 | "shasum": "" |
||
1839 | }, |
||
1840 | "require": { |
||
1841 | "php": ">=5.3.0" |
||
1842 | }, |
||
1843 | "type": "library", |
||
1844 | "extra": { |
||
1845 | "branch-alias": { |
||
1846 | "dev-master": "1.0.x-dev" |
||
1847 | } |
||
1848 | }, |
||
1849 | "autoload": { |
||
1850 | "psr-4": { |
||
1851 | "Psr\\Http\\Message\\": "src/" |
||
1852 | } |
||
1853 | }, |
||
1854 | "notification-url": "https://packagist.org/downloads/", |
||
1855 | "license": [ |
||
1856 | "MIT" |
||
1857 | ], |
||
1858 | "authors": [ |
||
1859 | { |
||
1860 | "name": "PHP-FIG", |
||
1861 | "homepage": "http://www.php-fig.org/" |
||
1862 | } |
||
1863 | ], |
||
1864 | "description": "Common interface for HTTP messages", |
||
1865 | "homepage": "https://github.com/php-fig/http-message", |
||
1866 | "keywords": [ |
||
1867 | "http", |
||
1868 | "http-message", |
||
1869 | "psr", |
||
1870 | "psr-7", |
||
1871 | "request", |
||
1872 | "response" |
||
1873 | ], |
||
1874 | "time": "2016-08-06 14:39:51" |
||
1875 | }, |
||
1876 | { |
||
1877 | "name": "psr/log", |
||
1878 | "version": "1.0.2", |
||
1879 | "source": { |
||
1880 | "type": "git", |
||
1881 | "url": "https://github.com/php-fig/log.git", |
||
1882 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
1883 | }, |
||
1884 | "dist": { |
||
1885 | "type": "zip", |
||
1886 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
1887 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
1888 | "shasum": "" |
||
1889 | }, |
||
1890 | "require": { |
||
1891 | "php": ">=5.3.0" |
||
1892 | }, |
||
1893 | "type": "library", |
||
1894 | "extra": { |
||
1895 | "branch-alias": { |
||
1896 | "dev-master": "1.0.x-dev" |
||
1897 | } |
||
1898 | }, |
||
1899 | "autoload": { |
||
1900 | "psr-4": { |
||
1901 | "Psr\\Log\\": "Psr/Log/" |
||
1902 | } |
||
1903 | }, |
||
1904 | "notification-url": "https://packagist.org/downloads/", |
||
1905 | "license": [ |
||
1906 | "MIT" |
||
1907 | ], |
||
1908 | "authors": [ |
||
1909 | { |
||
1910 | "name": "PHP-FIG", |
||
1911 | "homepage": "http://www.php-fig.org/" |
||
1912 | } |
||
1913 | ], |
||
1914 | "description": "Common interface for logging libraries", |
||
1915 | "homepage": "https://github.com/php-fig/log", |
||
1916 | "keywords": [ |
||
1917 | "log", |
||
1918 | "psr", |
||
1919 | "psr-3" |
||
1920 | ], |
||
1921 | "time": "2016-10-10 12:19:37" |
||
1922 | }, |
||
1923 | { |
||
1924 | "name": "psy/psysh", |
||
1925 | "version": "v0.8.0", |
||
1926 | "source": { |
||
1927 | "type": "git", |
||
1928 | "url": "https://github.com/bobthecow/psysh.git", |
||
1929 | "reference": "4a8860e13aa68a4bbf2476c014f8a1f14f1bf991" |
||
1930 | }, |
||
1931 | "dist": { |
||
1932 | "type": "zip", |
||
1933 | "url": "https://api.github.com/repos/bobthecow/psysh/zipball/4a8860e13aa68a4bbf2476c014f8a1f14f1bf991", |
||
1934 | "reference": "4a8860e13aa68a4bbf2476c014f8a1f14f1bf991", |
||
1935 | "shasum": "" |
||
1936 | }, |
||
1937 | "require": { |
||
1938 | "dnoegel/php-xdg-base-dir": "0.1", |
||
1939 | "jakub-onderka/php-console-highlighter": "0.3.*", |
||
1940 | "nikic/php-parser": "~1.3|~2.0|~3.0", |
||
1941 | "php": ">=5.3.9", |
||
1942 | "symfony/console": "~2.3.10|^2.4.2|~3.0", |
||
1943 | "symfony/var-dumper": "~2.7|~3.0" |
||
1944 | }, |
||
1945 | "require-dev": { |
||
1946 | "friendsofphp/php-cs-fixer": "~1.11", |
||
1947 | "hoa/console": "~3.16|~1.14", |
||
1948 | "phpunit/phpunit": "~4.4|~5.0", |
||
1949 | "symfony/finder": "~2.1|~3.0" |
||
1950 | }, |
||
1951 | "suggest": { |
||
1952 | "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", |
||
1953 | "ext-pdo-sqlite": "The doc command requires SQLite to work.", |
||
1954 | "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", |
||
1955 | "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.", |
||
1956 | "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit." |
||
1957 | }, |
||
1958 | "bin": [ |
||
1959 | "bin/psysh" |
||
1960 | ], |
||
1961 | "type": "library", |
||
1962 | "extra": { |
||
1963 | "branch-alias": { |
||
1964 | "dev-develop": "0.8.x-dev" |
||
1965 | } |
||
1966 | }, |
||
1967 | "autoload": { |
||
1968 | "files": [ |
||
1969 | "src/Psy/functions.php" |
||
1970 | ], |
||
1971 | "psr-4": { |
||
1972 | "Psy\\": "src/Psy/" |
||
1973 | } |
||
1974 | }, |
||
1975 | "notification-url": "https://packagist.org/downloads/", |
||
1976 | "license": [ |
||
1977 | "MIT" |
||
1978 | ], |
||
1979 | "authors": [ |
||
1980 | { |
||
1981 | "name": "Justin Hileman", |
||
1982 | "email": "[email protected]", |
||
1983 | "homepage": "http://justinhileman.com" |
||
1984 | } |
||
1985 | ], |
||
1986 | "description": "An interactive shell for modern PHP.", |
||
1987 | "homepage": "http://psysh.org", |
||
1988 | "keywords": [ |
||
1989 | "REPL", |
||
1990 | "console", |
||
1991 | "interactive", |
||
1992 | "shell" |
||
1993 | ], |
||
1994 | "time": "2016-12-07 17:15:07" |
||
1995 | }, |
||
1996 | { |
||
1997 | "name": "ramsey/uuid", |
||
1998 | "version": "3.5.2", |
||
1999 | "source": { |
||
2000 | "type": "git", |
||
2001 | "url": "https://github.com/ramsey/uuid.git", |
||
2002 | "reference": "5677cfe02397dd6b58c861870dfaa5d9007d3954" |
||
2003 | }, |
||
2004 | "dist": { |
||
2005 | "type": "zip", |
||
2006 | "url": "https://api.github.com/repos/ramsey/uuid/zipball/5677cfe02397dd6b58c861870dfaa5d9007d3954", |
||
2007 | "reference": "5677cfe02397dd6b58c861870dfaa5d9007d3954", |
||
2008 | "shasum": "" |
||
2009 | }, |
||
2010 | "require": { |
||
2011 | "paragonie/random_compat": "^1.0|^2.0", |
||
2012 | "php": ">=5.4" |
||
2013 | }, |
||
2014 | "replace": { |
||
2015 | "rhumsaa/uuid": "self.version" |
||
2016 | }, |
||
2017 | "require-dev": { |
||
2018 | "apigen/apigen": "^4.1", |
||
2019 | "codeception/aspect-mock": "1.0.0", |
||
2020 | "doctrine/annotations": "~1.2.0", |
||
2021 | "goaop/framework": "1.0.0-alpha.2", |
||
2022 | "ircmaxell/random-lib": "^1.1", |
||
2023 | "jakub-onderka/php-parallel-lint": "^0.9.0", |
||
2024 | "mockery/mockery": "^0.9.4", |
||
2025 | "moontoast/math": "^1.1", |
||
2026 | "php-mock/php-mock-phpunit": "^0.3|^1.1", |
||
2027 | "phpunit/phpunit": "^4.7|>=5.0 <5.4", |
||
2028 | "satooshi/php-coveralls": "^0.6.1", |
||
2029 | "squizlabs/php_codesniffer": "^2.3" |
||
2030 | }, |
||
2031 | "suggest": { |
||
2032 | "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", |
||
2033 | "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", |
||
2034 | "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", |
||
2035 | "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", |
||
2036 | "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", |
||
2037 | "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." |
||
2038 | }, |
||
2039 | "type": "library", |
||
2040 | "extra": { |
||
2041 | "branch-alias": { |
||
2042 | "dev-master": "3.x-dev" |
||
2043 | } |
||
2044 | }, |
||
2045 | "autoload": { |
||
2046 | "psr-4": { |
||
2047 | "Ramsey\\Uuid\\": "src/" |
||
2048 | } |
||
2049 | }, |
||
2050 | "notification-url": "https://packagist.org/downloads/", |
||
2051 | "license": [ |
||
2052 | "MIT" |
||
2053 | ], |
||
2054 | "authors": [ |
||
2055 | { |
||
2056 | "name": "Marijn Huizendveld", |
||
2057 | "email": "[email protected]" |
||
2058 | }, |
||
2059 | { |
||
2060 | "name": "Thibaud Fabre", |
||
2061 | "email": "[email protected]" |
||
2062 | }, |
||
2063 | { |
||
2064 | "name": "Ben Ramsey", |
||
2065 | "email": "[email protected]", |
||
2066 | "homepage": "https://benramsey.com" |
||
2067 | } |
||
2068 | ], |
||
2069 | "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", |
||
2070 | "homepage": "https://github.com/ramsey/uuid", |
||
2071 | "keywords": [ |
||
2072 | "guid", |
||
2073 | "identifier", |
||
2074 | "uuid" |
||
2075 | ], |
||
2076 | "time": "2016-11-22 19:21:44" |
||
2077 | }, |
||
2078 | { |
||
2079 | "name": "s-ichikawa/laravel-sendgrid-driver", |
||
2080 | "version": "1.1.4", |
||
2081 | "source": { |
||
2082 | "type": "git", |
||
2083 | "url": "https://github.com/s-ichikawa/laravel-sendgrid-driver.git", |
||
2084 | "reference": "451e51c90054fcfd0c68bb1419d6fd6272430804" |
||
2085 | }, |
||
2086 | "dist": { |
||
2087 | "type": "zip", |
||
2088 | "url": "https://api.github.com/repos/s-ichikawa/laravel-sendgrid-driver/zipball/451e51c90054fcfd0c68bb1419d6fd6272430804", |
||
2089 | "reference": "451e51c90054fcfd0c68bb1419d6fd6272430804", |
||
2090 | "shasum": "" |
||
2091 | }, |
||
2092 | "require": { |
||
2093 | "guzzlehttp/guzzle": "~5.3|~6.2", |
||
2094 | "illuminate/mail": "~5.1" |
||
2095 | }, |
||
2096 | "require-dev": { |
||
2097 | "illuminate/container": "~5.1.0", |
||
2098 | "illuminate/filesystem": "~5.1.0", |
||
2099 | "phpunit/phpunit": ">=4.0" |
||
2100 | }, |
||
2101 | "type": "library", |
||
2102 | "autoload": { |
||
2103 | "psr-4": { |
||
2104 | "Sichikawa\\LaravelSendgridDriver\\": "src" |
||
2105 | } |
||
2106 | }, |
||
2107 | "notification-url": "https://packagist.org/downloads/", |
||
2108 | "license": [ |
||
2109 | "MIT" |
||
2110 | ], |
||
2111 | "authors": [ |
||
2112 | { |
||
2113 | "name": "shingo.ichikawa", |
||
2114 | "email": "[email protected]" |
||
2115 | } |
||
2116 | ], |
||
2117 | "description": "This library adds a 'sendgrid' mail driver to Laravel.", |
||
2118 | "time": "2016-12-18 23:37:13" |
||
2119 | }, |
||
2120 | { |
||
2121 | "name": "swiftmailer/swiftmailer", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
2122 | "version": "v5.4.4", |
||
2123 | "source": { |
||
2124 | "type": "git", |
||
2125 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
2126 | "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756" |
||
2127 | }, |
||
2128 | "dist": { |
||
2129 | "type": "zip", |
||
2130 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/545ce9136690cea74f98f86fbb9c92dd9ab1a756", |
||
2131 | "reference": "545ce9136690cea74f98f86fbb9c92dd9ab1a756", |
||
2132 | "shasum": "" |
||
2133 | }, |
||
2134 | "require": { |
||
2135 | "php": ">=5.3.3" |
||
2136 | }, |
||
2137 | "require-dev": { |
||
2138 | "mockery/mockery": "~0.9.1" |
||
2139 | }, |
||
2140 | "type": "library", |
||
2141 | "extra": { |
||
2142 | "branch-alias": { |
||
2143 | "dev-master": "5.4-dev" |
||
2144 | } |
||
2145 | }, |
||
2146 | "autoload": { |
||
2147 | "files": [ |
||
2148 | "lib/swift_required.php" |
||
2149 | ] |
||
2150 | }, |
||
2151 | "notification-url": "https://packagist.org/downloads/", |
||
2152 | "license": [ |
||
2153 | "MIT" |
||
2154 | ], |
||
2155 | "authors": [ |
||
2156 | { |
||
2157 | "name": "Chris Corbyn" |
||
2158 | }, |
||
2159 | { |
||
2160 | "name": "Fabien Potencier", |
||
2161 | "email": "[email protected]" |
||
2162 | } |
||
2163 | ], |
||
2164 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
2165 | "homepage": "http://swiftmailer.org", |
||
2166 | "keywords": [ |
||
2167 | "email", |
||
2168 | "mail", |
||
2169 | "mailer" |
||
2170 | ], |
||
2171 | "time": "2016-11-24 01:01:23" |
||
2172 | }, |
||
2173 | { |
||
2174 | "name": "symfony/console", |
||
2175 | "version": "v3.1.8", |
||
2176 | "source": { |
||
2177 | "type": "git", |
||
2178 | "url": "https://github.com/symfony/console.git", |
||
2179 | "reference": "221a60fb2f369a065eea1ed96b61183219fdfa6e" |
||
2180 | }, |
||
2181 | "dist": { |
||
2182 | "type": "zip", |
||
2183 | "url": "https://api.github.com/repos/symfony/console/zipball/221a60fb2f369a065eea1ed96b61183219fdfa6e", |
||
2184 | "reference": "221a60fb2f369a065eea1ed96b61183219fdfa6e", |
||
2185 | "shasum": "" |
||
2186 | }, |
||
2187 | "require": { |
||
2188 | "php": ">=5.5.9", |
||
2189 | "symfony/debug": "~2.8|~3.0", |
||
2190 | "symfony/polyfill-mbstring": "~1.0" |
||
2191 | }, |
||
2192 | "require-dev": { |
||
2193 | "psr/log": "~1.0", |
||
2194 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
2195 | "symfony/process": "~2.8|~3.0" |
||
2196 | }, |
||
2197 | "suggest": { |
||
2198 | "psr/log": "For using the console logger", |
||
2199 | "symfony/event-dispatcher": "", |
||
2200 | "symfony/process": "" |
||
2201 | }, |
||
2202 | "type": "library", |
||
2203 | "extra": { |
||
2204 | "branch-alias": { |
||
2205 | "dev-master": "3.1-dev" |
||
2206 | } |
||
2207 | }, |
||
2208 | "autoload": { |
||
2209 | "psr-4": { |
||
2210 | "Symfony\\Component\\Console\\": "" |
||
2211 | }, |
||
2212 | "exclude-from-classmap": [ |
||
2213 | "/Tests/" |
||
2214 | ] |
||
2215 | }, |
||
2216 | "notification-url": "https://packagist.org/downloads/", |
||
2217 | "license": [ |
||
2218 | "MIT" |
||
2219 | ], |
||
2220 | "authors": [ |
||
2221 | { |
||
2222 | "name": "Fabien Potencier", |
||
2223 | "email": "[email protected]" |
||
2224 | }, |
||
2225 | { |
||
2226 | "name": "Symfony Community", |
||
2227 | "homepage": "https://symfony.com/contributors" |
||
2228 | } |
||
2229 | ], |
||
2230 | "description": "Symfony Console Component", |
||
2231 | "homepage": "https://symfony.com", |
||
2232 | "time": "2016-12-08 14:58:14" |
||
2233 | }, |
||
2234 | { |
||
2235 | "name": "symfony/debug", |
||
2236 | "version": "v3.1.8", |
||
2237 | "source": { |
||
2238 | "type": "git", |
||
2239 | "url": "https://github.com/symfony/debug.git", |
||
2240 | "reference": "c058661c32f5b462722e36d120905940089cbd9a" |
||
2241 | }, |
||
2242 | "dist": { |
||
2243 | "type": "zip", |
||
2244 | "url": "https://api.github.com/repos/symfony/debug/zipball/c058661c32f5b462722e36d120905940089cbd9a", |
||
2245 | "reference": "c058661c32f5b462722e36d120905940089cbd9a", |
||
2246 | "shasum": "" |
||
2247 | }, |
||
2248 | "require": { |
||
2249 | "php": ">=5.5.9", |
||
2250 | "psr/log": "~1.0" |
||
2251 | }, |
||
2252 | "conflict": { |
||
2253 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
2254 | }, |
||
2255 | "require-dev": { |
||
2256 | "symfony/class-loader": "~2.8|~3.0", |
||
2257 | "symfony/http-kernel": "~2.8|~3.0" |
||
2258 | }, |
||
2259 | "type": "library", |
||
2260 | "extra": { |
||
2261 | "branch-alias": { |
||
2262 | "dev-master": "3.1-dev" |
||
2263 | } |
||
2264 | }, |
||
2265 | "autoload": { |
||
2266 | "psr-4": { |
||
2267 | "Symfony\\Component\\Debug\\": "" |
||
2268 | }, |
||
2269 | "exclude-from-classmap": [ |
||
2270 | "/Tests/" |
||
2271 | ] |
||
2272 | }, |
||
2273 | "notification-url": "https://packagist.org/downloads/", |
||
2274 | "license": [ |
||
2275 | "MIT" |
||
2276 | ], |
||
2277 | "authors": [ |
||
2278 | { |
||
2279 | "name": "Fabien Potencier", |
||
2280 | "email": "[email protected]" |
||
2281 | }, |
||
2282 | { |
||
2283 | "name": "Symfony Community", |
||
2284 | "homepage": "https://symfony.com/contributors" |
||
2285 | } |
||
2286 | ], |
||
2287 | "description": "Symfony Debug Component", |
||
2288 | "homepage": "https://symfony.com", |
||
2289 | "time": "2016-11-15 12:55:20" |
||
2290 | }, |
||
2291 | { |
||
2292 | "name": "symfony/event-dispatcher", |
||
2293 | "version": "v3.2.1", |
||
2294 | "source": { |
||
2295 | "type": "git", |
||
2296 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
2297 | "reference": "e8f47a327c2f0fd5aa04fa60af2b693006ed7283" |
||
2298 | }, |
||
2299 | "dist": { |
||
2300 | "type": "zip", |
||
2301 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/e8f47a327c2f0fd5aa04fa60af2b693006ed7283", |
||
2302 | "reference": "e8f47a327c2f0fd5aa04fa60af2b693006ed7283", |
||
2303 | "shasum": "" |
||
2304 | }, |
||
2305 | "require": { |
||
2306 | "php": ">=5.5.9" |
||
2307 | }, |
||
2308 | "require-dev": { |
||
2309 | "psr/log": "~1.0", |
||
2310 | "symfony/config": "~2.8|~3.0", |
||
2311 | "symfony/dependency-injection": "~2.8|~3.0", |
||
2312 | "symfony/expression-language": "~2.8|~3.0", |
||
2313 | "symfony/stopwatch": "~2.8|~3.0" |
||
2314 | }, |
||
2315 | "suggest": { |
||
2316 | "symfony/dependency-injection": "", |
||
2317 | "symfony/http-kernel": "" |
||
2318 | }, |
||
2319 | "type": "library", |
||
2320 | "extra": { |
||
2321 | "branch-alias": { |
||
2322 | "dev-master": "3.2-dev" |
||
2323 | } |
||
2324 | }, |
||
2325 | "autoload": { |
||
2326 | "psr-4": { |
||
2327 | "Symfony\\Component\\EventDispatcher\\": "" |
||
2328 | }, |
||
2329 | "exclude-from-classmap": [ |
||
2330 | "/Tests/" |
||
2331 | ] |
||
2332 | }, |
||
2333 | "notification-url": "https://packagist.org/downloads/", |
||
2334 | "license": [ |
||
2335 | "MIT" |
||
2336 | ], |
||
2337 | "authors": [ |
||
2338 | { |
||
2339 | "name": "Fabien Potencier", |
||
2340 | "email": "[email protected]" |
||
2341 | }, |
||
2342 | { |
||
2343 | "name": "Symfony Community", |
||
2344 | "homepage": "https://symfony.com/contributors" |
||
2345 | } |
||
2346 | ], |
||
2347 | "description": "Symfony EventDispatcher Component", |
||
2348 | "homepage": "https://symfony.com", |
||
2349 | "time": "2016-10-13 06:29:04" |
||
2350 | }, |
||
2351 | { |
||
2352 | "name": "symfony/finder", |
||
2353 | "version": "v3.1.8", |
||
2354 | "source": { |
||
2355 | "type": "git", |
||
2356 | "url": "https://github.com/symfony/finder.git", |
||
2357 | "reference": "74dcd370c8d057882575e535616fde935e411b19" |
||
2358 | }, |
||
2359 | "dist": { |
||
2360 | "type": "zip", |
||
2361 | "url": "https://api.github.com/repos/symfony/finder/zipball/74dcd370c8d057882575e535616fde935e411b19", |
||
2362 | "reference": "74dcd370c8d057882575e535616fde935e411b19", |
||
2363 | "shasum": "" |
||
2364 | }, |
||
2365 | "require": { |
||
2366 | "php": ">=5.5.9" |
||
2367 | }, |
||
2368 | "type": "library", |
||
2369 | "extra": { |
||
2370 | "branch-alias": { |
||
2371 | "dev-master": "3.1-dev" |
||
2372 | } |
||
2373 | }, |
||
2374 | "autoload": { |
||
2375 | "psr-4": { |
||
2376 | "Symfony\\Component\\Finder\\": "" |
||
2377 | }, |
||
2378 | "exclude-from-classmap": [ |
||
2379 | "/Tests/" |
||
2380 | ] |
||
2381 | }, |
||
2382 | "notification-url": "https://packagist.org/downloads/", |
||
2383 | "license": [ |
||
2384 | "MIT" |
||
2385 | ], |
||
2386 | "authors": [ |
||
2387 | { |
||
2388 | "name": "Fabien Potencier", |
||
2389 | "email": "[email protected]" |
||
2390 | }, |
||
2391 | { |
||
2392 | "name": "Symfony Community", |
||
2393 | "homepage": "https://symfony.com/contributors" |
||
2394 | } |
||
2395 | ], |
||
2396 | "description": "Symfony Finder Component", |
||
2397 | "homepage": "https://symfony.com", |
||
2398 | "time": "2016-12-13 09:38:21" |
||
2399 | }, |
||
2400 | { |
||
2401 | "name": "symfony/http-foundation", |
||
2402 | "version": "v3.1.8", |
||
2403 | "source": { |
||
2404 | "type": "git", |
||
2405 | "url": "https://github.com/symfony/http-foundation.git", |
||
2406 | "reference": "88a1d3cee2dbd06f7103ff63938743b903b65a92" |
||
2407 | }, |
||
2408 | "dist": { |
||
2409 | "type": "zip", |
||
2410 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/88a1d3cee2dbd06f7103ff63938743b903b65a92", |
||
2411 | "reference": "88a1d3cee2dbd06f7103ff63938743b903b65a92", |
||
2412 | "shasum": "" |
||
2413 | }, |
||
2414 | "require": { |
||
2415 | "php": ">=5.5.9", |
||
2416 | "symfony/polyfill-mbstring": "~1.1" |
||
2417 | }, |
||
2418 | "require-dev": { |
||
2419 | "symfony/expression-language": "~2.8|~3.0" |
||
2420 | }, |
||
2421 | "type": "library", |
||
2422 | "extra": { |
||
2423 | "branch-alias": { |
||
2424 | "dev-master": "3.1-dev" |
||
2425 | } |
||
2426 | }, |
||
2427 | "autoload": { |
||
2428 | "psr-4": { |
||
2429 | "Symfony\\Component\\HttpFoundation\\": "" |
||
2430 | }, |
||
2431 | "exclude-from-classmap": [ |
||
2432 | "/Tests/" |
||
2433 | ] |
||
2434 | }, |
||
2435 | "notification-url": "https://packagist.org/downloads/", |
||
2436 | "license": [ |
||
2437 | "MIT" |
||
2438 | ], |
||
2439 | "authors": [ |
||
2440 | { |
||
2441 | "name": "Fabien Potencier", |
||
2442 | "email": "[email protected]" |
||
2443 | }, |
||
2444 | { |
||
2445 | "name": "Symfony Community", |
||
2446 | "homepage": "https://symfony.com/contributors" |
||
2447 | } |
||
2448 | ], |
||
2449 | "description": "Symfony HttpFoundation Component", |
||
2450 | "homepage": "https://symfony.com", |
||
2451 | "time": "2016-11-27 04:21:07" |
||
2452 | }, |
||
2453 | { |
||
2454 | "name": "symfony/http-kernel", |
||
2455 | "version": "v3.1.8", |
||
2456 | "source": { |
||
2457 | "type": "git", |
||
2458 | "url": "https://github.com/symfony/http-kernel.git", |
||
2459 | "reference": "d7a4671a6f8e4174127770263dcd95bee5713f76" |
||
2460 | }, |
||
2461 | "dist": { |
||
2462 | "type": "zip", |
||
2463 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d7a4671a6f8e4174127770263dcd95bee5713f76", |
||
2464 | "reference": "d7a4671a6f8e4174127770263dcd95bee5713f76", |
||
2465 | "shasum": "" |
||
2466 | }, |
||
2467 | "require": { |
||
2468 | "php": ">=5.5.9", |
||
2469 | "psr/log": "~1.0", |
||
2470 | "symfony/debug": "~2.8|~3.0", |
||
2471 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
2472 | "symfony/http-foundation": "~2.8.13|~3.1.6|~3.2" |
||
2473 | }, |
||
2474 | "conflict": { |
||
2475 | "symfony/config": "<2.8" |
||
2476 | }, |
||
2477 | "require-dev": { |
||
2478 | "symfony/browser-kit": "~2.8|~3.0", |
||
2479 | "symfony/class-loader": "~2.8|~3.0", |
||
2480 | "symfony/config": "~2.8|~3.0", |
||
2481 | "symfony/console": "~2.8|~3.0", |
||
2482 | "symfony/css-selector": "~2.8|~3.0", |
||
2483 | "symfony/dependency-injection": "~2.8|~3.0", |
||
2484 | "symfony/dom-crawler": "~2.8|~3.0", |
||
2485 | "symfony/expression-language": "~2.8|~3.0", |
||
2486 | "symfony/finder": "~2.8|~3.0", |
||
2487 | "symfony/process": "~2.8|~3.0", |
||
2488 | "symfony/routing": "~2.8|~3.0", |
||
2489 | "symfony/stopwatch": "~2.8|~3.0", |
||
2490 | "symfony/templating": "~2.8|~3.0", |
||
2491 | "symfony/translation": "~2.8|~3.0", |
||
2492 | "symfony/var-dumper": "~2.8|~3.0" |
||
2493 | }, |
||
2494 | "suggest": { |
||
2495 | "symfony/browser-kit": "", |
||
2496 | "symfony/class-loader": "", |
||
2497 | "symfony/config": "", |
||
2498 | "symfony/console": "", |
||
2499 | "symfony/dependency-injection": "", |
||
2500 | "symfony/finder": "", |
||
2501 | "symfony/var-dumper": "" |
||
2502 | }, |
||
2503 | "type": "library", |
||
2504 | "extra": { |
||
2505 | "branch-alias": { |
||
2506 | "dev-master": "3.1-dev" |
||
2507 | } |
||
2508 | }, |
||
2509 | "autoload": { |
||
2510 | "psr-4": { |
||
2511 | "Symfony\\Component\\HttpKernel\\": "" |
||
2512 | }, |
||
2513 | "exclude-from-classmap": [ |
||
2514 | "/Tests/" |
||
2515 | ] |
||
2516 | }, |
||
2517 | "notification-url": "https://packagist.org/downloads/", |
||
2518 | "license": [ |
||
2519 | "MIT" |
||
2520 | ], |
||
2521 | "authors": [ |
||
2522 | { |
||
2523 | "name": "Fabien Potencier", |
||
2524 | "email": "[email protected]" |
||
2525 | }, |
||
2526 | { |
||
2527 | "name": "Symfony Community", |
||
2528 | "homepage": "https://symfony.com/contributors" |
||
2529 | } |
||
2530 | ], |
||
2531 | "description": "Symfony HttpKernel Component", |
||
2532 | "homepage": "https://symfony.com", |
||
2533 | "time": "2016-12-13 12:52:10" |
||
2534 | }, |
||
2535 | { |
||
2536 | "name": "symfony/polyfill-mbstring", |
||
2537 | "version": "v1.3.0", |
||
2538 | "source": { |
||
2539 | "type": "git", |
||
2540 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
2541 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" |
||
2542 | }, |
||
2543 | "dist": { |
||
2544 | "type": "zip", |
||
2545 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", |
||
2546 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", |
||
2547 | "shasum": "" |
||
2548 | }, |
||
2549 | "require": { |
||
2550 | "php": ">=5.3.3" |
||
2551 | }, |
||
2552 | "suggest": { |
||
2553 | "ext-mbstring": "For best performance" |
||
2554 | }, |
||
2555 | "type": "library", |
||
2556 | "extra": { |
||
2557 | "branch-alias": { |
||
2558 | "dev-master": "1.3-dev" |
||
2559 | } |
||
2560 | }, |
||
2561 | "autoload": { |
||
2562 | "psr-4": { |
||
2563 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
2564 | }, |
||
2565 | "files": [ |
||
2566 | "bootstrap.php" |
||
2567 | ] |
||
2568 | }, |
||
2569 | "notification-url": "https://packagist.org/downloads/", |
||
2570 | "license": [ |
||
2571 | "MIT" |
||
2572 | ], |
||
2573 | "authors": [ |
||
2574 | { |
||
2575 | "name": "Nicolas Grekas", |
||
2576 | "email": "[email protected]" |
||
2577 | }, |
||
2578 | { |
||
2579 | "name": "Symfony Community", |
||
2580 | "homepage": "https://symfony.com/contributors" |
||
2581 | } |
||
2582 | ], |
||
2583 | "description": "Symfony polyfill for the Mbstring extension", |
||
2584 | "homepage": "https://symfony.com", |
||
2585 | "keywords": [ |
||
2586 | "compatibility", |
||
2587 | "mbstring", |
||
2588 | "polyfill", |
||
2589 | "portable", |
||
2590 | "shim" |
||
2591 | ], |
||
2592 | "time": "2016-11-14 01:06:16" |
||
2593 | }, |
||
2594 | { |
||
2595 | "name": "symfony/polyfill-php56", |
||
2596 | "version": "v1.3.0", |
||
2597 | "source": { |
||
2598 | "type": "git", |
||
2599 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
2600 | "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c" |
||
2601 | }, |
||
2602 | "dist": { |
||
2603 | "type": "zip", |
||
2604 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/1dd42b9b89556f18092f3d1ada22cb05ac85383c", |
||
2605 | "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c", |
||
2606 | "shasum": "" |
||
2607 | }, |
||
2608 | "require": { |
||
2609 | "php": ">=5.3.3", |
||
2610 | "symfony/polyfill-util": "~1.0" |
||
2611 | }, |
||
2612 | "type": "library", |
||
2613 | "extra": { |
||
2614 | "branch-alias": { |
||
2615 | "dev-master": "1.3-dev" |
||
2616 | } |
||
2617 | }, |
||
2618 | "autoload": { |
||
2619 | "psr-4": { |
||
2620 | "Symfony\\Polyfill\\Php56\\": "" |
||
2621 | }, |
||
2622 | "files": [ |
||
2623 | "bootstrap.php" |
||
2624 | ] |
||
2625 | }, |
||
2626 | "notification-url": "https://packagist.org/downloads/", |
||
2627 | "license": [ |
||
2628 | "MIT" |
||
2629 | ], |
||
2630 | "authors": [ |
||
2631 | { |
||
2632 | "name": "Nicolas Grekas", |
||
2633 | "email": "[email protected]" |
||
2634 | }, |
||
2635 | { |
||
2636 | "name": "Symfony Community", |
||
2637 | "homepage": "https://symfony.com/contributors" |
||
2638 | } |
||
2639 | ], |
||
2640 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
2641 | "homepage": "https://symfony.com", |
||
2642 | "keywords": [ |
||
2643 | "compatibility", |
||
2644 | "polyfill", |
||
2645 | "portable", |
||
2646 | "shim" |
||
2647 | ], |
||
2648 | "time": "2016-11-14 01:06:16" |
||
2649 | }, |
||
2650 | { |
||
2651 | "name": "symfony/polyfill-util", |
||
2652 | "version": "v1.3.0", |
||
2653 | "source": { |
||
2654 | "type": "git", |
||
2655 | "url": "https://github.com/symfony/polyfill-util.git", |
||
2656 | "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb" |
||
2657 | }, |
||
2658 | "dist": { |
||
2659 | "type": "zip", |
||
2660 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/746bce0fca664ac0a575e465f65c6643faddf7fb", |
||
2661 | "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb", |
||
2662 | "shasum": "" |
||
2663 | }, |
||
2664 | "require": { |
||
2665 | "php": ">=5.3.3" |
||
2666 | }, |
||
2667 | "type": "library", |
||
2668 | "extra": { |
||
2669 | "branch-alias": { |
||
2670 | "dev-master": "1.3-dev" |
||
2671 | } |
||
2672 | }, |
||
2673 | "autoload": { |
||
2674 | "psr-4": { |
||
2675 | "Symfony\\Polyfill\\Util\\": "" |
||
2676 | } |
||
2677 | }, |
||
2678 | "notification-url": "https://packagist.org/downloads/", |
||
2679 | "license": [ |
||
2680 | "MIT" |
||
2681 | ], |
||
2682 | "authors": [ |
||
2683 | { |
||
2684 | "name": "Nicolas Grekas", |
||
2685 | "email": "[email protected]" |
||
2686 | }, |
||
2687 | { |
||
2688 | "name": "Symfony Community", |
||
2689 | "homepage": "https://symfony.com/contributors" |
||
2690 | } |
||
2691 | ], |
||
2692 | "description": "Symfony utilities for portability of PHP codes", |
||
2693 | "homepage": "https://symfony.com", |
||
2694 | "keywords": [ |
||
2695 | "compat", |
||
2696 | "compatibility", |
||
2697 | "polyfill", |
||
2698 | "shim" |
||
2699 | ], |
||
2700 | "time": "2016-11-14 01:06:16" |
||
2701 | }, |
||
2702 | { |
||
2703 | "name": "symfony/process", |
||
2704 | "version": "v3.1.8", |
||
2705 | "source": { |
||
2706 | "type": "git", |
||
2707 | "url": "https://github.com/symfony/process.git", |
||
2708 | "reference": "d23427a7f97a373129f61bc3b876fe4c66e2b3c7" |
||
2709 | }, |
||
2710 | "dist": { |
||
2711 | "type": "zip", |
||
2712 | "url": "https://api.github.com/repos/symfony/process/zipball/d23427a7f97a373129f61bc3b876fe4c66e2b3c7", |
||
2713 | "reference": "d23427a7f97a373129f61bc3b876fe4c66e2b3c7", |
||
2714 | "shasum": "" |
||
2715 | }, |
||
2716 | "require": { |
||
2717 | "php": ">=5.5.9" |
||
2718 | }, |
||
2719 | "type": "library", |
||
2720 | "extra": { |
||
2721 | "branch-alias": { |
||
2722 | "dev-master": "3.1-dev" |
||
2723 | } |
||
2724 | }, |
||
2725 | "autoload": { |
||
2726 | "psr-4": { |
||
2727 | "Symfony\\Component\\Process\\": "" |
||
2728 | }, |
||
2729 | "exclude-from-classmap": [ |
||
2730 | "/Tests/" |
||
2731 | ] |
||
2732 | }, |
||
2733 | "notification-url": "https://packagist.org/downloads/", |
||
2734 | "license": [ |
||
2735 | "MIT" |
||
2736 | ], |
||
2737 | "authors": [ |
||
2738 | { |
||
2739 | "name": "Fabien Potencier", |
||
2740 | "email": "[email protected]" |
||
2741 | }, |
||
2742 | { |
||
2743 | "name": "Symfony Community", |
||
2744 | "homepage": "https://symfony.com/contributors" |
||
2745 | } |
||
2746 | ], |
||
2747 | "description": "Symfony Process Component", |
||
2748 | "homepage": "https://symfony.com", |
||
2749 | "time": "2016-11-24 01:08:05" |
||
2750 | }, |
||
2751 | { |
||
2752 | "name": "symfony/routing", |
||
2753 | "version": "v3.1.8", |
||
2754 | "source": { |
||
2755 | "type": "git", |
||
2756 | "url": "https://github.com/symfony/routing.git", |
||
2757 | "reference": "4beb3dceb14cf2dd63dd222d1825ca981a2952cb" |
||
2758 | }, |
||
2759 | "dist": { |
||
2760 | "type": "zip", |
||
2761 | "url": "https://api.github.com/repos/symfony/routing/zipball/4beb3dceb14cf2dd63dd222d1825ca981a2952cb", |
||
2762 | "reference": "4beb3dceb14cf2dd63dd222d1825ca981a2952cb", |
||
2763 | "shasum": "" |
||
2764 | }, |
||
2765 | "require": { |
||
2766 | "php": ">=5.5.9" |
||
2767 | }, |
||
2768 | "conflict": { |
||
2769 | "symfony/config": "<2.8" |
||
2770 | }, |
||
2771 | "require-dev": { |
||
2772 | "doctrine/annotations": "~1.0", |
||
2773 | "doctrine/common": "~2.2", |
||
2774 | "psr/log": "~1.0", |
||
2775 | "symfony/config": "~2.8|~3.0", |
||
2776 | "symfony/expression-language": "~2.8|~3.0", |
||
2777 | "symfony/http-foundation": "~2.8|~3.0", |
||
2778 | "symfony/yaml": "~2.8|~3.0" |
||
2779 | }, |
||
2780 | "suggest": { |
||
2781 | "doctrine/annotations": "For using the annotation loader", |
||
2782 | "symfony/config": "For using the all-in-one router or any loader", |
||
2783 | "symfony/dependency-injection": "For loading routes from a service", |
||
2784 | "symfony/expression-language": "For using expression matching", |
||
2785 | "symfony/http-foundation": "For using a Symfony Request object", |
||
2786 | "symfony/yaml": "For using the YAML loader" |
||
2787 | }, |
||
2788 | "type": "library", |
||
2789 | "extra": { |
||
2790 | "branch-alias": { |
||
2791 | "dev-master": "3.1-dev" |
||
2792 | } |
||
2793 | }, |
||
2794 | "autoload": { |
||
2795 | "psr-4": { |
||
2796 | "Symfony\\Component\\Routing\\": "" |
||
2797 | }, |
||
2798 | "exclude-from-classmap": [ |
||
2799 | "/Tests/" |
||
2800 | ] |
||
2801 | }, |
||
2802 | "notification-url": "https://packagist.org/downloads/", |
||
2803 | "license": [ |
||
2804 | "MIT" |
||
2805 | ], |
||
2806 | "authors": [ |
||
2807 | { |
||
2808 | "name": "Fabien Potencier", |
||
2809 | "email": "[email protected]" |
||
2810 | }, |
||
2811 | { |
||
2812 | "name": "Symfony Community", |
||
2813 | "homepage": "https://symfony.com/contributors" |
||
2814 | } |
||
2815 | ], |
||
2816 | "description": "Symfony Routing Component", |
||
2817 | "homepage": "https://symfony.com", |
||
2818 | "keywords": [ |
||
2819 | "router", |
||
2820 | "routing", |
||
2821 | "uri", |
||
2822 | "url" |
||
2823 | ], |
||
2824 | "time": "2016-11-25 12:27:14" |
||
2825 | }, |
||
2826 | { |
||
2827 | "name": "symfony/translation", |
||
2828 | "version": "v3.1.8", |
||
2829 | "source": { |
||
2830 | "type": "git", |
||
2831 | "url": "https://github.com/symfony/translation.git", |
||
2832 | "reference": "2f4b6114b75c506dd1ee7eb485b35facbcb2d873" |
||
2833 | }, |
||
2834 | "dist": { |
||
2835 | "type": "zip", |
||
2836 | "url": "https://api.github.com/repos/symfony/translation/zipball/2f4b6114b75c506dd1ee7eb485b35facbcb2d873", |
||
2837 | "reference": "2f4b6114b75c506dd1ee7eb485b35facbcb2d873", |
||
2838 | "shasum": "" |
||
2839 | }, |
||
2840 | "require": { |
||
2841 | "php": ">=5.5.9", |
||
2842 | "symfony/polyfill-mbstring": "~1.0" |
||
2843 | }, |
||
2844 | "conflict": { |
||
2845 | "symfony/config": "<2.8" |
||
2846 | }, |
||
2847 | "require-dev": { |
||
2848 | "psr/log": "~1.0", |
||
2849 | "symfony/config": "~2.8|~3.0", |
||
2850 | "symfony/intl": "~2.8|~3.0", |
||
2851 | "symfony/yaml": "~2.8|~3.0" |
||
2852 | }, |
||
2853 | "suggest": { |
||
2854 | "psr/log": "To use logging capability in translator", |
||
2855 | "symfony/config": "", |
||
2856 | "symfony/yaml": "" |
||
2857 | }, |
||
2858 | "type": "library", |
||
2859 | "extra": { |
||
2860 | "branch-alias": { |
||
2861 | "dev-master": "3.1-dev" |
||
2862 | } |
||
2863 | }, |
||
2864 | "autoload": { |
||
2865 | "psr-4": { |
||
2866 | "Symfony\\Component\\Translation\\": "" |
||
2867 | }, |
||
2868 | "exclude-from-classmap": [ |
||
2869 | "/Tests/" |
||
2870 | ] |
||
2871 | }, |
||
2872 | "notification-url": "https://packagist.org/downloads/", |
||
2873 | "license": [ |
||
2874 | "MIT" |
||
2875 | ], |
||
2876 | "authors": [ |
||
2877 | { |
||
2878 | "name": "Fabien Potencier", |
||
2879 | "email": "[email protected]" |
||
2880 | }, |
||
2881 | { |
||
2882 | "name": "Symfony Community", |
||
2883 | "homepage": "https://symfony.com/contributors" |
||
2884 | } |
||
2885 | ], |
||
2886 | "description": "Symfony Translation Component", |
||
2887 | "homepage": "https://symfony.com", |
||
2888 | "time": "2016-11-18 21:15:08" |
||
2889 | }, |
||
2890 | { |
||
2891 | "name": "symfony/var-dumper", |
||
2892 | "version": "v3.1.8", |
||
2893 | "source": { |
||
2894 | "type": "git", |
||
2895 | "url": "https://github.com/symfony/var-dumper.git", |
||
2896 | "reference": "5ccbd23a97035886e595ce497dbe94bc88ac0b57" |
||
2897 | }, |
||
2898 | "dist": { |
||
2899 | "type": "zip", |
||
2900 | "url": "https://api.github.com/repos/symfony/var-dumper/zipball/5ccbd23a97035886e595ce497dbe94bc88ac0b57", |
||
2901 | "reference": "5ccbd23a97035886e595ce497dbe94bc88ac0b57", |
||
2902 | "shasum": "" |
||
2903 | }, |
||
2904 | "require": { |
||
2905 | "php": ">=5.5.9", |
||
2906 | "symfony/polyfill-mbstring": "~1.0" |
||
2907 | }, |
||
2908 | "require-dev": { |
||
2909 | "twig/twig": "~1.20|~2.0" |
||
2910 | }, |
||
2911 | "suggest": { |
||
2912 | "ext-symfony_debug": "" |
||
2913 | }, |
||
2914 | "type": "library", |
||
2915 | "extra": { |
||
2916 | "branch-alias": { |
||
2917 | "dev-master": "3.1-dev" |
||
2918 | } |
||
2919 | }, |
||
2920 | "autoload": { |
||
2921 | "files": [ |
||
2922 | "Resources/functions/dump.php" |
||
2923 | ], |
||
2924 | "psr-4": { |
||
2925 | "Symfony\\Component\\VarDumper\\": "" |
||
2926 | }, |
||
2927 | "exclude-from-classmap": [ |
||
2928 | "/Tests/" |
||
2929 | ] |
||
2930 | }, |
||
2931 | "notification-url": "https://packagist.org/downloads/", |
||
2932 | "license": [ |
||
2933 | "MIT" |
||
2934 | ], |
||
2935 | "authors": [ |
||
2936 | { |
||
2937 | "name": "Nicolas Grekas", |
||
2938 | "email": "[email protected]" |
||
2939 | }, |
||
2940 | { |
||
2941 | "name": "Symfony Community", |
||
2942 | "homepage": "https://symfony.com/contributors" |
||
2943 | } |
||
2944 | ], |
||
2945 | "description": "Symfony mechanism for exploring and dumping PHP variables", |
||
2946 | "homepage": "https://symfony.com", |
||
2947 | "keywords": [ |
||
2948 | "debug", |
||
2949 | "dump" |
||
2950 | ], |
||
2951 | "time": "2016-12-08 14:58:14" |
||
2952 | }, |
||
2953 | { |
||
2954 | "name": "vlucas/phpdotenv", |
||
2955 | "version": "v2.4.0", |
||
2956 | "source": { |
||
2957 | "type": "git", |
||
2958 | "url": "https://github.com/vlucas/phpdotenv.git", |
||
2959 | "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c" |
||
2960 | }, |
||
2961 | "dist": { |
||
2962 | "type": "zip", |
||
2963 | "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c", |
||
2964 | "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c", |
||
2965 | "shasum": "" |
||
2966 | }, |
||
2967 | "require": { |
||
2968 | "php": ">=5.3.9" |
||
2969 | }, |
||
2970 | "require-dev": { |
||
2971 | "phpunit/phpunit": "^4.8 || ^5.0" |
||
2972 | }, |
||
2973 | "type": "library", |
||
2974 | "extra": { |
||
2975 | "branch-alias": { |
||
2976 | "dev-master": "2.4-dev" |
||
2977 | } |
||
2978 | }, |
||
2979 | "autoload": { |
||
2980 | "psr-4": { |
||
2981 | "Dotenv\\": "src/" |
||
2982 | } |
||
2983 | }, |
||
2984 | "notification-url": "https://packagist.org/downloads/", |
||
2985 | "license": [ |
||
2986 | "BSD-3-Clause-Attribution" |
||
2987 | ], |
||
2988 | "authors": [ |
||
2989 | { |
||
2990 | "name": "Vance Lucas", |
||
2991 | "email": "[email protected]", |
||
2992 | "homepage": "http://www.vancelucas.com" |
||
2993 | } |
||
2994 | ], |
||
2995 | "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", |
||
2996 | "keywords": [ |
||
2997 | "dotenv", |
||
2998 | "env", |
||
2999 | "environment" |
||
3000 | ], |
||
3001 | "time": "2016-09-01 10:05:43" |
||
3002 | } |
||
3003 | ], |
||
3004 | "packages-dev": [ |
||
3005 | { |
||
3006 | "name": "doctrine/instantiator", |
||
3007 | "version": "1.0.5", |
||
3008 | "source": { |
||
3009 | "type": "git", |
||
3010 | "url": "https://github.com/doctrine/instantiator.git", |
||
3011 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
3012 | }, |
||
3013 | "dist": { |
||
3014 | "type": "zip", |
||
3015 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
3016 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
3017 | "shasum": "" |
||
3018 | }, |
||
3019 | "require": { |
||
3020 | "php": ">=5.3,<8.0-DEV" |
||
3021 | }, |
||
3022 | "require-dev": { |
||
3023 | "athletic/athletic": "~0.1.8", |
||
3024 | "ext-pdo": "*", |
||
3025 | "ext-phar": "*", |
||
3026 | "phpunit/phpunit": "~4.0", |
||
3027 | "squizlabs/php_codesniffer": "~2.0" |
||
3028 | }, |
||
3029 | "type": "library", |
||
3030 | "extra": { |
||
3031 | "branch-alias": { |
||
3032 | "dev-master": "1.0.x-dev" |
||
3033 | } |
||
3034 | }, |
||
3035 | "autoload": { |
||
3036 | "psr-4": { |
||
3037 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
3038 | } |
||
3039 | }, |
||
3040 | "notification-url": "https://packagist.org/downloads/", |
||
3041 | "license": [ |
||
3042 | "MIT" |
||
3043 | ], |
||
3044 | "authors": [ |
||
3045 | { |
||
3046 | "name": "Marco Pivetta", |
||
3047 | "email": "[email protected]", |
||
3048 | "homepage": "http://ocramius.github.com/" |
||
3049 | } |
||
3050 | ], |
||
3051 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
3052 | "homepage": "https://github.com/doctrine/instantiator", |
||
3053 | "keywords": [ |
||
3054 | "constructor", |
||
3055 | "instantiate" |
||
3056 | ], |
||
3057 | "time": "2015-06-14 21:17:01" |
||
3058 | }, |
||
3059 | { |
||
3060 | "name": "fzaninotto/faker", |
||
3061 | "version": "v1.6.0", |
||
3062 | "source": { |
||
3063 | "type": "git", |
||
3064 | "url": "https://github.com/fzaninotto/Faker.git", |
||
3065 | "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123" |
||
3066 | }, |
||
3067 | "dist": { |
||
3068 | "type": "zip", |
||
3069 | "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123", |
||
3070 | "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123", |
||
3071 | "shasum": "" |
||
3072 | }, |
||
3073 | "require": { |
||
3074 | "php": "^5.3.3|^7.0" |
||
3075 | }, |
||
3076 | "require-dev": { |
||
3077 | "ext-intl": "*", |
||
3078 | "phpunit/phpunit": "~4.0", |
||
3079 | "squizlabs/php_codesniffer": "~1.5" |
||
3080 | }, |
||
3081 | "type": "library", |
||
3082 | "extra": { |
||
3083 | "branch-alias": [] |
||
3084 | }, |
||
3085 | "autoload": { |
||
3086 | "psr-4": { |
||
3087 | "Faker\\": "src/Faker/" |
||
3088 | } |
||
3089 | }, |
||
3090 | "notification-url": "https://packagist.org/downloads/", |
||
3091 | "license": [ |
||
3092 | "MIT" |
||
3093 | ], |
||
3094 | "authors": [ |
||
3095 | { |
||
3096 | "name": "François Zaninotto" |
||
3097 | } |
||
3098 | ], |
||
3099 | "description": "Faker is a PHP library that generates fake data for you.", |
||
3100 | "keywords": [ |
||
3101 | "data", |
||
3102 | "faker", |
||
3103 | "fixtures" |
||
3104 | ], |
||
3105 | "time": "2016-04-29 12:21:54" |
||
3106 | }, |
||
3107 | { |
||
3108 | "name": "hamcrest/hamcrest-php", |
||
3109 | "version": "v1.2.2", |
||
3110 | "source": { |
||
3111 | "type": "git", |
||
3112 | "url": "https://github.com/hamcrest/hamcrest-php.git", |
||
3113 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c" |
||
3114 | }, |
||
3115 | "dist": { |
||
3116 | "type": "zip", |
||
3117 | "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
3118 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
3119 | "shasum": "" |
||
3120 | }, |
||
3121 | "require": { |
||
3122 | "php": ">=5.3.2" |
||
3123 | }, |
||
3124 | "replace": { |
||
3125 | "cordoval/hamcrest-php": "*", |
||
3126 | "davedevelopment/hamcrest-php": "*", |
||
3127 | "kodova/hamcrest-php": "*" |
||
3128 | }, |
||
3129 | "require-dev": { |
||
3130 | "phpunit/php-file-iterator": "1.3.3", |
||
3131 | "satooshi/php-coveralls": "dev-master" |
||
3132 | }, |
||
3133 | "type": "library", |
||
3134 | "autoload": { |
||
3135 | "classmap": [ |
||
3136 | "hamcrest" |
||
3137 | ], |
||
3138 | "files": [ |
||
3139 | "hamcrest/Hamcrest.php" |
||
3140 | ] |
||
3141 | }, |
||
3142 | "notification-url": "https://packagist.org/downloads/", |
||
3143 | "license": [ |
||
3144 | "BSD" |
||
3145 | ], |
||
3146 | "description": "This is the PHP port of Hamcrest Matchers", |
||
3147 | "keywords": [ |
||
3148 | "test" |
||
3149 | ], |
||
3150 | "time": "2015-05-11 14:41:42" |
||
3151 | }, |
||
3152 | { |
||
3153 | "name": "mockery/mockery", |
||
3154 | "version": "0.9.7", |
||
3155 | "source": { |
||
3156 | "type": "git", |
||
3157 | "url": "https://github.com/padraic/mockery.git", |
||
3158 | "reference": "4de7969f4664da3cef1ccd83866c9f59378c3371" |
||
3159 | }, |
||
3160 | "dist": { |
||
3161 | "type": "zip", |
||
3162 | "url": "https://api.github.com/repos/padraic/mockery/zipball/4de7969f4664da3cef1ccd83866c9f59378c3371", |
||
3163 | "reference": "4de7969f4664da3cef1ccd83866c9f59378c3371", |
||
3164 | "shasum": "" |
||
3165 | }, |
||
3166 | "require": { |
||
3167 | "hamcrest/hamcrest-php": "~1.1", |
||
3168 | "lib-pcre": ">=7.0", |
||
3169 | "php": ">=5.3.2" |
||
3170 | }, |
||
3171 | "require-dev": { |
||
3172 | "phpunit/phpunit": "~4.0" |
||
3173 | }, |
||
3174 | "type": "library", |
||
3175 | "extra": { |
||
3176 | "branch-alias": { |
||
3177 | "dev-master": "0.9.x-dev" |
||
3178 | } |
||
3179 | }, |
||
3180 | "autoload": { |
||
3181 | "psr-0": { |
||
3182 | "Mockery": "library/" |
||
3183 | } |
||
3184 | }, |
||
3185 | "notification-url": "https://packagist.org/downloads/", |
||
3186 | "license": [ |
||
3187 | "BSD-3-Clause" |
||
3188 | ], |
||
3189 | "authors": [ |
||
3190 | { |
||
3191 | "name": "Pádraic Brady", |
||
3192 | "email": "[email protected]", |
||
3193 | "homepage": "http://blog.astrumfutura.com" |
||
3194 | }, |
||
3195 | { |
||
3196 | "name": "Dave Marshall", |
||
3197 | "email": "[email protected]", |
||
3198 | "homepage": "http://davedevelopment.co.uk" |
||
3199 | } |
||
3200 | ], |
||
3201 | "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.", |
||
3202 | "homepage": "http://github.com/padraic/mockery", |
||
3203 | "keywords": [ |
||
3204 | "BDD", |
||
3205 | "TDD", |
||
3206 | "library", |
||
3207 | "mock", |
||
3208 | "mock objects", |
||
3209 | "mockery", |
||
3210 | "stub", |
||
3211 | "test", |
||
3212 | "test double", |
||
3213 | "testing" |
||
3214 | ], |
||
3215 | "time": "2016-12-19 14:50:55" |
||
3216 | }, |
||
3217 | { |
||
3218 | "name": "myclabs/deep-copy", |
||
3219 | "version": "1.5.5", |
||
3220 | "source": { |
||
3221 | "type": "git", |
||
3222 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
3223 | "reference": "399c1f9781e222f6eb6cc238796f5200d1b7f108" |
||
3224 | }, |
||
3225 | "dist": { |
||
3226 | "type": "zip", |
||
3227 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/399c1f9781e222f6eb6cc238796f5200d1b7f108", |
||
3228 | "reference": "399c1f9781e222f6eb6cc238796f5200d1b7f108", |
||
3229 | "shasum": "" |
||
3230 | }, |
||
3231 | "require": { |
||
3232 | "php": ">=5.4.0" |
||
3233 | }, |
||
3234 | "require-dev": { |
||
3235 | "doctrine/collections": "1.*", |
||
3236 | "phpunit/phpunit": "~4.1" |
||
3237 | }, |
||
3238 | "type": "library", |
||
3239 | "autoload": { |
||
3240 | "psr-4": { |
||
3241 | "DeepCopy\\": "src/DeepCopy/" |
||
3242 | } |
||
3243 | }, |
||
3244 | "notification-url": "https://packagist.org/downloads/", |
||
3245 | "license": [ |
||
3246 | "MIT" |
||
3247 | ], |
||
3248 | "description": "Create deep copies (clones) of your objects", |
||
3249 | "homepage": "https://github.com/myclabs/DeepCopy", |
||
3250 | "keywords": [ |
||
3251 | "clone", |
||
3252 | "copy", |
||
3253 | "duplicate", |
||
3254 | "object", |
||
3255 | "object graph" |
||
3256 | ], |
||
3257 | "time": "2016-10-31 17:19:45" |
||
3258 | }, |
||
3259 | { |
||
3260 | "name": "phpdocumentor/reflection-common", |
||
3261 | "version": "1.0", |
||
3262 | "source": { |
||
3263 | "type": "git", |
||
3264 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
3265 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" |
||
3266 | }, |
||
3267 | "dist": { |
||
3268 | "type": "zip", |
||
3269 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
3270 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
3271 | "shasum": "" |
||
3272 | }, |
||
3273 | "require": { |
||
3274 | "php": ">=5.5" |
||
3275 | }, |
||
3276 | "require-dev": { |
||
3277 | "phpunit/phpunit": "^4.6" |
||
3278 | }, |
||
3279 | "type": "library", |
||
3280 | "extra": { |
||
3281 | "branch-alias": { |
||
3282 | "dev-master": "1.0.x-dev" |
||
3283 | } |
||
3284 | }, |
||
3285 | "autoload": { |
||
3286 | "psr-4": { |
||
3287 | "phpDocumentor\\Reflection\\": [ |
||
3288 | "src" |
||
3289 | ] |
||
3290 | } |
||
3291 | }, |
||
3292 | "notification-url": "https://packagist.org/downloads/", |
||
3293 | "license": [ |
||
3294 | "MIT" |
||
3295 | ], |
||
3296 | "authors": [ |
||
3297 | { |
||
3298 | "name": "Jaap van Otterdijk", |
||
3299 | "email": "[email protected]" |
||
3300 | } |
||
3301 | ], |
||
3302 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
3303 | "homepage": "http://www.phpdoc.org", |
||
3304 | "keywords": [ |
||
3305 | "FQSEN", |
||
3306 | "phpDocumentor", |
||
3307 | "phpdoc", |
||
3308 | "reflection", |
||
3309 | "static analysis" |
||
3310 | ], |
||
3311 | "time": "2015-12-27 11:43:31" |
||
3312 | }, |
||
3313 | { |
||
3314 | "name": "phpdocumentor/reflection-docblock", |
||
3315 | "version": "3.1.1", |
||
3316 | "source": { |
||
3317 | "type": "git", |
||
3318 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
3319 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e" |
||
3320 | }, |
||
3321 | "dist": { |
||
3322 | "type": "zip", |
||
3323 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
3324 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
3325 | "shasum": "" |
||
3326 | }, |
||
3327 | "require": { |
||
3328 | "php": ">=5.5", |
||
3329 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
3330 | "phpdocumentor/type-resolver": "^0.2.0", |
||
3331 | "webmozart/assert": "^1.0" |
||
3332 | }, |
||
3333 | "require-dev": { |
||
3334 | "mockery/mockery": "^0.9.4", |
||
3335 | "phpunit/phpunit": "^4.4" |
||
3336 | }, |
||
3337 | "type": "library", |
||
3338 | "autoload": { |
||
3339 | "psr-4": { |
||
3340 | "phpDocumentor\\Reflection\\": [ |
||
3341 | "src/" |
||
3342 | ] |
||
3343 | } |
||
3344 | }, |
||
3345 | "notification-url": "https://packagist.org/downloads/", |
||
3346 | "license": [ |
||
3347 | "MIT" |
||
3348 | ], |
||
3349 | "authors": [ |
||
3350 | { |
||
3351 | "name": "Mike van Riel", |
||
3352 | "email": "[email protected]" |
||
3353 | } |
||
3354 | ], |
||
3355 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
3356 | "time": "2016-09-30 07:12:33" |
||
3357 | }, |
||
3358 | { |
||
3359 | "name": "phpdocumentor/type-resolver", |
||
3360 | "version": "0.2.1", |
||
3361 | "source": { |
||
3362 | "type": "git", |
||
3363 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
3364 | "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb" |
||
3365 | }, |
||
3366 | "dist": { |
||
3367 | "type": "zip", |
||
3368 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", |
||
3369 | "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", |
||
3370 | "shasum": "" |
||
3371 | }, |
||
3372 | "require": { |
||
3373 | "php": ">=5.5", |
||
3374 | "phpdocumentor/reflection-common": "^1.0" |
||
3375 | }, |
||
3376 | "require-dev": { |
||
3377 | "mockery/mockery": "^0.9.4", |
||
3378 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
3379 | }, |
||
3380 | "type": "library", |
||
3381 | "extra": { |
||
3382 | "branch-alias": { |
||
3383 | "dev-master": "1.0.x-dev" |
||
3384 | } |
||
3385 | }, |
||
3386 | "autoload": { |
||
3387 | "psr-4": { |
||
3388 | "phpDocumentor\\Reflection\\": [ |
||
3389 | "src/" |
||
3390 | ] |
||
3391 | } |
||
3392 | }, |
||
3393 | "notification-url": "https://packagist.org/downloads/", |
||
3394 | "license": [ |
||
3395 | "MIT" |
||
3396 | ], |
||
3397 | "authors": [ |
||
3398 | { |
||
3399 | "name": "Mike van Riel", |
||
3400 | "email": "[email protected]" |
||
3401 | } |
||
3402 | ], |
||
3403 | "time": "2016-11-25 06:54:22" |
||
3404 | }, |
||
3405 | { |
||
3406 | "name": "phpspec/prophecy", |
||
3407 | "version": "v1.6.2", |
||
3408 | "source": { |
||
3409 | "type": "git", |
||
3410 | "url": "https://github.com/phpspec/prophecy.git", |
||
3411 | "reference": "6c52c2722f8460122f96f86346600e1077ce22cb" |
||
3412 | }, |
||
3413 | "dist": { |
||
3414 | "type": "zip", |
||
3415 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb", |
||
3416 | "reference": "6c52c2722f8460122f96f86346600e1077ce22cb", |
||
3417 | "shasum": "" |
||
3418 | }, |
||
3419 | "require": { |
||
3420 | "doctrine/instantiator": "^1.0.2", |
||
3421 | "php": "^5.3|^7.0", |
||
3422 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
||
3423 | "sebastian/comparator": "^1.1", |
||
3424 | "sebastian/recursion-context": "^1.0|^2.0" |
||
3425 | }, |
||
3426 | "require-dev": { |
||
3427 | "phpspec/phpspec": "^2.0", |
||
3428 | "phpunit/phpunit": "^4.8 || ^5.6.5" |
||
3429 | }, |
||
3430 | "type": "library", |
||
3431 | "extra": { |
||
3432 | "branch-alias": { |
||
3433 | "dev-master": "1.6.x-dev" |
||
3434 | } |
||
3435 | }, |
||
3436 | "autoload": { |
||
3437 | "psr-0": { |
||
3438 | "Prophecy\\": "src/" |
||
3439 | } |
||
3440 | }, |
||
3441 | "notification-url": "https://packagist.org/downloads/", |
||
3442 | "license": [ |
||
3443 | "MIT" |
||
3444 | ], |
||
3445 | "authors": [ |
||
3446 | { |
||
3447 | "name": "Konstantin Kudryashov", |
||
3448 | "email": "[email protected]", |
||
3449 | "homepage": "http://everzet.com" |
||
3450 | }, |
||
3451 | { |
||
3452 | "name": "Marcello Duarte", |
||
3453 | "email": "[email protected]" |
||
3454 | } |
||
3455 | ], |
||
3456 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
3457 | "homepage": "https://github.com/phpspec/prophecy", |
||
3458 | "keywords": [ |
||
3459 | "Double", |
||
3460 | "Dummy", |
||
3461 | "fake", |
||
3462 | "mock", |
||
3463 | "spy", |
||
3464 | "stub" |
||
3465 | ], |
||
3466 | "time": "2016-11-21 14:58:47" |
||
3467 | }, |
||
3468 | { |
||
3469 | "name": "phpunit/php-code-coverage", |
||
3470 | "version": "4.0.4", |
||
3471 | "source": { |
||
3472 | "type": "git", |
||
3473 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
3474 | "reference": "c14196e64a78570034afd0b7a9f3757ba71c2a0a" |
||
3475 | }, |
||
3476 | "dist": { |
||
3477 | "type": "zip", |
||
3478 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c14196e64a78570034afd0b7a9f3757ba71c2a0a", |
||
3479 | "reference": "c14196e64a78570034afd0b7a9f3757ba71c2a0a", |
||
3480 | "shasum": "" |
||
3481 | }, |
||
3482 | "require": { |
||
3483 | "php": "^5.6 || ^7.0", |
||
3484 | "phpunit/php-file-iterator": "~1.3", |
||
3485 | "phpunit/php-text-template": "~1.2", |
||
3486 | "phpunit/php-token-stream": "^1.4.2", |
||
3487 | "sebastian/code-unit-reverse-lookup": "~1.0", |
||
3488 | "sebastian/environment": "^1.3.2 || ^2.0", |
||
3489 | "sebastian/version": "~1.0|~2.0" |
||
3490 | }, |
||
3491 | "require-dev": { |
||
3492 | "ext-xdebug": ">=2.1.4", |
||
3493 | "phpunit/phpunit": "^5.4" |
||
3494 | }, |
||
3495 | "suggest": { |
||
3496 | "ext-dom": "*", |
||
3497 | "ext-xdebug": ">=2.4.0", |
||
3498 | "ext-xmlwriter": "*" |
||
3499 | }, |
||
3500 | "type": "library", |
||
3501 | "extra": { |
||
3502 | "branch-alias": { |
||
3503 | "dev-master": "4.0.x-dev" |
||
3504 | } |
||
3505 | }, |
||
3506 | "autoload": { |
||
3507 | "classmap": [ |
||
3508 | "src/" |
||
3509 | ] |
||
3510 | }, |
||
3511 | "notification-url": "https://packagist.org/downloads/", |
||
3512 | "license": [ |
||
3513 | "BSD-3-Clause" |
||
3514 | ], |
||
3515 | "authors": [ |
||
3516 | { |
||
3517 | "name": "Sebastian Bergmann", |
||
3518 | "email": "[email protected]", |
||
3519 | "role": "lead" |
||
3520 | } |
||
3521 | ], |
||
3522 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
3523 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
3524 | "keywords": [ |
||
3525 | "coverage", |
||
3526 | "testing", |
||
3527 | "xunit" |
||
3528 | ], |
||
3529 | "time": "2016-12-20 15:22:42" |
||
3530 | }, |
||
3531 | { |
||
3532 | "name": "phpunit/php-file-iterator", |
||
3533 | "version": "1.4.2", |
||
3534 | "source": { |
||
3535 | "type": "git", |
||
3536 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
3537 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" |
||
3538 | }, |
||
3539 | "dist": { |
||
3540 | "type": "zip", |
||
3541 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
3542 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
3543 | "shasum": "" |
||
3544 | }, |
||
3545 | "require": { |
||
3546 | "php": ">=5.3.3" |
||
3547 | }, |
||
3548 | "type": "library", |
||
3549 | "extra": { |
||
3550 | "branch-alias": { |
||
3551 | "dev-master": "1.4.x-dev" |
||
3552 | } |
||
3553 | }, |
||
3554 | "autoload": { |
||
3555 | "classmap": [ |
||
3556 | "src/" |
||
3557 | ] |
||
3558 | }, |
||
3559 | "notification-url": "https://packagist.org/downloads/", |
||
3560 | "license": [ |
||
3561 | "BSD-3-Clause" |
||
3562 | ], |
||
3563 | "authors": [ |
||
3564 | { |
||
3565 | "name": "Sebastian Bergmann", |
||
3566 | "email": "[email protected]", |
||
3567 | "role": "lead" |
||
3568 | } |
||
3569 | ], |
||
3570 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
3571 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
3572 | "keywords": [ |
||
3573 | "filesystem", |
||
3574 | "iterator" |
||
3575 | ], |
||
3576 | "time": "2016-10-03 07:40:28" |
||
3577 | }, |
||
3578 | { |
||
3579 | "name": "phpunit/php-text-template", |
||
3580 | "version": "1.2.1", |
||
3581 | "source": { |
||
3582 | "type": "git", |
||
3583 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
3584 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
3585 | }, |
||
3586 | "dist": { |
||
3587 | "type": "zip", |
||
3588 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
3589 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
3590 | "shasum": "" |
||
3591 | }, |
||
3592 | "require": { |
||
3593 | "php": ">=5.3.3" |
||
3594 | }, |
||
3595 | "type": "library", |
||
3596 | "autoload": { |
||
3597 | "classmap": [ |
||
3598 | "src/" |
||
3599 | ] |
||
3600 | }, |
||
3601 | "notification-url": "https://packagist.org/downloads/", |
||
3602 | "license": [ |
||
3603 | "BSD-3-Clause" |
||
3604 | ], |
||
3605 | "authors": [ |
||
3606 | { |
||
3607 | "name": "Sebastian Bergmann", |
||
3608 | "email": "[email protected]", |
||
3609 | "role": "lead" |
||
3610 | } |
||
3611 | ], |
||
3612 | "description": "Simple template engine.", |
||
3613 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
3614 | "keywords": [ |
||
3615 | "template" |
||
3616 | ], |
||
3617 | "time": "2015-06-21 13:50:34" |
||
3618 | }, |
||
3619 | { |
||
3620 | "name": "phpunit/php-timer", |
||
3621 | "version": "1.0.8", |
||
3622 | "source": { |
||
3623 | "type": "git", |
||
3624 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
3625 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
3626 | }, |
||
3627 | "dist": { |
||
3628 | "type": "zip", |
||
3629 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
3630 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
3631 | "shasum": "" |
||
3632 | }, |
||
3633 | "require": { |
||
3634 | "php": ">=5.3.3" |
||
3635 | }, |
||
3636 | "require-dev": { |
||
3637 | "phpunit/phpunit": "~4|~5" |
||
3638 | }, |
||
3639 | "type": "library", |
||
3640 | "autoload": { |
||
3641 | "classmap": [ |
||
3642 | "src/" |
||
3643 | ] |
||
3644 | }, |
||
3645 | "notification-url": "https://packagist.org/downloads/", |
||
3646 | "license": [ |
||
3647 | "BSD-3-Clause" |
||
3648 | ], |
||
3649 | "authors": [ |
||
3650 | { |
||
3651 | "name": "Sebastian Bergmann", |
||
3652 | "email": "[email protected]", |
||
3653 | "role": "lead" |
||
3654 | } |
||
3655 | ], |
||
3656 | "description": "Utility class for timing", |
||
3657 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
3658 | "keywords": [ |
||
3659 | "timer" |
||
3660 | ], |
||
3661 | "time": "2016-05-12 18:03:57" |
||
3662 | }, |
||
3663 | { |
||
3664 | "name": "phpunit/php-token-stream", |
||
3665 | "version": "1.4.9", |
||
3666 | "source": { |
||
3667 | "type": "git", |
||
3668 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
3669 | "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b" |
||
3670 | }, |
||
3671 | "dist": { |
||
3672 | "type": "zip", |
||
3673 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b", |
||
3674 | "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b", |
||
3675 | "shasum": "" |
||
3676 | }, |
||
3677 | "require": { |
||
3678 | "ext-tokenizer": "*", |
||
3679 | "php": ">=5.3.3" |
||
3680 | }, |
||
3681 | "require-dev": { |
||
3682 | "phpunit/phpunit": "~4.2" |
||
3683 | }, |
||
3684 | "type": "library", |
||
3685 | "extra": { |
||
3686 | "branch-alias": { |
||
3687 | "dev-master": "1.4-dev" |
||
3688 | } |
||
3689 | }, |
||
3690 | "autoload": { |
||
3691 | "classmap": [ |
||
3692 | "src/" |
||
3693 | ] |
||
3694 | }, |
||
3695 | "notification-url": "https://packagist.org/downloads/", |
||
3696 | "license": [ |
||
3697 | "BSD-3-Clause" |
||
3698 | ], |
||
3699 | "authors": [ |
||
3700 | { |
||
3701 | "name": "Sebastian Bergmann", |
||
3702 | "email": "[email protected]" |
||
3703 | } |
||
3704 | ], |
||
3705 | "description": "Wrapper around PHP's tokenizer extension.", |
||
3706 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
3707 | "keywords": [ |
||
3708 | "tokenizer" |
||
3709 | ], |
||
3710 | "time": "2016-11-15 14:06:22" |
||
3711 | }, |
||
3712 | { |
||
3713 | "name": "phpunit/phpunit", |
||
3714 | "version": "5.7.4", |
||
3715 | "source": { |
||
3716 | "type": "git", |
||
3717 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
3718 | "reference": "af91da3f2671006ff5d0628023de3b7ac4d1ef09" |
||
3719 | }, |
||
3720 | "dist": { |
||
3721 | "type": "zip", |
||
3722 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/af91da3f2671006ff5d0628023de3b7ac4d1ef09", |
||
3723 | "reference": "af91da3f2671006ff5d0628023de3b7ac4d1ef09", |
||
3724 | "shasum": "" |
||
3725 | }, |
||
3726 | "require": { |
||
3727 | "ext-dom": "*", |
||
3728 | "ext-json": "*", |
||
3729 | "ext-libxml": "*", |
||
3730 | "ext-mbstring": "*", |
||
3731 | "ext-xml": "*", |
||
3732 | "myclabs/deep-copy": "~1.3", |
||
3733 | "php": "^5.6 || ^7.0", |
||
3734 | "phpspec/prophecy": "^1.6.2", |
||
3735 | "phpunit/php-code-coverage": "^4.0.3", |
||
3736 | "phpunit/php-file-iterator": "~1.4", |
||
3737 | "phpunit/php-text-template": "~1.2", |
||
3738 | "phpunit/php-timer": "^1.0.6", |
||
3739 | "phpunit/phpunit-mock-objects": "^3.2", |
||
3740 | "sebastian/comparator": "~1.2.2", |
||
3741 | "sebastian/diff": "~1.2", |
||
3742 | "sebastian/environment": "^1.3.4 || ^2.0", |
||
3743 | "sebastian/exporter": "~2.0", |
||
3744 | "sebastian/global-state": "^1.0 || ^2.0", |
||
3745 | "sebastian/object-enumerator": "~2.0", |
||
3746 | "sebastian/resource-operations": "~1.0", |
||
3747 | "sebastian/version": "~1.0|~2.0", |
||
3748 | "symfony/yaml": "~2.1|~3.0" |
||
3749 | }, |
||
3750 | "conflict": { |
||
3751 | "phpdocumentor/reflection-docblock": "3.0.2" |
||
3752 | }, |
||
3753 | "require-dev": { |
||
3754 | "ext-pdo": "*" |
||
3755 | }, |
||
3756 | "suggest": { |
||
3757 | "ext-xdebug": "*", |
||
3758 | "phpunit/php-invoker": "~1.1" |
||
3759 | }, |
||
3760 | "bin": [ |
||
3761 | "phpunit" |
||
3762 | ], |
||
3763 | "type": "library", |
||
3764 | "extra": { |
||
3765 | "branch-alias": { |
||
3766 | "dev-master": "5.7.x-dev" |
||
3767 | } |
||
3768 | }, |
||
3769 | "autoload": { |
||
3770 | "classmap": [ |
||
3771 | "src/" |
||
3772 | ] |
||
3773 | }, |
||
3774 | "notification-url": "https://packagist.org/downloads/", |
||
3775 | "license": [ |
||
3776 | "BSD-3-Clause" |
||
3777 | ], |
||
3778 | "authors": [ |
||
3779 | { |
||
3780 | "name": "Sebastian Bergmann", |
||
3781 | "email": "[email protected]", |
||
3782 | "role": "lead" |
||
3783 | } |
||
3784 | ], |
||
3785 | "description": "The PHP Unit Testing framework.", |
||
3786 | "homepage": "https://phpunit.de/", |
||
3787 | "keywords": [ |
||
3788 | "phpunit", |
||
3789 | "testing", |
||
3790 | "xunit" |
||
3791 | ], |
||
3792 | "time": "2016-12-13 16:19:44" |
||
3793 | }, |
||
3794 | { |
||
3795 | "name": "phpunit/phpunit-mock-objects", |
||
3796 | "version": "3.4.3", |
||
3797 | "source": { |
||
3798 | "type": "git", |
||
3799 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
3800 | "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24" |
||
3801 | }, |
||
3802 | "dist": { |
||
3803 | "type": "zip", |
||
3804 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24", |
||
3805 | "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24", |
||
3806 | "shasum": "" |
||
3807 | }, |
||
3808 | "require": { |
||
3809 | "doctrine/instantiator": "^1.0.2", |
||
3810 | "php": "^5.6 || ^7.0", |
||
3811 | "phpunit/php-text-template": "^1.2", |
||
3812 | "sebastian/exporter": "^1.2 || ^2.0" |
||
3813 | }, |
||
3814 | "conflict": { |
||
3815 | "phpunit/phpunit": "<5.4.0" |
||
3816 | }, |
||
3817 | "require-dev": { |
||
3818 | "phpunit/phpunit": "^5.4" |
||
3819 | }, |
||
3820 | "suggest": { |
||
3821 | "ext-soap": "*" |
||
3822 | }, |
||
3823 | "type": "library", |
||
3824 | "extra": { |
||
3825 | "branch-alias": { |
||
3826 | "dev-master": "3.2.x-dev" |
||
3827 | } |
||
3828 | }, |
||
3829 | "autoload": { |
||
3830 | "classmap": [ |
||
3831 | "src/" |
||
3832 | ] |
||
3833 | }, |
||
3834 | "notification-url": "https://packagist.org/downloads/", |
||
3835 | "license": [ |
||
3836 | "BSD-3-Clause" |
||
3837 | ], |
||
3838 | "authors": [ |
||
3839 | { |
||
3840 | "name": "Sebastian Bergmann", |
||
3841 | "email": "[email protected]", |
||
3842 | "role": "lead" |
||
3843 | } |
||
3844 | ], |
||
3845 | "description": "Mock Object library for PHPUnit", |
||
3846 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
3847 | "keywords": [ |
||
3848 | "mock", |
||
3849 | "xunit" |
||
3850 | ], |
||
3851 | "time": "2016-12-08 20:27:08" |
||
3852 | }, |
||
3853 | { |
||
3854 | "name": "sebastian/code-unit-reverse-lookup", |
||
3855 | "version": "1.0.0", |
||
3856 | "source": { |
||
3857 | "type": "git", |
||
3858 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
3859 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe" |
||
3860 | }, |
||
3861 | "dist": { |
||
3862 | "type": "zip", |
||
3863 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
3864 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
3865 | "shasum": "" |
||
3866 | }, |
||
3867 | "require": { |
||
3868 | "php": ">=5.6" |
||
3869 | }, |
||
3870 | "require-dev": { |
||
3871 | "phpunit/phpunit": "~5" |
||
3872 | }, |
||
3873 | "type": "library", |
||
3874 | "extra": { |
||
3875 | "branch-alias": { |
||
3876 | "dev-master": "1.0.x-dev" |
||
3877 | } |
||
3878 | }, |
||
3879 | "autoload": { |
||
3880 | "classmap": [ |
||
3881 | "src/" |
||
3882 | ] |
||
3883 | }, |
||
3884 | "notification-url": "https://packagist.org/downloads/", |
||
3885 | "license": [ |
||
3886 | "BSD-3-Clause" |
||
3887 | ], |
||
3888 | "authors": [ |
||
3889 | { |
||
3890 | "name": "Sebastian Bergmann", |
||
3891 | "email": "[email protected]" |
||
3892 | } |
||
3893 | ], |
||
3894 | "description": "Looks up which function or method a line of code belongs to", |
||
3895 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
3896 | "time": "2016-02-13 06:45:14" |
||
3897 | }, |
||
3898 | { |
||
3899 | "name": "sebastian/comparator", |
||
3900 | "version": "1.2.2", |
||
3901 | "source": { |
||
3902 | "type": "git", |
||
3903 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
3904 | "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f" |
||
3905 | }, |
||
3906 | "dist": { |
||
3907 | "type": "zip", |
||
3908 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1ed12e8b2409076ab22e3897126211ff8b1f7f", |
||
3909 | "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f", |
||
3910 | "shasum": "" |
||
3911 | }, |
||
3912 | "require": { |
||
3913 | "php": ">=5.3.3", |
||
3914 | "sebastian/diff": "~1.2", |
||
3915 | "sebastian/exporter": "~1.2 || ~2.0" |
||
3916 | }, |
||
3917 | "require-dev": { |
||
3918 | "phpunit/phpunit": "~4.4" |
||
3919 | }, |
||
3920 | "type": "library", |
||
3921 | "extra": { |
||
3922 | "branch-alias": { |
||
3923 | "dev-master": "1.2.x-dev" |
||
3924 | } |
||
3925 | }, |
||
3926 | "autoload": { |
||
3927 | "classmap": [ |
||
3928 | "src/" |
||
3929 | ] |
||
3930 | }, |
||
3931 | "notification-url": "https://packagist.org/downloads/", |
||
3932 | "license": [ |
||
3933 | "BSD-3-Clause" |
||
3934 | ], |
||
3935 | "authors": [ |
||
3936 | { |
||
3937 | "name": "Jeff Welch", |
||
3938 | "email": "[email protected]" |
||
3939 | }, |
||
3940 | { |
||
3941 | "name": "Volker Dusch", |
||
3942 | "email": "[email protected]" |
||
3943 | }, |
||
3944 | { |
||
3945 | "name": "Bernhard Schussek", |
||
3946 | "email": "[email protected]" |
||
3947 | }, |
||
3948 | { |
||
3949 | "name": "Sebastian Bergmann", |
||
3950 | "email": "[email protected]" |
||
3951 | } |
||
3952 | ], |
||
3953 | "description": "Provides the functionality to compare PHP values for equality", |
||
3954 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
3955 | "keywords": [ |
||
3956 | "comparator", |
||
3957 | "compare", |
||
3958 | "equality" |
||
3959 | ], |
||
3960 | "time": "2016-11-19 09:18:40" |
||
3961 | }, |
||
3962 | { |
||
3963 | "name": "sebastian/diff", |
||
3964 | "version": "1.4.1", |
||
3965 | "source": { |
||
3966 | "type": "git", |
||
3967 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
3968 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
3969 | }, |
||
3970 | "dist": { |
||
3971 | "type": "zip", |
||
3972 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
3973 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
3974 | "shasum": "" |
||
3975 | }, |
||
3976 | "require": { |
||
3977 | "php": ">=5.3.3" |
||
3978 | }, |
||
3979 | "require-dev": { |
||
3980 | "phpunit/phpunit": "~4.8" |
||
3981 | }, |
||
3982 | "type": "library", |
||
3983 | "extra": { |
||
3984 | "branch-alias": { |
||
3985 | "dev-master": "1.4-dev" |
||
3986 | } |
||
3987 | }, |
||
3988 | "autoload": { |
||
3989 | "classmap": [ |
||
3990 | "src/" |
||
3991 | ] |
||
3992 | }, |
||
3993 | "notification-url": "https://packagist.org/downloads/", |
||
3994 | "license": [ |
||
3995 | "BSD-3-Clause" |
||
3996 | ], |
||
3997 | "authors": [ |
||
3998 | { |
||
3999 | "name": "Kore Nordmann", |
||
4000 | "email": "[email protected]" |
||
4001 | }, |
||
4002 | { |
||
4003 | "name": "Sebastian Bergmann", |
||
4004 | "email": "[email protected]" |
||
4005 | } |
||
4006 | ], |
||
4007 | "description": "Diff implementation", |
||
4008 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
4009 | "keywords": [ |
||
4010 | "diff" |
||
4011 | ], |
||
4012 | "time": "2015-12-08 07:14:41" |
||
4013 | }, |
||
4014 | { |
||
4015 | "name": "sebastian/environment", |
||
4016 | "version": "2.0.0", |
||
4017 | "source": { |
||
4018 | "type": "git", |
||
4019 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
4020 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" |
||
4021 | }, |
||
4022 | "dist": { |
||
4023 | "type": "zip", |
||
4024 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
4025 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
4026 | "shasum": "" |
||
4027 | }, |
||
4028 | "require": { |
||
4029 | "php": "^5.6 || ^7.0" |
||
4030 | }, |
||
4031 | "require-dev": { |
||
4032 | "phpunit/phpunit": "^5.0" |
||
4033 | }, |
||
4034 | "type": "library", |
||
4035 | "extra": { |
||
4036 | "branch-alias": { |
||
4037 | "dev-master": "2.0.x-dev" |
||
4038 | } |
||
4039 | }, |
||
4040 | "autoload": { |
||
4041 | "classmap": [ |
||
4042 | "src/" |
||
4043 | ] |
||
4044 | }, |
||
4045 | "notification-url": "https://packagist.org/downloads/", |
||
4046 | "license": [ |
||
4047 | "BSD-3-Clause" |
||
4048 | ], |
||
4049 | "authors": [ |
||
4050 | { |
||
4051 | "name": "Sebastian Bergmann", |
||
4052 | "email": "[email protected]" |
||
4053 | } |
||
4054 | ], |
||
4055 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
4056 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
4057 | "keywords": [ |
||
4058 | "Xdebug", |
||
4059 | "environment", |
||
4060 | "hhvm" |
||
4061 | ], |
||
4062 | "time": "2016-11-26 07:53:53" |
||
4063 | }, |
||
4064 | { |
||
4065 | "name": "sebastian/exporter", |
||
4066 | "version": "2.0.0", |
||
4067 | "source": { |
||
4068 | "type": "git", |
||
4069 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
4070 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" |
||
4071 | }, |
||
4072 | "dist": { |
||
4073 | "type": "zip", |
||
4074 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
4075 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
4076 | "shasum": "" |
||
4077 | }, |
||
4078 | "require": { |
||
4079 | "php": ">=5.3.3", |
||
4080 | "sebastian/recursion-context": "~2.0" |
||
4081 | }, |
||
4082 | "require-dev": { |
||
4083 | "ext-mbstring": "*", |
||
4084 | "phpunit/phpunit": "~4.4" |
||
4085 | }, |
||
4086 | "type": "library", |
||
4087 | "extra": { |
||
4088 | "branch-alias": { |
||
4089 | "dev-master": "2.0.x-dev" |
||
4090 | } |
||
4091 | }, |
||
4092 | "autoload": { |
||
4093 | "classmap": [ |
||
4094 | "src/" |
||
4095 | ] |
||
4096 | }, |
||
4097 | "notification-url": "https://packagist.org/downloads/", |
||
4098 | "license": [ |
||
4099 | "BSD-3-Clause" |
||
4100 | ], |
||
4101 | "authors": [ |
||
4102 | { |
||
4103 | "name": "Jeff Welch", |
||
4104 | "email": "[email protected]" |
||
4105 | }, |
||
4106 | { |
||
4107 | "name": "Volker Dusch", |
||
4108 | "email": "[email protected]" |
||
4109 | }, |
||
4110 | { |
||
4111 | "name": "Bernhard Schussek", |
||
4112 | "email": "[email protected]" |
||
4113 | }, |
||
4114 | { |
||
4115 | "name": "Sebastian Bergmann", |
||
4116 | "email": "[email protected]" |
||
4117 | }, |
||
4118 | { |
||
4119 | "name": "Adam Harvey", |
||
4120 | "email": "[email protected]" |
||
4121 | } |
||
4122 | ], |
||
4123 | "description": "Provides the functionality to export PHP variables for visualization", |
||
4124 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
4125 | "keywords": [ |
||
4126 | "export", |
||
4127 | "exporter" |
||
4128 | ], |
||
4129 | "time": "2016-11-19 08:54:04" |
||
4130 | }, |
||
4131 | { |
||
4132 | "name": "sebastian/global-state", |
||
4133 | "version": "1.1.1", |
||
4134 | "source": { |
||
4135 | "type": "git", |
||
4136 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
4137 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
4138 | }, |
||
4139 | "dist": { |
||
4140 | "type": "zip", |
||
4141 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
4142 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
4143 | "shasum": "" |
||
4144 | }, |
||
4145 | "require": { |
||
4146 | "php": ">=5.3.3" |
||
4147 | }, |
||
4148 | "require-dev": { |
||
4149 | "phpunit/phpunit": "~4.2" |
||
4150 | }, |
||
4151 | "suggest": { |
||
4152 | "ext-uopz": "*" |
||
4153 | }, |
||
4154 | "type": "library", |
||
4155 | "extra": { |
||
4156 | "branch-alias": { |
||
4157 | "dev-master": "1.0-dev" |
||
4158 | } |
||
4159 | }, |
||
4160 | "autoload": { |
||
4161 | "classmap": [ |
||
4162 | "src/" |
||
4163 | ] |
||
4164 | }, |
||
4165 | "notification-url": "https://packagist.org/downloads/", |
||
4166 | "license": [ |
||
4167 | "BSD-3-Clause" |
||
4168 | ], |
||
4169 | "authors": [ |
||
4170 | { |
||
4171 | "name": "Sebastian Bergmann", |
||
4172 | "email": "[email protected]" |
||
4173 | } |
||
4174 | ], |
||
4175 | "description": "Snapshotting of global state", |
||
4176 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
4177 | "keywords": [ |
||
4178 | "global state" |
||
4179 | ], |
||
4180 | "time": "2015-10-12 03:26:01" |
||
4181 | }, |
||
4182 | { |
||
4183 | "name": "sebastian/object-enumerator", |
||
4184 | "version": "2.0.0", |
||
4185 | "source": { |
||
4186 | "type": "git", |
||
4187 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
4188 | "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35" |
||
4189 | }, |
||
4190 | "dist": { |
||
4191 | "type": "zip", |
||
4192 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35", |
||
4193 | "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35", |
||
4194 | "shasum": "" |
||
4195 | }, |
||
4196 | "require": { |
||
4197 | "php": ">=5.6", |
||
4198 | "sebastian/recursion-context": "~2.0" |
||
4199 | }, |
||
4200 | "require-dev": { |
||
4201 | "phpunit/phpunit": "~5" |
||
4202 | }, |
||
4203 | "type": "library", |
||
4204 | "extra": { |
||
4205 | "branch-alias": { |
||
4206 | "dev-master": "2.0.x-dev" |
||
4207 | } |
||
4208 | }, |
||
4209 | "autoload": { |
||
4210 | "classmap": [ |
||
4211 | "src/" |
||
4212 | ] |
||
4213 | }, |
||
4214 | "notification-url": "https://packagist.org/downloads/", |
||
4215 | "license": [ |
||
4216 | "BSD-3-Clause" |
||
4217 | ], |
||
4218 | "authors": [ |
||
4219 | { |
||
4220 | "name": "Sebastian Bergmann", |
||
4221 | "email": "[email protected]" |
||
4222 | } |
||
4223 | ], |
||
4224 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
4225 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
4226 | "time": "2016-11-19 07:35:10" |
||
4227 | }, |
||
4228 | { |
||
4229 | "name": "sebastian/recursion-context", |
||
4230 | "version": "2.0.0", |
||
4231 | "source": { |
||
4232 | "type": "git", |
||
4233 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
4234 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" |
||
4235 | }, |
||
4236 | "dist": { |
||
4237 | "type": "zip", |
||
4238 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
4239 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
4240 | "shasum": "" |
||
4241 | }, |
||
4242 | "require": { |
||
4243 | "php": ">=5.3.3" |
||
4244 | }, |
||
4245 | "require-dev": { |
||
4246 | "phpunit/phpunit": "~4.4" |
||
4247 | }, |
||
4248 | "type": "library", |
||
4249 | "extra": { |
||
4250 | "branch-alias": { |
||
4251 | "dev-master": "2.0.x-dev" |
||
4252 | } |
||
4253 | }, |
||
4254 | "autoload": { |
||
4255 | "classmap": [ |
||
4256 | "src/" |
||
4257 | ] |
||
4258 | }, |
||
4259 | "notification-url": "https://packagist.org/downloads/", |
||
4260 | "license": [ |
||
4261 | "BSD-3-Clause" |
||
4262 | ], |
||
4263 | "authors": [ |
||
4264 | { |
||
4265 | "name": "Jeff Welch", |
||
4266 | "email": "[email protected]" |
||
4267 | }, |
||
4268 | { |
||
4269 | "name": "Sebastian Bergmann", |
||
4270 | "email": "[email protected]" |
||
4271 | }, |
||
4272 | { |
||
4273 | "name": "Adam Harvey", |
||
4274 | "email": "[email protected]" |
||
4275 | } |
||
4276 | ], |
||
4277 | "description": "Provides functionality to recursively process PHP variables", |
||
4278 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
4279 | "time": "2016-11-19 07:33:16" |
||
4280 | }, |
||
4281 | { |
||
4282 | "name": "sebastian/resource-operations", |
||
4283 | "version": "1.0.0", |
||
4284 | "source": { |
||
4285 | "type": "git", |
||
4286 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
4287 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
4288 | }, |
||
4289 | "dist": { |
||
4290 | "type": "zip", |
||
4291 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
4292 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
4293 | "shasum": "" |
||
4294 | }, |
||
4295 | "require": { |
||
4296 | "php": ">=5.6.0" |
||
4297 | }, |
||
4298 | "type": "library", |
||
4299 | "extra": { |
||
4300 | "branch-alias": { |
||
4301 | "dev-master": "1.0.x-dev" |
||
4302 | } |
||
4303 | }, |
||
4304 | "autoload": { |
||
4305 | "classmap": [ |
||
4306 | "src/" |
||
4307 | ] |
||
4308 | }, |
||
4309 | "notification-url": "https://packagist.org/downloads/", |
||
4310 | "license": [ |
||
4311 | "BSD-3-Clause" |
||
4312 | ], |
||
4313 | "authors": [ |
||
4314 | { |
||
4315 | "name": "Sebastian Bergmann", |
||
4316 | "email": "[email protected]" |
||
4317 | } |
||
4318 | ], |
||
4319 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
4320 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
4321 | "time": "2015-07-28 20:34:47" |
||
4322 | }, |
||
4323 | { |
||
4324 | "name": "sebastian/version", |
||
4325 | "version": "2.0.1", |
||
4326 | "source": { |
||
4327 | "type": "git", |
||
4328 | "url": "https://github.com/sebastianbergmann/version.git", |
||
4329 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
4330 | }, |
||
4331 | "dist": { |
||
4332 | "type": "zip", |
||
4333 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
4334 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
4335 | "shasum": "" |
||
4336 | }, |
||
4337 | "require": { |
||
4338 | "php": ">=5.6" |
||
4339 | }, |
||
4340 | "type": "library", |
||
4341 | "extra": { |
||
4342 | "branch-alias": { |
||
4343 | "dev-master": "2.0.x-dev" |
||
4344 | } |
||
4345 | }, |
||
4346 | "autoload": { |
||
4347 | "classmap": [ |
||
4348 | "src/" |
||
4349 | ] |
||
4350 | }, |
||
4351 | "notification-url": "https://packagist.org/downloads/", |
||
4352 | "license": [ |
||
4353 | "BSD-3-Clause" |
||
4354 | ], |
||
4355 | "authors": [ |
||
4356 | { |
||
4357 | "name": "Sebastian Bergmann", |
||
4358 | "email": "[email protected]", |
||
4359 | "role": "lead" |
||
4360 | } |
||
4361 | ], |
||
4362 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
4363 | "homepage": "https://github.com/sebastianbergmann/version", |
||
4364 | "time": "2016-10-03 07:35:21" |
||
4365 | }, |
||
4366 | { |
||
4367 | "name": "squizlabs/php_codesniffer", |
||
4368 | "version": "2.7.1", |
||
4369 | "source": { |
||
4370 | "type": "git", |
||
4371 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
||
4372 | "reference": "9b324f3a1132459a7274a0ace2e1b766ba80930f" |
||
4373 | }, |
||
4374 | "dist": { |
||
4375 | "type": "zip", |
||
4376 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9b324f3a1132459a7274a0ace2e1b766ba80930f", |
||
4377 | "reference": "9b324f3a1132459a7274a0ace2e1b766ba80930f", |
||
4378 | "shasum": "" |
||
4379 | }, |
||
4380 | "require": { |
||
4381 | "ext-simplexml": "*", |
||
4382 | "ext-tokenizer": "*", |
||
4383 | "ext-xmlwriter": "*", |
||
4384 | "php": ">=5.1.2" |
||
4385 | }, |
||
4386 | "require-dev": { |
||
4387 | "phpunit/phpunit": "~4.0" |
||
4388 | }, |
||
4389 | "bin": [ |
||
4390 | "scripts/phpcs", |
||
4391 | "scripts/phpcbf" |
||
4392 | ], |
||
4393 | "type": "library", |
||
4394 | "extra": { |
||
4395 | "branch-alias": { |
||
4396 | "dev-master": "2.x-dev" |
||
4397 | } |
||
4398 | }, |
||
4399 | "autoload": { |
||
4400 | "classmap": [ |
||
4401 | "CodeSniffer.php", |
||
4402 | "CodeSniffer/CLI.php", |
||
4403 | "CodeSniffer/Exception.php", |
||
4404 | "CodeSniffer/File.php", |
||
4405 | "CodeSniffer/Fixer.php", |
||
4406 | "CodeSniffer/Report.php", |
||
4407 | "CodeSniffer/Reporting.php", |
||
4408 | "CodeSniffer/Sniff.php", |
||
4409 | "CodeSniffer/Tokens.php", |
||
4410 | "CodeSniffer/Reports/", |
||
4411 | "CodeSniffer/Tokenizers/", |
||
4412 | "CodeSniffer/DocGenerators/", |
||
4413 | "CodeSniffer/Standards/AbstractPatternSniff.php", |
||
4414 | "CodeSniffer/Standards/AbstractScopeSniff.php", |
||
4415 | "CodeSniffer/Standards/AbstractVariableSniff.php", |
||
4416 | "CodeSniffer/Standards/IncorrectPatternException.php", |
||
4417 | "CodeSniffer/Standards/Generic/Sniffs/", |
||
4418 | "CodeSniffer/Standards/MySource/Sniffs/", |
||
4419 | "CodeSniffer/Standards/PEAR/Sniffs/", |
||
4420 | "CodeSniffer/Standards/PSR1/Sniffs/", |
||
4421 | "CodeSniffer/Standards/PSR2/Sniffs/", |
||
4422 | "CodeSniffer/Standards/Squiz/Sniffs/", |
||
4423 | "CodeSniffer/Standards/Zend/Sniffs/" |
||
4424 | ] |
||
4425 | }, |
||
4426 | "notification-url": "https://packagist.org/downloads/", |
||
4427 | "license": [ |
||
4428 | "BSD-3-Clause" |
||
4429 | ], |
||
4430 | "authors": [ |
||
4431 | { |
||
4432 | "name": "Greg Sherwood", |
||
4433 | "role": "lead" |
||
4434 | } |
||
4435 | ], |
||
4436 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
||
4437 | "homepage": "http://www.squizlabs.com/php-codesniffer", |
||
4438 | "keywords": [ |
||
4439 | "phpcs", |
||
4440 | "standards" |
||
4441 | ], |
||
4442 | "time": "2016-11-30 04:02:31" |
||
4443 | }, |
||
4444 | { |
||
4445 | "name": "symfony/css-selector", |
||
4446 | "version": "v3.1.8", |
||
4447 | "source": { |
||
4448 | "type": "git", |
||
4449 | "url": "https://github.com/symfony/css-selector.git", |
||
4450 | "reference": "a37b3359566415a91cba55a2d95820b3fa1a9658" |
||
4451 | }, |
||
4452 | "dist": { |
||
4453 | "type": "zip", |
||
4454 | "url": "https://api.github.com/repos/symfony/css-selector/zipball/a37b3359566415a91cba55a2d95820b3fa1a9658", |
||
4455 | "reference": "a37b3359566415a91cba55a2d95820b3fa1a9658", |
||
4456 | "shasum": "" |
||
4457 | }, |
||
4458 | "require": { |
||
4459 | "php": ">=5.5.9" |
||
4460 | }, |
||
4461 | "type": "library", |
||
4462 | "extra": { |
||
4463 | "branch-alias": { |
||
4464 | "dev-master": "3.1-dev" |
||
4465 | } |
||
4466 | }, |
||
4467 | "autoload": { |
||
4468 | "psr-4": { |
||
4469 | "Symfony\\Component\\CssSelector\\": "" |
||
4470 | }, |
||
4471 | "exclude-from-classmap": [ |
||
4472 | "/Tests/" |
||
4473 | ] |
||
4474 | }, |
||
4475 | "notification-url": "https://packagist.org/downloads/", |
||
4476 | "license": [ |
||
4477 | "MIT" |
||
4478 | ], |
||
4479 | "authors": [ |
||
4480 | { |
||
4481 | "name": "Jean-François Simon", |
||
4482 | "email": "[email protected]" |
||
4483 | }, |
||
4484 | { |
||
4485 | "name": "Fabien Potencier", |
||
4486 | "email": "[email protected]" |
||
4487 | }, |
||
4488 | { |
||
4489 | "name": "Symfony Community", |
||
4490 | "homepage": "https://symfony.com/contributors" |
||
4491 | } |
||
4492 | ], |
||
4493 | "description": "Symfony CssSelector Component", |
||
4494 | "homepage": "https://symfony.com", |
||
4495 | "time": "2016-11-03 08:04:31" |
||
4496 | }, |
||
4497 | { |
||
4498 | "name": "symfony/dom-crawler", |
||
4499 | "version": "v3.1.8", |
||
4500 | "source": { |
||
4501 | "type": "git", |
||
4502 | "url": "https://github.com/symfony/dom-crawler.git", |
||
4503 | "reference": "51e979357eba65b1e6aac7cba75cf5aa6379b8f3" |
||
4504 | }, |
||
4505 | "dist": { |
||
4506 | "type": "zip", |
||
4507 | "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/51e979357eba65b1e6aac7cba75cf5aa6379b8f3", |
||
4508 | "reference": "51e979357eba65b1e6aac7cba75cf5aa6379b8f3", |
||
4509 | "shasum": "" |
||
4510 | }, |
||
4511 | "require": { |
||
4512 | "php": ">=5.5.9", |
||
4513 | "symfony/polyfill-mbstring": "~1.0" |
||
4514 | }, |
||
4515 | "require-dev": { |
||
4516 | "symfony/css-selector": "~2.8|~3.0" |
||
4517 | }, |
||
4518 | "suggest": { |
||
4519 | "symfony/css-selector": "" |
||
4520 | }, |
||
4521 | "type": "library", |
||
4522 | "extra": { |
||
4523 | "branch-alias": { |
||
4524 | "dev-master": "3.1-dev" |
||
4525 | } |
||
4526 | }, |
||
4527 | "autoload": { |
||
4528 | "psr-4": { |
||
4529 | "Symfony\\Component\\DomCrawler\\": "" |
||
4530 | }, |
||
4531 | "exclude-from-classmap": [ |
||
4532 | "/Tests/" |
||
4533 | ] |
||
4534 | }, |
||
4535 | "notification-url": "https://packagist.org/downloads/", |
||
4536 | "license": [ |
||
4537 | "MIT" |
||
4538 | ], |
||
4539 | "authors": [ |
||
4540 | { |
||
4541 | "name": "Fabien Potencier", |
||
4542 | "email": "[email protected]" |
||
4543 | }, |
||
4544 | { |
||
4545 | "name": "Symfony Community", |
||
4546 | "homepage": "https://symfony.com/contributors" |
||
4547 | } |
||
4548 | ], |
||
4549 | "description": "Symfony DomCrawler Component", |
||
4550 | "homepage": "https://symfony.com", |
||
4551 | "time": "2016-12-10 14:24:45" |
||
4552 | }, |
||
4553 | { |
||
4554 | "name": "symfony/yaml", |
||
4555 | "version": "v3.2.1", |
||
4556 | "source": { |
||
4557 | "type": "git", |
||
4558 | "url": "https://github.com/symfony/yaml.git", |
||
4559 | "reference": "a7095af4b97a0955f85c8989106c249fa649011f" |
||
4560 | }, |
||
4561 | "dist": { |
||
4562 | "type": "zip", |
||
4563 | "url": "https://api.github.com/repos/symfony/yaml/zipball/a7095af4b97a0955f85c8989106c249fa649011f", |
||
4564 | "reference": "a7095af4b97a0955f85c8989106c249fa649011f", |
||
4565 | "shasum": "" |
||
4566 | }, |
||
4567 | "require": { |
||
4568 | "php": ">=5.5.9" |
||
4569 | }, |
||
4570 | "require-dev": { |
||
4571 | "symfony/console": "~2.8|~3.0" |
||
4572 | }, |
||
4573 | "suggest": { |
||
4574 | "symfony/console": "For validating YAML files using the lint command" |
||
4575 | }, |
||
4576 | "type": "library", |
||
4577 | "extra": { |
||
4578 | "branch-alias": { |
||
4579 | "dev-master": "3.2-dev" |
||
4580 | } |
||
4581 | }, |
||
4582 | "autoload": { |
||
4583 | "psr-4": { |
||
4584 | "Symfony\\Component\\Yaml\\": "" |
||
4585 | }, |
||
4586 | "exclude-from-classmap": [ |
||
4587 | "/Tests/" |
||
4588 | ] |
||
4589 | }, |
||
4590 | "notification-url": "https://packagist.org/downloads/", |
||
4591 | "license": [ |
||
4592 | "MIT" |
||
4593 | ], |
||
4594 | "authors": [ |
||
4595 | { |
||
4596 | "name": "Fabien Potencier", |
||
4597 | "email": "[email protected]" |
||
4598 | }, |
||
4599 | { |
||
4600 | "name": "Symfony Community", |
||
4601 | "homepage": "https://symfony.com/contributors" |
||
4602 | } |
||
4603 | ], |
||
4604 | "description": "Symfony Yaml Component", |
||
4605 | "homepage": "https://symfony.com", |
||
4606 | "time": "2016-12-10 10:07:06" |
||
4607 | }, |
||
4608 | { |
||
4609 | "name": "webmozart/assert", |
||
4610 | "version": "1.2.0", |
||
4611 | "source": { |
||
4612 | "type": "git", |
||
4613 | "url": "https://github.com/webmozart/assert.git", |
||
4614 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" |
||
4615 | }, |
||
4616 | "dist": { |
||
4617 | "type": "zip", |
||
4618 | "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
4619 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
4620 | "shasum": "" |
||
4621 | }, |
||
4622 | "require": { |
||
4623 | "php": "^5.3.3 || ^7.0" |
||
4624 | }, |
||
4625 | "require-dev": { |
||
4626 | "phpunit/phpunit": "^4.6", |
||
4627 | "sebastian/version": "^1.0.1" |
||
4628 | }, |
||
4629 | "type": "library", |
||
4630 | "extra": { |
||
4631 | "branch-alias": { |
||
4632 | "dev-master": "1.3-dev" |
||
4633 | } |
||
4634 | }, |
||
4635 | "autoload": { |
||
4636 | "psr-4": { |
||
4637 | "Webmozart\\Assert\\": "src/" |
||
4638 | } |
||
4639 | }, |
||
4640 | "notification-url": "https://packagist.org/downloads/", |
||
4641 | "license": [ |
||
4642 | "MIT" |
||
4643 | ], |
||
4644 | "authors": [ |
||
4645 | { |
||
4646 | "name": "Bernhard Schussek", |
||
4647 | "email": "[email protected]" |
||
4648 | } |
||
4649 | ], |
||
4650 | "description": "Assertions to validate method input/output with nice error messages.", |
||
4651 | "keywords": [ |
||
4652 | "assert", |
||
4653 | "check", |
||
4654 | "validate" |
||
4655 | ], |
||
4656 | "time": "2016-11-23 20:04:58" |
||
4657 | } |
||
4658 | ], |
||
4659 | "aliases": [], |
||
4660 | "minimum-stability": "stable", |
||
4661 | "stability-flags": [], |
||
4662 | "prefer-stable": false, |
||
4663 | "prefer-lowest": false, |
||
4664 | "platform": { |
||
4665 | "php": ">=7.0.0" |
||
4666 | }, |
||
4667 | "platform-dev": [] |
||
4668 | } |
||
4669 |