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#installing-dependencies", |
||
5 | "This file is @generated automatically" |
||
6 | ], |
||
7 | "content-hash": "dbb9d811188f875644fb3f1509a6ee36", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "danielstjules/stringy", |
||
11 | "version": "1.8.0", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/danielstjules/Stringy.git", |
||
15 | "reference": "d661047fb347cc384591fe3dbe5f62886f203416" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/d661047fb347cc384591fe3dbe5f62886f203416", |
||
20 | "reference": "d661047fb347cc384591fe3dbe5f62886f203416", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "ext-mbstring": "*", |
||
25 | "php": ">=5.3.0" |
||
26 | }, |
||
27 | "require-dev": { |
||
28 | "phpunit/phpunit": "~4.0" |
||
29 | }, |
||
30 | "type": "library", |
||
31 | "autoload": { |
||
32 | "psr-4": { |
||
33 | "Stringy\\": "src/" |
||
34 | }, |
||
35 | "files": [ |
||
36 | "src/Create.php" |
||
37 | ] |
||
38 | }, |
||
39 | "notification-url": "https://packagist.org/downloads/", |
||
40 | "license": [ |
||
41 | "MIT" |
||
42 | ], |
||
43 | "authors": [ |
||
44 | { |
||
45 | "name": "Daniel St. Jules", |
||
46 | "email": "[email protected]", |
||
47 | "homepage": "http://www.danielstjules.com" |
||
48 | } |
||
49 | ], |
||
50 | "description": "A string manipulation library with multibyte support", |
||
51 | "homepage": "https://github.com/danielstjules/Stringy", |
||
52 | "keywords": [ |
||
53 | "UTF", |
||
54 | "helpers", |
||
55 | "manipulation", |
||
56 | "methods", |
||
57 | "multibyte", |
||
58 | "string", |
||
59 | "utf-8", |
||
60 | "utility", |
||
61 | "utils" |
||
62 | ], |
||
63 | "time": "2015-01-04T06:54:13+00:00" |
||
64 | }, |
||
65 | { |
||
66 | "name": "doctrine/inflector", |
||
67 | "version": "v1.0", |
||
68 | "source": { |
||
69 | "type": "git", |
||
70 | "url": "https://github.com/doctrine/inflector.git", |
||
71 | "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08" |
||
72 | }, |
||
73 | "dist": { |
||
74 | "type": "zip", |
||
75 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08", |
||
76 | "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08", |
||
77 | "shasum": "" |
||
78 | }, |
||
79 | "require": { |
||
80 | "php": ">=5.3.2" |
||
81 | }, |
||
82 | "type": "library", |
||
83 | "autoload": { |
||
84 | "psr-0": { |
||
85 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
86 | } |
||
87 | }, |
||
88 | "notification-url": "https://packagist.org/downloads/", |
||
89 | "license": [ |
||
90 | "MIT" |
||
91 | ], |
||
92 | "authors": [ |
||
93 | { |
||
94 | "name": "Jonathan Wage", |
||
95 | "email": "[email protected]", |
||
96 | "homepage": "http://www.jwage.com/", |
||
97 | "role": "Creator" |
||
98 | }, |
||
99 | { |
||
100 | "name": "Guilherme Blanco", |
||
101 | "email": "[email protected]", |
||
102 | "homepage": "http://www.instaclick.com" |
||
103 | }, |
||
104 | { |
||
105 | "name": "Roman Borschel", |
||
106 | "email": "[email protected]" |
||
107 | }, |
||
108 | { |
||
109 | "name": "Benjamin Eberlei", |
||
110 | "email": "[email protected]" |
||
111 | }, |
||
112 | { |
||
113 | "name": "Johannes Schmitt", |
||
114 | "email": "[email protected]", |
||
115 | "homepage": "https://github.com/schmittjoh", |
||
116 | "role": "Developer of wrapped JMSSerializerBundle" |
||
117 | } |
||
118 | ], |
||
119 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
120 | "homepage": "http://www.doctrine-project.org", |
||
121 | "keywords": [ |
||
122 | "inflection", |
||
123 | "pluarlize", |
||
124 | "singuarlize", |
||
125 | "string" |
||
126 | ], |
||
127 | "time": "2013-01-10T21:49:15+00:00" |
||
128 | }, |
||
129 | { |
||
130 | "name": "guzzlehttp/guzzle", |
||
131 | "version": "6.2.0", |
||
132 | "source": { |
||
133 | "type": "git", |
||
134 | "url": "https://github.com/guzzle/guzzle.git", |
||
135 | "reference": "d094e337976dff9d8e2424e8485872194e768662" |
||
136 | }, |
||
137 | "dist": { |
||
138 | "type": "zip", |
||
139 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662", |
||
140 | "reference": "d094e337976dff9d8e2424e8485872194e768662", |
||
141 | "shasum": "" |
||
142 | }, |
||
143 | "require": { |
||
144 | "guzzlehttp/promises": "~1.0", |
||
145 | "guzzlehttp/psr7": "~1.1", |
||
146 | "php": ">=5.5.0" |
||
147 | }, |
||
148 | "require-dev": { |
||
149 | "ext-curl": "*", |
||
150 | "phpunit/phpunit": "~4.0", |
||
151 | "psr/log": "~1.0" |
||
152 | }, |
||
153 | "type": "library", |
||
154 | "extra": { |
||
155 | "branch-alias": { |
||
156 | "dev-master": "6.2-dev" |
||
157 | } |
||
158 | }, |
||
159 | "autoload": { |
||
160 | "files": [ |
||
161 | "src/functions_include.php" |
||
162 | ], |
||
163 | "psr-4": { |
||
164 | "GuzzleHttp\\": "src/" |
||
165 | } |
||
166 | }, |
||
167 | "notification-url": "https://packagist.org/downloads/", |
||
168 | "license": [ |
||
169 | "MIT" |
||
170 | ], |
||
171 | "authors": [ |
||
172 | { |
||
173 | "name": "Michael Dowling", |
||
174 | "email": "[email protected]", |
||
175 | "homepage": "https://github.com/mtdowling" |
||
176 | } |
||
177 | ], |
||
178 | "description": "Guzzle is a PHP HTTP client library", |
||
179 | "homepage": "http://guzzlephp.org/", |
||
180 | "keywords": [ |
||
181 | "client", |
||
182 | "curl", |
||
183 | "framework", |
||
184 | "http", |
||
185 | "http client", |
||
186 | "rest", |
||
187 | "web service" |
||
188 | ], |
||
189 | "time": "2016-03-21T20:02:09+00:00" |
||
190 | }, |
||
191 | { |
||
192 | "name": "guzzlehttp/promises", |
||
193 | "version": "1.0.0", |
||
194 | "source": { |
||
195 | "type": "git", |
||
196 | "url": "https://github.com/guzzle/promises.git", |
||
197 | "reference": "01abc3232138f330d8a1eaa808fcbdf9b4292f47" |
||
198 | }, |
||
199 | "dist": { |
||
200 | "type": "zip", |
||
201 | "url": "https://api.github.com/repos/guzzle/promises/zipball/01abc3232138f330d8a1eaa808fcbdf9b4292f47", |
||
202 | "reference": "01abc3232138f330d8a1eaa808fcbdf9b4292f47", |
||
203 | "shasum": "" |
||
204 | }, |
||
205 | "require": { |
||
206 | "php": ">=5.5.0" |
||
207 | }, |
||
208 | "require-dev": { |
||
209 | "phpunit/phpunit": "^4.0" |
||
210 | }, |
||
211 | "type": "library", |
||
212 | "extra": { |
||
213 | "branch-alias": { |
||
214 | "dev-master": "1.0-dev" |
||
215 | } |
||
216 | }, |
||
217 | "autoload": { |
||
218 | "psr-4": { |
||
219 | "GuzzleHttp\\Promise\\": "src/" |
||
220 | }, |
||
221 | "files": [ |
||
222 | "src/functions.php" |
||
223 | ] |
||
224 | }, |
||
225 | "notification-url": "https://packagist.org/downloads/", |
||
226 | "license": [ |
||
227 | "MIT" |
||
228 | ], |
||
229 | "authors": [ |
||
230 | { |
||
231 | "name": "Michael Dowling", |
||
232 | "email": "[email protected]", |
||
233 | "homepage": "https://github.com/mtdowling" |
||
234 | } |
||
235 | ], |
||
236 | "description": "Guzzle promises library", |
||
237 | "keywords": [ |
||
238 | "promise" |
||
239 | ], |
||
240 | "time": "2015-05-13T05:05:10+00:00" |
||
241 | }, |
||
242 | { |
||
243 | "name": "guzzlehttp/psr7", |
||
244 | "version": "1.1.0", |
||
245 | "source": { |
||
246 | "type": "git", |
||
247 | "url": "https://github.com/guzzle/psr7.git", |
||
248 | "reference": "af0e1758de355eb113917ad79c3c0e3604bce4bd" |
||
249 | }, |
||
250 | "dist": { |
||
251 | "type": "zip", |
||
252 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/af0e1758de355eb113917ad79c3c0e3604bce4bd", |
||
253 | "reference": "af0e1758de355eb113917ad79c3c0e3604bce4bd", |
||
254 | "shasum": "" |
||
255 | }, |
||
256 | "require": { |
||
257 | "php": ">=5.4.0", |
||
258 | "psr/http-message": "~1.0" |
||
259 | }, |
||
260 | "provide": { |
||
261 | "psr/http-message-implementation": "1.0" |
||
262 | }, |
||
263 | "require-dev": { |
||
264 | "phpunit/phpunit": "~4.0" |
||
265 | }, |
||
266 | "type": "library", |
||
267 | "extra": { |
||
268 | "branch-alias": { |
||
269 | "dev-master": "1.0-dev" |
||
270 | } |
||
271 | }, |
||
272 | "autoload": { |
||
273 | "psr-4": { |
||
274 | "GuzzleHttp\\Psr7\\": "src/" |
||
275 | }, |
||
276 | "files": [ |
||
277 | "src/functions.php" |
||
278 | ] |
||
279 | }, |
||
280 | "notification-url": "https://packagist.org/downloads/", |
||
281 | "license": [ |
||
282 | "MIT" |
||
283 | ], |
||
284 | "authors": [ |
||
285 | { |
||
286 | "name": "Michael Dowling", |
||
287 | "email": "[email protected]", |
||
288 | "homepage": "https://github.com/mtdowling" |
||
289 | } |
||
290 | ], |
||
291 | "description": "PSR-7 message implementation", |
||
292 | "keywords": [ |
||
293 | "http", |
||
294 | "message", |
||
295 | "stream", |
||
296 | "uri" |
||
297 | ], |
||
298 | "time": "2015-06-24T19:55:15+00:00" |
||
299 | }, |
||
300 | { |
||
301 | "name": "illuminate/contracts", |
||
302 | "version": "v5.0.0", |
||
303 | "source": { |
||
304 | "type": "git", |
||
305 | "url": "https://github.com/illuminate/contracts.git", |
||
306 | "reference": "78f1dba092d5fcb6d3a19537662abe31c4d128fd" |
||
307 | }, |
||
308 | "dist": { |
||
309 | "type": "zip", |
||
310 | "url": "https://api.github.com/repos/illuminate/contracts/zipball/78f1dba092d5fcb6d3a19537662abe31c4d128fd", |
||
311 | "reference": "78f1dba092d5fcb6d3a19537662abe31c4d128fd", |
||
312 | "shasum": "" |
||
313 | }, |
||
314 | "require": { |
||
315 | "php": ">=5.4.0" |
||
316 | }, |
||
317 | "type": "library", |
||
318 | "extra": { |
||
319 | "branch-alias": { |
||
320 | "dev-master": "5.0-dev" |
||
321 | } |
||
322 | }, |
||
323 | "autoload": { |
||
324 | "psr-4": { |
||
325 | "Illuminate\\Contracts\\": "" |
||
326 | } |
||
327 | }, |
||
328 | "notification-url": "https://packagist.org/downloads/", |
||
329 | "license": [ |
||
330 | "MIT" |
||
331 | ], |
||
332 | "authors": [ |
||
333 | { |
||
334 | "name": "Taylor Otwell", |
||
335 | "email": "[email protected]" |
||
336 | } |
||
337 | ], |
||
338 | "description": "The Illuminate Contracts package.", |
||
339 | "time": "2015-01-30T16:27:08+00:00" |
||
340 | }, |
||
341 | { |
||
342 | "name": "illuminate/support", |
||
343 | "version": "v5.0.0", |
||
344 | "source": { |
||
345 | "type": "git", |
||
346 | "url": "https://github.com/illuminate/support.git", |
||
347 | "reference": "306ceb305f5b480608d94355ac3a0a730b21a905" |
||
348 | }, |
||
349 | "dist": { |
||
350 | "type": "zip", |
||
351 | "url": "https://api.github.com/repos/illuminate/support/zipball/306ceb305f5b480608d94355ac3a0a730b21a905", |
||
352 | "reference": "306ceb305f5b480608d94355ac3a0a730b21a905", |
||
353 | "shasum": "" |
||
354 | }, |
||
355 | "require": { |
||
356 | "danielstjules/stringy": "~1.8", |
||
357 | "doctrine/inflector": "~1.0", |
||
358 | "ext-mbstring": "*", |
||
359 | "illuminate/contracts": "5.0.*", |
||
360 | "php": ">=5.4.0" |
||
361 | }, |
||
362 | "suggest": { |
||
363 | "jeremeamia/superclosure": "Required to be able to serialize closures (~2.0)." |
||
364 | }, |
||
365 | "type": "library", |
||
366 | "extra": { |
||
367 | "branch-alias": { |
||
368 | "dev-master": "5.0-dev" |
||
369 | } |
||
370 | }, |
||
371 | "autoload": { |
||
372 | "psr-4": { |
||
373 | "Illuminate\\Support\\": "" |
||
374 | }, |
||
375 | "files": [ |
||
376 | "helpers.php" |
||
377 | ] |
||
378 | }, |
||
379 | "notification-url": "https://packagist.org/downloads/", |
||
380 | "license": [ |
||
381 | "MIT" |
||
382 | ], |
||
383 | "authors": [ |
||
384 | { |
||
385 | "name": "Taylor Otwell", |
||
386 | "email": "[email protected]" |
||
387 | } |
||
388 | ], |
||
389 | "description": "The Illuminate Support package.", |
||
390 | "time": "2015-02-03T22:40:35+00:00" |
||
391 | }, |
||
392 | { |
||
393 | "name": "psr/http-message", |
||
394 | "version": "1.0", |
||
395 | "source": { |
||
396 | "type": "git", |
||
397 | "url": "https://github.com/php-fig/http-message.git", |
||
398 | "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298" |
||
399 | }, |
||
400 | "dist": { |
||
401 | "type": "zip", |
||
402 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
||
403 | "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
||
404 | "shasum": "" |
||
405 | }, |
||
406 | "require": { |
||
407 | "php": ">=5.3.0" |
||
408 | }, |
||
409 | "type": "library", |
||
410 | "extra": { |
||
411 | "branch-alias": { |
||
412 | "dev-master": "1.0.x-dev" |
||
413 | } |
||
414 | }, |
||
415 | "autoload": { |
||
416 | "psr-4": { |
||
417 | "Psr\\Http\\Message\\": "src/" |
||
418 | } |
||
419 | }, |
||
420 | "notification-url": "https://packagist.org/downloads/", |
||
421 | "license": [ |
||
422 | "MIT" |
||
423 | ], |
||
424 | "authors": [ |
||
425 | { |
||
426 | "name": "PHP-FIG", |
||
427 | "homepage": "http://www.php-fig.org/" |
||
428 | } |
||
429 | ], |
||
430 | "description": "Common interface for HTTP messages", |
||
431 | "keywords": [ |
||
432 | "http", |
||
433 | "http-message", |
||
434 | "psr", |
||
435 | "psr-7", |
||
436 | "request", |
||
437 | "response" |
||
438 | ], |
||
439 | "time": "2015-05-04T20:22:00+00:00" |
||
440 | } |
||
441 | ], |
||
442 | "packages-dev": [ |
||
443 | { |
||
444 | "name": "dflydev/markdown", |
||
445 | "version": "v1.0.0", |
||
446 | "source": { |
||
447 | "type": "git", |
||
448 | "url": "https://github.com/dflydev/dflydev-markdown.git", |
||
449 | "reference": "76501a808522dbe40a5a71d272bd08d54cbae03d" |
||
450 | }, |
||
451 | "dist": { |
||
452 | "type": "zip", |
||
453 | "url": "https://api.github.com/repos/dflydev/dflydev-markdown/zipball/76501a808522dbe40a5a71d272bd08d54cbae03d", |
||
454 | "reference": "76501a808522dbe40a5a71d272bd08d54cbae03d", |
||
455 | "shasum": "" |
||
456 | }, |
||
457 | "require": { |
||
458 | "php": ">=5.3" |
||
459 | }, |
||
460 | "type": "library", |
||
461 | "autoload": { |
||
462 | "psr-0": { |
||
463 | "dflydev\\markdown": "src" |
||
464 | } |
||
465 | }, |
||
466 | "notification-url": "https://packagist.org/downloads/", |
||
467 | "license": [ |
||
468 | "New BSD License" |
||
469 | ], |
||
470 | "authors": [ |
||
471 | { |
||
472 | "name": "Dragonfly Development Inc.", |
||
473 | "email": "[email protected]", |
||
474 | "homepage": "http://dflydev.com" |
||
475 | }, |
||
476 | { |
||
477 | "name": "Beau Simensen", |
||
478 | "email": "[email protected]", |
||
479 | "homepage": "http://beausimensen.com" |
||
480 | }, |
||
481 | { |
||
482 | "name": "Michel Fortin", |
||
483 | "homepage": "http://michelf.com" |
||
484 | }, |
||
485 | { |
||
486 | "name": "John Gruber", |
||
487 | "homepage": "http://daringfireball.net" |
||
488 | } |
||
489 | ], |
||
490 | "description": "PHP Markdown & Extra", |
||
491 | "homepage": "http://github.com/dflydev/dflydev-markdown", |
||
492 | "keywords": [ |
||
493 | "markdown" |
||
494 | ], |
||
495 | "abandoned": "michelf/php-markdown", |
||
496 | "time": "2012-01-02T23:11:32+00:00" |
||
497 | }, |
||
498 | { |
||
499 | "name": "doctrine/instantiator", |
||
500 | "version": "1.0.4", |
||
501 | "source": { |
||
502 | "type": "git", |
||
503 | "url": "https://github.com/doctrine/instantiator.git", |
||
504 | "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119" |
||
505 | }, |
||
506 | "dist": { |
||
507 | "type": "zip", |
||
508 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119", |
||
509 | "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119", |
||
510 | "shasum": "" |
||
511 | }, |
||
512 | "require": { |
||
513 | "php": ">=5.3,<8.0-DEV" |
||
514 | }, |
||
515 | "require-dev": { |
||
516 | "athletic/athletic": "~0.1.8", |
||
517 | "ext-pdo": "*", |
||
518 | "ext-phar": "*", |
||
519 | "phpunit/phpunit": "~4.0", |
||
520 | "squizlabs/php_codesniffer": "2.0.*@ALPHA" |
||
521 | }, |
||
522 | "type": "library", |
||
523 | "extra": { |
||
524 | "branch-alias": { |
||
525 | "dev-master": "1.0.x-dev" |
||
526 | } |
||
527 | }, |
||
528 | "autoload": { |
||
529 | "psr-0": { |
||
530 | "Doctrine\\Instantiator\\": "src" |
||
531 | } |
||
532 | }, |
||
533 | "notification-url": "https://packagist.org/downloads/", |
||
534 | "license": [ |
||
535 | "MIT" |
||
536 | ], |
||
537 | "authors": [ |
||
538 | { |
||
539 | "name": "Marco Pivetta", |
||
540 | "email": "[email protected]", |
||
541 | "homepage": "http://ocramius.github.com/" |
||
542 | } |
||
543 | ], |
||
544 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
545 | "homepage": "https://github.com/doctrine/instantiator", |
||
546 | "keywords": [ |
||
547 | "constructor", |
||
548 | "instantiate" |
||
549 | ], |
||
550 | "time": "2014-10-13T12:58:55+00:00" |
||
551 | }, |
||
552 | { |
||
553 | "name": "graze/standards", |
||
554 | "version": "v2.0.0", |
||
555 | "source": { |
||
556 | "type": "git", |
||
557 | "url": "https://github.com/graze/standards.git", |
||
558 | "reference": "4afc1e28509585f149b2a27c9849ca1ed53c3ee9" |
||
559 | }, |
||
560 | "dist": { |
||
561 | "type": "zip", |
||
562 | "url": "https://api.github.com/repos/graze/standards/zipball/4afc1e28509585f149b2a27c9849ca1ed53c3ee9", |
||
563 | "reference": "4afc1e28509585f149b2a27c9849ca1ed53c3ee9", |
||
564 | "shasum": "" |
||
565 | }, |
||
566 | "require-dev": { |
||
567 | "squizlabs/php_codesniffer": "^3.0" |
||
568 | }, |
||
569 | "type": "library", |
||
570 | "notification-url": "https://packagist.org/downloads/", |
||
571 | "license": [ |
||
572 | "MIT" |
||
573 | ], |
||
574 | "authors": [ |
||
575 | { |
||
576 | "name": "Graze Developers", |
||
577 | "email": "[email protected]" |
||
578 | } |
||
579 | ], |
||
580 | "description": "Graze coding standards", |
||
581 | "homepage": "https://github.com/graze/standards", |
||
582 | "keywords": [ |
||
583 | "coding", |
||
584 | "graze", |
||
585 | "standards" |
||
586 | ], |
||
587 | "time": "2017-08-23T09:31:18+00:00" |
||
588 | }, |
||
589 | { |
||
590 | "name": "hamcrest/hamcrest-php", |
||
591 | "version": "v1.1.0", |
||
592 | "source": { |
||
593 | "type": "git", |
||
594 | "url": "https://github.com/hamcrest/hamcrest-php.git", |
||
595 | "reference": "6dc849e4a8954177748320d06721d6bc972129eb" |
||
596 | }, |
||
597 | "dist": { |
||
598 | "type": "zip", |
||
599 | "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/6dc849e4a8954177748320d06721d6bc972129eb", |
||
600 | "reference": "6dc849e4a8954177748320d06721d6bc972129eb", |
||
601 | "shasum": "" |
||
602 | }, |
||
603 | "require": { |
||
604 | "php": ">=5.3.2" |
||
605 | }, |
||
606 | "type": "library", |
||
607 | "autoload": { |
||
608 | "psr-0": { |
||
609 | "Hamcrest": "hamcrest" |
||
610 | } |
||
611 | }, |
||
612 | "notification-url": "https://packagist.org/downloads/", |
||
613 | "license": [ |
||
614 | "BSD" |
||
615 | ], |
||
616 | "description": "This is the PHP port of Hamcrest Matchers", |
||
617 | "keywords": [ |
||
618 | "test" |
||
619 | ], |
||
620 | "time": "2013-06-01T23:02:01+00:00" |
||
621 | }, |
||
622 | { |
||
623 | "name": "mockery/mockery", |
||
624 | "version": "0.9.4", |
||
625 | "source": { |
||
626 | "type": "git", |
||
627 | "url": "https://github.com/mockery/mockery.git", |
||
628 | "reference": "70bba85e4aabc9449626651f48b9018ede04f86b" |
||
629 | }, |
||
630 | "dist": { |
||
631 | "type": "zip", |
||
632 | "url": "https://api.github.com/repos/mockery/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b", |
||
633 | "reference": "70bba85e4aabc9449626651f48b9018ede04f86b", |
||
634 | "shasum": "" |
||
635 | }, |
||
636 | "require": { |
||
637 | "hamcrest/hamcrest-php": "~1.1", |
||
638 | "lib-pcre": ">=7.0", |
||
639 | "php": ">=5.3.2" |
||
640 | }, |
||
641 | "require-dev": { |
||
642 | "phpunit/phpunit": "~4.0" |
||
643 | }, |
||
644 | "type": "library", |
||
645 | "extra": { |
||
646 | "branch-alias": { |
||
647 | "dev-master": "0.9.x-dev" |
||
648 | } |
||
649 | }, |
||
650 | "autoload": { |
||
651 | "psr-0": { |
||
652 | "Mockery": "library/" |
||
653 | } |
||
654 | }, |
||
655 | "notification-url": "https://packagist.org/downloads/", |
||
656 | "license": [ |
||
657 | "BSD-3-Clause" |
||
658 | ], |
||
659 | "authors": [ |
||
660 | { |
||
661 | "name": "Pádraic Brady", |
||
662 | "email": "[email protected]", |
||
663 | "homepage": "http://blog.astrumfutura.com" |
||
664 | }, |
||
665 | { |
||
666 | "name": "Dave Marshall", |
||
667 | "email": "[email protected]", |
||
668 | "homepage": "http://davedevelopment.co.uk" |
||
669 | } |
||
670 | ], |
||
671 | "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.", |
||
672 | "homepage": "http://github.com/padraic/mockery", |
||
673 | "keywords": [ |
||
674 | "BDD", |
||
675 | "TDD", |
||
676 | "library", |
||
677 | "mock", |
||
678 | "mock objects", |
||
679 | "mockery", |
||
680 | "stub", |
||
681 | "test", |
||
682 | "test double", |
||
683 | "testing" |
||
684 | ], |
||
685 | "time": "2015-04-02T19:54:00+00:00" |
||
686 | }, |
||
687 | { |
||
688 | "name": "phpdocumentor/reflection-docblock", |
||
689 | "version": "2.0.0", |
||
690 | "source": { |
||
691 | "type": "git", |
||
692 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
693 | "reference": "66ae84e9d7c8ea85c979cb65977bd8e608baf0c5" |
||
694 | }, |
||
695 | "dist": { |
||
696 | "type": "zip", |
||
697 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/66ae84e9d7c8ea85c979cb65977bd8e608baf0c5", |
||
698 | "reference": "66ae84e9d7c8ea85c979cb65977bd8e608baf0c5", |
||
699 | "shasum": "" |
||
700 | }, |
||
701 | "require": { |
||
702 | "dflydev/markdown": "1.0.*", |
||
703 | "php": ">=5.3.3" |
||
704 | }, |
||
705 | "require-dev": { |
||
706 | "phpunit/phpunit": "3.7.*@stable" |
||
707 | }, |
||
708 | "type": "library", |
||
709 | "extra": { |
||
710 | "branch-alias": { |
||
711 | "dev-master": "2.0.x-dev" |
||
712 | } |
||
713 | }, |
||
714 | "autoload": { |
||
715 | "psr-0": { |
||
716 | "phpDocumentor": [ |
||
717 | "src/" |
||
718 | ] |
||
719 | } |
||
720 | }, |
||
721 | "notification-url": "https://packagist.org/downloads/", |
||
722 | "license": [ |
||
723 | "MIT" |
||
724 | ], |
||
725 | "authors": [ |
||
726 | { |
||
727 | "name": "Mike van Riel", |
||
728 | "email": "[email protected]" |
||
729 | } |
||
730 | ], |
||
731 | "time": "2013-08-07T11:04:22+00:00" |
||
732 | }, |
||
733 | { |
||
734 | "name": "phpspec/prophecy", |
||
735 | "version": "v1.3.1", |
||
736 | "source": { |
||
737 | "type": "git", |
||
738 | "url": "https://github.com/phpspec/prophecy.git", |
||
739 | "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9" |
||
740 | }, |
||
741 | "dist": { |
||
742 | "type": "zip", |
||
743 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/9ca52329bcdd1500de24427542577ebf3fc2f1c9", |
||
744 | "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9", |
||
745 | "shasum": "" |
||
746 | }, |
||
747 | "require": { |
||
748 | "doctrine/instantiator": "~1.0,>=1.0.2", |
||
749 | "phpdocumentor/reflection-docblock": "~2.0" |
||
750 | }, |
||
751 | "require-dev": { |
||
752 | "phpspec/phpspec": "~2.0" |
||
753 | }, |
||
754 | "type": "library", |
||
755 | "extra": { |
||
756 | "branch-alias": { |
||
757 | "dev-master": "1.2.x-dev" |
||
758 | } |
||
759 | }, |
||
760 | "autoload": { |
||
761 | "psr-0": { |
||
762 | "Prophecy\\": "src/" |
||
763 | } |
||
764 | }, |
||
765 | "notification-url": "https://packagist.org/downloads/", |
||
766 | "license": [ |
||
767 | "MIT" |
||
768 | ], |
||
769 | "authors": [ |
||
770 | { |
||
771 | "name": "Konstantin Kudryashov", |
||
772 | "email": "[email protected]", |
||
773 | "homepage": "http://everzet.com" |
||
774 | }, |
||
775 | { |
||
776 | "name": "Marcello Duarte", |
||
777 | "email": "[email protected]" |
||
778 | } |
||
779 | ], |
||
780 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
781 | "homepage": "http://phpspec.org", |
||
782 | "keywords": [ |
||
783 | "Double", |
||
784 | "Dummy", |
||
785 | "fake", |
||
786 | "mock", |
||
787 | "spy", |
||
788 | "stub" |
||
789 | ], |
||
790 | "time": "2014-11-17T16:23:49+00:00" |
||
791 | }, |
||
792 | { |
||
793 | "name": "phpunit/php-code-coverage", |
||
794 | "version": "2.1.0", |
||
795 | "source": { |
||
796 | "type": "git", |
||
797 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
798 | "reference": "ba315f46873fd6e86fdb98685a1a900e7379c886" |
||
799 | }, |
||
800 | "dist": { |
||
801 | "type": "zip", |
||
802 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ba315f46873fd6e86fdb98685a1a900e7379c886", |
||
803 | "reference": "ba315f46873fd6e86fdb98685a1a900e7379c886", |
||
804 | "shasum": "" |
||
805 | }, |
||
806 | "require": { |
||
807 | "php": ">=5.3.3", |
||
808 | "phpunit/php-file-iterator": "~1.3", |
||
809 | "phpunit/php-text-template": "~1.2", |
||
810 | "phpunit/php-token-stream": "~1.3", |
||
811 | "sebastian/environment": "~1.0", |
||
812 | "sebastian/version": "~1.0" |
||
813 | }, |
||
814 | "require-dev": { |
||
815 | "ext-xdebug": ">=2.1.4", |
||
816 | "phpunit/phpunit": "~4" |
||
817 | }, |
||
818 | "suggest": { |
||
819 | "ext-dom": "*", |
||
820 | "ext-xdebug": ">=2.2.1", |
||
821 | "ext-xmlwriter": "*" |
||
822 | }, |
||
823 | "type": "library", |
||
824 | "extra": { |
||
825 | "branch-alias": { |
||
826 | "dev-master": "2.1.x-dev" |
||
827 | } |
||
828 | }, |
||
829 | "autoload": { |
||
830 | "classmap": [ |
||
831 | "src/" |
||
832 | ] |
||
833 | }, |
||
834 | "notification-url": "https://packagist.org/downloads/", |
||
835 | "license": [ |
||
836 | "BSD-3-Clause" |
||
837 | ], |
||
838 | "authors": [ |
||
839 | { |
||
840 | "name": "Sebastian Bergmann", |
||
841 | "email": "[email protected]", |
||
842 | "role": "lead" |
||
843 | } |
||
844 | ], |
||
845 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
846 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
847 | "keywords": [ |
||
848 | "coverage", |
||
849 | "testing", |
||
850 | "xunit" |
||
851 | ], |
||
852 | "time": "2015-05-30T12:58:40+00:00" |
||
853 | }, |
||
854 | { |
||
855 | "name": "phpunit/php-file-iterator", |
||
856 | "version": "1.4.0", |
||
857 | "source": { |
||
858 | "type": "git", |
||
859 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
860 | "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb" |
||
861 | }, |
||
862 | "dist": { |
||
863 | "type": "zip", |
||
864 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb", |
||
865 | "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb", |
||
866 | "shasum": "" |
||
867 | }, |
||
868 | "require": { |
||
869 | "php": ">=5.3.3" |
||
870 | }, |
||
871 | "type": "library", |
||
872 | "extra": { |
||
873 | "branch-alias": { |
||
874 | "dev-master": "1.4.x-dev" |
||
875 | } |
||
876 | }, |
||
877 | "autoload": { |
||
878 | "classmap": [ |
||
879 | "src/" |
||
880 | ] |
||
881 | }, |
||
882 | "notification-url": "https://packagist.org/downloads/", |
||
883 | "license": [ |
||
884 | "BSD-3-Clause" |
||
885 | ], |
||
886 | "authors": [ |
||
887 | { |
||
888 | "name": "Sebastian Bergmann", |
||
889 | "email": "[email protected]", |
||
890 | "role": "lead" |
||
891 | } |
||
892 | ], |
||
893 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
894 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
895 | "keywords": [ |
||
896 | "filesystem", |
||
897 | "iterator" |
||
898 | ], |
||
899 | "time": "2015-04-02T05:19:05+00:00" |
||
900 | }, |
||
901 | { |
||
902 | "name": "phpunit/php-text-template", |
||
903 | "version": "1.2.0", |
||
904 | "source": { |
||
905 | "type": "git", |
||
906 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
907 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" |
||
908 | }, |
||
909 | "dist": { |
||
910 | "type": "zip", |
||
911 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
||
912 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
||
913 | "shasum": "" |
||
914 | }, |
||
915 | "require": { |
||
916 | "php": ">=5.3.3" |
||
917 | }, |
||
918 | "type": "library", |
||
919 | "autoload": { |
||
920 | "classmap": [ |
||
921 | "Text/" |
||
922 | ] |
||
923 | }, |
||
924 | "notification-url": "https://packagist.org/downloads/", |
||
925 | "include-path": [ |
||
926 | "" |
||
927 | ], |
||
928 | "license": [ |
||
929 | "BSD-3-Clause" |
||
930 | ], |
||
931 | "authors": [ |
||
932 | { |
||
933 | "name": "Sebastian Bergmann", |
||
934 | "email": "[email protected]", |
||
935 | "role": "lead" |
||
936 | } |
||
937 | ], |
||
938 | "description": "Simple template engine.", |
||
939 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
940 | "keywords": [ |
||
941 | "template" |
||
942 | ], |
||
943 | "time": "2014-01-30T17:20:04+00:00" |
||
944 | }, |
||
945 | { |
||
946 | "name": "phpunit/php-timer", |
||
947 | "version": "1.0.6", |
||
948 | "source": { |
||
949 | "type": "git", |
||
950 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
951 | "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d" |
||
952 | }, |
||
953 | "dist": { |
||
954 | "type": "zip", |
||
955 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/83fe1bdc5d47658b727595c14da140da92b3d66d", |
||
956 | "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d", |
||
957 | "shasum": "" |
||
958 | }, |
||
959 | "require": { |
||
960 | "php": ">=5.3.3" |
||
961 | }, |
||
962 | "type": "library", |
||
963 | "autoload": { |
||
964 | "classmap": [ |
||
965 | "src/" |
||
966 | ] |
||
967 | }, |
||
968 | "notification-url": "https://packagist.org/downloads/", |
||
969 | "license": [ |
||
970 | "BSD-3-Clause" |
||
971 | ], |
||
972 | "authors": [ |
||
973 | { |
||
974 | "name": "Sebastian Bergmann", |
||
975 | "email": "[email protected]", |
||
976 | "role": "lead" |
||
977 | } |
||
978 | ], |
||
979 | "description": "Utility class for timing", |
||
980 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
981 | "keywords": [ |
||
982 | "timer" |
||
983 | ], |
||
984 | "time": "2015-06-13T07:35:30+00:00" |
||
985 | }, |
||
986 | { |
||
987 | "name": "phpunit/php-token-stream", |
||
988 | "version": "1.3.0", |
||
989 | "source": { |
||
990 | "type": "git", |
||
991 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
992 | "reference": "f8d5d08c56de5cfd592b3340424a81733259a876" |
||
993 | }, |
||
994 | "dist": { |
||
995 | "type": "zip", |
||
996 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/f8d5d08c56de5cfd592b3340424a81733259a876", |
||
997 | "reference": "f8d5d08c56de5cfd592b3340424a81733259a876", |
||
998 | "shasum": "" |
||
999 | }, |
||
1000 | "require": { |
||
1001 | "ext-tokenizer": "*", |
||
1002 | "php": ">=5.3.3" |
||
1003 | }, |
||
1004 | "require-dev": { |
||
1005 | "phpunit/phpunit": "~4.2" |
||
1006 | }, |
||
1007 | "type": "library", |
||
1008 | "extra": { |
||
1009 | "branch-alias": { |
||
1010 | "dev-master": "1.3-dev" |
||
1011 | } |
||
1012 | }, |
||
1013 | "autoload": { |
||
1014 | "classmap": [ |
||
1015 | "src/" |
||
1016 | ] |
||
1017 | }, |
||
1018 | "notification-url": "https://packagist.org/downloads/", |
||
1019 | "license": [ |
||
1020 | "BSD-3-Clause" |
||
1021 | ], |
||
1022 | "authors": [ |
||
1023 | { |
||
1024 | "name": "Sebastian Bergmann", |
||
1025 | "email": "[email protected]" |
||
1026 | } |
||
1027 | ], |
||
1028 | "description": "Wrapper around PHP's tokenizer extension.", |
||
1029 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
1030 | "keywords": [ |
||
1031 | "tokenizer" |
||
1032 | ], |
||
1033 | "time": "2014-08-31T06:12:13+00:00" |
||
1034 | }, |
||
1035 | { |
||
1036 | "name": "phpunit/phpunit", |
||
1037 | "version": "4.8.36", |
||
1038 | "source": { |
||
1039 | "type": "git", |
||
1040 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
1041 | "reference": "46023de9a91eec7dfb06cc56cb4e260017298517" |
||
1042 | }, |
||
1043 | "dist": { |
||
1044 | "type": "zip", |
||
1045 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517", |
||
1046 | "reference": "46023de9a91eec7dfb06cc56cb4e260017298517", |
||
1047 | "shasum": "" |
||
1048 | }, |
||
1049 | "require": { |
||
1050 | "ext-dom": "*", |
||
1051 | "ext-json": "*", |
||
1052 | "ext-pcre": "*", |
||
1053 | "ext-reflection": "*", |
||
1054 | "ext-spl": "*", |
||
1055 | "php": ">=5.3.3", |
||
1056 | "phpspec/prophecy": "^1.3.1", |
||
1057 | "phpunit/php-code-coverage": "~2.1", |
||
1058 | "phpunit/php-file-iterator": "~1.4", |
||
1059 | "phpunit/php-text-template": "~1.2", |
||
1060 | "phpunit/php-timer": "^1.0.6", |
||
1061 | "phpunit/phpunit-mock-objects": "~2.3", |
||
1062 | "sebastian/comparator": "~1.2.2", |
||
1063 | "sebastian/diff": "~1.2", |
||
1064 | "sebastian/environment": "~1.3", |
||
1065 | "sebastian/exporter": "~1.2", |
||
1066 | "sebastian/global-state": "~1.0", |
||
1067 | "sebastian/version": "~1.0", |
||
1068 | "symfony/yaml": "~2.1|~3.0" |
||
1069 | }, |
||
1070 | "suggest": { |
||
1071 | "phpunit/php-invoker": "~1.1" |
||
1072 | }, |
||
1073 | "bin": [ |
||
1074 | "phpunit" |
||
1075 | ], |
||
1076 | "type": "library", |
||
1077 | "extra": { |
||
1078 | "branch-alias": { |
||
1079 | "dev-master": "4.8.x-dev" |
||
1080 | } |
||
1081 | }, |
||
1082 | "autoload": { |
||
1083 | "classmap": [ |
||
1084 | "src/" |
||
1085 | ] |
||
1086 | }, |
||
1087 | "notification-url": "https://packagist.org/downloads/", |
||
1088 | "license": [ |
||
1089 | "BSD-3-Clause" |
||
1090 | ], |
||
1091 | "authors": [ |
||
1092 | { |
||
1093 | "name": "Sebastian Bergmann", |
||
1094 | "email": "[email protected]", |
||
1095 | "role": "lead" |
||
1096 | } |
||
1097 | ], |
||
1098 | "description": "The PHP Unit Testing framework.", |
||
1099 | "homepage": "https://phpunit.de/", |
||
1100 | "keywords": [ |
||
1101 | "phpunit", |
||
1102 | "testing", |
||
1103 | "xunit" |
||
1104 | ], |
||
1105 | "time": "2017-06-21T08:07:12+00:00" |
||
1106 | }, |
||
1107 | { |
||
1108 | "name": "phpunit/phpunit-mock-objects", |
||
1109 | "version": "2.3.0", |
||
1110 | "source": { |
||
1111 | "type": "git", |
||
1112 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
1113 | "reference": "c63d2367247365f688544f0d500af90a11a44c65" |
||
1114 | }, |
||
1115 | "dist": { |
||
1116 | "type": "zip", |
||
1117 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65", |
||
1118 | "reference": "c63d2367247365f688544f0d500af90a11a44c65", |
||
1119 | "shasum": "" |
||
1120 | }, |
||
1121 | "require": { |
||
1122 | "doctrine/instantiator": "~1.0,>=1.0.1", |
||
1123 | "php": ">=5.3.3", |
||
1124 | "phpunit/php-text-template": "~1.2" |
||
1125 | }, |
||
1126 | "require-dev": { |
||
1127 | "phpunit/phpunit": "~4.3" |
||
1128 | }, |
||
1129 | "suggest": { |
||
1130 | "ext-soap": "*" |
||
1131 | }, |
||
1132 | "type": "library", |
||
1133 | "extra": { |
||
1134 | "branch-alias": { |
||
1135 | "dev-master": "2.3.x-dev" |
||
1136 | } |
||
1137 | }, |
||
1138 | "autoload": { |
||
1139 | "classmap": [ |
||
1140 | "src/" |
||
1141 | ] |
||
1142 | }, |
||
1143 | "notification-url": "https://packagist.org/downloads/", |
||
1144 | "license": [ |
||
1145 | "BSD-3-Clause" |
||
1146 | ], |
||
1147 | "authors": [ |
||
1148 | { |
||
1149 | "name": "Sebastian Bergmann", |
||
1150 | "email": "[email protected]", |
||
1151 | "role": "lead" |
||
1152 | } |
||
1153 | ], |
||
1154 | "description": "Mock Object library for PHPUnit", |
||
1155 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
1156 | "keywords": [ |
||
1157 | "mock", |
||
1158 | "xunit" |
||
1159 | ], |
||
1160 | "time": "2014-10-03T05:12:11+00:00" |
||
1161 | }, |
||
1162 | { |
||
1163 | "name": "sebastian/comparator", |
||
1164 | "version": "1.2.4", |
||
1165 | "source": { |
||
1166 | "type": "git", |
||
1167 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
1168 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" |
||
1169 | }, |
||
1170 | "dist": { |
||
1171 | "type": "zip", |
||
1172 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
1173 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
1174 | "shasum": "" |
||
1175 | }, |
||
1176 | "require": { |
||
1177 | "php": ">=5.3.3", |
||
1178 | "sebastian/diff": "~1.2", |
||
1179 | "sebastian/exporter": "~1.2 || ~2.0" |
||
1180 | }, |
||
1181 | "require-dev": { |
||
1182 | "phpunit/phpunit": "~4.4" |
||
1183 | }, |
||
1184 | "type": "library", |
||
1185 | "extra": { |
||
1186 | "branch-alias": { |
||
1187 | "dev-master": "1.2.x-dev" |
||
1188 | } |
||
1189 | }, |
||
1190 | "autoload": { |
||
1191 | "classmap": [ |
||
1192 | "src/" |
||
1193 | ] |
||
1194 | }, |
||
1195 | "notification-url": "https://packagist.org/downloads/", |
||
1196 | "license": [ |
||
1197 | "BSD-3-Clause" |
||
1198 | ], |
||
1199 | "authors": [ |
||
1200 | { |
||
1201 | "name": "Jeff Welch", |
||
1202 | "email": "[email protected]" |
||
1203 | }, |
||
1204 | { |
||
1205 | "name": "Volker Dusch", |
||
1206 | "email": "[email protected]" |
||
1207 | }, |
||
1208 | { |
||
1209 | "name": "Bernhard Schussek", |
||
1210 | "email": "[email protected]" |
||
1211 | }, |
||
1212 | { |
||
1213 | "name": "Sebastian Bergmann", |
||
1214 | "email": "[email protected]" |
||
1215 | } |
||
1216 | ], |
||
1217 | "description": "Provides the functionality to compare PHP values for equality", |
||
1218 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
1219 | "keywords": [ |
||
1220 | "comparator", |
||
1221 | "compare", |
||
1222 | "equality" |
||
1223 | ], |
||
1224 | "time": "2017-01-29T09:50:25+00:00" |
||
1225 | }, |
||
1226 | { |
||
1227 | "name": "sebastian/diff", |
||
1228 | "version": "1.2.0", |
||
1229 | "source": { |
||
1230 | "type": "git", |
||
1231 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
1232 | "reference": "5843509fed39dee4b356a306401e9dd1a931fec7" |
||
1233 | }, |
||
1234 | "dist": { |
||
1235 | "type": "zip", |
||
1236 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7", |
||
1237 | "reference": "5843509fed39dee4b356a306401e9dd1a931fec7", |
||
1238 | "shasum": "" |
||
1239 | }, |
||
1240 | "require": { |
||
1241 | "php": ">=5.3.3" |
||
1242 | }, |
||
1243 | "require-dev": { |
||
1244 | "phpunit/phpunit": "~4.2" |
||
1245 | }, |
||
1246 | "type": "library", |
||
1247 | "extra": { |
||
1248 | "branch-alias": { |
||
1249 | "dev-master": "1.2-dev" |
||
1250 | } |
||
1251 | }, |
||
1252 | "autoload": { |
||
1253 | "classmap": [ |
||
1254 | "src/" |
||
1255 | ] |
||
1256 | }, |
||
1257 | "notification-url": "https://packagist.org/downloads/", |
||
1258 | "license": [ |
||
1259 | "BSD-3-Clause" |
||
1260 | ], |
||
1261 | "authors": [ |
||
1262 | { |
||
1263 | "name": "Kore Nordmann", |
||
1264 | "email": "[email protected]" |
||
1265 | }, |
||
1266 | { |
||
1267 | "name": "Sebastian Bergmann", |
||
1268 | "email": "[email protected]" |
||
1269 | } |
||
1270 | ], |
||
1271 | "description": "Diff implementation", |
||
1272 | "homepage": "http://www.github.com/sebastianbergmann/diff", |
||
1273 | "keywords": [ |
||
1274 | "diff" |
||
1275 | ], |
||
1276 | "time": "2014-08-15T10:29:00+00:00" |
||
1277 | }, |
||
1278 | { |
||
1279 | "name": "sebastian/environment", |
||
1280 | "version": "1.3.0", |
||
1281 | "source": { |
||
1282 | "type": "git", |
||
1283 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
1284 | "reference": "4fe0a44cddd8cc19583a024bdc7374eb2fef0b87" |
||
1285 | }, |
||
1286 | "dist": { |
||
1287 | "type": "zip", |
||
1288 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4fe0a44cddd8cc19583a024bdc7374eb2fef0b87", |
||
1289 | "reference": "4fe0a44cddd8cc19583a024bdc7374eb2fef0b87", |
||
1290 | "shasum": "" |
||
1291 | }, |
||
1292 | "require": { |
||
1293 | "php": ">=5.3.3" |
||
1294 | }, |
||
1295 | "require-dev": { |
||
1296 | "phpunit/phpunit": "~4.4" |
||
1297 | }, |
||
1298 | "type": "library", |
||
1299 | "extra": { |
||
1300 | "branch-alias": { |
||
1301 | "dev-master": "1.3.x-dev" |
||
1302 | } |
||
1303 | }, |
||
1304 | "autoload": { |
||
1305 | "classmap": [ |
||
1306 | "src/" |
||
1307 | ] |
||
1308 | }, |
||
1309 | "notification-url": "https://packagist.org/downloads/", |
||
1310 | "license": [ |
||
1311 | "BSD-3-Clause" |
||
1312 | ], |
||
1313 | "authors": [ |
||
1314 | { |
||
1315 | "name": "Sebastian Bergmann", |
||
1316 | "email": "[email protected]" |
||
1317 | } |
||
1318 | ], |
||
1319 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
1320 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
1321 | "keywords": [ |
||
1322 | "Xdebug", |
||
1323 | "environment", |
||
1324 | "hhvm" |
||
1325 | ], |
||
1326 | "time": "2015-07-26T06:42:57+00:00" |
||
1327 | }, |
||
1328 | { |
||
1329 | "name": "sebastian/exporter", |
||
1330 | "version": "1.2.0", |
||
1331 | "source": { |
||
1332 | "type": "git", |
||
1333 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
1334 | "reference": "84839970d05254c73cde183a721c7af13aede943" |
||
1335 | }, |
||
1336 | "dist": { |
||
1337 | "type": "zip", |
||
1338 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943", |
||
1339 | "reference": "84839970d05254c73cde183a721c7af13aede943", |
||
1340 | "shasum": "" |
||
1341 | }, |
||
1342 | "require": { |
||
1343 | "php": ">=5.3.3", |
||
1344 | "sebastian/recursion-context": "~1.0" |
||
1345 | }, |
||
1346 | "require-dev": { |
||
1347 | "phpunit/phpunit": "~4.4" |
||
1348 | }, |
||
1349 | "type": "library", |
||
1350 | "extra": { |
||
1351 | "branch-alias": { |
||
1352 | "dev-master": "1.2.x-dev" |
||
1353 | } |
||
1354 | }, |
||
1355 | "autoload": { |
||
1356 | "classmap": [ |
||
1357 | "src/" |
||
1358 | ] |
||
1359 | }, |
||
1360 | "notification-url": "https://packagist.org/downloads/", |
||
1361 | "license": [ |
||
1362 | "BSD-3-Clause" |
||
1363 | ], |
||
1364 | "authors": [ |
||
1365 | { |
||
1366 | "name": "Jeff Welch", |
||
1367 | "email": "[email protected]" |
||
1368 | }, |
||
1369 | { |
||
1370 | "name": "Volker Dusch", |
||
1371 | "email": "[email protected]" |
||
1372 | }, |
||
1373 | { |
||
1374 | "name": "Bernhard Schussek", |
||
1375 | "email": "[email protected]" |
||
1376 | }, |
||
1377 | { |
||
1378 | "name": "Sebastian Bergmann", |
||
1379 | "email": "[email protected]" |
||
1380 | }, |
||
1381 | { |
||
1382 | "name": "Adam Harvey", |
||
1383 | "email": "[email protected]" |
||
1384 | } |
||
1385 | ], |
||
1386 | "description": "Provides the functionality to export PHP variables for visualization", |
||
1387 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
1388 | "keywords": [ |
||
1389 | "export", |
||
1390 | "exporter" |
||
1391 | ], |
||
1392 | "time": "2015-01-27T07:23:06+00:00" |
||
1393 | }, |
||
1394 | { |
||
1395 | "name": "sebastian/global-state", |
||
1396 | "version": "1.0.0", |
||
1397 | "source": { |
||
1398 | "type": "git", |
||
1399 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
1400 | "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01" |
||
1401 | }, |
||
1402 | "dist": { |
||
1403 | "type": "zip", |
||
1404 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01", |
||
1405 | "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01", |
||
1406 | "shasum": "" |
||
1407 | }, |
||
1408 | "require": { |
||
1409 | "php": ">=5.3.3" |
||
1410 | }, |
||
1411 | "require-dev": { |
||
1412 | "phpunit/phpunit": "~4.2" |
||
1413 | }, |
||
1414 | "suggest": { |
||
1415 | "ext-uopz": "*" |
||
1416 | }, |
||
1417 | "type": "library", |
||
1418 | "extra": { |
||
1419 | "branch-alias": { |
||
1420 | "dev-master": "1.0-dev" |
||
1421 | } |
||
1422 | }, |
||
1423 | "autoload": { |
||
1424 | "classmap": [ |
||
1425 | "src/" |
||
1426 | ] |
||
1427 | }, |
||
1428 | "notification-url": "https://packagist.org/downloads/", |
||
1429 | "license": [ |
||
1430 | "BSD-3-Clause" |
||
1431 | ], |
||
1432 | "authors": [ |
||
1433 | { |
||
1434 | "name": "Sebastian Bergmann", |
||
1435 | "email": "[email protected]" |
||
1436 | } |
||
1437 | ], |
||
1438 | "description": "Snapshotting of global state", |
||
1439 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
1440 | "keywords": [ |
||
1441 | "global state" |
||
1442 | ], |
||
1443 | "time": "2014-10-06T09:23:50+00:00" |
||
1444 | }, |
||
1445 | { |
||
1446 | "name": "sebastian/recursion-context", |
||
1447 | "version": "1.0.0", |
||
1448 | "source": { |
||
1449 | "type": "git", |
||
1450 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
1451 | "reference": "3989662bbb30a29d20d9faa04a846af79b276252" |
||
1452 | }, |
||
1453 | "dist": { |
||
1454 | "type": "zip", |
||
1455 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252", |
||
1456 | "reference": "3989662bbb30a29d20d9faa04a846af79b276252", |
||
1457 | "shasum": "" |
||
1458 | }, |
||
1459 | "require": { |
||
1460 | "php": ">=5.3.3" |
||
1461 | }, |
||
1462 | "require-dev": { |
||
1463 | "phpunit/phpunit": "~4.4" |
||
1464 | }, |
||
1465 | "type": "library", |
||
1466 | "extra": { |
||
1467 | "branch-alias": { |
||
1468 | "dev-master": "1.0.x-dev" |
||
1469 | } |
||
1470 | }, |
||
1471 | "autoload": { |
||
1472 | "classmap": [ |
||
1473 | "src/" |
||
1474 | ] |
||
1475 | }, |
||
1476 | "notification-url": "https://packagist.org/downloads/", |
||
1477 | "license": [ |
||
1478 | "BSD-3-Clause" |
||
1479 | ], |
||
1480 | "authors": [ |
||
1481 | { |
||
1482 | "name": "Jeff Welch", |
||
1483 | "email": "[email protected]" |
||
1484 | }, |
||
1485 | { |
||
1486 | "name": "Sebastian Bergmann", |
||
1487 | "email": "[email protected]" |
||
1488 | }, |
||
1489 | { |
||
1490 | "name": "Adam Harvey", |
||
1491 | "email": "[email protected]" |
||
1492 | } |
||
1493 | ], |
||
1494 | "description": "Provides functionality to recursively process PHP variables", |
||
1495 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
1496 | "time": "2015-01-24T09:48:32+00:00" |
||
1497 | }, |
||
1498 | { |
||
1499 | "name": "sebastian/version", |
||
1500 | "version": "1.0.0", |
||
1501 | "source": { |
||
1502 | "type": "git", |
||
1503 | "url": "https://github.com/sebastianbergmann/version.git", |
||
1504 | "reference": "16b021aed448b654ae05846e394e057e9a6f04cb" |
||
1505 | }, |
||
1506 | "dist": { |
||
1507 | "type": "zip", |
||
1508 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/16b021aed448b654ae05846e394e057e9a6f04cb", |
||
1509 | "reference": "16b021aed448b654ae05846e394e057e9a6f04cb", |
||
1510 | "shasum": "" |
||
1511 | }, |
||
1512 | "type": "library", |
||
1513 | "autoload": { |
||
1514 | "classmap": [ |
||
1515 | "src/" |
||
1516 | ] |
||
1517 | }, |
||
1518 | "notification-url": "https://packagist.org/downloads/", |
||
1519 | "license": [ |
||
1520 | "BSD-3-Clause" |
||
1521 | ], |
||
1522 | "authors": [ |
||
1523 | { |
||
1524 | "name": "Sebastian Bergmann", |
||
1525 | "email": "[email protected]", |
||
1526 | "role": "lead" |
||
1527 | } |
||
1528 | ], |
||
1529 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
1530 | "homepage": "https://github.com/sebastianbergmann/version", |
||
1531 | "time": "2013-01-05T14:27:32+00:00" |
||
1532 | }, |
||
1533 | { |
||
1534 | "name": "squizlabs/php_codesniffer", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
1535 | "version": "3.0.0", |
||
1536 | "source": { |
||
1537 | "type": "git", |
||
1538 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
||
1539 | "reference": "b95ff2c3b122a3ee4b57d149a57d2afce65522c3" |
||
1540 | }, |
||
1541 | "dist": { |
||
1542 | "type": "zip", |
||
1543 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b95ff2c3b122a3ee4b57d149a57d2afce65522c3", |
||
1544 | "reference": "b95ff2c3b122a3ee4b57d149a57d2afce65522c3", |
||
1545 | "shasum": "" |
||
1546 | }, |
||
1547 | "require": { |
||
1548 | "ext-simplexml": "*", |
||
1549 | "ext-tokenizer": "*", |
||
1550 | "ext-xmlwriter": "*", |
||
1551 | "php": ">=5.4.0" |
||
1552 | }, |
||
1553 | "require-dev": { |
||
1554 | "phpunit/phpunit": "~4.0" |
||
1555 | }, |
||
1556 | "bin": [ |
||
1557 | "bin/phpcs", |
||
1558 | "bin/phpcbf" |
||
1559 | ], |
||
1560 | "type": "library", |
||
1561 | "extra": { |
||
1562 | "branch-alias": { |
||
1563 | "dev-master": "3.x-dev" |
||
1564 | } |
||
1565 | }, |
||
1566 | "notification-url": "https://packagist.org/downloads/", |
||
1567 | "license": [ |
||
1568 | "BSD-3-Clause" |
||
1569 | ], |
||
1570 | "authors": [ |
||
1571 | { |
||
1572 | "name": "Greg Sherwood", |
||
1573 | "role": "lead" |
||
1574 | } |
||
1575 | ], |
||
1576 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
||
1577 | "homepage": "http://www.squizlabs.com/php-codesniffer", |
||
1578 | "keywords": [ |
||
1579 | "phpcs", |
||
1580 | "standards" |
||
1581 | ], |
||
1582 | "time": "2017-05-04T00:33:04+00:00" |
||
1583 | }, |
||
1584 | { |
||
1585 | "name": "symfony/yaml", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of symfony/yaml:
Ability to enable/disable object support in YAML parsing and dumping ![]() |
|||
1586 | "version": "v2.1.0", |
||
1587 | "target-dir": "Symfony/Component/Yaml", |
||
1588 | "source": { |
||
1589 | "type": "git", |
||
1590 | "url": "https://github.com/symfony/yaml.git", |
||
1591 | "reference": "f18e004fc975707bb4695df1dbbe9b0d8c8b7715" |
||
1592 | }, |
||
1593 | "dist": { |
||
1594 | "type": "zip", |
||
1595 | "url": "https://api.github.com/repos/symfony/yaml/zipball/f18e004fc975707bb4695df1dbbe9b0d8c8b7715", |
||
1596 | "reference": "f18e004fc975707bb4695df1dbbe9b0d8c8b7715", |
||
1597 | "shasum": "" |
||
1598 | }, |
||
1599 | "require": { |
||
1600 | "php": ">=5.3.3" |
||
1601 | }, |
||
1602 | "type": "library", |
||
1603 | "extra": { |
||
1604 | "branch-alias": { |
||
1605 | "dev-master": "2.1-dev" |
||
1606 | } |
||
1607 | }, |
||
1608 | "autoload": { |
||
1609 | "psr-0": { |
||
1610 | "Symfony\\Component\\Yaml": "" |
||
1611 | } |
||
1612 | }, |
||
1613 | "notification-url": "https://packagist.org/downloads/", |
||
1614 | "license": [ |
||
1615 | "MIT" |
||
1616 | ], |
||
1617 | "authors": [ |
||
1618 | { |
||
1619 | "name": "Symfony Community", |
||
1620 | "homepage": "http://symfony.com/contributors" |
||
1621 | }, |
||
1622 | { |
||
1623 | "name": "Fabien Potencier", |
||
1624 | "email": "[email protected]" |
||
1625 | } |
||
1626 | ], |
||
1627 | "description": "Symfony Yaml Component", |
||
1628 | "homepage": "http://symfony.com", |
||
1629 | "time": "2012-08-22T13:48:41+00:00" |
||
1630 | } |
||
1631 | ], |
||
1632 | "aliases": [], |
||
1633 | "minimum-stability": "stable", |
||
1634 | "stability-flags": [], |
||
1635 | "prefer-stable": false, |
||
1636 | "prefer-lowest": true, |
||
1637 | "platform": { |
||
1638 | "php": "^5.5|^7.0" |
||
1639 | }, |
||
1640 | "platform-dev": [], |
||
1641 | "platform-overrides": { |
||
1642 | "php": "7.2" |
||
1643 | } |
||
1644 | } |
||
1645 |