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": "f6456de80b6d79a4c626ed3fc53b6e62", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "doctrine/inflector", |
||
11 | "version": "v1.3.0", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/doctrine/inflector.git", |
||
15 | "reference": "5527a48b7313d15261292c149e55e26eae771b0a" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a", |
||
20 | "reference": "5527a48b7313d15261292c149e55e26eae771b0a", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "php": "^7.1" |
||
25 | }, |
||
26 | "require-dev": { |
||
27 | "phpunit/phpunit": "^6.2" |
||
28 | }, |
||
29 | "type": "library", |
||
30 | "extra": { |
||
31 | "branch-alias": { |
||
32 | "dev-master": "1.3.x-dev" |
||
33 | } |
||
34 | }, |
||
35 | "autoload": { |
||
36 | "psr-4": { |
||
37 | "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" |
||
38 | } |
||
39 | }, |
||
40 | "notification-url": "https://packagist.org/downloads/", |
||
41 | "license": [ |
||
42 | "MIT" |
||
43 | ], |
||
44 | "authors": [ |
||
45 | { |
||
46 | "name": "Roman Borschel", |
||
47 | "email": "[email protected]" |
||
48 | }, |
||
49 | { |
||
50 | "name": "Benjamin Eberlei", |
||
51 | "email": "[email protected]" |
||
52 | }, |
||
53 | { |
||
54 | "name": "Guilherme Blanco", |
||
55 | "email": "[email protected]" |
||
56 | }, |
||
57 | { |
||
58 | "name": "Jonathan Wage", |
||
59 | "email": "[email protected]" |
||
60 | }, |
||
61 | { |
||
62 | "name": "Johannes Schmitt", |
||
63 | "email": "[email protected]" |
||
64 | } |
||
65 | ], |
||
66 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
67 | "homepage": "http://www.doctrine-project.org", |
||
68 | "keywords": [ |
||
69 | "inflection", |
||
70 | "pluralize", |
||
71 | "singularize", |
||
72 | "string" |
||
73 | ], |
||
74 | "time": "2018-01-09T20:05:19+00:00" |
||
75 | }, |
||
76 | { |
||
77 | "name": "guzzlehttp/guzzle", |
||
78 | "version": "6.3.3", |
||
79 | "source": { |
||
80 | "type": "git", |
||
81 | "url": "https://github.com/guzzle/guzzle.git", |
||
82 | "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" |
||
83 | }, |
||
84 | "dist": { |
||
85 | "type": "zip", |
||
86 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", |
||
87 | "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", |
||
88 | "shasum": "" |
||
89 | }, |
||
90 | "require": { |
||
91 | "guzzlehttp/promises": "^1.0", |
||
92 | "guzzlehttp/psr7": "^1.4", |
||
93 | "php": ">=5.5" |
||
94 | }, |
||
95 | "require-dev": { |
||
96 | "ext-curl": "*", |
||
97 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", |
||
98 | "psr/log": "^1.0" |
||
99 | }, |
||
100 | "suggest": { |
||
101 | "psr/log": "Required for using the Log middleware" |
||
102 | }, |
||
103 | "type": "library", |
||
104 | "extra": { |
||
105 | "branch-alias": { |
||
106 | "dev-master": "6.3-dev" |
||
107 | } |
||
108 | }, |
||
109 | "autoload": { |
||
110 | "files": [ |
||
111 | "src/functions_include.php" |
||
112 | ], |
||
113 | "psr-4": { |
||
114 | "GuzzleHttp\\": "src/" |
||
115 | } |
||
116 | }, |
||
117 | "notification-url": "https://packagist.org/downloads/", |
||
118 | "license": [ |
||
119 | "MIT" |
||
120 | ], |
||
121 | "authors": [ |
||
122 | { |
||
123 | "name": "Michael Dowling", |
||
124 | "email": "[email protected]", |
||
125 | "homepage": "https://github.com/mtdowling" |
||
126 | } |
||
127 | ], |
||
128 | "description": "Guzzle is a PHP HTTP client library", |
||
129 | "homepage": "http://guzzlephp.org/", |
||
130 | "keywords": [ |
||
131 | "client", |
||
132 | "curl", |
||
133 | "framework", |
||
134 | "http", |
||
135 | "http client", |
||
136 | "rest", |
||
137 | "web service" |
||
138 | ], |
||
139 | "time": "2018-04-22T15:46:56+00:00" |
||
140 | }, |
||
141 | { |
||
142 | "name": "guzzlehttp/promises", |
||
143 | "version": "v1.3.1", |
||
144 | "source": { |
||
145 | "type": "git", |
||
146 | "url": "https://github.com/guzzle/promises.git", |
||
147 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
148 | }, |
||
149 | "dist": { |
||
150 | "type": "zip", |
||
151 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
152 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
153 | "shasum": "" |
||
154 | }, |
||
155 | "require": { |
||
156 | "php": ">=5.5.0" |
||
157 | }, |
||
158 | "require-dev": { |
||
159 | "phpunit/phpunit": "^4.0" |
||
160 | }, |
||
161 | "type": "library", |
||
162 | "extra": { |
||
163 | "branch-alias": { |
||
164 | "dev-master": "1.4-dev" |
||
165 | } |
||
166 | }, |
||
167 | "autoload": { |
||
168 | "psr-4": { |
||
169 | "GuzzleHttp\\Promise\\": "src/" |
||
170 | }, |
||
171 | "files": [ |
||
172 | "src/functions_include.php" |
||
173 | ] |
||
174 | }, |
||
175 | "notification-url": "https://packagist.org/downloads/", |
||
176 | "license": [ |
||
177 | "MIT" |
||
178 | ], |
||
179 | "authors": [ |
||
180 | { |
||
181 | "name": "Michael Dowling", |
||
182 | "email": "[email protected]", |
||
183 | "homepage": "https://github.com/mtdowling" |
||
184 | } |
||
185 | ], |
||
186 | "description": "Guzzle promises library", |
||
187 | "keywords": [ |
||
188 | "promise" |
||
189 | ], |
||
190 | "time": "2016-12-20T10:07:11+00:00" |
||
191 | }, |
||
192 | { |
||
193 | "name": "guzzlehttp/psr7", |
||
194 | "version": "1.4.2", |
||
195 | "source": { |
||
196 | "type": "git", |
||
197 | "url": "https://github.com/guzzle/psr7.git", |
||
198 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" |
||
199 | }, |
||
200 | "dist": { |
||
201 | "type": "zip", |
||
202 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
203 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
204 | "shasum": "" |
||
205 | }, |
||
206 | "require": { |
||
207 | "php": ">=5.4.0", |
||
208 | "psr/http-message": "~1.0" |
||
209 | }, |
||
210 | "provide": { |
||
211 | "psr/http-message-implementation": "1.0" |
||
212 | }, |
||
213 | "require-dev": { |
||
214 | "phpunit/phpunit": "~4.0" |
||
215 | }, |
||
216 | "type": "library", |
||
217 | "extra": { |
||
218 | "branch-alias": { |
||
219 | "dev-master": "1.4-dev" |
||
220 | } |
||
221 | }, |
||
222 | "autoload": { |
||
223 | "psr-4": { |
||
224 | "GuzzleHttp\\Psr7\\": "src/" |
||
225 | }, |
||
226 | "files": [ |
||
227 | "src/functions_include.php" |
||
228 | ] |
||
229 | }, |
||
230 | "notification-url": "https://packagist.org/downloads/", |
||
231 | "license": [ |
||
232 | "MIT" |
||
233 | ], |
||
234 | "authors": [ |
||
235 | { |
||
236 | "name": "Michael Dowling", |
||
237 | "email": "[email protected]", |
||
238 | "homepage": "https://github.com/mtdowling" |
||
239 | }, |
||
240 | { |
||
241 | "name": "Tobias Schultze", |
||
242 | "homepage": "https://github.com/Tobion" |
||
243 | } |
||
244 | ], |
||
245 | "description": "PSR-7 message implementation that also provides common utility methods", |
||
246 | "keywords": [ |
||
247 | "http", |
||
248 | "message", |
||
249 | "request", |
||
250 | "response", |
||
251 | "stream", |
||
252 | "uri", |
||
253 | "url" |
||
254 | ], |
||
255 | "time": "2017-03-20T17:10:46+00:00" |
||
256 | }, |
||
257 | { |
||
258 | "name": "illuminate/cache", |
||
259 | "version": "v5.6.21", |
||
260 | "source": { |
||
261 | "type": "git", |
||
262 | "url": "https://github.com/illuminate/cache.git", |
||
263 | "reference": "befdd3ee01faa38a63830eec5bc2ccdc8f7eb1f5" |
||
264 | }, |
||
265 | "dist": { |
||
266 | "type": "zip", |
||
267 | "url": "https://api.github.com/repos/illuminate/cache/zipball/befdd3ee01faa38a63830eec5bc2ccdc8f7eb1f5", |
||
268 | "reference": "befdd3ee01faa38a63830eec5bc2ccdc8f7eb1f5", |
||
269 | "shasum": "" |
||
270 | }, |
||
271 | "require": { |
||
272 | "illuminate/contracts": "5.6.*", |
||
273 | "illuminate/support": "5.6.*", |
||
274 | "php": "^7.1.3" |
||
275 | }, |
||
276 | "suggest": { |
||
277 | "illuminate/database": "Required to use the database cache driver (5.6.*).", |
||
278 | "illuminate/filesystem": "Required to use the file cache driver (5.6.*).", |
||
279 | "illuminate/redis": "Required to use the redis cache driver (5.6.*)." |
||
280 | }, |
||
281 | "type": "library", |
||
282 | "extra": { |
||
283 | "branch-alias": { |
||
284 | "dev-master": "5.6-dev" |
||
285 | } |
||
286 | }, |
||
287 | "autoload": { |
||
288 | "psr-4": { |
||
289 | "Illuminate\\Cache\\": "" |
||
290 | } |
||
291 | }, |
||
292 | "notification-url": "https://packagist.org/downloads/", |
||
293 | "license": [ |
||
294 | "MIT" |
||
295 | ], |
||
296 | "authors": [ |
||
297 | { |
||
298 | "name": "Taylor Otwell", |
||
299 | "email": "[email protected]" |
||
300 | } |
||
301 | ], |
||
302 | "description": "The Illuminate Cache package.", |
||
303 | "homepage": "https://laravel.com", |
||
304 | "time": "2018-05-04T13:22:51+00:00" |
||
305 | }, |
||
306 | { |
||
307 | "name": "illuminate/config", |
||
308 | "version": "v5.6.21", |
||
309 | "source": { |
||
310 | "type": "git", |
||
311 | "url": "https://github.com/illuminate/config.git", |
||
312 | "reference": "e8158dff3189deed846c84c66c60fa68c21ee579" |
||
313 | }, |
||
314 | "dist": { |
||
315 | "type": "zip", |
||
316 | "url": "https://api.github.com/repos/illuminate/config/zipball/e8158dff3189deed846c84c66c60fa68c21ee579", |
||
317 | "reference": "e8158dff3189deed846c84c66c60fa68c21ee579", |
||
318 | "shasum": "" |
||
319 | }, |
||
320 | "require": { |
||
321 | "illuminate/contracts": "5.6.*", |
||
322 | "illuminate/support": "5.6.*", |
||
323 | "php": "^7.1.3" |
||
324 | }, |
||
325 | "type": "library", |
||
326 | "extra": { |
||
327 | "branch-alias": { |
||
328 | "dev-master": "5.6-dev" |
||
329 | } |
||
330 | }, |
||
331 | "autoload": { |
||
332 | "psr-4": { |
||
333 | "Illuminate\\Config\\": "" |
||
334 | } |
||
335 | }, |
||
336 | "notification-url": "https://packagist.org/downloads/", |
||
337 | "license": [ |
||
338 | "MIT" |
||
339 | ], |
||
340 | "authors": [ |
||
341 | { |
||
342 | "name": "Taylor Otwell", |
||
343 | "email": "[email protected]" |
||
344 | } |
||
345 | ], |
||
346 | "description": "The Illuminate Config package.", |
||
347 | "homepage": "https://laravel.com", |
||
348 | "time": "2017-11-07T20:23:51+00:00" |
||
349 | }, |
||
350 | { |
||
351 | "name": "illuminate/container", |
||
352 | "version": "v5.6.21", |
||
353 | "source": { |
||
354 | "type": "git", |
||
355 | "url": "https://github.com/illuminate/container.git", |
||
356 | "reference": "4a42d667a05ec6d31f05b532cdac7e8e68e5ea2a" |
||
357 | }, |
||
358 | "dist": { |
||
359 | "type": "zip", |
||
360 | "url": "https://api.github.com/repos/illuminate/container/zipball/4a42d667a05ec6d31f05b532cdac7e8e68e5ea2a", |
||
361 | "reference": "4a42d667a05ec6d31f05b532cdac7e8e68e5ea2a", |
||
362 | "shasum": "" |
||
363 | }, |
||
364 | "require": { |
||
365 | "illuminate/contracts": "5.6.*", |
||
366 | "php": "^7.1.3", |
||
367 | "psr/container": "~1.0" |
||
368 | }, |
||
369 | "type": "library", |
||
370 | "extra": { |
||
371 | "branch-alias": { |
||
372 | "dev-master": "5.6-dev" |
||
373 | } |
||
374 | }, |
||
375 | "autoload": { |
||
376 | "psr-4": { |
||
377 | "Illuminate\\Container\\": "" |
||
378 | } |
||
379 | }, |
||
380 | "notification-url": "https://packagist.org/downloads/", |
||
381 | "license": [ |
||
382 | "MIT" |
||
383 | ], |
||
384 | "authors": [ |
||
385 | { |
||
386 | "name": "Taylor Otwell", |
||
387 | "email": "[email protected]" |
||
388 | } |
||
389 | ], |
||
390 | "description": "The Illuminate Container package.", |
||
391 | "homepage": "https://laravel.com", |
||
392 | "time": "2018-01-21T02:13:38+00:00" |
||
393 | }, |
||
394 | { |
||
395 | "name": "illuminate/contracts", |
||
396 | "version": "v5.6.21", |
||
397 | "source": { |
||
398 | "type": "git", |
||
399 | "url": "https://github.com/illuminate/contracts.git", |
||
400 | "reference": "6a11fbccbc7da16a85fcd1d4b08e51b5658de0d4" |
||
401 | }, |
||
402 | "dist": { |
||
403 | "type": "zip", |
||
404 | "url": "https://api.github.com/repos/illuminate/contracts/zipball/6a11fbccbc7da16a85fcd1d4b08e51b5658de0d4", |
||
405 | "reference": "6a11fbccbc7da16a85fcd1d4b08e51b5658de0d4", |
||
406 | "shasum": "" |
||
407 | }, |
||
408 | "require": { |
||
409 | "php": "^7.1.3", |
||
410 | "psr/container": "~1.0", |
||
411 | "psr/simple-cache": "~1.0" |
||
412 | }, |
||
413 | "type": "library", |
||
414 | "extra": { |
||
415 | "branch-alias": { |
||
416 | "dev-master": "5.6-dev" |
||
417 | } |
||
418 | }, |
||
419 | "autoload": { |
||
420 | "psr-4": { |
||
421 | "Illuminate\\Contracts\\": "" |
||
422 | } |
||
423 | }, |
||
424 | "notification-url": "https://packagist.org/downloads/", |
||
425 | "license": [ |
||
426 | "MIT" |
||
427 | ], |
||
428 | "authors": [ |
||
429 | { |
||
430 | "name": "Taylor Otwell", |
||
431 | "email": "[email protected]" |
||
432 | } |
||
433 | ], |
||
434 | "description": "The Illuminate Contracts package.", |
||
435 | "homepage": "https://laravel.com", |
||
436 | "time": "2018-05-08T13:22:33+00:00" |
||
437 | }, |
||
438 | { |
||
439 | "name": "illuminate/database", |
||
440 | "version": "v5.6.21", |
||
441 | "source": { |
||
442 | "type": "git", |
||
443 | "url": "https://github.com/illuminate/database.git", |
||
444 | "reference": "7ab07d133ece8098b6f5f872ec95d080087236c0" |
||
445 | }, |
||
446 | "dist": { |
||
447 | "type": "zip", |
||
448 | "url": "https://api.github.com/repos/illuminate/database/zipball/7ab07d133ece8098b6f5f872ec95d080087236c0", |
||
449 | "reference": "7ab07d133ece8098b6f5f872ec95d080087236c0", |
||
450 | "shasum": "" |
||
451 | }, |
||
452 | "require": { |
||
453 | "illuminate/container": "5.6.*", |
||
454 | "illuminate/contracts": "5.6.*", |
||
455 | "illuminate/support": "5.6.*", |
||
456 | "php": "^7.1.3" |
||
457 | }, |
||
458 | "suggest": { |
||
459 | "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.6).", |
||
460 | "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).", |
||
461 | "illuminate/console": "Required to use the database commands (5.6.*).", |
||
462 | "illuminate/events": "Required to use the observers with Eloquent (5.6.*).", |
||
463 | "illuminate/filesystem": "Required to use the migrations (5.6.*).", |
||
464 | "illuminate/pagination": "Required to paginate the result set (5.6.*)." |
||
465 | }, |
||
466 | "type": "library", |
||
467 | "extra": { |
||
468 | "branch-alias": { |
||
469 | "dev-master": "5.6-dev" |
||
470 | } |
||
471 | }, |
||
472 | "autoload": { |
||
473 | "psr-4": { |
||
474 | "Illuminate\\Database\\": "" |
||
475 | } |
||
476 | }, |
||
477 | "notification-url": "https://packagist.org/downloads/", |
||
478 | "license": [ |
||
479 | "MIT" |
||
480 | ], |
||
481 | "authors": [ |
||
482 | { |
||
483 | "name": "Taylor Otwell", |
||
484 | "email": "[email protected]" |
||
485 | } |
||
486 | ], |
||
487 | "description": "The Illuminate Database package.", |
||
488 | "homepage": "https://laravel.com", |
||
489 | "keywords": [ |
||
490 | "database", |
||
491 | "laravel", |
||
492 | "orm", |
||
493 | "sql" |
||
494 | ], |
||
495 | "time": "2018-05-07T14:20:13+00:00" |
||
496 | }, |
||
497 | { |
||
498 | "name": "illuminate/filesystem", |
||
499 | "version": "v5.6.21", |
||
500 | "source": { |
||
501 | "type": "git", |
||
502 | "url": "https://github.com/illuminate/filesystem.git", |
||
503 | "reference": "a4ca4a9c2f969ec227748ab334693144995ba0ce" |
||
504 | }, |
||
505 | "dist": { |
||
506 | "type": "zip", |
||
507 | "url": "https://api.github.com/repos/illuminate/filesystem/zipball/a4ca4a9c2f969ec227748ab334693144995ba0ce", |
||
508 | "reference": "a4ca4a9c2f969ec227748ab334693144995ba0ce", |
||
509 | "shasum": "" |
||
510 | }, |
||
511 | "require": { |
||
512 | "illuminate/contracts": "5.6.*", |
||
513 | "illuminate/support": "5.6.*", |
||
514 | "php": "^7.1.3", |
||
515 | "symfony/finder": "~4.0" |
||
516 | }, |
||
517 | "suggest": { |
||
518 | "league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).", |
||
519 | "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).", |
||
520 | "league/flysystem-cached-adapter": "Required to use the Flysystem cache (~1.0).", |
||
521 | "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).", |
||
522 | "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (~1.0)." |
||
523 | }, |
||
524 | "type": "library", |
||
525 | "extra": { |
||
526 | "branch-alias": { |
||
527 | "dev-master": "5.6-dev" |
||
528 | } |
||
529 | }, |
||
530 | "autoload": { |
||
531 | "psr-4": { |
||
532 | "Illuminate\\Filesystem\\": "" |
||
533 | } |
||
534 | }, |
||
535 | "notification-url": "https://packagist.org/downloads/", |
||
536 | "license": [ |
||
537 | "MIT" |
||
538 | ], |
||
539 | "authors": [ |
||
540 | { |
||
541 | "name": "Taylor Otwell", |
||
542 | "email": "[email protected]" |
||
543 | } |
||
544 | ], |
||
545 | "description": "The Illuminate Filesystem package.", |
||
546 | "homepage": "https://laravel.com", |
||
547 | "time": "2018-05-02T16:10:37+00:00" |
||
548 | }, |
||
549 | { |
||
550 | "name": "illuminate/redis", |
||
551 | "version": "v5.6.21", |
||
552 | "source": { |
||
553 | "type": "git", |
||
554 | "url": "https://github.com/illuminate/redis.git", |
||
555 | "reference": "d6a371aa43f6e985d53724d31c6f135df9eaa94a" |
||
556 | }, |
||
557 | "dist": { |
||
558 | "type": "zip", |
||
559 | "url": "https://api.github.com/repos/illuminate/redis/zipball/d6a371aa43f6e985d53724d31c6f135df9eaa94a", |
||
560 | "reference": "d6a371aa43f6e985d53724d31c6f135df9eaa94a", |
||
561 | "shasum": "" |
||
562 | }, |
||
563 | "require": { |
||
564 | "illuminate/contracts": "5.6.*", |
||
565 | "illuminate/support": "5.6.*", |
||
566 | "php": "^7.1.3", |
||
567 | "predis/predis": "~1.0" |
||
568 | }, |
||
569 | "type": "library", |
||
570 | "extra": { |
||
571 | "branch-alias": { |
||
572 | "dev-master": "5.6-dev" |
||
573 | } |
||
574 | }, |
||
575 | "autoload": { |
||
576 | "psr-4": { |
||
577 | "Illuminate\\Redis\\": "" |
||
578 | } |
||
579 | }, |
||
580 | "notification-url": "https://packagist.org/downloads/", |
||
581 | "license": [ |
||
582 | "MIT" |
||
583 | ], |
||
584 | "authors": [ |
||
585 | { |
||
586 | "name": "Taylor Otwell", |
||
587 | "email": "[email protected]" |
||
588 | } |
||
589 | ], |
||
590 | "description": "The Illuminate Redis package.", |
||
591 | "homepage": "https://laravel.com", |
||
592 | "time": "2018-05-08T13:22:25+00:00" |
||
593 | }, |
||
594 | { |
||
595 | "name": "illuminate/support", |
||
596 | "version": "v5.6.21", |
||
597 | "source": { |
||
598 | "type": "git", |
||
599 | "url": "https://github.com/illuminate/support.git", |
||
600 | "reference": "6e84d4140310246ace38fdb0909da5b2fb22eadf" |
||
601 | }, |
||
602 | "dist": { |
||
603 | "type": "zip", |
||
604 | "url": "https://api.github.com/repos/illuminate/support/zipball/6e84d4140310246ace38fdb0909da5b2fb22eadf", |
||
605 | "reference": "6e84d4140310246ace38fdb0909da5b2fb22eadf", |
||
606 | "shasum": "" |
||
607 | }, |
||
608 | "require": { |
||
609 | "doctrine/inflector": "~1.1", |
||
610 | "ext-mbstring": "*", |
||
611 | "illuminate/contracts": "5.6.*", |
||
612 | "nesbot/carbon": "^1.24.1", |
||
613 | "php": "^7.1.3" |
||
614 | }, |
||
615 | "conflict": { |
||
616 | "tightenco/collect": "<5.5.33" |
||
617 | }, |
||
618 | "suggest": { |
||
619 | "illuminate/filesystem": "Required to use the composer class (5.6.*).", |
||
620 | "symfony/process": "Required to use the composer class (~4.0).", |
||
621 | "symfony/var-dumper": "Required to use the dd function (~4.0)." |
||
622 | }, |
||
623 | "type": "library", |
||
624 | "extra": { |
||
625 | "branch-alias": { |
||
626 | "dev-master": "5.6-dev" |
||
627 | } |
||
628 | }, |
||
629 | "autoload": { |
||
630 | "psr-4": { |
||
631 | "Illuminate\\Support\\": "" |
||
632 | }, |
||
633 | "files": [ |
||
634 | "helpers.php" |
||
635 | ] |
||
636 | }, |
||
637 | "notification-url": "https://packagist.org/downloads/", |
||
638 | "license": [ |
||
639 | "MIT" |
||
640 | ], |
||
641 | "authors": [ |
||
642 | { |
||
643 | "name": "Taylor Otwell", |
||
644 | "email": "[email protected]" |
||
645 | } |
||
646 | ], |
||
647 | "description": "The Illuminate Support package.", |
||
648 | "homepage": "https://laravel.com", |
||
649 | "time": "2018-05-07T14:12:37+00:00" |
||
650 | }, |
||
651 | { |
||
652 | "name": "nesbot/carbon", |
||
653 | "version": "1.27.0", |
||
654 | "source": { |
||
655 | "type": "git", |
||
656 | "url": "https://github.com/briannesbitt/Carbon.git", |
||
657 | "reference": "ef81c39b67200dcd7401c24363dcac05ac3a4fe9" |
||
658 | }, |
||
659 | "dist": { |
||
660 | "type": "zip", |
||
661 | "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/ef81c39b67200dcd7401c24363dcac05ac3a4fe9", |
||
662 | "reference": "ef81c39b67200dcd7401c24363dcac05ac3a4fe9", |
||
663 | "shasum": "" |
||
664 | }, |
||
665 | "require": { |
||
666 | "php": ">=5.3.9", |
||
667 | "symfony/translation": "~2.6 || ~3.0 || ~4.0" |
||
668 | }, |
||
669 | "require-dev": { |
||
670 | "friendsofphp/php-cs-fixer": "~2", |
||
671 | "phpunit/phpunit": "^4.8.35 || ^5.7" |
||
672 | }, |
||
673 | "type": "library", |
||
674 | "autoload": { |
||
675 | "psr-4": { |
||
676 | "": "src/" |
||
677 | } |
||
678 | }, |
||
679 | "notification-url": "https://packagist.org/downloads/", |
||
680 | "license": [ |
||
681 | "MIT" |
||
682 | ], |
||
683 | "authors": [ |
||
684 | { |
||
685 | "name": "Brian Nesbitt", |
||
686 | "email": "[email protected]", |
||
687 | "homepage": "http://nesbot.com" |
||
688 | } |
||
689 | ], |
||
690 | "description": "A simple API extension for DateTime.", |
||
691 | "homepage": "http://carbon.nesbot.com", |
||
692 | "keywords": [ |
||
693 | "date", |
||
694 | "datetime", |
||
695 | "time" |
||
696 | ], |
||
697 | "time": "2018-04-23T09:02:57+00:00" |
||
698 | }, |
||
699 | { |
||
700 | "name": "predis/predis", |
||
701 | "version": "v1.1.1", |
||
702 | "source": { |
||
703 | "type": "git", |
||
704 | "url": "https://github.com/nrk/predis.git", |
||
705 | "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1" |
||
706 | }, |
||
707 | "dist": { |
||
708 | "type": "zip", |
||
709 | "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1", |
||
710 | "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1", |
||
711 | "shasum": "" |
||
712 | }, |
||
713 | "require": { |
||
714 | "php": ">=5.3.9" |
||
715 | }, |
||
716 | "require-dev": { |
||
717 | "phpunit/phpunit": "~4.8" |
||
718 | }, |
||
719 | "suggest": { |
||
720 | "ext-curl": "Allows access to Webdis when paired with phpiredis", |
||
721 | "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" |
||
722 | }, |
||
723 | "type": "library", |
||
724 | "autoload": { |
||
725 | "psr-4": { |
||
726 | "Predis\\": "src/" |
||
727 | } |
||
728 | }, |
||
729 | "notification-url": "https://packagist.org/downloads/", |
||
730 | "license": [ |
||
731 | "MIT" |
||
732 | ], |
||
733 | "authors": [ |
||
734 | { |
||
735 | "name": "Daniele Alessandri", |
||
736 | "email": "[email protected]", |
||
737 | "homepage": "http://clorophilla.net" |
||
738 | } |
||
739 | ], |
||
740 | "description": "Flexible and feature-complete Redis client for PHP and HHVM", |
||
741 | "homepage": "http://github.com/nrk/predis", |
||
742 | "keywords": [ |
||
743 | "nosql", |
||
744 | "predis", |
||
745 | "redis" |
||
746 | ], |
||
747 | "time": "2016-06-16T16:22:20+00:00" |
||
748 | }, |
||
749 | { |
||
750 | "name": "psr/container", |
||
751 | "version": "1.0.0", |
||
752 | "source": { |
||
753 | "type": "git", |
||
754 | "url": "https://github.com/php-fig/container.git", |
||
755 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
756 | }, |
||
757 | "dist": { |
||
758 | "type": "zip", |
||
759 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
760 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
761 | "shasum": "" |
||
762 | }, |
||
763 | "require": { |
||
764 | "php": ">=5.3.0" |
||
765 | }, |
||
766 | "type": "library", |
||
767 | "extra": { |
||
768 | "branch-alias": { |
||
769 | "dev-master": "1.0.x-dev" |
||
770 | } |
||
771 | }, |
||
772 | "autoload": { |
||
773 | "psr-4": { |
||
774 | "Psr\\Container\\": "src/" |
||
775 | } |
||
776 | }, |
||
777 | "notification-url": "https://packagist.org/downloads/", |
||
778 | "license": [ |
||
779 | "MIT" |
||
780 | ], |
||
781 | "authors": [ |
||
782 | { |
||
783 | "name": "PHP-FIG", |
||
784 | "homepage": "http://www.php-fig.org/" |
||
785 | } |
||
786 | ], |
||
787 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
788 | "homepage": "https://github.com/php-fig/container", |
||
789 | "keywords": [ |
||
790 | "PSR-11", |
||
791 | "container", |
||
792 | "container-interface", |
||
793 | "container-interop", |
||
794 | "psr" |
||
795 | ], |
||
796 | "time": "2017-02-14T16:28:37+00:00" |
||
797 | }, |
||
798 | { |
||
799 | "name": "psr/http-message", |
||
800 | "version": "1.0.1", |
||
801 | "source": { |
||
802 | "type": "git", |
||
803 | "url": "https://github.com/php-fig/http-message.git", |
||
804 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
805 | }, |
||
806 | "dist": { |
||
807 | "type": "zip", |
||
808 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
809 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
810 | "shasum": "" |
||
811 | }, |
||
812 | "require": { |
||
813 | "php": ">=5.3.0" |
||
814 | }, |
||
815 | "type": "library", |
||
816 | "extra": { |
||
817 | "branch-alias": { |
||
818 | "dev-master": "1.0.x-dev" |
||
819 | } |
||
820 | }, |
||
821 | "autoload": { |
||
822 | "psr-4": { |
||
823 | "Psr\\Http\\Message\\": "src/" |
||
824 | } |
||
825 | }, |
||
826 | "notification-url": "https://packagist.org/downloads/", |
||
827 | "license": [ |
||
828 | "MIT" |
||
829 | ], |
||
830 | "authors": [ |
||
831 | { |
||
832 | "name": "PHP-FIG", |
||
833 | "homepage": "http://www.php-fig.org/" |
||
834 | } |
||
835 | ], |
||
836 | "description": "Common interface for HTTP messages", |
||
837 | "homepage": "https://github.com/php-fig/http-message", |
||
838 | "keywords": [ |
||
839 | "http", |
||
840 | "http-message", |
||
841 | "psr", |
||
842 | "psr-7", |
||
843 | "request", |
||
844 | "response" |
||
845 | ], |
||
846 | "time": "2016-08-06T14:39:51+00:00" |
||
847 | }, |
||
848 | { |
||
849 | "name": "psr/log", |
||
850 | "version": "1.0.2", |
||
851 | "source": { |
||
852 | "type": "git", |
||
853 | "url": "https://github.com/php-fig/log.git", |
||
854 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
855 | }, |
||
856 | "dist": { |
||
857 | "type": "zip", |
||
858 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
859 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
860 | "shasum": "" |
||
861 | }, |
||
862 | "require": { |
||
863 | "php": ">=5.3.0" |
||
864 | }, |
||
865 | "type": "library", |
||
866 | "extra": { |
||
867 | "branch-alias": { |
||
868 | "dev-master": "1.0.x-dev" |
||
869 | } |
||
870 | }, |
||
871 | "autoload": { |
||
872 | "psr-4": { |
||
873 | "Psr\\Log\\": "Psr/Log/" |
||
874 | } |
||
875 | }, |
||
876 | "notification-url": "https://packagist.org/downloads/", |
||
877 | "license": [ |
||
878 | "MIT" |
||
879 | ], |
||
880 | "authors": [ |
||
881 | { |
||
882 | "name": "PHP-FIG", |
||
883 | "homepage": "http://www.php-fig.org/" |
||
884 | } |
||
885 | ], |
||
886 | "description": "Common interface for logging libraries", |
||
887 | "homepage": "https://github.com/php-fig/log", |
||
888 | "keywords": [ |
||
889 | "log", |
||
890 | "psr", |
||
891 | "psr-3" |
||
892 | ], |
||
893 | "time": "2016-10-10T12:19:37+00:00" |
||
894 | }, |
||
895 | { |
||
896 | "name": "psr/simple-cache", |
||
897 | "version": "1.0.1", |
||
898 | "source": { |
||
899 | "type": "git", |
||
900 | "url": "https://github.com/php-fig/simple-cache.git", |
||
901 | "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" |
||
902 | }, |
||
903 | "dist": { |
||
904 | "type": "zip", |
||
905 | "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", |
||
906 | "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", |
||
907 | "shasum": "" |
||
908 | }, |
||
909 | "require": { |
||
910 | "php": ">=5.3.0" |
||
911 | }, |
||
912 | "type": "library", |
||
913 | "extra": { |
||
914 | "branch-alias": { |
||
915 | "dev-master": "1.0.x-dev" |
||
916 | } |
||
917 | }, |
||
918 | "autoload": { |
||
919 | "psr-4": { |
||
920 | "Psr\\SimpleCache\\": "src/" |
||
921 | } |
||
922 | }, |
||
923 | "notification-url": "https://packagist.org/downloads/", |
||
924 | "license": [ |
||
925 | "MIT" |
||
926 | ], |
||
927 | "authors": [ |
||
928 | { |
||
929 | "name": "PHP-FIG", |
||
930 | "homepage": "http://www.php-fig.org/" |
||
931 | } |
||
932 | ], |
||
933 | "description": "Common interfaces for simple caching", |
||
934 | "keywords": [ |
||
935 | "cache", |
||
936 | "caching", |
||
937 | "psr", |
||
938 | "psr-16", |
||
939 | "simple-cache" |
||
940 | ], |
||
941 | "time": "2017-10-23T01:57:42+00:00" |
||
942 | }, |
||
943 | { |
||
944 | "name": "symfony/debug", |
||
945 | "version": "v4.0.9", |
||
946 | "source": { |
||
947 | "type": "git", |
||
948 | "url": "https://github.com/symfony/debug.git", |
||
949 | "reference": "e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e" |
||
950 | }, |
||
951 | "dist": { |
||
952 | "type": "zip", |
||
953 | "url": "https://api.github.com/repos/symfony/debug/zipball/e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e", |
||
954 | "reference": "e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e", |
||
955 | "shasum": "" |
||
956 | }, |
||
957 | "require": { |
||
958 | "php": "^7.1.3", |
||
959 | "psr/log": "~1.0" |
||
960 | }, |
||
961 | "conflict": { |
||
962 | "symfony/http-kernel": "<3.4" |
||
963 | }, |
||
964 | "require-dev": { |
||
965 | "symfony/http-kernel": "~3.4|~4.0" |
||
966 | }, |
||
967 | "type": "library", |
||
968 | "extra": { |
||
969 | "branch-alias": { |
||
970 | "dev-master": "4.0-dev" |
||
971 | } |
||
972 | }, |
||
973 | "autoload": { |
||
974 | "psr-4": { |
||
975 | "Symfony\\Component\\Debug\\": "" |
||
976 | }, |
||
977 | "exclude-from-classmap": [ |
||
978 | "/Tests/" |
||
979 | ] |
||
980 | }, |
||
981 | "notification-url": "https://packagist.org/downloads/", |
||
982 | "license": [ |
||
983 | "MIT" |
||
984 | ], |
||
985 | "authors": [ |
||
986 | { |
||
987 | "name": "Fabien Potencier", |
||
988 | "email": "[email protected]" |
||
989 | }, |
||
990 | { |
||
991 | "name": "Symfony Community", |
||
992 | "homepage": "https://symfony.com/contributors" |
||
993 | } |
||
994 | ], |
||
995 | "description": "Symfony Debug Component", |
||
996 | "homepage": "https://symfony.com", |
||
997 | "time": "2018-04-30T16:59:37+00:00" |
||
998 | }, |
||
999 | { |
||
1000 | "name": "symfony/event-dispatcher", |
||
1001 | "version": "v4.0.9", |
||
1002 | "source": { |
||
1003 | "type": "git", |
||
1004 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
1005 | "reference": "63353a71073faf08f62caab4e6889b06a787f07b" |
||
1006 | }, |
||
1007 | "dist": { |
||
1008 | "type": "zip", |
||
1009 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/63353a71073faf08f62caab4e6889b06a787f07b", |
||
1010 | "reference": "63353a71073faf08f62caab4e6889b06a787f07b", |
||
1011 | "shasum": "" |
||
1012 | }, |
||
1013 | "require": { |
||
1014 | "php": "^7.1.3" |
||
1015 | }, |
||
1016 | "conflict": { |
||
1017 | "symfony/dependency-injection": "<3.4" |
||
1018 | }, |
||
1019 | "require-dev": { |
||
1020 | "psr/log": "~1.0", |
||
1021 | "symfony/config": "~3.4|~4.0", |
||
1022 | "symfony/dependency-injection": "~3.4|~4.0", |
||
1023 | "symfony/expression-language": "~3.4|~4.0", |
||
1024 | "symfony/stopwatch": "~3.4|~4.0" |
||
1025 | }, |
||
1026 | "suggest": { |
||
1027 | "symfony/dependency-injection": "", |
||
1028 | "symfony/http-kernel": "" |
||
1029 | }, |
||
1030 | "type": "library", |
||
1031 | "extra": { |
||
1032 | "branch-alias": { |
||
1033 | "dev-master": "4.0-dev" |
||
1034 | } |
||
1035 | }, |
||
1036 | "autoload": { |
||
1037 | "psr-4": { |
||
1038 | "Symfony\\Component\\EventDispatcher\\": "" |
||
1039 | }, |
||
1040 | "exclude-from-classmap": [ |
||
1041 | "/Tests/" |
||
1042 | ] |
||
1043 | }, |
||
1044 | "notification-url": "https://packagist.org/downloads/", |
||
1045 | "license": [ |
||
1046 | "MIT" |
||
1047 | ], |
||
1048 | "authors": [ |
||
1049 | { |
||
1050 | "name": "Fabien Potencier", |
||
1051 | "email": "[email protected]" |
||
1052 | }, |
||
1053 | { |
||
1054 | "name": "Symfony Community", |
||
1055 | "homepage": "https://symfony.com/contributors" |
||
1056 | } |
||
1057 | ], |
||
1058 | "description": "Symfony EventDispatcher Component", |
||
1059 | "homepage": "https://symfony.com", |
||
1060 | "time": "2018-04-06T07:35:43+00:00" |
||
1061 | }, |
||
1062 | { |
||
1063 | "name": "symfony/finder", |
||
1064 | "version": "v4.0.9", |
||
1065 | "source": { |
||
1066 | "type": "git", |
||
1067 | "url": "https://github.com/symfony/finder.git", |
||
1068 | "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49" |
||
1069 | }, |
||
1070 | "dist": { |
||
1071 | "type": "zip", |
||
1072 | "url": "https://api.github.com/repos/symfony/finder/zipball/ca27c02b7a3fef4828c998c2ff9ba7aae1641c49", |
||
1073 | "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49", |
||
1074 | "shasum": "" |
||
1075 | }, |
||
1076 | "require": { |
||
1077 | "php": "^7.1.3" |
||
1078 | }, |
||
1079 | "type": "library", |
||
1080 | "extra": { |
||
1081 | "branch-alias": { |
||
1082 | "dev-master": "4.0-dev" |
||
1083 | } |
||
1084 | }, |
||
1085 | "autoload": { |
||
1086 | "psr-4": { |
||
1087 | "Symfony\\Component\\Finder\\": "" |
||
1088 | }, |
||
1089 | "exclude-from-classmap": [ |
||
1090 | "/Tests/" |
||
1091 | ] |
||
1092 | }, |
||
1093 | "notification-url": "https://packagist.org/downloads/", |
||
1094 | "license": [ |
||
1095 | "MIT" |
||
1096 | ], |
||
1097 | "authors": [ |
||
1098 | { |
||
1099 | "name": "Fabien Potencier", |
||
1100 | "email": "[email protected]" |
||
1101 | }, |
||
1102 | { |
||
1103 | "name": "Symfony Community", |
||
1104 | "homepage": "https://symfony.com/contributors" |
||
1105 | } |
||
1106 | ], |
||
1107 | "description": "Symfony Finder Component", |
||
1108 | "homepage": "https://symfony.com", |
||
1109 | "time": "2018-04-04T05:10:37+00:00" |
||
1110 | }, |
||
1111 | { |
||
1112 | "name": "symfony/http-foundation", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
1113 | "version": "v4.0.9", |
||
1114 | "source": { |
||
1115 | "type": "git", |
||
1116 | "url": "https://github.com/symfony/http-foundation.git", |
||
1117 | "reference": "014487772c22d893168e5d628a13e882009fea29" |
||
1118 | }, |
||
1119 | "dist": { |
||
1120 | "type": "zip", |
||
1121 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/014487772c22d893168e5d628a13e882009fea29", |
||
1122 | "reference": "014487772c22d893168e5d628a13e882009fea29", |
||
1123 | "shasum": "" |
||
1124 | }, |
||
1125 | "require": { |
||
1126 | "php": "^7.1.3", |
||
1127 | "symfony/polyfill-mbstring": "~1.1" |
||
1128 | }, |
||
1129 | "require-dev": { |
||
1130 | "symfony/expression-language": "~3.4|~4.0" |
||
1131 | }, |
||
1132 | "type": "library", |
||
1133 | "extra": { |
||
1134 | "branch-alias": { |
||
1135 | "dev-master": "4.0-dev" |
||
1136 | } |
||
1137 | }, |
||
1138 | "autoload": { |
||
1139 | "psr-4": { |
||
1140 | "Symfony\\Component\\HttpFoundation\\": "" |
||
1141 | }, |
||
1142 | "exclude-from-classmap": [ |
||
1143 | "/Tests/" |
||
1144 | ] |
||
1145 | }, |
||
1146 | "notification-url": "https://packagist.org/downloads/", |
||
1147 | "license": [ |
||
1148 | "MIT" |
||
1149 | ], |
||
1150 | "authors": [ |
||
1151 | { |
||
1152 | "name": "Fabien Potencier", |
||
1153 | "email": "[email protected]" |
||
1154 | }, |
||
1155 | { |
||
1156 | "name": "Symfony Community", |
||
1157 | "homepage": "https://symfony.com/contributors" |
||
1158 | } |
||
1159 | ], |
||
1160 | "description": "Symfony HttpFoundation Component", |
||
1161 | "homepage": "https://symfony.com", |
||
1162 | "time": "2018-04-30T01:05:59+00:00" |
||
1163 | }, |
||
1164 | { |
||
1165 | "name": "symfony/http-kernel", |
||
1166 | "version": "v4.0.9", |
||
1167 | "source": { |
||
1168 | "type": "git", |
||
1169 | "url": "https://github.com/symfony/http-kernel.git", |
||
1170 | "reference": "8333264b6de323ea27a08627d5396aa564fb9c25" |
||
1171 | }, |
||
1172 | "dist": { |
||
1173 | "type": "zip", |
||
1174 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8333264b6de323ea27a08627d5396aa564fb9c25", |
||
1175 | "reference": "8333264b6de323ea27a08627d5396aa564fb9c25", |
||
1176 | "shasum": "" |
||
1177 | }, |
||
1178 | "require": { |
||
1179 | "php": "^7.1.3", |
||
1180 | "psr/log": "~1.0", |
||
1181 | "symfony/debug": "~3.4|~4.0", |
||
1182 | "symfony/event-dispatcher": "~3.4|~4.0", |
||
1183 | "symfony/http-foundation": "~3.4.4|~4.0.4" |
||
1184 | }, |
||
1185 | "conflict": { |
||
1186 | "symfony/config": "<3.4", |
||
1187 | "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4", |
||
1188 | "symfony/var-dumper": "<3.4", |
||
1189 | "twig/twig": "<1.34|<2.4,>=2" |
||
1190 | }, |
||
1191 | "provide": { |
||
1192 | "psr/log-implementation": "1.0" |
||
1193 | }, |
||
1194 | "require-dev": { |
||
1195 | "psr/cache": "~1.0", |
||
1196 | "symfony/browser-kit": "~3.4|~4.0", |
||
1197 | "symfony/config": "~3.4|~4.0", |
||
1198 | "symfony/console": "~3.4|~4.0", |
||
1199 | "symfony/css-selector": "~3.4|~4.0", |
||
1200 | "symfony/dependency-injection": "^3.4.5|^4.0.5", |
||
1201 | "symfony/dom-crawler": "~3.4|~4.0", |
||
1202 | "symfony/expression-language": "~3.4|~4.0", |
||
1203 | "symfony/finder": "~3.4|~4.0", |
||
1204 | "symfony/process": "~3.4|~4.0", |
||
1205 | "symfony/routing": "~3.4|~4.0", |
||
1206 | "symfony/stopwatch": "~3.4|~4.0", |
||
1207 | "symfony/templating": "~3.4|~4.0", |
||
1208 | "symfony/translation": "~3.4|~4.0", |
||
1209 | "symfony/var-dumper": "~3.4|~4.0" |
||
1210 | }, |
||
1211 | "suggest": { |
||
1212 | "symfony/browser-kit": "", |
||
1213 | "symfony/config": "", |
||
1214 | "symfony/console": "", |
||
1215 | "symfony/dependency-injection": "", |
||
1216 | "symfony/var-dumper": "" |
||
1217 | }, |
||
1218 | "type": "library", |
||
1219 | "extra": { |
||
1220 | "branch-alias": { |
||
1221 | "dev-master": "4.0-dev" |
||
1222 | } |
||
1223 | }, |
||
1224 | "autoload": { |
||
1225 | "psr-4": { |
||
1226 | "Symfony\\Component\\HttpKernel\\": "" |
||
1227 | }, |
||
1228 | "exclude-from-classmap": [ |
||
1229 | "/Tests/" |
||
1230 | ] |
||
1231 | }, |
||
1232 | "notification-url": "https://packagist.org/downloads/", |
||
1233 | "license": [ |
||
1234 | "MIT" |
||
1235 | ], |
||
1236 | "authors": [ |
||
1237 | { |
||
1238 | "name": "Fabien Potencier", |
||
1239 | "email": "[email protected]" |
||
1240 | }, |
||
1241 | { |
||
1242 | "name": "Symfony Community", |
||
1243 | "homepage": "https://symfony.com/contributors" |
||
1244 | } |
||
1245 | ], |
||
1246 | "description": "Symfony HttpKernel Component", |
||
1247 | "homepage": "https://symfony.com", |
||
1248 | "time": "2018-04-30T19:45:57+00:00" |
||
1249 | }, |
||
1250 | { |
||
1251 | "name": "symfony/polyfill-mbstring", |
||
1252 | "version": "v1.8.0", |
||
1253 | "source": { |
||
1254 | "type": "git", |
||
1255 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
1256 | "reference": "3296adf6a6454a050679cde90f95350ad604b171" |
||
1257 | }, |
||
1258 | "dist": { |
||
1259 | "type": "zip", |
||
1260 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171", |
||
1261 | "reference": "3296adf6a6454a050679cde90f95350ad604b171", |
||
1262 | "shasum": "" |
||
1263 | }, |
||
1264 | "require": { |
||
1265 | "php": ">=5.3.3" |
||
1266 | }, |
||
1267 | "suggest": { |
||
1268 | "ext-mbstring": "For best performance" |
||
1269 | }, |
||
1270 | "type": "library", |
||
1271 | "extra": { |
||
1272 | "branch-alias": { |
||
1273 | "dev-master": "1.8-dev" |
||
1274 | } |
||
1275 | }, |
||
1276 | "autoload": { |
||
1277 | "psr-4": { |
||
1278 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
1279 | }, |
||
1280 | "files": [ |
||
1281 | "bootstrap.php" |
||
1282 | ] |
||
1283 | }, |
||
1284 | "notification-url": "https://packagist.org/downloads/", |
||
1285 | "license": [ |
||
1286 | "MIT" |
||
1287 | ], |
||
1288 | "authors": [ |
||
1289 | { |
||
1290 | "name": "Nicolas Grekas", |
||
1291 | "email": "[email protected]" |
||
1292 | }, |
||
1293 | { |
||
1294 | "name": "Symfony Community", |
||
1295 | "homepage": "https://symfony.com/contributors" |
||
1296 | } |
||
1297 | ], |
||
1298 | "description": "Symfony polyfill for the Mbstring extension", |
||
1299 | "homepage": "https://symfony.com", |
||
1300 | "keywords": [ |
||
1301 | "compatibility", |
||
1302 | "mbstring", |
||
1303 | "polyfill", |
||
1304 | "portable", |
||
1305 | "shim" |
||
1306 | ], |
||
1307 | "time": "2018-04-26T10:06:28+00:00" |
||
1308 | }, |
||
1309 | { |
||
1310 | "name": "symfony/translation", |
||
1311 | "version": "v4.0.9", |
||
1312 | "source": { |
||
1313 | "type": "git", |
||
1314 | "url": "https://github.com/symfony/translation.git", |
||
1315 | "reference": "ad3abf08eb3450491d8d76513100ef58194cd13e" |
||
1316 | }, |
||
1317 | "dist": { |
||
1318 | "type": "zip", |
||
1319 | "url": "https://api.github.com/repos/symfony/translation/zipball/ad3abf08eb3450491d8d76513100ef58194cd13e", |
||
1320 | "reference": "ad3abf08eb3450491d8d76513100ef58194cd13e", |
||
1321 | "shasum": "" |
||
1322 | }, |
||
1323 | "require": { |
||
1324 | "php": "^7.1.3", |
||
1325 | "symfony/polyfill-mbstring": "~1.0" |
||
1326 | }, |
||
1327 | "conflict": { |
||
1328 | "symfony/config": "<3.4", |
||
1329 | "symfony/dependency-injection": "<3.4", |
||
1330 | "symfony/yaml": "<3.4" |
||
1331 | }, |
||
1332 | "require-dev": { |
||
1333 | "psr/log": "~1.0", |
||
1334 | "symfony/config": "~3.4|~4.0", |
||
1335 | "symfony/dependency-injection": "~3.4|~4.0", |
||
1336 | "symfony/finder": "~2.8|~3.0|~4.0", |
||
1337 | "symfony/intl": "~3.4|~4.0", |
||
1338 | "symfony/yaml": "~3.4|~4.0" |
||
1339 | }, |
||
1340 | "suggest": { |
||
1341 | "psr/log-implementation": "To use logging capability in translator", |
||
1342 | "symfony/config": "", |
||
1343 | "symfony/yaml": "" |
||
1344 | }, |
||
1345 | "type": "library", |
||
1346 | "extra": { |
||
1347 | "branch-alias": { |
||
1348 | "dev-master": "4.0-dev" |
||
1349 | } |
||
1350 | }, |
||
1351 | "autoload": { |
||
1352 | "psr-4": { |
||
1353 | "Symfony\\Component\\Translation\\": "" |
||
1354 | }, |
||
1355 | "exclude-from-classmap": [ |
||
1356 | "/Tests/" |
||
1357 | ] |
||
1358 | }, |
||
1359 | "notification-url": "https://packagist.org/downloads/", |
||
1360 | "license": [ |
||
1361 | "MIT" |
||
1362 | ], |
||
1363 | "authors": [ |
||
1364 | { |
||
1365 | "name": "Fabien Potencier", |
||
1366 | "email": "[email protected]" |
||
1367 | }, |
||
1368 | { |
||
1369 | "name": "Symfony Community", |
||
1370 | "homepage": "https://symfony.com/contributors" |
||
1371 | } |
||
1372 | ], |
||
1373 | "description": "Symfony Translation Component", |
||
1374 | "homepage": "https://symfony.com", |
||
1375 | "time": "2018-04-30T01:23:47+00:00" |
||
1376 | } |
||
1377 | ], |
||
1378 | "packages-dev": [ |
||
1379 | { |
||
1380 | "name": "doctrine/instantiator", |
||
1381 | "version": "1.1.0", |
||
1382 | "source": { |
||
1383 | "type": "git", |
||
1384 | "url": "https://github.com/doctrine/instantiator.git", |
||
1385 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" |
||
1386 | }, |
||
1387 | "dist": { |
||
1388 | "type": "zip", |
||
1389 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
1390 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
1391 | "shasum": "" |
||
1392 | }, |
||
1393 | "require": { |
||
1394 | "php": "^7.1" |
||
1395 | }, |
||
1396 | "require-dev": { |
||
1397 | "athletic/athletic": "~0.1.8", |
||
1398 | "ext-pdo": "*", |
||
1399 | "ext-phar": "*", |
||
1400 | "phpunit/phpunit": "^6.2.3", |
||
1401 | "squizlabs/php_codesniffer": "^3.0.2" |
||
1402 | }, |
||
1403 | "type": "library", |
||
1404 | "extra": { |
||
1405 | "branch-alias": { |
||
1406 | "dev-master": "1.2.x-dev" |
||
1407 | } |
||
1408 | }, |
||
1409 | "autoload": { |
||
1410 | "psr-4": { |
||
1411 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
1412 | } |
||
1413 | }, |
||
1414 | "notification-url": "https://packagist.org/downloads/", |
||
1415 | "license": [ |
||
1416 | "MIT" |
||
1417 | ], |
||
1418 | "authors": [ |
||
1419 | { |
||
1420 | "name": "Marco Pivetta", |
||
1421 | "email": "[email protected]", |
||
1422 | "homepage": "http://ocramius.github.com/" |
||
1423 | } |
||
1424 | ], |
||
1425 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
1426 | "homepage": "https://github.com/doctrine/instantiator", |
||
1427 | "keywords": [ |
||
1428 | "constructor", |
||
1429 | "instantiate" |
||
1430 | ], |
||
1431 | "time": "2017-07-22T11:58:36+00:00" |
||
1432 | }, |
||
1433 | { |
||
1434 | "name": "myclabs/deep-copy", |
||
1435 | "version": "1.7.0", |
||
1436 | "source": { |
||
1437 | "type": "git", |
||
1438 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
1439 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" |
||
1440 | }, |
||
1441 | "dist": { |
||
1442 | "type": "zip", |
||
1443 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
1444 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
1445 | "shasum": "" |
||
1446 | }, |
||
1447 | "require": { |
||
1448 | "php": "^5.6 || ^7.0" |
||
1449 | }, |
||
1450 | "require-dev": { |
||
1451 | "doctrine/collections": "^1.0", |
||
1452 | "doctrine/common": "^2.6", |
||
1453 | "phpunit/phpunit": "^4.1" |
||
1454 | }, |
||
1455 | "type": "library", |
||
1456 | "autoload": { |
||
1457 | "psr-4": { |
||
1458 | "DeepCopy\\": "src/DeepCopy/" |
||
1459 | }, |
||
1460 | "files": [ |
||
1461 | "src/DeepCopy/deep_copy.php" |
||
1462 | ] |
||
1463 | }, |
||
1464 | "notification-url": "https://packagist.org/downloads/", |
||
1465 | "license": [ |
||
1466 | "MIT" |
||
1467 | ], |
||
1468 | "description": "Create deep copies (clones) of your objects", |
||
1469 | "keywords": [ |
||
1470 | "clone", |
||
1471 | "copy", |
||
1472 | "duplicate", |
||
1473 | "object", |
||
1474 | "object graph" |
||
1475 | ], |
||
1476 | "time": "2017-10-19T19:58:43+00:00" |
||
1477 | }, |
||
1478 | { |
||
1479 | "name": "phar-io/manifest", |
||
1480 | "version": "1.0.1", |
||
1481 | "source": { |
||
1482 | "type": "git", |
||
1483 | "url": "https://github.com/phar-io/manifest.git", |
||
1484 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" |
||
1485 | }, |
||
1486 | "dist": { |
||
1487 | "type": "zip", |
||
1488 | "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
1489 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
1490 | "shasum": "" |
||
1491 | }, |
||
1492 | "require": { |
||
1493 | "ext-dom": "*", |
||
1494 | "ext-phar": "*", |
||
1495 | "phar-io/version": "^1.0.1", |
||
1496 | "php": "^5.6 || ^7.0" |
||
1497 | }, |
||
1498 | "type": "library", |
||
1499 | "extra": { |
||
1500 | "branch-alias": { |
||
1501 | "dev-master": "1.0.x-dev" |
||
1502 | } |
||
1503 | }, |
||
1504 | "autoload": { |
||
1505 | "classmap": [ |
||
1506 | "src/" |
||
1507 | ] |
||
1508 | }, |
||
1509 | "notification-url": "https://packagist.org/downloads/", |
||
1510 | "license": [ |
||
1511 | "BSD-3-Clause" |
||
1512 | ], |
||
1513 | "authors": [ |
||
1514 | { |
||
1515 | "name": "Arne Blankerts", |
||
1516 | "email": "[email protected]", |
||
1517 | "role": "Developer" |
||
1518 | }, |
||
1519 | { |
||
1520 | "name": "Sebastian Heuer", |
||
1521 | "email": "[email protected]", |
||
1522 | "role": "Developer" |
||
1523 | }, |
||
1524 | { |
||
1525 | "name": "Sebastian Bergmann", |
||
1526 | "email": "[email protected]", |
||
1527 | "role": "Developer" |
||
1528 | } |
||
1529 | ], |
||
1530 | "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", |
||
1531 | "time": "2017-03-05T18:14:27+00:00" |
||
1532 | }, |
||
1533 | { |
||
1534 | "name": "phar-io/version", |
||
1535 | "version": "1.0.1", |
||
1536 | "source": { |
||
1537 | "type": "git", |
||
1538 | "url": "https://github.com/phar-io/version.git", |
||
1539 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" |
||
1540 | }, |
||
1541 | "dist": { |
||
1542 | "type": "zip", |
||
1543 | "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
1544 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
1545 | "shasum": "" |
||
1546 | }, |
||
1547 | "require": { |
||
1548 | "php": "^5.6 || ^7.0" |
||
1549 | }, |
||
1550 | "type": "library", |
||
1551 | "autoload": { |
||
1552 | "classmap": [ |
||
1553 | "src/" |
||
1554 | ] |
||
1555 | }, |
||
1556 | "notification-url": "https://packagist.org/downloads/", |
||
1557 | "license": [ |
||
1558 | "BSD-3-Clause" |
||
1559 | ], |
||
1560 | "authors": [ |
||
1561 | { |
||
1562 | "name": "Arne Blankerts", |
||
1563 | "email": "[email protected]", |
||
1564 | "role": "Developer" |
||
1565 | }, |
||
1566 | { |
||
1567 | "name": "Sebastian Heuer", |
||
1568 | "email": "[email protected]", |
||
1569 | "role": "Developer" |
||
1570 | }, |
||
1571 | { |
||
1572 | "name": "Sebastian Bergmann", |
||
1573 | "email": "[email protected]", |
||
1574 | "role": "Developer" |
||
1575 | } |
||
1576 | ], |
||
1577 | "description": "Library for handling version information and constraints", |
||
1578 | "time": "2017-03-05T17:38:23+00:00" |
||
1579 | }, |
||
1580 | { |
||
1581 | "name": "phpdocumentor/reflection-common", |
||
1582 | "version": "1.0.1", |
||
1583 | "source": { |
||
1584 | "type": "git", |
||
1585 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
1586 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" |
||
1587 | }, |
||
1588 | "dist": { |
||
1589 | "type": "zip", |
||
1590 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
1591 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
1592 | "shasum": "" |
||
1593 | }, |
||
1594 | "require": { |
||
1595 | "php": ">=5.5" |
||
1596 | }, |
||
1597 | "require-dev": { |
||
1598 | "phpunit/phpunit": "^4.6" |
||
1599 | }, |
||
1600 | "type": "library", |
||
1601 | "extra": { |
||
1602 | "branch-alias": { |
||
1603 | "dev-master": "1.0.x-dev" |
||
1604 | } |
||
1605 | }, |
||
1606 | "autoload": { |
||
1607 | "psr-4": { |
||
1608 | "phpDocumentor\\Reflection\\": [ |
||
1609 | "src" |
||
1610 | ] |
||
1611 | } |
||
1612 | }, |
||
1613 | "notification-url": "https://packagist.org/downloads/", |
||
1614 | "license": [ |
||
1615 | "MIT" |
||
1616 | ], |
||
1617 | "authors": [ |
||
1618 | { |
||
1619 | "name": "Jaap van Otterdijk", |
||
1620 | "email": "[email protected]" |
||
1621 | } |
||
1622 | ], |
||
1623 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
1624 | "homepage": "http://www.phpdoc.org", |
||
1625 | "keywords": [ |
||
1626 | "FQSEN", |
||
1627 | "phpDocumentor", |
||
1628 | "phpdoc", |
||
1629 | "reflection", |
||
1630 | "static analysis" |
||
1631 | ], |
||
1632 | "time": "2017-09-11T18:02:19+00:00" |
||
1633 | }, |
||
1634 | { |
||
1635 | "name": "phpdocumentor/reflection-docblock", |
||
1636 | "version": "4.3.0", |
||
1637 | "source": { |
||
1638 | "type": "git", |
||
1639 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
1640 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08" |
||
1641 | }, |
||
1642 | "dist": { |
||
1643 | "type": "zip", |
||
1644 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", |
||
1645 | "reference": "94fd0001232e47129dd3504189fa1c7225010d08", |
||
1646 | "shasum": "" |
||
1647 | }, |
||
1648 | "require": { |
||
1649 | "php": "^7.0", |
||
1650 | "phpdocumentor/reflection-common": "^1.0.0", |
||
1651 | "phpdocumentor/type-resolver": "^0.4.0", |
||
1652 | "webmozart/assert": "^1.0" |
||
1653 | }, |
||
1654 | "require-dev": { |
||
1655 | "doctrine/instantiator": "~1.0.5", |
||
1656 | "mockery/mockery": "^1.0", |
||
1657 | "phpunit/phpunit": "^6.4" |
||
1658 | }, |
||
1659 | "type": "library", |
||
1660 | "extra": { |
||
1661 | "branch-alias": { |
||
1662 | "dev-master": "4.x-dev" |
||
1663 | } |
||
1664 | }, |
||
1665 | "autoload": { |
||
1666 | "psr-4": { |
||
1667 | "phpDocumentor\\Reflection\\": [ |
||
1668 | "src/" |
||
1669 | ] |
||
1670 | } |
||
1671 | }, |
||
1672 | "notification-url": "https://packagist.org/downloads/", |
||
1673 | "license": [ |
||
1674 | "MIT" |
||
1675 | ], |
||
1676 | "authors": [ |
||
1677 | { |
||
1678 | "name": "Mike van Riel", |
||
1679 | "email": "[email protected]" |
||
1680 | } |
||
1681 | ], |
||
1682 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
1683 | "time": "2017-11-30T07:14:17+00:00" |
||
1684 | }, |
||
1685 | { |
||
1686 | "name": "phpdocumentor/type-resolver", |
||
1687 | "version": "0.4.0", |
||
1688 | "source": { |
||
1689 | "type": "git", |
||
1690 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
1691 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
||
1692 | }, |
||
1693 | "dist": { |
||
1694 | "type": "zip", |
||
1695 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
1696 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
1697 | "shasum": "" |
||
1698 | }, |
||
1699 | "require": { |
||
1700 | "php": "^5.5 || ^7.0", |
||
1701 | "phpdocumentor/reflection-common": "^1.0" |
||
1702 | }, |
||
1703 | "require-dev": { |
||
1704 | "mockery/mockery": "^0.9.4", |
||
1705 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
1706 | }, |
||
1707 | "type": "library", |
||
1708 | "extra": { |
||
1709 | "branch-alias": { |
||
1710 | "dev-master": "1.0.x-dev" |
||
1711 | } |
||
1712 | }, |
||
1713 | "autoload": { |
||
1714 | "psr-4": { |
||
1715 | "phpDocumentor\\Reflection\\": [ |
||
1716 | "src/" |
||
1717 | ] |
||
1718 | } |
||
1719 | }, |
||
1720 | "notification-url": "https://packagist.org/downloads/", |
||
1721 | "license": [ |
||
1722 | "MIT" |
||
1723 | ], |
||
1724 | "authors": [ |
||
1725 | { |
||
1726 | "name": "Mike van Riel", |
||
1727 | "email": "[email protected]" |
||
1728 | } |
||
1729 | ], |
||
1730 | "time": "2017-07-14T14:27:02+00:00" |
||
1731 | }, |
||
1732 | { |
||
1733 | "name": "phpspec/prophecy", |
||
1734 | "version": "1.7.6", |
||
1735 | "source": { |
||
1736 | "type": "git", |
||
1737 | "url": "https://github.com/phpspec/prophecy.git", |
||
1738 | "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712" |
||
1739 | }, |
||
1740 | "dist": { |
||
1741 | "type": "zip", |
||
1742 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712", |
||
1743 | "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712", |
||
1744 | "shasum": "" |
||
1745 | }, |
||
1746 | "require": { |
||
1747 | "doctrine/instantiator": "^1.0.2", |
||
1748 | "php": "^5.3|^7.0", |
||
1749 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
||
1750 | "sebastian/comparator": "^1.1|^2.0|^3.0", |
||
1751 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
||
1752 | }, |
||
1753 | "require-dev": { |
||
1754 | "phpspec/phpspec": "^2.5|^3.2", |
||
1755 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" |
||
1756 | }, |
||
1757 | "type": "library", |
||
1758 | "extra": { |
||
1759 | "branch-alias": { |
||
1760 | "dev-master": "1.7.x-dev" |
||
1761 | } |
||
1762 | }, |
||
1763 | "autoload": { |
||
1764 | "psr-0": { |
||
1765 | "Prophecy\\": "src/" |
||
1766 | } |
||
1767 | }, |
||
1768 | "notification-url": "https://packagist.org/downloads/", |
||
1769 | "license": [ |
||
1770 | "MIT" |
||
1771 | ], |
||
1772 | "authors": [ |
||
1773 | { |
||
1774 | "name": "Konstantin Kudryashov", |
||
1775 | "email": "[email protected]", |
||
1776 | "homepage": "http://everzet.com" |
||
1777 | }, |
||
1778 | { |
||
1779 | "name": "Marcello Duarte", |
||
1780 | "email": "[email protected]" |
||
1781 | } |
||
1782 | ], |
||
1783 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
1784 | "homepage": "https://github.com/phpspec/prophecy", |
||
1785 | "keywords": [ |
||
1786 | "Double", |
||
1787 | "Dummy", |
||
1788 | "fake", |
||
1789 | "mock", |
||
1790 | "spy", |
||
1791 | "stub" |
||
1792 | ], |
||
1793 | "time": "2018-04-18T13:57:24+00:00" |
||
1794 | }, |
||
1795 | { |
||
1796 | "name": "phpunit/php-code-coverage", |
||
1797 | "version": "6.0.4", |
||
1798 | "source": { |
||
1799 | "type": "git", |
||
1800 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
1801 | "reference": "52187754b0eed0b8159f62a6fa30073327e8c2ca" |
||
1802 | }, |
||
1803 | "dist": { |
||
1804 | "type": "zip", |
||
1805 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/52187754b0eed0b8159f62a6fa30073327e8c2ca", |
||
1806 | "reference": "52187754b0eed0b8159f62a6fa30073327e8c2ca", |
||
1807 | "shasum": "" |
||
1808 | }, |
||
1809 | "require": { |
||
1810 | "ext-dom": "*", |
||
1811 | "ext-xmlwriter": "*", |
||
1812 | "php": "^7.1", |
||
1813 | "phpunit/php-file-iterator": "^1.4.2", |
||
1814 | "phpunit/php-text-template": "^1.2.1", |
||
1815 | "phpunit/php-token-stream": "^3.0", |
||
1816 | "sebastian/code-unit-reverse-lookup": "^1.0.1", |
||
1817 | "sebastian/environment": "^3.1", |
||
1818 | "sebastian/version": "^2.0.1", |
||
1819 | "theseer/tokenizer": "^1.1" |
||
1820 | }, |
||
1821 | "require-dev": { |
||
1822 | "phpunit/phpunit": "^7.0" |
||
1823 | }, |
||
1824 | "suggest": { |
||
1825 | "ext-xdebug": "^2.6.0" |
||
1826 | }, |
||
1827 | "type": "library", |
||
1828 | "extra": { |
||
1829 | "branch-alias": { |
||
1830 | "dev-master": "6.0-dev" |
||
1831 | } |
||
1832 | }, |
||
1833 | "autoload": { |
||
1834 | "classmap": [ |
||
1835 | "src/" |
||
1836 | ] |
||
1837 | }, |
||
1838 | "notification-url": "https://packagist.org/downloads/", |
||
1839 | "license": [ |
||
1840 | "BSD-3-Clause" |
||
1841 | ], |
||
1842 | "authors": [ |
||
1843 | { |
||
1844 | "name": "Sebastian Bergmann", |
||
1845 | "email": "[email protected]", |
||
1846 | "role": "lead" |
||
1847 | } |
||
1848 | ], |
||
1849 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
1850 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
1851 | "keywords": [ |
||
1852 | "coverage", |
||
1853 | "testing", |
||
1854 | "xunit" |
||
1855 | ], |
||
1856 | "time": "2018-04-29T14:59:09+00:00" |
||
1857 | }, |
||
1858 | { |
||
1859 | "name": "phpunit/php-file-iterator", |
||
1860 | "version": "1.4.5", |
||
1861 | "source": { |
||
1862 | "type": "git", |
||
1863 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
1864 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" |
||
1865 | }, |
||
1866 | "dist": { |
||
1867 | "type": "zip", |
||
1868 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", |
||
1869 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", |
||
1870 | "shasum": "" |
||
1871 | }, |
||
1872 | "require": { |
||
1873 | "php": ">=5.3.3" |
||
1874 | }, |
||
1875 | "type": "library", |
||
1876 | "extra": { |
||
1877 | "branch-alias": { |
||
1878 | "dev-master": "1.4.x-dev" |
||
1879 | } |
||
1880 | }, |
||
1881 | "autoload": { |
||
1882 | "classmap": [ |
||
1883 | "src/" |
||
1884 | ] |
||
1885 | }, |
||
1886 | "notification-url": "https://packagist.org/downloads/", |
||
1887 | "license": [ |
||
1888 | "BSD-3-Clause" |
||
1889 | ], |
||
1890 | "authors": [ |
||
1891 | { |
||
1892 | "name": "Sebastian Bergmann", |
||
1893 | "email": "[email protected]", |
||
1894 | "role": "lead" |
||
1895 | } |
||
1896 | ], |
||
1897 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
1898 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
1899 | "keywords": [ |
||
1900 | "filesystem", |
||
1901 | "iterator" |
||
1902 | ], |
||
1903 | "time": "2017-11-27T13:52:08+00:00" |
||
1904 | }, |
||
1905 | { |
||
1906 | "name": "phpunit/php-text-template", |
||
1907 | "version": "1.2.1", |
||
1908 | "source": { |
||
1909 | "type": "git", |
||
1910 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
1911 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
1912 | }, |
||
1913 | "dist": { |
||
1914 | "type": "zip", |
||
1915 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1916 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1917 | "shasum": "" |
||
1918 | }, |
||
1919 | "require": { |
||
1920 | "php": ">=5.3.3" |
||
1921 | }, |
||
1922 | "type": "library", |
||
1923 | "autoload": { |
||
1924 | "classmap": [ |
||
1925 | "src/" |
||
1926 | ] |
||
1927 | }, |
||
1928 | "notification-url": "https://packagist.org/downloads/", |
||
1929 | "license": [ |
||
1930 | "BSD-3-Clause" |
||
1931 | ], |
||
1932 | "authors": [ |
||
1933 | { |
||
1934 | "name": "Sebastian Bergmann", |
||
1935 | "email": "[email protected]", |
||
1936 | "role": "lead" |
||
1937 | } |
||
1938 | ], |
||
1939 | "description": "Simple template engine.", |
||
1940 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
1941 | "keywords": [ |
||
1942 | "template" |
||
1943 | ], |
||
1944 | "time": "2015-06-21T13:50:34+00:00" |
||
1945 | }, |
||
1946 | { |
||
1947 | "name": "phpunit/php-timer", |
||
1948 | "version": "2.0.0", |
||
1949 | "source": { |
||
1950 | "type": "git", |
||
1951 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
1952 | "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f" |
||
1953 | }, |
||
1954 | "dist": { |
||
1955 | "type": "zip", |
||
1956 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f", |
||
1957 | "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f", |
||
1958 | "shasum": "" |
||
1959 | }, |
||
1960 | "require": { |
||
1961 | "php": "^7.1" |
||
1962 | }, |
||
1963 | "require-dev": { |
||
1964 | "phpunit/phpunit": "^7.0" |
||
1965 | }, |
||
1966 | "type": "library", |
||
1967 | "extra": { |
||
1968 | "branch-alias": { |
||
1969 | "dev-master": "2.0-dev" |
||
1970 | } |
||
1971 | }, |
||
1972 | "autoload": { |
||
1973 | "classmap": [ |
||
1974 | "src/" |
||
1975 | ] |
||
1976 | }, |
||
1977 | "notification-url": "https://packagist.org/downloads/", |
||
1978 | "license": [ |
||
1979 | "BSD-3-Clause" |
||
1980 | ], |
||
1981 | "authors": [ |
||
1982 | { |
||
1983 | "name": "Sebastian Bergmann", |
||
1984 | "email": "[email protected]", |
||
1985 | "role": "lead" |
||
1986 | } |
||
1987 | ], |
||
1988 | "description": "Utility class for timing", |
||
1989 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
1990 | "keywords": [ |
||
1991 | "timer" |
||
1992 | ], |
||
1993 | "time": "2018-02-01T13:07:23+00:00" |
||
1994 | }, |
||
1995 | { |
||
1996 | "name": "phpunit/php-token-stream", |
||
1997 | "version": "3.0.0", |
||
1998 | "source": { |
||
1999 | "type": "git", |
||
2000 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
2001 | "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace" |
||
2002 | }, |
||
2003 | "dist": { |
||
2004 | "type": "zip", |
||
2005 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace", |
||
2006 | "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace", |
||
2007 | "shasum": "" |
||
2008 | }, |
||
2009 | "require": { |
||
2010 | "ext-tokenizer": "*", |
||
2011 | "php": "^7.1" |
||
2012 | }, |
||
2013 | "require-dev": { |
||
2014 | "phpunit/phpunit": "^7.0" |
||
2015 | }, |
||
2016 | "type": "library", |
||
2017 | "extra": { |
||
2018 | "branch-alias": { |
||
2019 | "dev-master": "3.0-dev" |
||
2020 | } |
||
2021 | }, |
||
2022 | "autoload": { |
||
2023 | "classmap": [ |
||
2024 | "src/" |
||
2025 | ] |
||
2026 | }, |
||
2027 | "notification-url": "https://packagist.org/downloads/", |
||
2028 | "license": [ |
||
2029 | "BSD-3-Clause" |
||
2030 | ], |
||
2031 | "authors": [ |
||
2032 | { |
||
2033 | "name": "Sebastian Bergmann", |
||
2034 | "email": "[email protected]" |
||
2035 | } |
||
2036 | ], |
||
2037 | "description": "Wrapper around PHP's tokenizer extension.", |
||
2038 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
2039 | "keywords": [ |
||
2040 | "tokenizer" |
||
2041 | ], |
||
2042 | "time": "2018-02-01T13:16:43+00:00" |
||
2043 | }, |
||
2044 | { |
||
2045 | "name": "phpunit/phpunit", |
||
2046 | "version": "7.0.3", |
||
2047 | "source": { |
||
2048 | "type": "git", |
||
2049 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
2050 | "reference": "536f4d853c12d8189963435088e8ff7c0daeab2e" |
||
2051 | }, |
||
2052 | "dist": { |
||
2053 | "type": "zip", |
||
2054 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/536f4d853c12d8189963435088e8ff7c0daeab2e", |
||
2055 | "reference": "536f4d853c12d8189963435088e8ff7c0daeab2e", |
||
2056 | "shasum": "" |
||
2057 | }, |
||
2058 | "require": { |
||
2059 | "ext-dom": "*", |
||
2060 | "ext-json": "*", |
||
2061 | "ext-libxml": "*", |
||
2062 | "ext-mbstring": "*", |
||
2063 | "ext-xml": "*", |
||
2064 | "myclabs/deep-copy": "^1.6.1", |
||
2065 | "phar-io/manifest": "^1.0.1", |
||
2066 | "phar-io/version": "^1.0", |
||
2067 | "php": "^7.1", |
||
2068 | "phpspec/prophecy": "^1.7", |
||
2069 | "phpunit/php-code-coverage": "^6.0.1", |
||
2070 | "phpunit/php-file-iterator": "^1.4.3", |
||
2071 | "phpunit/php-text-template": "^1.2.1", |
||
2072 | "phpunit/php-timer": "^2.0", |
||
2073 | "phpunit/phpunit-mock-objects": "^6.0", |
||
2074 | "sebastian/comparator": "^2.1", |
||
2075 | "sebastian/diff": "^3.0", |
||
2076 | "sebastian/environment": "^3.1", |
||
2077 | "sebastian/exporter": "^3.1", |
||
2078 | "sebastian/global-state": "^2.0", |
||
2079 | "sebastian/object-enumerator": "^3.0.3", |
||
2080 | "sebastian/resource-operations": "^1.0", |
||
2081 | "sebastian/version": "^2.0.1" |
||
2082 | }, |
||
2083 | "require-dev": { |
||
2084 | "ext-pdo": "*" |
||
2085 | }, |
||
2086 | "suggest": { |
||
2087 | "ext-xdebug": "*", |
||
2088 | "phpunit/php-invoker": "^2.0" |
||
2089 | }, |
||
2090 | "bin": [ |
||
2091 | "phpunit" |
||
2092 | ], |
||
2093 | "type": "library", |
||
2094 | "extra": { |
||
2095 | "branch-alias": { |
||
2096 | "dev-master": "7.0-dev" |
||
2097 | } |
||
2098 | }, |
||
2099 | "autoload": { |
||
2100 | "classmap": [ |
||
2101 | "src/" |
||
2102 | ] |
||
2103 | }, |
||
2104 | "notification-url": "https://packagist.org/downloads/", |
||
2105 | "license": [ |
||
2106 | "BSD-3-Clause" |
||
2107 | ], |
||
2108 | "authors": [ |
||
2109 | { |
||
2110 | "name": "Sebastian Bergmann", |
||
2111 | "email": "[email protected]", |
||
2112 | "role": "lead" |
||
2113 | } |
||
2114 | ], |
||
2115 | "description": "The PHP Unit Testing framework.", |
||
2116 | "homepage": "https://phpunit.de/", |
||
2117 | "keywords": [ |
||
2118 | "phpunit", |
||
2119 | "testing", |
||
2120 | "xunit" |
||
2121 | ], |
||
2122 | "time": "2018-03-26T07:36:48+00:00" |
||
2123 | }, |
||
2124 | { |
||
2125 | "name": "phpunit/phpunit-mock-objects", |
||
2126 | "version": "6.1.1", |
||
2127 | "source": { |
||
2128 | "type": "git", |
||
2129 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
2130 | "reference": "70c740bde8fd9ea9ea295be1cd875dd7b267e157" |
||
2131 | }, |
||
2132 | "dist": { |
||
2133 | "type": "zip", |
||
2134 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/70c740bde8fd9ea9ea295be1cd875dd7b267e157", |
||
2135 | "reference": "70c740bde8fd9ea9ea295be1cd875dd7b267e157", |
||
2136 | "shasum": "" |
||
2137 | }, |
||
2138 | "require": { |
||
2139 | "doctrine/instantiator": "^1.0.5", |
||
2140 | "php": "^7.1", |
||
2141 | "phpunit/php-text-template": "^1.2.1", |
||
2142 | "sebastian/exporter": "^3.1" |
||
2143 | }, |
||
2144 | "require-dev": { |
||
2145 | "phpunit/phpunit": "^7.0" |
||
2146 | }, |
||
2147 | "suggest": { |
||
2148 | "ext-soap": "*" |
||
2149 | }, |
||
2150 | "type": "library", |
||
2151 | "extra": { |
||
2152 | "branch-alias": { |
||
2153 | "dev-master": "6.1-dev" |
||
2154 | } |
||
2155 | }, |
||
2156 | "autoload": { |
||
2157 | "classmap": [ |
||
2158 | "src/" |
||
2159 | ] |
||
2160 | }, |
||
2161 | "notification-url": "https://packagist.org/downloads/", |
||
2162 | "license": [ |
||
2163 | "BSD-3-Clause" |
||
2164 | ], |
||
2165 | "authors": [ |
||
2166 | { |
||
2167 | "name": "Sebastian Bergmann", |
||
2168 | "email": "[email protected]", |
||
2169 | "role": "lead" |
||
2170 | } |
||
2171 | ], |
||
2172 | "description": "Mock Object library for PHPUnit", |
||
2173 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
2174 | "keywords": [ |
||
2175 | "mock", |
||
2176 | "xunit" |
||
2177 | ], |
||
2178 | "time": "2018-04-11T04:50:36+00:00" |
||
2179 | }, |
||
2180 | { |
||
2181 | "name": "sebastian/code-unit-reverse-lookup", |
||
2182 | "version": "1.0.1", |
||
2183 | "source": { |
||
2184 | "type": "git", |
||
2185 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
2186 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
||
2187 | }, |
||
2188 | "dist": { |
||
2189 | "type": "zip", |
||
2190 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
2191 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
2192 | "shasum": "" |
||
2193 | }, |
||
2194 | "require": { |
||
2195 | "php": "^5.6 || ^7.0" |
||
2196 | }, |
||
2197 | "require-dev": { |
||
2198 | "phpunit/phpunit": "^5.7 || ^6.0" |
||
2199 | }, |
||
2200 | "type": "library", |
||
2201 | "extra": { |
||
2202 | "branch-alias": { |
||
2203 | "dev-master": "1.0.x-dev" |
||
2204 | } |
||
2205 | }, |
||
2206 | "autoload": { |
||
2207 | "classmap": [ |
||
2208 | "src/" |
||
2209 | ] |
||
2210 | }, |
||
2211 | "notification-url": "https://packagist.org/downloads/", |
||
2212 | "license": [ |
||
2213 | "BSD-3-Clause" |
||
2214 | ], |
||
2215 | "authors": [ |
||
2216 | { |
||
2217 | "name": "Sebastian Bergmann", |
||
2218 | "email": "[email protected]" |
||
2219 | } |
||
2220 | ], |
||
2221 | "description": "Looks up which function or method a line of code belongs to", |
||
2222 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
2223 | "time": "2017-03-04T06:30:41+00:00" |
||
2224 | }, |
||
2225 | { |
||
2226 | "name": "sebastian/comparator", |
||
2227 | "version": "2.1.3", |
||
2228 | "source": { |
||
2229 | "type": "git", |
||
2230 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
2231 | "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9" |
||
2232 | }, |
||
2233 | "dist": { |
||
2234 | "type": "zip", |
||
2235 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9", |
||
2236 | "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9", |
||
2237 | "shasum": "" |
||
2238 | }, |
||
2239 | "require": { |
||
2240 | "php": "^7.0", |
||
2241 | "sebastian/diff": "^2.0 || ^3.0", |
||
2242 | "sebastian/exporter": "^3.1" |
||
2243 | }, |
||
2244 | "require-dev": { |
||
2245 | "phpunit/phpunit": "^6.4" |
||
2246 | }, |
||
2247 | "type": "library", |
||
2248 | "extra": { |
||
2249 | "branch-alias": { |
||
2250 | "dev-master": "2.1.x-dev" |
||
2251 | } |
||
2252 | }, |
||
2253 | "autoload": { |
||
2254 | "classmap": [ |
||
2255 | "src/" |
||
2256 | ] |
||
2257 | }, |
||
2258 | "notification-url": "https://packagist.org/downloads/", |
||
2259 | "license": [ |
||
2260 | "BSD-3-Clause" |
||
2261 | ], |
||
2262 | "authors": [ |
||
2263 | { |
||
2264 | "name": "Jeff Welch", |
||
2265 | "email": "[email protected]" |
||
2266 | }, |
||
2267 | { |
||
2268 | "name": "Volker Dusch", |
||
2269 | "email": "[email protected]" |
||
2270 | }, |
||
2271 | { |
||
2272 | "name": "Bernhard Schussek", |
||
2273 | "email": "[email protected]" |
||
2274 | }, |
||
2275 | { |
||
2276 | "name": "Sebastian Bergmann", |
||
2277 | "email": "[email protected]" |
||
2278 | } |
||
2279 | ], |
||
2280 | "description": "Provides the functionality to compare PHP values for equality", |
||
2281 | "homepage": "https://github.com/sebastianbergmann/comparator", |
||
2282 | "keywords": [ |
||
2283 | "comparator", |
||
2284 | "compare", |
||
2285 | "equality" |
||
2286 | ], |
||
2287 | "time": "2018-02-01T13:46:46+00:00" |
||
2288 | }, |
||
2289 | { |
||
2290 | "name": "sebastian/diff", |
||
2291 | "version": "3.0.0", |
||
2292 | "source": { |
||
2293 | "type": "git", |
||
2294 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
2295 | "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8" |
||
2296 | }, |
||
2297 | "dist": { |
||
2298 | "type": "zip", |
||
2299 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/e09160918c66281713f1c324c1f4c4c3037ba1e8", |
||
2300 | "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8", |
||
2301 | "shasum": "" |
||
2302 | }, |
||
2303 | "require": { |
||
2304 | "php": "^7.1" |
||
2305 | }, |
||
2306 | "require-dev": { |
||
2307 | "phpunit/phpunit": "^7.0", |
||
2308 | "symfony/process": "^2 || ^3.3 || ^4" |
||
2309 | }, |
||
2310 | "type": "library", |
||
2311 | "extra": { |
||
2312 | "branch-alias": { |
||
2313 | "dev-master": "3.0-dev" |
||
2314 | } |
||
2315 | }, |
||
2316 | "autoload": { |
||
2317 | "classmap": [ |
||
2318 | "src/" |
||
2319 | ] |
||
2320 | }, |
||
2321 | "notification-url": "https://packagist.org/downloads/", |
||
2322 | "license": [ |
||
2323 | "BSD-3-Clause" |
||
2324 | ], |
||
2325 | "authors": [ |
||
2326 | { |
||
2327 | "name": "Kore Nordmann", |
||
2328 | "email": "[email protected]" |
||
2329 | }, |
||
2330 | { |
||
2331 | "name": "Sebastian Bergmann", |
||
2332 | "email": "[email protected]" |
||
2333 | } |
||
2334 | ], |
||
2335 | "description": "Diff implementation", |
||
2336 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
2337 | "keywords": [ |
||
2338 | "diff", |
||
2339 | "udiff", |
||
2340 | "unidiff", |
||
2341 | "unified diff" |
||
2342 | ], |
||
2343 | "time": "2018-02-01T13:45:15+00:00" |
||
2344 | }, |
||
2345 | { |
||
2346 | "name": "sebastian/environment", |
||
2347 | "version": "3.1.0", |
||
2348 | "source": { |
||
2349 | "type": "git", |
||
2350 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
2351 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" |
||
2352 | }, |
||
2353 | "dist": { |
||
2354 | "type": "zip", |
||
2355 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
2356 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
2357 | "shasum": "" |
||
2358 | }, |
||
2359 | "require": { |
||
2360 | "php": "^7.0" |
||
2361 | }, |
||
2362 | "require-dev": { |
||
2363 | "phpunit/phpunit": "^6.1" |
||
2364 | }, |
||
2365 | "type": "library", |
||
2366 | "extra": { |
||
2367 | "branch-alias": { |
||
2368 | "dev-master": "3.1.x-dev" |
||
2369 | } |
||
2370 | }, |
||
2371 | "autoload": { |
||
2372 | "classmap": [ |
||
2373 | "src/" |
||
2374 | ] |
||
2375 | }, |
||
2376 | "notification-url": "https://packagist.org/downloads/", |
||
2377 | "license": [ |
||
2378 | "BSD-3-Clause" |
||
2379 | ], |
||
2380 | "authors": [ |
||
2381 | { |
||
2382 | "name": "Sebastian Bergmann", |
||
2383 | "email": "[email protected]" |
||
2384 | } |
||
2385 | ], |
||
2386 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
2387 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
2388 | "keywords": [ |
||
2389 | "Xdebug", |
||
2390 | "environment", |
||
2391 | "hhvm" |
||
2392 | ], |
||
2393 | "time": "2017-07-01T08:51:00+00:00" |
||
2394 | }, |
||
2395 | { |
||
2396 | "name": "sebastian/exporter", |
||
2397 | "version": "3.1.0", |
||
2398 | "source": { |
||
2399 | "type": "git", |
||
2400 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
2401 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" |
||
2402 | }, |
||
2403 | "dist": { |
||
2404 | "type": "zip", |
||
2405 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", |
||
2406 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", |
||
2407 | "shasum": "" |
||
2408 | }, |
||
2409 | "require": { |
||
2410 | "php": "^7.0", |
||
2411 | "sebastian/recursion-context": "^3.0" |
||
2412 | }, |
||
2413 | "require-dev": { |
||
2414 | "ext-mbstring": "*", |
||
2415 | "phpunit/phpunit": "^6.0" |
||
2416 | }, |
||
2417 | "type": "library", |
||
2418 | "extra": { |
||
2419 | "branch-alias": { |
||
2420 | "dev-master": "3.1.x-dev" |
||
2421 | } |
||
2422 | }, |
||
2423 | "autoload": { |
||
2424 | "classmap": [ |
||
2425 | "src/" |
||
2426 | ] |
||
2427 | }, |
||
2428 | "notification-url": "https://packagist.org/downloads/", |
||
2429 | "license": [ |
||
2430 | "BSD-3-Clause" |
||
2431 | ], |
||
2432 | "authors": [ |
||
2433 | { |
||
2434 | "name": "Jeff Welch", |
||
2435 | "email": "[email protected]" |
||
2436 | }, |
||
2437 | { |
||
2438 | "name": "Volker Dusch", |
||
2439 | "email": "[email protected]" |
||
2440 | }, |
||
2441 | { |
||
2442 | "name": "Bernhard Schussek", |
||
2443 | "email": "[email protected]" |
||
2444 | }, |
||
2445 | { |
||
2446 | "name": "Sebastian Bergmann", |
||
2447 | "email": "[email protected]" |
||
2448 | }, |
||
2449 | { |
||
2450 | "name": "Adam Harvey", |
||
2451 | "email": "[email protected]" |
||
2452 | } |
||
2453 | ], |
||
2454 | "description": "Provides the functionality to export PHP variables for visualization", |
||
2455 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
2456 | "keywords": [ |
||
2457 | "export", |
||
2458 | "exporter" |
||
2459 | ], |
||
2460 | "time": "2017-04-03T13:19:02+00:00" |
||
2461 | }, |
||
2462 | { |
||
2463 | "name": "sebastian/global-state", |
||
2464 | "version": "2.0.0", |
||
2465 | "source": { |
||
2466 | "type": "git", |
||
2467 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
2468 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" |
||
2469 | }, |
||
2470 | "dist": { |
||
2471 | "type": "zip", |
||
2472 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
2473 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
2474 | "shasum": "" |
||
2475 | }, |
||
2476 | "require": { |
||
2477 | "php": "^7.0" |
||
2478 | }, |
||
2479 | "require-dev": { |
||
2480 | "phpunit/phpunit": "^6.0" |
||
2481 | }, |
||
2482 | "suggest": { |
||
2483 | "ext-uopz": "*" |
||
2484 | }, |
||
2485 | "type": "library", |
||
2486 | "extra": { |
||
2487 | "branch-alias": { |
||
2488 | "dev-master": "2.0-dev" |
||
2489 | } |
||
2490 | }, |
||
2491 | "autoload": { |
||
2492 | "classmap": [ |
||
2493 | "src/" |
||
2494 | ] |
||
2495 | }, |
||
2496 | "notification-url": "https://packagist.org/downloads/", |
||
2497 | "license": [ |
||
2498 | "BSD-3-Clause" |
||
2499 | ], |
||
2500 | "authors": [ |
||
2501 | { |
||
2502 | "name": "Sebastian Bergmann", |
||
2503 | "email": "[email protected]" |
||
2504 | } |
||
2505 | ], |
||
2506 | "description": "Snapshotting of global state", |
||
2507 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
2508 | "keywords": [ |
||
2509 | "global state" |
||
2510 | ], |
||
2511 | "time": "2017-04-27T15:39:26+00:00" |
||
2512 | }, |
||
2513 | { |
||
2514 | "name": "sebastian/object-enumerator", |
||
2515 | "version": "3.0.3", |
||
2516 | "source": { |
||
2517 | "type": "git", |
||
2518 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
2519 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" |
||
2520 | }, |
||
2521 | "dist": { |
||
2522 | "type": "zip", |
||
2523 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
2524 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
2525 | "shasum": "" |
||
2526 | }, |
||
2527 | "require": { |
||
2528 | "php": "^7.0", |
||
2529 | "sebastian/object-reflector": "^1.1.1", |
||
2530 | "sebastian/recursion-context": "^3.0" |
||
2531 | }, |
||
2532 | "require-dev": { |
||
2533 | "phpunit/phpunit": "^6.0" |
||
2534 | }, |
||
2535 | "type": "library", |
||
2536 | "extra": { |
||
2537 | "branch-alias": { |
||
2538 | "dev-master": "3.0.x-dev" |
||
2539 | } |
||
2540 | }, |
||
2541 | "autoload": { |
||
2542 | "classmap": [ |
||
2543 | "src/" |
||
2544 | ] |
||
2545 | }, |
||
2546 | "notification-url": "https://packagist.org/downloads/", |
||
2547 | "license": [ |
||
2548 | "BSD-3-Clause" |
||
2549 | ], |
||
2550 | "authors": [ |
||
2551 | { |
||
2552 | "name": "Sebastian Bergmann", |
||
2553 | "email": "[email protected]" |
||
2554 | } |
||
2555 | ], |
||
2556 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
2557 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
2558 | "time": "2017-08-03T12:35:26+00:00" |
||
2559 | }, |
||
2560 | { |
||
2561 | "name": "sebastian/object-reflector", |
||
2562 | "version": "1.1.1", |
||
2563 | "source": { |
||
2564 | "type": "git", |
||
2565 | "url": "https://github.com/sebastianbergmann/object-reflector.git", |
||
2566 | "reference": "773f97c67f28de00d397be301821b06708fca0be" |
||
2567 | }, |
||
2568 | "dist": { |
||
2569 | "type": "zip", |
||
2570 | "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", |
||
2571 | "reference": "773f97c67f28de00d397be301821b06708fca0be", |
||
2572 | "shasum": "" |
||
2573 | }, |
||
2574 | "require": { |
||
2575 | "php": "^7.0" |
||
2576 | }, |
||
2577 | "require-dev": { |
||
2578 | "phpunit/phpunit": "^6.0" |
||
2579 | }, |
||
2580 | "type": "library", |
||
2581 | "extra": { |
||
2582 | "branch-alias": { |
||
2583 | "dev-master": "1.1-dev" |
||
2584 | } |
||
2585 | }, |
||
2586 | "autoload": { |
||
2587 | "classmap": [ |
||
2588 | "src/" |
||
2589 | ] |
||
2590 | }, |
||
2591 | "notification-url": "https://packagist.org/downloads/", |
||
2592 | "license": [ |
||
2593 | "BSD-3-Clause" |
||
2594 | ], |
||
2595 | "authors": [ |
||
2596 | { |
||
2597 | "name": "Sebastian Bergmann", |
||
2598 | "email": "[email protected]" |
||
2599 | } |
||
2600 | ], |
||
2601 | "description": "Allows reflection of object attributes, including inherited and non-public ones", |
||
2602 | "homepage": "https://github.com/sebastianbergmann/object-reflector/", |
||
2603 | "time": "2017-03-29T09:07:27+00:00" |
||
2604 | }, |
||
2605 | { |
||
2606 | "name": "sebastian/recursion-context", |
||
2607 | "version": "3.0.0", |
||
2608 | "source": { |
||
2609 | "type": "git", |
||
2610 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
2611 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" |
||
2612 | }, |
||
2613 | "dist": { |
||
2614 | "type": "zip", |
||
2615 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
2616 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
2617 | "shasum": "" |
||
2618 | }, |
||
2619 | "require": { |
||
2620 | "php": "^7.0" |
||
2621 | }, |
||
2622 | "require-dev": { |
||
2623 | "phpunit/phpunit": "^6.0" |
||
2624 | }, |
||
2625 | "type": "library", |
||
2626 | "extra": { |
||
2627 | "branch-alias": { |
||
2628 | "dev-master": "3.0.x-dev" |
||
2629 | } |
||
2630 | }, |
||
2631 | "autoload": { |
||
2632 | "classmap": [ |
||
2633 | "src/" |
||
2634 | ] |
||
2635 | }, |
||
2636 | "notification-url": "https://packagist.org/downloads/", |
||
2637 | "license": [ |
||
2638 | "BSD-3-Clause" |
||
2639 | ], |
||
2640 | "authors": [ |
||
2641 | { |
||
2642 | "name": "Jeff Welch", |
||
2643 | "email": "[email protected]" |
||
2644 | }, |
||
2645 | { |
||
2646 | "name": "Sebastian Bergmann", |
||
2647 | "email": "[email protected]" |
||
2648 | }, |
||
2649 | { |
||
2650 | "name": "Adam Harvey", |
||
2651 | "email": "[email protected]" |
||
2652 | } |
||
2653 | ], |
||
2654 | "description": "Provides functionality to recursively process PHP variables", |
||
2655 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
2656 | "time": "2017-03-03T06:23:57+00:00" |
||
2657 | }, |
||
2658 | { |
||
2659 | "name": "sebastian/resource-operations", |
||
2660 | "version": "1.0.0", |
||
2661 | "source": { |
||
2662 | "type": "git", |
||
2663 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
2664 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
2665 | }, |
||
2666 | "dist": { |
||
2667 | "type": "zip", |
||
2668 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
2669 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
2670 | "shasum": "" |
||
2671 | }, |
||
2672 | "require": { |
||
2673 | "php": ">=5.6.0" |
||
2674 | }, |
||
2675 | "type": "library", |
||
2676 | "extra": { |
||
2677 | "branch-alias": { |
||
2678 | "dev-master": "1.0.x-dev" |
||
2679 | } |
||
2680 | }, |
||
2681 | "autoload": { |
||
2682 | "classmap": [ |
||
2683 | "src/" |
||
2684 | ] |
||
2685 | }, |
||
2686 | "notification-url": "https://packagist.org/downloads/", |
||
2687 | "license": [ |
||
2688 | "BSD-3-Clause" |
||
2689 | ], |
||
2690 | "authors": [ |
||
2691 | { |
||
2692 | "name": "Sebastian Bergmann", |
||
2693 | "email": "[email protected]" |
||
2694 | } |
||
2695 | ], |
||
2696 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
2697 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
2698 | "time": "2015-07-28T20:34:47+00:00" |
||
2699 | }, |
||
2700 | { |
||
2701 | "name": "sebastian/version", |
||
2702 | "version": "2.0.1", |
||
2703 | "source": { |
||
2704 | "type": "git", |
||
2705 | "url": "https://github.com/sebastianbergmann/version.git", |
||
2706 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
2707 | }, |
||
2708 | "dist": { |
||
2709 | "type": "zip", |
||
2710 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
2711 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
2712 | "shasum": "" |
||
2713 | }, |
||
2714 | "require": { |
||
2715 | "php": ">=5.6" |
||
2716 | }, |
||
2717 | "type": "library", |
||
2718 | "extra": { |
||
2719 | "branch-alias": { |
||
2720 | "dev-master": "2.0.x-dev" |
||
2721 | } |
||
2722 | }, |
||
2723 | "autoload": { |
||
2724 | "classmap": [ |
||
2725 | "src/" |
||
2726 | ] |
||
2727 | }, |
||
2728 | "notification-url": "https://packagist.org/downloads/", |
||
2729 | "license": [ |
||
2730 | "BSD-3-Clause" |
||
2731 | ], |
||
2732 | "authors": [ |
||
2733 | { |
||
2734 | "name": "Sebastian Bergmann", |
||
2735 | "email": "[email protected]", |
||
2736 | "role": "lead" |
||
2737 | } |
||
2738 | ], |
||
2739 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
2740 | "homepage": "https://github.com/sebastianbergmann/version", |
||
2741 | "time": "2016-10-03T07:35:21+00:00" |
||
2742 | }, |
||
2743 | { |
||
2744 | "name": "theseer/tokenizer", |
||
2745 | "version": "1.1.0", |
||
2746 | "source": { |
||
2747 | "type": "git", |
||
2748 | "url": "https://github.com/theseer/tokenizer.git", |
||
2749 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" |
||
2750 | }, |
||
2751 | "dist": { |
||
2752 | "type": "zip", |
||
2753 | "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
2754 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
2755 | "shasum": "" |
||
2756 | }, |
||
2757 | "require": { |
||
2758 | "ext-dom": "*", |
||
2759 | "ext-tokenizer": "*", |
||
2760 | "ext-xmlwriter": "*", |
||
2761 | "php": "^7.0" |
||
2762 | }, |
||
2763 | "type": "library", |
||
2764 | "autoload": { |
||
2765 | "classmap": [ |
||
2766 | "src/" |
||
2767 | ] |
||
2768 | }, |
||
2769 | "notification-url": "https://packagist.org/downloads/", |
||
2770 | "license": [ |
||
2771 | "BSD-3-Clause" |
||
2772 | ], |
||
2773 | "authors": [ |
||
2774 | { |
||
2775 | "name": "Arne Blankerts", |
||
2776 | "email": "[email protected]", |
||
2777 | "role": "Developer" |
||
2778 | } |
||
2779 | ], |
||
2780 | "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", |
||
2781 | "time": "2017-04-07T12:08:54+00:00" |
||
2782 | }, |
||
2783 | { |
||
2784 | "name": "webmozart/assert", |
||
2785 | "version": "1.3.0", |
||
2786 | "source": { |
||
2787 | "type": "git", |
||
2788 | "url": "https://github.com/webmozart/assert.git", |
||
2789 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a" |
||
2790 | }, |
||
2791 | "dist": { |
||
2792 | "type": "zip", |
||
2793 | "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", |
||
2794 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a", |
||
2795 | "shasum": "" |
||
2796 | }, |
||
2797 | "require": { |
||
2798 | "php": "^5.3.3 || ^7.0" |
||
2799 | }, |
||
2800 | "require-dev": { |
||
2801 | "phpunit/phpunit": "^4.6", |
||
2802 | "sebastian/version": "^1.0.1" |
||
2803 | }, |
||
2804 | "type": "library", |
||
2805 | "extra": { |
||
2806 | "branch-alias": { |
||
2807 | "dev-master": "1.3-dev" |
||
2808 | } |
||
2809 | }, |
||
2810 | "autoload": { |
||
2811 | "psr-4": { |
||
2812 | "Webmozart\\Assert\\": "src/" |
||
2813 | } |
||
2814 | }, |
||
2815 | "notification-url": "https://packagist.org/downloads/", |
||
2816 | "license": [ |
||
2817 | "MIT" |
||
2818 | ], |
||
2819 | "authors": [ |
||
2820 | { |
||
2821 | "name": "Bernhard Schussek", |
||
2822 | "email": "[email protected]" |
||
2823 | } |
||
2824 | ], |
||
2825 | "description": "Assertions to validate method input/output with nice error messages.", |
||
2826 | "keywords": [ |
||
2827 | "assert", |
||
2828 | "check", |
||
2829 | "validate" |
||
2830 | ], |
||
2831 | "time": "2018-01-29T19:49:41+00:00" |
||
2832 | } |
||
2833 | ], |
||
2834 | "aliases": [], |
||
2835 | "minimum-stability": "stable", |
||
2836 | "stability-flags": [], |
||
2837 | "prefer-stable": false, |
||
2838 | "prefer-lowest": false, |
||
2839 | "platform": { |
||
2840 | "php": "^7.1" |
||
2841 | }, |
||
2842 | "platform-dev": [] |
||
2843 | } |
||
2844 |