These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
1 | { |
||
2 | "_readme": [ |
||
3 | "This file locks the dependencies of your project to a known state", |
||
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
5 | "This file is @generated automatically" |
||
6 | ], |
||
7 | "content-hash": "674e619eed472c286b774432e9a81b97", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "composer/ca-bundle", |
||
11 | "version": "1.0.9", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/composer/ca-bundle.git", |
||
15 | "reference": "36344aeffdc37711335563e6108cda86566432a6" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/composer/ca-bundle/zipball/36344aeffdc37711335563e6108cda86566432a6", |
||
20 | "reference": "36344aeffdc37711335563e6108cda86566432a6", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "ext-openssl": "*", |
||
25 | "ext-pcre": "*", |
||
26 | "php": "^5.3.2 || ^7.0" |
||
27 | }, |
||
28 | "require-dev": { |
||
29 | "phpunit/phpunit": "^4.5", |
||
30 | "psr/log": "^1.0", |
||
31 | "symfony/process": "^2.5 || ^3.0" |
||
32 | }, |
||
33 | "suggest": { |
||
34 | "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+" |
||
35 | }, |
||
36 | "type": "library", |
||
37 | "extra": { |
||
38 | "branch-alias": { |
||
39 | "dev-master": "1.x-dev" |
||
40 | } |
||
41 | }, |
||
42 | "autoload": { |
||
43 | "psr-4": { |
||
44 | "Composer\\CaBundle\\": "src" |
||
45 | } |
||
46 | }, |
||
47 | "notification-url": "https://packagist.org/downloads/", |
||
48 | "license": [ |
||
49 | "MIT" |
||
50 | ], |
||
51 | "authors": [ |
||
52 | { |
||
53 | "name": "Jordi Boggiano", |
||
54 | "email": "[email protected]", |
||
55 | "homepage": "http://seld.be" |
||
56 | } |
||
57 | ], |
||
58 | "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", |
||
59 | "keywords": [ |
||
60 | "cabundle", |
||
61 | "cacert", |
||
62 | "certificate", |
||
63 | "ssl", |
||
64 | "tls" |
||
65 | ], |
||
66 | "time": "2017-11-13T15:51:25+00:00" |
||
67 | }, |
||
68 | { |
||
69 | "name": "composer/composer", |
||
70 | "version": "1.5.2", |
||
71 | "source": { |
||
72 | "type": "git", |
||
73 | "url": "https://github.com/composer/composer.git", |
||
74 | "reference": "c639623fa2178b404ed4bab80f0d1263853fa4ae" |
||
75 | }, |
||
76 | "dist": { |
||
77 | "type": "zip", |
||
78 | "url": "https://api.github.com/repos/composer/composer/zipball/c639623fa2178b404ed4bab80f0d1263853fa4ae", |
||
79 | "reference": "c639623fa2178b404ed4bab80f0d1263853fa4ae", |
||
80 | "shasum": "" |
||
81 | }, |
||
82 | "require": { |
||
83 | "composer/ca-bundle": "^1.0", |
||
84 | "composer/semver": "^1.0", |
||
85 | "composer/spdx-licenses": "^1.0", |
||
86 | "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0", |
||
87 | "php": "^5.3.2 || ^7.0", |
||
88 | "psr/log": "^1.0", |
||
89 | "seld/cli-prompt": "^1.0", |
||
90 | "seld/jsonlint": "^1.4", |
||
91 | "seld/phar-utils": "^1.0", |
||
92 | "symfony/console": "^2.7 || ^3.0", |
||
93 | "symfony/filesystem": "^2.7 || ^3.0", |
||
94 | "symfony/finder": "^2.7 || ^3.0", |
||
95 | "symfony/process": "^2.7 || ^3.0" |
||
96 | }, |
||
97 | "require-dev": { |
||
98 | "phpunit/phpunit": "^4.5 || ^5.0.5", |
||
99 | "phpunit/phpunit-mock-objects": "^2.3 || ^3.0" |
||
100 | }, |
||
101 | "suggest": { |
||
102 | "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", |
||
103 | "ext-zip": "Enabling the zip extension allows you to unzip archives", |
||
104 | "ext-zlib": "Allow gzip compression of HTTP requests" |
||
105 | }, |
||
106 | "bin": [ |
||
107 | "bin/composer" |
||
108 | ], |
||
109 | "type": "library", |
||
110 | "extra": { |
||
111 | "branch-alias": { |
||
112 | "dev-master": "1.5-dev" |
||
113 | } |
||
114 | }, |
||
115 | "autoload": { |
||
116 | "psr-4": { |
||
117 | "Composer\\": "src/Composer" |
||
118 | } |
||
119 | }, |
||
120 | "notification-url": "https://packagist.org/downloads/", |
||
121 | "license": [ |
||
122 | "MIT" |
||
123 | ], |
||
124 | "authors": [ |
||
125 | { |
||
126 | "name": "Nils Adermann", |
||
127 | "email": "[email protected]", |
||
128 | "homepage": "http://www.naderman.de" |
||
129 | }, |
||
130 | { |
||
131 | "name": "Jordi Boggiano", |
||
132 | "email": "[email protected]", |
||
133 | "homepage": "http://seld.be" |
||
134 | } |
||
135 | ], |
||
136 | "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.", |
||
137 | "homepage": "https://getcomposer.org/", |
||
138 | "keywords": [ |
||
139 | "autoload", |
||
140 | "dependency", |
||
141 | "package" |
||
142 | ], |
||
143 | "time": "2017-09-11T14:59:26+00:00" |
||
144 | }, |
||
145 | { |
||
146 | "name": "composer/semver", |
||
147 | "version": "1.4.2", |
||
148 | "source": { |
||
149 | "type": "git", |
||
150 | "url": "https://github.com/composer/semver.git", |
||
151 | "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573" |
||
152 | }, |
||
153 | "dist": { |
||
154 | "type": "zip", |
||
155 | "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573", |
||
156 | "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573", |
||
157 | "shasum": "" |
||
158 | }, |
||
159 | "require": { |
||
160 | "php": "^5.3.2 || ^7.0" |
||
161 | }, |
||
162 | "require-dev": { |
||
163 | "phpunit/phpunit": "^4.5 || ^5.0.5", |
||
164 | "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" |
||
165 | }, |
||
166 | "type": "library", |
||
167 | "extra": { |
||
168 | "branch-alias": { |
||
169 | "dev-master": "1.x-dev" |
||
170 | } |
||
171 | }, |
||
172 | "autoload": { |
||
173 | "psr-4": { |
||
174 | "Composer\\Semver\\": "src" |
||
175 | } |
||
176 | }, |
||
177 | "notification-url": "https://packagist.org/downloads/", |
||
178 | "license": [ |
||
179 | "MIT" |
||
180 | ], |
||
181 | "authors": [ |
||
182 | { |
||
183 | "name": "Nils Adermann", |
||
184 | "email": "[email protected]", |
||
185 | "homepage": "http://www.naderman.de" |
||
186 | }, |
||
187 | { |
||
188 | "name": "Jordi Boggiano", |
||
189 | "email": "[email protected]", |
||
190 | "homepage": "http://seld.be" |
||
191 | }, |
||
192 | { |
||
193 | "name": "Rob Bast", |
||
194 | "email": "[email protected]", |
||
195 | "homepage": "http://robbast.nl" |
||
196 | } |
||
197 | ], |
||
198 | "description": "Semver library that offers utilities, version constraint parsing and validation.", |
||
199 | "keywords": [ |
||
200 | "semantic", |
||
201 | "semver", |
||
202 | "validation", |
||
203 | "versioning" |
||
204 | ], |
||
205 | "time": "2016-08-30T16:08:34+00:00" |
||
206 | }, |
||
207 | { |
||
208 | "name": "composer/spdx-licenses", |
||
209 | "version": "1.1.6", |
||
210 | "source": { |
||
211 | "type": "git", |
||
212 | "url": "https://github.com/composer/spdx-licenses.git", |
||
213 | "reference": "2603a0d7ddc00a015deb576fa5297ca43dee6b1c" |
||
214 | }, |
||
215 | "dist": { |
||
216 | "type": "zip", |
||
217 | "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/2603a0d7ddc00a015deb576fa5297ca43dee6b1c", |
||
218 | "reference": "2603a0d7ddc00a015deb576fa5297ca43dee6b1c", |
||
219 | "shasum": "" |
||
220 | }, |
||
221 | "require": { |
||
222 | "php": "^5.3.2 || ^7.0" |
||
223 | }, |
||
224 | "require-dev": { |
||
225 | "phpunit/phpunit": "^4.5 || ^5.0.5", |
||
226 | "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" |
||
227 | }, |
||
228 | "type": "library", |
||
229 | "extra": { |
||
230 | "branch-alias": { |
||
231 | "dev-master": "1.x-dev" |
||
232 | } |
||
233 | }, |
||
234 | "autoload": { |
||
235 | "psr-4": { |
||
236 | "Composer\\Spdx\\": "src" |
||
237 | } |
||
238 | }, |
||
239 | "notification-url": "https://packagist.org/downloads/", |
||
240 | "license": [ |
||
241 | "MIT" |
||
242 | ], |
||
243 | "authors": [ |
||
244 | { |
||
245 | "name": "Nils Adermann", |
||
246 | "email": "[email protected]", |
||
247 | "homepage": "http://www.naderman.de" |
||
248 | }, |
||
249 | { |
||
250 | "name": "Jordi Boggiano", |
||
251 | "email": "[email protected]", |
||
252 | "homepage": "http://seld.be" |
||
253 | }, |
||
254 | { |
||
255 | "name": "Rob Bast", |
||
256 | "email": "[email protected]", |
||
257 | "homepage": "http://robbast.nl" |
||
258 | } |
||
259 | ], |
||
260 | "description": "SPDX licenses list and validation library.", |
||
261 | "keywords": [ |
||
262 | "license", |
||
263 | "spdx", |
||
264 | "validator" |
||
265 | ], |
||
266 | "time": "2017-04-03T19:08:52+00:00" |
||
267 | }, |
||
268 | { |
||
269 | "name": "dflydev/doctrine-orm-service-provider", |
||
270 | "version": "v2.0.1", |
||
271 | "source": { |
||
272 | "type": "git", |
||
273 | "url": "https://github.com/dflydev/dflydev-doctrine-orm-service-provider.git", |
||
274 | "reference": "84b3f4887a999cbd017010f758122d8409cccac0" |
||
275 | }, |
||
276 | "dist": { |
||
277 | "type": "zip", |
||
278 | "url": "https://api.github.com/repos/dflydev/dflydev-doctrine-orm-service-provider/zipball/84b3f4887a999cbd017010f758122d8409cccac0", |
||
279 | "reference": "84b3f4887a999cbd017010f758122d8409cccac0", |
||
280 | "shasum": "" |
||
281 | }, |
||
282 | "require": { |
||
283 | "doctrine/orm": "~2.3", |
||
284 | "php": ">=5.3.3", |
||
285 | "pimple/pimple": ">=2.1,<4" |
||
286 | }, |
||
287 | "type": "library", |
||
288 | "extra": { |
||
289 | "branch-alias": { |
||
290 | "dev-master": "2.0.x-dev" |
||
291 | } |
||
292 | }, |
||
293 | "autoload": { |
||
294 | "psr-4": { |
||
295 | "Dflydev\\Provider\\DoctrineOrm\\": "src/Dflydev/Provider/DoctrineOrm" |
||
296 | } |
||
297 | }, |
||
298 | "notification-url": "https://packagist.org/downloads/", |
||
299 | "license": [ |
||
300 | "MIT" |
||
301 | ], |
||
302 | "authors": [ |
||
303 | { |
||
304 | "name": "Dragonfly Development Inc.", |
||
305 | "email": "[email protected]", |
||
306 | "homepage": "http://dflydev.com" |
||
307 | }, |
||
308 | { |
||
309 | "name": "Beau Simensen", |
||
310 | "email": "[email protected]", |
||
311 | "homepage": "http://beausimensen.com" |
||
312 | } |
||
313 | ], |
||
314 | "description": "Doctrine ORM Service Provider", |
||
315 | "homepage": "http://dflydev.com/projects/doctrine-orm-service-provider/", |
||
316 | "keywords": [ |
||
317 | "cilex", |
||
318 | "doctrine", |
||
319 | "orm", |
||
320 | "pimple", |
||
321 | "silex" |
||
322 | ], |
||
323 | "time": "2015-09-07T12:14:46+00:00" |
||
324 | }, |
||
325 | { |
||
326 | "name": "doctrine/annotations", |
||
327 | "version": "v1.4.0", |
||
328 | "source": { |
||
329 | "type": "git", |
||
330 | "url": "https://github.com/doctrine/annotations.git", |
||
331 | "reference": "54cacc9b81758b14e3ce750f205a393d52339e97" |
||
332 | }, |
||
333 | "dist": { |
||
334 | "type": "zip", |
||
335 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97", |
||
336 | "reference": "54cacc9b81758b14e3ce750f205a393d52339e97", |
||
337 | "shasum": "" |
||
338 | }, |
||
339 | "require": { |
||
340 | "doctrine/lexer": "1.*", |
||
341 | "php": "^5.6 || ^7.0" |
||
342 | }, |
||
343 | "require-dev": { |
||
344 | "doctrine/cache": "1.*", |
||
345 | "phpunit/phpunit": "^5.7" |
||
346 | }, |
||
347 | "type": "library", |
||
348 | "extra": { |
||
349 | "branch-alias": { |
||
350 | "dev-master": "1.4.x-dev" |
||
351 | } |
||
352 | }, |
||
353 | "autoload": { |
||
354 | "psr-4": { |
||
355 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
356 | } |
||
357 | }, |
||
358 | "notification-url": "https://packagist.org/downloads/", |
||
359 | "license": [ |
||
360 | "MIT" |
||
361 | ], |
||
362 | "authors": [ |
||
363 | { |
||
364 | "name": "Roman Borschel", |
||
365 | "email": "[email protected]" |
||
366 | }, |
||
367 | { |
||
368 | "name": "Benjamin Eberlei", |
||
369 | "email": "[email protected]" |
||
370 | }, |
||
371 | { |
||
372 | "name": "Guilherme Blanco", |
||
373 | "email": "[email protected]" |
||
374 | }, |
||
375 | { |
||
376 | "name": "Jonathan Wage", |
||
377 | "email": "[email protected]" |
||
378 | }, |
||
379 | { |
||
380 | "name": "Johannes Schmitt", |
||
381 | "email": "[email protected]" |
||
382 | } |
||
383 | ], |
||
384 | "description": "Docblock Annotations Parser", |
||
385 | "homepage": "http://www.doctrine-project.org", |
||
386 | "keywords": [ |
||
387 | "annotations", |
||
388 | "docblock", |
||
389 | "parser" |
||
390 | ], |
||
391 | "time": "2017-02-24T16:22:25+00:00" |
||
392 | }, |
||
393 | { |
||
394 | "name": "doctrine/cache", |
||
395 | "version": "v1.6.2", |
||
396 | "source": { |
||
397 | "type": "git", |
||
398 | "url": "https://github.com/doctrine/cache.git", |
||
399 | "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b" |
||
400 | }, |
||
401 | "dist": { |
||
402 | "type": "zip", |
||
403 | "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b", |
||
404 | "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b", |
||
405 | "shasum": "" |
||
406 | }, |
||
407 | "require": { |
||
408 | "php": "~5.5|~7.0" |
||
409 | }, |
||
410 | "conflict": { |
||
411 | "doctrine/common": ">2.2,<2.4" |
||
412 | }, |
||
413 | "require-dev": { |
||
414 | "phpunit/phpunit": "~4.8|~5.0", |
||
415 | "predis/predis": "~1.0", |
||
416 | "satooshi/php-coveralls": "~0.6" |
||
417 | }, |
||
418 | "type": "library", |
||
419 | "extra": { |
||
420 | "branch-alias": { |
||
421 | "dev-master": "1.6.x-dev" |
||
422 | } |
||
423 | }, |
||
424 | "autoload": { |
||
425 | "psr-4": { |
||
426 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
427 | } |
||
428 | }, |
||
429 | "notification-url": "https://packagist.org/downloads/", |
||
430 | "license": [ |
||
431 | "MIT" |
||
432 | ], |
||
433 | "authors": [ |
||
434 | { |
||
435 | "name": "Roman Borschel", |
||
436 | "email": "[email protected]" |
||
437 | }, |
||
438 | { |
||
439 | "name": "Benjamin Eberlei", |
||
440 | "email": "[email protected]" |
||
441 | }, |
||
442 | { |
||
443 | "name": "Guilherme Blanco", |
||
444 | "email": "[email protected]" |
||
445 | }, |
||
446 | { |
||
447 | "name": "Jonathan Wage", |
||
448 | "email": "[email protected]" |
||
449 | }, |
||
450 | { |
||
451 | "name": "Johannes Schmitt", |
||
452 | "email": "[email protected]" |
||
453 | } |
||
454 | ], |
||
455 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
456 | "homepage": "http://www.doctrine-project.org", |
||
457 | "keywords": [ |
||
458 | "cache", |
||
459 | "caching" |
||
460 | ], |
||
461 | "time": "2017-07-22T12:49:21+00:00" |
||
462 | }, |
||
463 | { |
||
464 | "name": "doctrine/collections", |
||
465 | "version": "v1.4.0", |
||
466 | "source": { |
||
467 | "type": "git", |
||
468 | "url": "https://github.com/doctrine/collections.git", |
||
469 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" |
||
470 | }, |
||
471 | "dist": { |
||
472 | "type": "zip", |
||
473 | "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", |
||
474 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", |
||
475 | "shasum": "" |
||
476 | }, |
||
477 | "require": { |
||
478 | "php": "^5.6 || ^7.0" |
||
479 | }, |
||
480 | "require-dev": { |
||
481 | "doctrine/coding-standard": "~0.1@dev", |
||
482 | "phpunit/phpunit": "^5.7" |
||
483 | }, |
||
484 | "type": "library", |
||
485 | "extra": { |
||
486 | "branch-alias": { |
||
487 | "dev-master": "1.3.x-dev" |
||
488 | } |
||
489 | }, |
||
490 | "autoload": { |
||
491 | "psr-0": { |
||
492 | "Doctrine\\Common\\Collections\\": "lib/" |
||
493 | } |
||
494 | }, |
||
495 | "notification-url": "https://packagist.org/downloads/", |
||
496 | "license": [ |
||
497 | "MIT" |
||
498 | ], |
||
499 | "authors": [ |
||
500 | { |
||
501 | "name": "Roman Borschel", |
||
502 | "email": "[email protected]" |
||
503 | }, |
||
504 | { |
||
505 | "name": "Benjamin Eberlei", |
||
506 | "email": "[email protected]" |
||
507 | }, |
||
508 | { |
||
509 | "name": "Guilherme Blanco", |
||
510 | "email": "[email protected]" |
||
511 | }, |
||
512 | { |
||
513 | "name": "Jonathan Wage", |
||
514 | "email": "[email protected]" |
||
515 | }, |
||
516 | { |
||
517 | "name": "Johannes Schmitt", |
||
518 | "email": "[email protected]" |
||
519 | } |
||
520 | ], |
||
521 | "description": "Collections Abstraction library", |
||
522 | "homepage": "http://www.doctrine-project.org", |
||
523 | "keywords": [ |
||
524 | "array", |
||
525 | "collections", |
||
526 | "iterator" |
||
527 | ], |
||
528 | "time": "2017-01-03T10:49:41+00:00" |
||
529 | }, |
||
530 | { |
||
531 | "name": "doctrine/common", |
||
532 | "version": "v2.7.3", |
||
533 | "source": { |
||
534 | "type": "git", |
||
535 | "url": "https://github.com/doctrine/common.git", |
||
536 | "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9" |
||
537 | }, |
||
538 | "dist": { |
||
539 | "type": "zip", |
||
540 | "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9", |
||
541 | "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9", |
||
542 | "shasum": "" |
||
543 | }, |
||
544 | "require": { |
||
545 | "doctrine/annotations": "1.*", |
||
546 | "doctrine/cache": "1.*", |
||
547 | "doctrine/collections": "1.*", |
||
548 | "doctrine/inflector": "1.*", |
||
549 | "doctrine/lexer": "1.*", |
||
550 | "php": "~5.6|~7.0" |
||
551 | }, |
||
552 | "require-dev": { |
||
553 | "phpunit/phpunit": "^5.4.6" |
||
554 | }, |
||
555 | "type": "library", |
||
556 | "extra": { |
||
557 | "branch-alias": { |
||
558 | "dev-master": "2.7.x-dev" |
||
559 | } |
||
560 | }, |
||
561 | "autoload": { |
||
562 | "psr-4": { |
||
563 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
564 | } |
||
565 | }, |
||
566 | "notification-url": "https://packagist.org/downloads/", |
||
567 | "license": [ |
||
568 | "MIT" |
||
569 | ], |
||
570 | "authors": [ |
||
571 | { |
||
572 | "name": "Roman Borschel", |
||
573 | "email": "[email protected]" |
||
574 | }, |
||
575 | { |
||
576 | "name": "Benjamin Eberlei", |
||
577 | "email": "[email protected]" |
||
578 | }, |
||
579 | { |
||
580 | "name": "Guilherme Blanco", |
||
581 | "email": "[email protected]" |
||
582 | }, |
||
583 | { |
||
584 | "name": "Jonathan Wage", |
||
585 | "email": "[email protected]" |
||
586 | }, |
||
587 | { |
||
588 | "name": "Johannes Schmitt", |
||
589 | "email": "[email protected]" |
||
590 | } |
||
591 | ], |
||
592 | "description": "Common Library for Doctrine projects", |
||
593 | "homepage": "http://www.doctrine-project.org", |
||
594 | "keywords": [ |
||
595 | "annotations", |
||
596 | "collections", |
||
597 | "eventmanager", |
||
598 | "persistence", |
||
599 | "spl" |
||
600 | ], |
||
601 | "time": "2017-07-22T08:35:12+00:00" |
||
602 | }, |
||
603 | { |
||
604 | "name": "doctrine/data-fixtures", |
||
605 | "version": "v1.2.2", |
||
606 | "source": { |
||
607 | "type": "git", |
||
608 | "url": "https://github.com/doctrine/data-fixtures.git", |
||
609 | "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e" |
||
610 | }, |
||
611 | "dist": { |
||
612 | "type": "zip", |
||
613 | "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e", |
||
614 | "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e", |
||
615 | "shasum": "" |
||
616 | }, |
||
617 | "require": { |
||
618 | "doctrine/common": "~2.2", |
||
619 | "php": "^5.6 || ^7.0" |
||
620 | }, |
||
621 | "conflict": { |
||
622 | "doctrine/orm": "< 2.4" |
||
623 | }, |
||
624 | "require-dev": { |
||
625 | "doctrine/dbal": "^2.5.4", |
||
626 | "doctrine/orm": "^2.5.4", |
||
627 | "phpunit/phpunit": "^5.4.6" |
||
628 | }, |
||
629 | "suggest": { |
||
630 | "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures", |
||
631 | "doctrine/orm": "For loading ORM fixtures", |
||
632 | "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures" |
||
633 | }, |
||
634 | "type": "library", |
||
635 | "extra": { |
||
636 | "branch-alias": { |
||
637 | "dev-master": "1.3.x-dev" |
||
638 | } |
||
639 | }, |
||
640 | "autoload": { |
||
641 | "psr-0": { |
||
642 | "Doctrine\\Common\\DataFixtures": "lib/" |
||
643 | } |
||
644 | }, |
||
645 | "notification-url": "https://packagist.org/downloads/", |
||
646 | "license": [ |
||
647 | "MIT" |
||
648 | ], |
||
649 | "authors": [ |
||
650 | { |
||
651 | "name": "Jonathan Wage", |
||
652 | "email": "[email protected]" |
||
653 | } |
||
654 | ], |
||
655 | "description": "Data Fixtures for all Doctrine Object Managers", |
||
656 | "homepage": "http://www.doctrine-project.org", |
||
657 | "keywords": [ |
||
658 | "database" |
||
659 | ], |
||
660 | "time": "2016-09-20T10:07:57+00:00" |
||
661 | }, |
||
662 | { |
||
663 | "name": "doctrine/dbal", |
||
664 | "version": "v2.5.13", |
||
665 | "source": { |
||
666 | "type": "git", |
||
667 | "url": "https://github.com/doctrine/dbal.git", |
||
668 | "reference": "729340d8d1eec8f01bff708e12e449a3415af873" |
||
669 | }, |
||
670 | "dist": { |
||
671 | "type": "zip", |
||
672 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873", |
||
673 | "reference": "729340d8d1eec8f01bff708e12e449a3415af873", |
||
674 | "shasum": "" |
||
675 | }, |
||
676 | "require": { |
||
677 | "doctrine/common": ">=2.4,<2.8-dev", |
||
678 | "php": ">=5.3.2" |
||
679 | }, |
||
680 | "require-dev": { |
||
681 | "phpunit/phpunit": "4.*", |
||
682 | "symfony/console": "2.*||^3.0" |
||
683 | }, |
||
684 | "suggest": { |
||
685 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
686 | }, |
||
687 | "bin": [ |
||
688 | "bin/doctrine-dbal" |
||
689 | ], |
||
690 | "type": "library", |
||
691 | "extra": { |
||
692 | "branch-alias": { |
||
693 | "dev-master": "2.5.x-dev" |
||
694 | } |
||
695 | }, |
||
696 | "autoload": { |
||
697 | "psr-0": { |
||
698 | "Doctrine\\DBAL\\": "lib/" |
||
699 | } |
||
700 | }, |
||
701 | "notification-url": "https://packagist.org/downloads/", |
||
702 | "license": [ |
||
703 | "MIT" |
||
704 | ], |
||
705 | "authors": [ |
||
706 | { |
||
707 | "name": "Roman Borschel", |
||
708 | "email": "[email protected]" |
||
709 | }, |
||
710 | { |
||
711 | "name": "Benjamin Eberlei", |
||
712 | "email": "[email protected]" |
||
713 | }, |
||
714 | { |
||
715 | "name": "Guilherme Blanco", |
||
716 | "email": "[email protected]" |
||
717 | }, |
||
718 | { |
||
719 | "name": "Jonathan Wage", |
||
720 | "email": "[email protected]" |
||
721 | } |
||
722 | ], |
||
723 | "description": "Database Abstraction Layer", |
||
724 | "homepage": "http://www.doctrine-project.org", |
||
725 | "keywords": [ |
||
726 | "database", |
||
727 | "dbal", |
||
728 | "persistence", |
||
729 | "queryobject" |
||
730 | ], |
||
731 | "time": "2017-07-22T20:44:48+00:00" |
||
732 | }, |
||
733 | { |
||
734 | "name": "doctrine/inflector", |
||
735 | "version": "v1.1.0", |
||
736 | "source": { |
||
737 | "type": "git", |
||
738 | "url": "https://github.com/doctrine/inflector.git", |
||
739 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
740 | }, |
||
741 | "dist": { |
||
742 | "type": "zip", |
||
743 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
744 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
745 | "shasum": "" |
||
746 | }, |
||
747 | "require": { |
||
748 | "php": ">=5.3.2" |
||
749 | }, |
||
750 | "require-dev": { |
||
751 | "phpunit/phpunit": "4.*" |
||
752 | }, |
||
753 | "type": "library", |
||
754 | "extra": { |
||
755 | "branch-alias": { |
||
756 | "dev-master": "1.1.x-dev" |
||
757 | } |
||
758 | }, |
||
759 | "autoload": { |
||
760 | "psr-0": { |
||
761 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
762 | } |
||
763 | }, |
||
764 | "notification-url": "https://packagist.org/downloads/", |
||
765 | "license": [ |
||
766 | "MIT" |
||
767 | ], |
||
768 | "authors": [ |
||
769 | { |
||
770 | "name": "Roman Borschel", |
||
771 | "email": "[email protected]" |
||
772 | }, |
||
773 | { |
||
774 | "name": "Benjamin Eberlei", |
||
775 | "email": "[email protected]" |
||
776 | }, |
||
777 | { |
||
778 | "name": "Guilherme Blanco", |
||
779 | "email": "[email protected]" |
||
780 | }, |
||
781 | { |
||
782 | "name": "Jonathan Wage", |
||
783 | "email": "[email protected]" |
||
784 | }, |
||
785 | { |
||
786 | "name": "Johannes Schmitt", |
||
787 | "email": "[email protected]" |
||
788 | } |
||
789 | ], |
||
790 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
791 | "homepage": "http://www.doctrine-project.org", |
||
792 | "keywords": [ |
||
793 | "inflection", |
||
794 | "pluralize", |
||
795 | "singularize", |
||
796 | "string" |
||
797 | ], |
||
798 | "time": "2015-11-06T14:35:42+00:00" |
||
799 | }, |
||
800 | { |
||
801 | "name": "doctrine/instantiator", |
||
802 | "version": "1.0.5", |
||
803 | "source": { |
||
804 | "type": "git", |
||
805 | "url": "https://github.com/doctrine/instantiator.git", |
||
806 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
807 | }, |
||
808 | "dist": { |
||
809 | "type": "zip", |
||
810 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
811 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
812 | "shasum": "" |
||
813 | }, |
||
814 | "require": { |
||
815 | "php": ">=5.3,<8.0-DEV" |
||
816 | }, |
||
817 | "require-dev": { |
||
818 | "athletic/athletic": "~0.1.8", |
||
819 | "ext-pdo": "*", |
||
820 | "ext-phar": "*", |
||
821 | "phpunit/phpunit": "~4.0", |
||
822 | "squizlabs/php_codesniffer": "~2.0" |
||
823 | }, |
||
824 | "type": "library", |
||
825 | "extra": { |
||
826 | "branch-alias": { |
||
827 | "dev-master": "1.0.x-dev" |
||
828 | } |
||
829 | }, |
||
830 | "autoload": { |
||
831 | "psr-4": { |
||
832 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
833 | } |
||
834 | }, |
||
835 | "notification-url": "https://packagist.org/downloads/", |
||
836 | "license": [ |
||
837 | "MIT" |
||
838 | ], |
||
839 | "authors": [ |
||
840 | { |
||
841 | "name": "Marco Pivetta", |
||
842 | "email": "[email protected]", |
||
843 | "homepage": "http://ocramius.github.com/" |
||
844 | } |
||
845 | ], |
||
846 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
847 | "homepage": "https://github.com/doctrine/instantiator", |
||
848 | "keywords": [ |
||
849 | "constructor", |
||
850 | "instantiate" |
||
851 | ], |
||
852 | "time": "2015-06-14T21:17:01+00:00" |
||
853 | }, |
||
854 | { |
||
855 | "name": "doctrine/lexer", |
||
856 | "version": "v1.0.1", |
||
857 | "source": { |
||
858 | "type": "git", |
||
859 | "url": "https://github.com/doctrine/lexer.git", |
||
860 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
861 | }, |
||
862 | "dist": { |
||
863 | "type": "zip", |
||
864 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
865 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
866 | "shasum": "" |
||
867 | }, |
||
868 | "require": { |
||
869 | "php": ">=5.3.2" |
||
870 | }, |
||
871 | "type": "library", |
||
872 | "extra": { |
||
873 | "branch-alias": { |
||
874 | "dev-master": "1.0.x-dev" |
||
875 | } |
||
876 | }, |
||
877 | "autoload": { |
||
878 | "psr-0": { |
||
879 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
880 | } |
||
881 | }, |
||
882 | "notification-url": "https://packagist.org/downloads/", |
||
883 | "license": [ |
||
884 | "MIT" |
||
885 | ], |
||
886 | "authors": [ |
||
887 | { |
||
888 | "name": "Roman Borschel", |
||
889 | "email": "[email protected]" |
||
890 | }, |
||
891 | { |
||
892 | "name": "Guilherme Blanco", |
||
893 | "email": "[email protected]" |
||
894 | }, |
||
895 | { |
||
896 | "name": "Johannes Schmitt", |
||
897 | "email": "[email protected]" |
||
898 | } |
||
899 | ], |
||
900 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
901 | "homepage": "http://www.doctrine-project.org", |
||
902 | "keywords": [ |
||
903 | "lexer", |
||
904 | "parser" |
||
905 | ], |
||
906 | "time": "2014-09-09T13:34:57+00:00" |
||
907 | }, |
||
908 | { |
||
909 | "name": "doctrine/migrations", |
||
910 | "version": "v1.5.0", |
||
911 | "source": { |
||
912 | "type": "git", |
||
913 | "url": "https://github.com/doctrine/migrations.git", |
||
914 | "reference": "c81147c0f2938a6566594455367e095150547f72" |
||
915 | }, |
||
916 | "dist": { |
||
917 | "type": "zip", |
||
918 | "url": "https://api.github.com/repos/doctrine/migrations/zipball/c81147c0f2938a6566594455367e095150547f72", |
||
919 | "reference": "c81147c0f2938a6566594455367e095150547f72", |
||
920 | "shasum": "" |
||
921 | }, |
||
922 | "require": { |
||
923 | "doctrine/dbal": "~2.2", |
||
924 | "ocramius/proxy-manager": "^1.0|^2.0", |
||
925 | "php": "^5.5|^7.0", |
||
926 | "symfony/console": "~2.3|~3.0", |
||
927 | "symfony/yaml": "~2.3|~3.0" |
||
928 | }, |
||
929 | "require-dev": { |
||
930 | "doctrine/coding-standard": "dev-master", |
||
931 | "doctrine/orm": "2.*", |
||
932 | "jdorn/sql-formatter": "~1.1", |
||
933 | "johnkary/phpunit-speedtrap": "~1.0@dev", |
||
934 | "mikey179/vfsstream": "^1.6", |
||
935 | "mockery/mockery": "^0.9.4", |
||
936 | "phpunit/phpunit": "~4.7", |
||
937 | "satooshi/php-coveralls": "^1.0" |
||
938 | }, |
||
939 | "suggest": { |
||
940 | "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command." |
||
941 | }, |
||
942 | "bin": [ |
||
943 | "bin/doctrine-migrations" |
||
944 | ], |
||
945 | "type": "library", |
||
946 | "extra": { |
||
947 | "branch-alias": { |
||
948 | "dev-master": "v1.6.x-dev" |
||
949 | } |
||
950 | }, |
||
951 | "autoload": { |
||
952 | "psr-4": { |
||
953 | "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations" |
||
954 | } |
||
955 | }, |
||
956 | "notification-url": "https://packagist.org/downloads/", |
||
957 | "license": [ |
||
958 | "LGPL-2.1" |
||
959 | ], |
||
960 | "authors": [ |
||
961 | { |
||
962 | "name": "Benjamin Eberlei", |
||
963 | "email": "[email protected]" |
||
964 | }, |
||
965 | { |
||
966 | "name": "Jonathan Wage", |
||
967 | "email": "[email protected]" |
||
968 | }, |
||
969 | { |
||
970 | "name": "Michael Simonson", |
||
971 | "email": "[email protected]" |
||
972 | } |
||
973 | ], |
||
974 | "description": "Database Schema migrations using Doctrine DBAL", |
||
975 | "homepage": "http://www.doctrine-project.org", |
||
976 | "keywords": [ |
||
977 | "database", |
||
978 | "migrations" |
||
979 | ], |
||
980 | "time": "2016-12-25T22:54:00+00:00" |
||
981 | }, |
||
982 | { |
||
983 | "name": "doctrine/orm", |
||
984 | "version": "v2.5.12", |
||
985 | "source": { |
||
986 | "type": "git", |
||
987 | "url": "https://github.com/doctrine/doctrine2.git", |
||
988 | "reference": "984535cadc609e9eef8c89414aa3568ee97aa79f" |
||
989 | }, |
||
990 | "dist": { |
||
991 | "type": "zip", |
||
992 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/984535cadc609e9eef8c89414aa3568ee97aa79f", |
||
993 | "reference": "984535cadc609e9eef8c89414aa3568ee97aa79f", |
||
994 | "shasum": "" |
||
995 | }, |
||
996 | "require": { |
||
997 | "doctrine/cache": "~1.4", |
||
998 | "doctrine/collections": "~1.2", |
||
999 | "doctrine/common": ">=2.5-dev,<2.9-dev", |
||
1000 | "doctrine/dbal": ">=2.5-dev,<2.7-dev", |
||
1001 | "doctrine/instantiator": "^1.0.1", |
||
1002 | "ext-pdo": "*", |
||
1003 | "php": ">=5.4", |
||
1004 | "symfony/console": "~2.5|~3.0|~4.0" |
||
1005 | }, |
||
1006 | "require-dev": { |
||
1007 | "phpunit/phpunit": "~4.0", |
||
1008 | "symfony/yaml": "~2.3|~3.0|~4.0" |
||
1009 | }, |
||
1010 | "suggest": { |
||
1011 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
1012 | }, |
||
1013 | "bin": [ |
||
1014 | "bin/doctrine", |
||
1015 | "bin/doctrine.php" |
||
1016 | ], |
||
1017 | "type": "library", |
||
1018 | "extra": { |
||
1019 | "branch-alias": { |
||
1020 | "dev-master": "2.6.x-dev" |
||
1021 | } |
||
1022 | }, |
||
1023 | "autoload": { |
||
1024 | "psr-0": { |
||
1025 | "Doctrine\\ORM\\": "lib/" |
||
1026 | } |
||
1027 | }, |
||
1028 | "notification-url": "https://packagist.org/downloads/", |
||
1029 | "license": [ |
||
1030 | "MIT" |
||
1031 | ], |
||
1032 | "authors": [ |
||
1033 | { |
||
1034 | "name": "Roman Borschel", |
||
1035 | "email": "[email protected]" |
||
1036 | }, |
||
1037 | { |
||
1038 | "name": "Benjamin Eberlei", |
||
1039 | "email": "[email protected]" |
||
1040 | }, |
||
1041 | { |
||
1042 | "name": "Guilherme Blanco", |
||
1043 | "email": "[email protected]" |
||
1044 | }, |
||
1045 | { |
||
1046 | "name": "Jonathan Wage", |
||
1047 | "email": "[email protected]" |
||
1048 | } |
||
1049 | ], |
||
1050 | "description": "Object-Relational-Mapper for PHP", |
||
1051 | "homepage": "http://www.doctrine-project.org", |
||
1052 | "keywords": [ |
||
1053 | "database", |
||
1054 | "orm" |
||
1055 | ], |
||
1056 | "time": "2017-10-23T18:21:04+00:00" |
||
1057 | }, |
||
1058 | { |
||
1059 | "name": "egulias/email-validator", |
||
1060 | "version": "1.2.14", |
||
1061 | "source": { |
||
1062 | "type": "git", |
||
1063 | "url": "https://github.com/egulias/EmailValidator.git", |
||
1064 | "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9" |
||
1065 | }, |
||
1066 | "dist": { |
||
1067 | "type": "zip", |
||
1068 | "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9", |
||
1069 | "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9", |
||
1070 | "shasum": "" |
||
1071 | }, |
||
1072 | "require": { |
||
1073 | "doctrine/lexer": "^1.0.1", |
||
1074 | "php": ">= 5.3.3" |
||
1075 | }, |
||
1076 | "require-dev": { |
||
1077 | "phpunit/phpunit": "^4.8.24" |
||
1078 | }, |
||
1079 | "type": "library", |
||
1080 | "extra": { |
||
1081 | "branch-alias": { |
||
1082 | "dev-master": "2.0.x-dev" |
||
1083 | } |
||
1084 | }, |
||
1085 | "autoload": { |
||
1086 | "psr-0": { |
||
1087 | "Egulias\\": "src/" |
||
1088 | } |
||
1089 | }, |
||
1090 | "notification-url": "https://packagist.org/downloads/", |
||
1091 | "license": [ |
||
1092 | "MIT" |
||
1093 | ], |
||
1094 | "authors": [ |
||
1095 | { |
||
1096 | "name": "Eduardo Gulias Davis" |
||
1097 | } |
||
1098 | ], |
||
1099 | "description": "A library for validating emails", |
||
1100 | "homepage": "https://github.com/egulias/EmailValidator", |
||
1101 | "keywords": [ |
||
1102 | "email", |
||
1103 | "emailvalidation", |
||
1104 | "emailvalidator", |
||
1105 | "validation", |
||
1106 | "validator" |
||
1107 | ], |
||
1108 | "time": "2017-02-03T22:48:59+00:00" |
||
1109 | }, |
||
1110 | { |
||
1111 | "name": "guzzlehttp/guzzle", |
||
1112 | "version": "6.3.0", |
||
1113 | "source": { |
||
1114 | "type": "git", |
||
1115 | "url": "https://github.com/guzzle/guzzle.git", |
||
1116 | "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" |
||
1117 | }, |
||
1118 | "dist": { |
||
1119 | "type": "zip", |
||
1120 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", |
||
1121 | "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", |
||
1122 | "shasum": "" |
||
1123 | }, |
||
1124 | "require": { |
||
1125 | "guzzlehttp/promises": "^1.0", |
||
1126 | "guzzlehttp/psr7": "^1.4", |
||
1127 | "php": ">=5.5" |
||
1128 | }, |
||
1129 | "require-dev": { |
||
1130 | "ext-curl": "*", |
||
1131 | "phpunit/phpunit": "^4.0 || ^5.0", |
||
1132 | "psr/log": "^1.0" |
||
1133 | }, |
||
1134 | "suggest": { |
||
1135 | "psr/log": "Required for using the Log middleware" |
||
1136 | }, |
||
1137 | "type": "library", |
||
1138 | "extra": { |
||
1139 | "branch-alias": { |
||
1140 | "dev-master": "6.2-dev" |
||
1141 | } |
||
1142 | }, |
||
1143 | "autoload": { |
||
1144 | "files": [ |
||
1145 | "src/functions_include.php" |
||
1146 | ], |
||
1147 | "psr-4": { |
||
1148 | "GuzzleHttp\\": "src/" |
||
1149 | } |
||
1150 | }, |
||
1151 | "notification-url": "https://packagist.org/downloads/", |
||
1152 | "license": [ |
||
1153 | "MIT" |
||
1154 | ], |
||
1155 | "authors": [ |
||
1156 | { |
||
1157 | "name": "Michael Dowling", |
||
1158 | "email": "[email protected]", |
||
1159 | "homepage": "https://github.com/mtdowling" |
||
1160 | } |
||
1161 | ], |
||
1162 | "description": "Guzzle is a PHP HTTP client library", |
||
1163 | "homepage": "http://guzzlephp.org/", |
||
1164 | "keywords": [ |
||
1165 | "client", |
||
1166 | "curl", |
||
1167 | "framework", |
||
1168 | "http", |
||
1169 | "http client", |
||
1170 | "rest", |
||
1171 | "web service" |
||
1172 | ], |
||
1173 | "time": "2017-06-22T18:50:49+00:00" |
||
1174 | }, |
||
1175 | { |
||
1176 | "name": "guzzlehttp/promises", |
||
1177 | "version": "v1.3.1", |
||
1178 | "source": { |
||
1179 | "type": "git", |
||
1180 | "url": "https://github.com/guzzle/promises.git", |
||
1181 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
1182 | }, |
||
1183 | "dist": { |
||
1184 | "type": "zip", |
||
1185 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
1186 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
1187 | "shasum": "" |
||
1188 | }, |
||
1189 | "require": { |
||
1190 | "php": ">=5.5.0" |
||
1191 | }, |
||
1192 | "require-dev": { |
||
1193 | "phpunit/phpunit": "^4.0" |
||
1194 | }, |
||
1195 | "type": "library", |
||
1196 | "extra": { |
||
1197 | "branch-alias": { |
||
1198 | "dev-master": "1.4-dev" |
||
1199 | } |
||
1200 | }, |
||
1201 | "autoload": { |
||
1202 | "psr-4": { |
||
1203 | "GuzzleHttp\\Promise\\": "src/" |
||
1204 | }, |
||
1205 | "files": [ |
||
1206 | "src/functions_include.php" |
||
1207 | ] |
||
1208 | }, |
||
1209 | "notification-url": "https://packagist.org/downloads/", |
||
1210 | "license": [ |
||
1211 | "MIT" |
||
1212 | ], |
||
1213 | "authors": [ |
||
1214 | { |
||
1215 | "name": "Michael Dowling", |
||
1216 | "email": "[email protected]", |
||
1217 | "homepage": "https://github.com/mtdowling" |
||
1218 | } |
||
1219 | ], |
||
1220 | "description": "Guzzle promises library", |
||
1221 | "keywords": [ |
||
1222 | "promise" |
||
1223 | ], |
||
1224 | "time": "2016-12-20T10:07:11+00:00" |
||
1225 | }, |
||
1226 | { |
||
1227 | "name": "guzzlehttp/psr7", |
||
1228 | "version": "1.4.2", |
||
1229 | "source": { |
||
1230 | "type": "git", |
||
1231 | "url": "https://github.com/guzzle/psr7.git", |
||
1232 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" |
||
1233 | }, |
||
1234 | "dist": { |
||
1235 | "type": "zip", |
||
1236 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
1237 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
1238 | "shasum": "" |
||
1239 | }, |
||
1240 | "require": { |
||
1241 | "php": ">=5.4.0", |
||
1242 | "psr/http-message": "~1.0" |
||
1243 | }, |
||
1244 | "provide": { |
||
1245 | "psr/http-message-implementation": "1.0" |
||
1246 | }, |
||
1247 | "require-dev": { |
||
1248 | "phpunit/phpunit": "~4.0" |
||
1249 | }, |
||
1250 | "type": "library", |
||
1251 | "extra": { |
||
1252 | "branch-alias": { |
||
1253 | "dev-master": "1.4-dev" |
||
1254 | } |
||
1255 | }, |
||
1256 | "autoload": { |
||
1257 | "psr-4": { |
||
1258 | "GuzzleHttp\\Psr7\\": "src/" |
||
1259 | }, |
||
1260 | "files": [ |
||
1261 | "src/functions_include.php" |
||
1262 | ] |
||
1263 | }, |
||
1264 | "notification-url": "https://packagist.org/downloads/", |
||
1265 | "license": [ |
||
1266 | "MIT" |
||
1267 | ], |
||
1268 | "authors": [ |
||
1269 | { |
||
1270 | "name": "Michael Dowling", |
||
1271 | "email": "[email protected]", |
||
1272 | "homepage": "https://github.com/mtdowling" |
||
1273 | }, |
||
1274 | { |
||
1275 | "name": "Tobias Schultze", |
||
1276 | "homepage": "https://github.com/Tobion" |
||
1277 | } |
||
1278 | ], |
||
1279 | "description": "PSR-7 message implementation that also provides common utility methods", |
||
1280 | "keywords": [ |
||
1281 | "http", |
||
1282 | "message", |
||
1283 | "request", |
||
1284 | "response", |
||
1285 | "stream", |
||
1286 | "uri", |
||
1287 | "url" |
||
1288 | ], |
||
1289 | "time": "2017-03-20T17:10:46+00:00" |
||
1290 | }, |
||
1291 | { |
||
1292 | "name": "hirak/prestissimo", |
||
1293 | "version": "0.3.7", |
||
1294 | "source": { |
||
1295 | "type": "git", |
||
1296 | "url": "https://github.com/hirak/prestissimo.git", |
||
1297 | "reference": "45fcc8a65fb06b29cc5cdd1b0bae7a690aa09496" |
||
1298 | }, |
||
1299 | "dist": { |
||
1300 | "type": "zip", |
||
1301 | "url": "https://api.github.com/repos/hirak/prestissimo/zipball/45fcc8a65fb06b29cc5cdd1b0bae7a690aa09496", |
||
1302 | "reference": "45fcc8a65fb06b29cc5cdd1b0bae7a690aa09496", |
||
1303 | "shasum": "" |
||
1304 | }, |
||
1305 | "require": { |
||
1306 | "composer-plugin-api": "^1.0.0", |
||
1307 | "ext-curl": "*", |
||
1308 | "php": "^5.3.2 || ^7.0" |
||
1309 | }, |
||
1310 | "require-dev": { |
||
1311 | "composer/composer": "1.0.0", |
||
1312 | "phpunit/phpunit": "^4.8", |
||
1313 | "squizlabs/php_codesniffer": "^2.5" |
||
1314 | }, |
||
1315 | "type": "composer-plugin", |
||
1316 | "extra": { |
||
1317 | "class": "Hirak\\Prestissimo\\Plugin" |
||
1318 | }, |
||
1319 | "autoload": { |
||
1320 | "psr-4": { |
||
1321 | "Hirak\\Prestissimo\\": "src/" |
||
1322 | } |
||
1323 | }, |
||
1324 | "notification-url": "https://packagist.org/downloads/", |
||
1325 | "license": [ |
||
1326 | "MIT" |
||
1327 | ], |
||
1328 | "authors": [ |
||
1329 | { |
||
1330 | "name": "Hiraku NAKANO", |
||
1331 | "email": "[email protected]" |
||
1332 | } |
||
1333 | ], |
||
1334 | "description": "composer parallel install plugin", |
||
1335 | "keywords": [ |
||
1336 | "install", |
||
1337 | "parallel", |
||
1338 | "speedup" |
||
1339 | ], |
||
1340 | "time": "2017-05-27T04:45:45+00:00" |
||
1341 | }, |
||
1342 | { |
||
1343 | "name": "jdorn/sql-formatter", |
||
1344 | "version": "v1.2.17", |
||
1345 | "source": { |
||
1346 | "type": "git", |
||
1347 | "url": "https://github.com/jdorn/sql-formatter.git", |
||
1348 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
||
1349 | }, |
||
1350 | "dist": { |
||
1351 | "type": "zip", |
||
1352 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
1353 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
1354 | "shasum": "" |
||
1355 | }, |
||
1356 | "require": { |
||
1357 | "php": ">=5.2.4" |
||
1358 | }, |
||
1359 | "require-dev": { |
||
1360 | "phpunit/phpunit": "3.7.*" |
||
1361 | }, |
||
1362 | "type": "library", |
||
1363 | "extra": { |
||
1364 | "branch-alias": { |
||
1365 | "dev-master": "1.3.x-dev" |
||
1366 | } |
||
1367 | }, |
||
1368 | "autoload": { |
||
1369 | "classmap": [ |
||
1370 | "lib" |
||
1371 | ] |
||
1372 | }, |
||
1373 | "notification-url": "https://packagist.org/downloads/", |
||
1374 | "license": [ |
||
1375 | "MIT" |
||
1376 | ], |
||
1377 | "authors": [ |
||
1378 | { |
||
1379 | "name": "Jeremy Dorn", |
||
1380 | "email": "[email protected]", |
||
1381 | "homepage": "http://jeremydorn.com/" |
||
1382 | } |
||
1383 | ], |
||
1384 | "description": "a PHP SQL highlighting library", |
||
1385 | "homepage": "https://github.com/jdorn/sql-formatter/", |
||
1386 | "keywords": [ |
||
1387 | "highlight", |
||
1388 | "sql" |
||
1389 | ], |
||
1390 | "time": "2014-01-12T16:20:24+00:00" |
||
1391 | }, |
||
1392 | { |
||
1393 | "name": "justinrainbow/json-schema", |
||
1394 | "version": "5.2.6", |
||
1395 | "source": { |
||
1396 | "type": "git", |
||
1397 | "url": "https://github.com/justinrainbow/json-schema.git", |
||
1398 | "reference": "d283e11b6e14c6f4664cf080415c4341293e5bbd" |
||
1399 | }, |
||
1400 | "dist": { |
||
1401 | "type": "zip", |
||
1402 | "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/d283e11b6e14c6f4664cf080415c4341293e5bbd", |
||
1403 | "reference": "d283e11b6e14c6f4664cf080415c4341293e5bbd", |
||
1404 | "shasum": "" |
||
1405 | }, |
||
1406 | "require": { |
||
1407 | "php": ">=5.3.3" |
||
1408 | }, |
||
1409 | "require-dev": { |
||
1410 | "friendsofphp/php-cs-fixer": "^2.1", |
||
1411 | "json-schema/json-schema-test-suite": "1.2.0", |
||
1412 | "phpunit/phpunit": "^4.8.22" |
||
1413 | }, |
||
1414 | "bin": [ |
||
1415 | "bin/validate-json" |
||
1416 | ], |
||
1417 | "type": "library", |
||
1418 | "extra": { |
||
1419 | "branch-alias": { |
||
1420 | "dev-master": "5.0.x-dev" |
||
1421 | } |
||
1422 | }, |
||
1423 | "autoload": { |
||
1424 | "psr-4": { |
||
1425 | "JsonSchema\\": "src/JsonSchema/" |
||
1426 | } |
||
1427 | }, |
||
1428 | "notification-url": "https://packagist.org/downloads/", |
||
1429 | "license": [ |
||
1430 | "MIT" |
||
1431 | ], |
||
1432 | "authors": [ |
||
1433 | { |
||
1434 | "name": "Bruno Prieto Reis", |
||
1435 | "email": "[email protected]" |
||
1436 | }, |
||
1437 | { |
||
1438 | "name": "Justin Rainbow", |
||
1439 | "email": "[email protected]" |
||
1440 | }, |
||
1441 | { |
||
1442 | "name": "Igor Wiedler", |
||
1443 | "email": "[email protected]" |
||
1444 | }, |
||
1445 | { |
||
1446 | "name": "Robert Schönthal", |
||
1447 | "email": "[email protected]" |
||
1448 | } |
||
1449 | ], |
||
1450 | "description": "A library to validate a json schema.", |
||
1451 | "homepage": "https://github.com/justinrainbow/json-schema", |
||
1452 | "keywords": [ |
||
1453 | "json", |
||
1454 | "schema" |
||
1455 | ], |
||
1456 | "time": "2017-10-21T13:15:38+00:00" |
||
1457 | }, |
||
1458 | { |
||
1459 | "name": "knplabs/console-service-provider", |
||
1460 | "version": "v2.1.0", |
||
1461 | "source": { |
||
1462 | "type": "git", |
||
1463 | "url": "https://github.com/KnpLabs/ConsoleServiceProvider.git", |
||
1464 | "reference": "d81dc3d91454f9af51dfce58d6abb98824e18135" |
||
1465 | }, |
||
1466 | "dist": { |
||
1467 | "type": "zip", |
||
1468 | "url": "https://api.github.com/repos/KnpLabs/ConsoleServiceProvider/zipball/d81dc3d91454f9af51dfce58d6abb98824e18135", |
||
1469 | "reference": "d81dc3d91454f9af51dfce58d6abb98824e18135", |
||
1470 | "shasum": "" |
||
1471 | }, |
||
1472 | "require": { |
||
1473 | "php": ">=5.5.9", |
||
1474 | "silex/silex": "~2.0", |
||
1475 | "symfony/console": "~2.3|~3.0" |
||
1476 | }, |
||
1477 | "require-dev": { |
||
1478 | "symfony/monolog-bridge": "^3.2", |
||
1479 | "symfony/phpunit-bridge": "^3.2", |
||
1480 | "symfony/twig-bridge": "~2.8|^3.0", |
||
1481 | "symfony/web-server-bundle": "^3.3", |
||
1482 | "symfony/yaml": "^2.8|^3.0", |
||
1483 | "twig/twig": "~1.27|~2.0" |
||
1484 | }, |
||
1485 | "type": "library", |
||
1486 | "extra": { |
||
1487 | "branch-alias": { |
||
1488 | "dev-master": "2.1.x-dev" |
||
1489 | } |
||
1490 | }, |
||
1491 | "autoload": { |
||
1492 | "psr-4": { |
||
1493 | "Knp\\": "Knp/" |
||
1494 | } |
||
1495 | }, |
||
1496 | "notification-url": "https://packagist.org/downloads/", |
||
1497 | "license": [ |
||
1498 | "MIT" |
||
1499 | ], |
||
1500 | "authors": [ |
||
1501 | { |
||
1502 | "name": "Knplabs", |
||
1503 | "homepage": "http://knplabs.com" |
||
1504 | } |
||
1505 | ], |
||
1506 | "description": "console service provider for Silex", |
||
1507 | "homepage": "http://knplabs.com", |
||
1508 | "keywords": [ |
||
1509 | "console", |
||
1510 | "silex" |
||
1511 | ], |
||
1512 | "time": "2017-07-18T01:00:21+00:00" |
||
1513 | }, |
||
1514 | { |
||
1515 | "name": "knplabs/knp-components", |
||
1516 | "version": "1.3.5", |
||
1517 | "source": { |
||
1518 | "type": "git", |
||
1519 | "url": "https://github.com/KnpLabs/knp-components.git", |
||
1520 | "reference": "a03bbd87ecf9e56db6f7533db2c63d6da6cd5f33" |
||
1521 | }, |
||
1522 | "dist": { |
||
1523 | "type": "zip", |
||
1524 | "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/a03bbd87ecf9e56db6f7533db2c63d6da6cd5f33", |
||
1525 | "reference": "a03bbd87ecf9e56db6f7533db2c63d6da6cd5f33", |
||
1526 | "shasum": "" |
||
1527 | }, |
||
1528 | "require": { |
||
1529 | "php": ">=5.3.2" |
||
1530 | }, |
||
1531 | "require-dev": { |
||
1532 | "doctrine/mongodb-odm": "~1.0@beta", |
||
1533 | "doctrine/orm": "~2.4", |
||
1534 | "doctrine/phpcr-odm": "~1.2", |
||
1535 | "jackalope/jackalope-doctrine-dbal": "~1.2", |
||
1536 | "phpunit/phpunit": "~4.2", |
||
1537 | "ruflin/elastica": "~1.0", |
||
1538 | "symfony/event-dispatcher": "~2.5", |
||
1539 | "symfony/property-access": ">=2.3" |
||
1540 | }, |
||
1541 | "suggest": { |
||
1542 | "doctrine/common": "to allow usage pagination with Doctrine ArrayCollection", |
||
1543 | "doctrine/mongodb-odm": "to allow usage pagination with Doctrine ODM MongoDB", |
||
1544 | "doctrine/orm": "to allow usage pagination with Doctrine ORM", |
||
1545 | "doctrine/phpcr-odm": "to allow usage pagination with Doctrine ODM PHPCR", |
||
1546 | "propel/propel1": "to allow usage pagination with Propel ORM", |
||
1547 | "ruflin/Elastica": "to allow usage pagination with ElasticSearch Client", |
||
1548 | "solarium/solarium": "to allow usage pagination with Solarium Client", |
||
1549 | "symfony/property-access": "To allow sorting arrays" |
||
1550 | }, |
||
1551 | "type": "library", |
||
1552 | "extra": { |
||
1553 | "branch-alias": { |
||
1554 | "dev-master": "1.3.x-dev" |
||
1555 | } |
||
1556 | }, |
||
1557 | "autoload": { |
||
1558 | "psr-0": { |
||
1559 | "Knp\\Component": "src" |
||
1560 | } |
||
1561 | }, |
||
1562 | "notification-url": "https://packagist.org/downloads/", |
||
1563 | "license": [ |
||
1564 | "MIT" |
||
1565 | ], |
||
1566 | "authors": [ |
||
1567 | { |
||
1568 | "name": "KnpLabs Team", |
||
1569 | "homepage": "http://knplabs.com" |
||
1570 | }, |
||
1571 | { |
||
1572 | "name": "Symfony Community", |
||
1573 | "homepage": "http://github.com/KnpLabs/knp-components/contributors" |
||
1574 | } |
||
1575 | ], |
||
1576 | "description": "Knplabs component library", |
||
1577 | "homepage": "http://github.com/KnpLabs/knp-components", |
||
1578 | "keywords": [ |
||
1579 | "components", |
||
1580 | "knp", |
||
1581 | "knplabs", |
||
1582 | "pager", |
||
1583 | "paginator" |
||
1584 | ], |
||
1585 | "time": "2017-09-15T12:50:01+00:00" |
||
1586 | }, |
||
1587 | { |
||
1588 | "name": "mobiledetect/mobiledetectlib", |
||
1589 | "version": "2.8.26", |
||
1590 | "source": { |
||
1591 | "type": "git", |
||
1592 | "url": "https://github.com/serbanghita/Mobile-Detect.git", |
||
1593 | "reference": "a0ed86c9d7c04ae27fa6418b55e3beb04dfe3297" |
||
1594 | }, |
||
1595 | "dist": { |
||
1596 | "type": "zip", |
||
1597 | "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/a0ed86c9d7c04ae27fa6418b55e3beb04dfe3297", |
||
1598 | "reference": "a0ed86c9d7c04ae27fa6418b55e3beb04dfe3297", |
||
1599 | "shasum": "" |
||
1600 | }, |
||
1601 | "require": { |
||
1602 | "php": ">=5.0.0" |
||
1603 | }, |
||
1604 | "require-dev": { |
||
1605 | "phpunit/phpunit": "*" |
||
1606 | }, |
||
1607 | "type": "library", |
||
1608 | "autoload": { |
||
1609 | "classmap": [ |
||
1610 | "Mobile_Detect.php" |
||
1611 | ], |
||
1612 | "psr-0": { |
||
1613 | "Detection": "namespaced/" |
||
1614 | } |
||
1615 | }, |
||
1616 | "notification-url": "https://packagist.org/downloads/", |
||
1617 | "license": [ |
||
1618 | "MIT" |
||
1619 | ], |
||
1620 | "authors": [ |
||
1621 | { |
||
1622 | "name": "Serban Ghita", |
||
1623 | "email": "[email protected]", |
||
1624 | "homepage": "http://mobiledetect.net", |
||
1625 | "role": "Developer" |
||
1626 | } |
||
1627 | ], |
||
1628 | "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.", |
||
1629 | "homepage": "https://github.com/serbanghita/Mobile-Detect", |
||
1630 | "keywords": [ |
||
1631 | "detect mobile devices", |
||
1632 | "mobile", |
||
1633 | "mobile detect", |
||
1634 | "mobile detector", |
||
1635 | "php mobile detect" |
||
1636 | ], |
||
1637 | "time": "2017-08-29T18:23:54+00:00" |
||
1638 | }, |
||
1639 | { |
||
1640 | "name": "monolog/monolog", |
||
1641 | "version": "1.23.0", |
||
1642 | "source": { |
||
1643 | "type": "git", |
||
1644 | "url": "https://github.com/Seldaek/monolog.git", |
||
1645 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" |
||
1646 | }, |
||
1647 | "dist": { |
||
1648 | "type": "zip", |
||
1649 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", |
||
1650 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", |
||
1651 | "shasum": "" |
||
1652 | }, |
||
1653 | "require": { |
||
1654 | "php": ">=5.3.0", |
||
1655 | "psr/log": "~1.0" |
||
1656 | }, |
||
1657 | "provide": { |
||
1658 | "psr/log-implementation": "1.0.0" |
||
1659 | }, |
||
1660 | "require-dev": { |
||
1661 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
||
1662 | "doctrine/couchdb": "~1.0@dev", |
||
1663 | "graylog2/gelf-php": "~1.0", |
||
1664 | "jakub-onderka/php-parallel-lint": "0.9", |
||
1665 | "php-amqplib/php-amqplib": "~2.4", |
||
1666 | "php-console/php-console": "^3.1.3", |
||
1667 | "phpunit/phpunit": "~4.5", |
||
1668 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
1669 | "ruflin/elastica": ">=0.90 <3.0", |
||
1670 | "sentry/sentry": "^0.13", |
||
1671 | "swiftmailer/swiftmailer": "^5.3|^6.0" |
||
1672 | }, |
||
1673 | "suggest": { |
||
1674 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
1675 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
1676 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
1677 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
1678 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
1679 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
1680 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
1681 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
1682 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
1683 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
1684 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
1685 | }, |
||
1686 | "type": "library", |
||
1687 | "extra": { |
||
1688 | "branch-alias": { |
||
1689 | "dev-master": "2.0.x-dev" |
||
1690 | } |
||
1691 | }, |
||
1692 | "autoload": { |
||
1693 | "psr-4": { |
||
1694 | "Monolog\\": "src/Monolog" |
||
1695 | } |
||
1696 | }, |
||
1697 | "notification-url": "https://packagist.org/downloads/", |
||
1698 | "license": [ |
||
1699 | "MIT" |
||
1700 | ], |
||
1701 | "authors": [ |
||
1702 | { |
||
1703 | "name": "Jordi Boggiano", |
||
1704 | "email": "[email protected]", |
||
1705 | "homepage": "http://seld.be" |
||
1706 | } |
||
1707 | ], |
||
1708 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
1709 | "homepage": "http://github.com/Seldaek/monolog", |
||
1710 | "keywords": [ |
||
1711 | "log", |
||
1712 | "logging", |
||
1713 | "psr-3" |
||
1714 | ], |
||
1715 | "time": "2017-06-19T01:22:40+00:00" |
||
1716 | }, |
||
1717 | { |
||
1718 | "name": "nesbot/carbon", |
||
1719 | "version": "1.22.1", |
||
1720 | "source": { |
||
1721 | "type": "git", |
||
1722 | "url": "https://github.com/briannesbitt/Carbon.git", |
||
1723 | "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc" |
||
1724 | }, |
||
1725 | "dist": { |
||
1726 | "type": "zip", |
||
1727 | "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc", |
||
1728 | "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc", |
||
1729 | "shasum": "" |
||
1730 | }, |
||
1731 | "require": { |
||
1732 | "php": ">=5.3.0", |
||
1733 | "symfony/translation": "~2.6 || ~3.0" |
||
1734 | }, |
||
1735 | "require-dev": { |
||
1736 | "friendsofphp/php-cs-fixer": "~2", |
||
1737 | "phpunit/phpunit": "~4.0 || ~5.0" |
||
1738 | }, |
||
1739 | "type": "library", |
||
1740 | "extra": { |
||
1741 | "branch-alias": { |
||
1742 | "dev-master": "1.23-dev" |
||
1743 | } |
||
1744 | }, |
||
1745 | "autoload": { |
||
1746 | "psr-4": { |
||
1747 | "Carbon\\": "src/Carbon/" |
||
1748 | } |
||
1749 | }, |
||
1750 | "notification-url": "https://packagist.org/downloads/", |
||
1751 | "license": [ |
||
1752 | "MIT" |
||
1753 | ], |
||
1754 | "authors": [ |
||
1755 | { |
||
1756 | "name": "Brian Nesbitt", |
||
1757 | "email": "[email protected]", |
||
1758 | "homepage": "http://nesbot.com" |
||
1759 | } |
||
1760 | ], |
||
1761 | "description": "A simple API extension for DateTime.", |
||
1762 | "homepage": "http://carbon.nesbot.com", |
||
1763 | "keywords": [ |
||
1764 | "date", |
||
1765 | "datetime", |
||
1766 | "time" |
||
1767 | ], |
||
1768 | "time": "2017-01-16T07:55:07+00:00" |
||
1769 | }, |
||
1770 | { |
||
1771 | "name": "ocramius/proxy-manager", |
||
1772 | "version": "1.0.2", |
||
1773 | "source": { |
||
1774 | "type": "git", |
||
1775 | "url": "https://github.com/Ocramius/ProxyManager.git", |
||
1776 | "reference": "57e9272ec0e8deccf09421596e0e2252df440e11" |
||
1777 | }, |
||
1778 | "dist": { |
||
1779 | "type": "zip", |
||
1780 | "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11", |
||
1781 | "reference": "57e9272ec0e8deccf09421596e0e2252df440e11", |
||
1782 | "shasum": "" |
||
1783 | }, |
||
1784 | "require": { |
||
1785 | "php": ">=5.3.3", |
||
1786 | "zendframework/zend-code": ">2.2.5,<3.0" |
||
1787 | }, |
||
1788 | "require-dev": { |
||
1789 | "ext-phar": "*", |
||
1790 | "phpunit/phpunit": "~4.0", |
||
1791 | "squizlabs/php_codesniffer": "1.5.*" |
||
1792 | }, |
||
1793 | "suggest": { |
||
1794 | "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects", |
||
1795 | "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)", |
||
1796 | "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)", |
||
1797 | "zendframework/zend-stdlib": "To use the hydrator proxy", |
||
1798 | "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)" |
||
1799 | }, |
||
1800 | "type": "library", |
||
1801 | "extra": { |
||
1802 | "branch-alias": { |
||
1803 | "dev-master": "2.0.x-dev" |
||
1804 | } |
||
1805 | }, |
||
1806 | "autoload": { |
||
1807 | "psr-0": { |
||
1808 | "ProxyManager\\": "src" |
||
1809 | } |
||
1810 | }, |
||
1811 | "notification-url": "https://packagist.org/downloads/", |
||
1812 | "license": [ |
||
1813 | "MIT" |
||
1814 | ], |
||
1815 | "authors": [ |
||
1816 | { |
||
1817 | "name": "Marco Pivetta", |
||
1818 | "email": "[email protected]", |
||
1819 | "homepage": "http://ocramius.github.com/" |
||
1820 | } |
||
1821 | ], |
||
1822 | "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies", |
||
1823 | "homepage": "https://github.com/Ocramius/ProxyManager", |
||
1824 | "keywords": [ |
||
1825 | "aop", |
||
1826 | "lazy loading", |
||
1827 | "proxy", |
||
1828 | "proxy pattern", |
||
1829 | "service proxies" |
||
1830 | ], |
||
1831 | "time": "2015-08-09T04:28:19+00:00" |
||
1832 | }, |
||
1833 | { |
||
1834 | "name": "paragonie/random_compat", |
||
1835 | "version": "v2.0.11", |
||
1836 | "source": { |
||
1837 | "type": "git", |
||
1838 | "url": "https://github.com/paragonie/random_compat.git", |
||
1839 | "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8" |
||
1840 | }, |
||
1841 | "dist": { |
||
1842 | "type": "zip", |
||
1843 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8", |
||
1844 | "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8", |
||
1845 | "shasum": "" |
||
1846 | }, |
||
1847 | "require": { |
||
1848 | "php": ">=5.2.0" |
||
1849 | }, |
||
1850 | "require-dev": { |
||
1851 | "phpunit/phpunit": "4.*|5.*" |
||
1852 | }, |
||
1853 | "suggest": { |
||
1854 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
1855 | }, |
||
1856 | "type": "library", |
||
1857 | "autoload": { |
||
1858 | "files": [ |
||
1859 | "lib/random.php" |
||
1860 | ] |
||
1861 | }, |
||
1862 | "notification-url": "https://packagist.org/downloads/", |
||
1863 | "license": [ |
||
1864 | "MIT" |
||
1865 | ], |
||
1866 | "authors": [ |
||
1867 | { |
||
1868 | "name": "Paragon Initiative Enterprises", |
||
1869 | "email": "[email protected]", |
||
1870 | "homepage": "https://paragonie.com" |
||
1871 | } |
||
1872 | ], |
||
1873 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
1874 | "keywords": [ |
||
1875 | "csprng", |
||
1876 | "pseudorandom", |
||
1877 | "random" |
||
1878 | ], |
||
1879 | "time": "2017-09-27T21:40:39+00:00" |
||
1880 | }, |
||
1881 | { |
||
1882 | "name": "pimple/pimple", |
||
1883 | "version": "v3.2.2", |
||
1884 | "source": { |
||
1885 | "type": "git", |
||
1886 | "url": "https://github.com/silexphp/Pimple.git", |
||
1887 | "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a" |
||
1888 | }, |
||
1889 | "dist": { |
||
1890 | "type": "zip", |
||
1891 | "url": "https://api.github.com/repos/silexphp/Pimple/zipball/4d45fb62d96418396ec58ba76e6f065bca16e10a", |
||
1892 | "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a", |
||
1893 | "shasum": "" |
||
1894 | }, |
||
1895 | "require": { |
||
1896 | "php": ">=5.3.0", |
||
1897 | "psr/container": "^1.0" |
||
1898 | }, |
||
1899 | "require-dev": { |
||
1900 | "symfony/phpunit-bridge": "^3.2" |
||
1901 | }, |
||
1902 | "type": "library", |
||
1903 | "extra": { |
||
1904 | "branch-alias": { |
||
1905 | "dev-master": "3.2.x-dev" |
||
1906 | } |
||
1907 | }, |
||
1908 | "autoload": { |
||
1909 | "psr-0": { |
||
1910 | "Pimple": "src/" |
||
1911 | } |
||
1912 | }, |
||
1913 | "notification-url": "https://packagist.org/downloads/", |
||
1914 | "license": [ |
||
1915 | "MIT" |
||
1916 | ], |
||
1917 | "authors": [ |
||
1918 | { |
||
1919 | "name": "Fabien Potencier", |
||
1920 | "email": "[email protected]" |
||
1921 | } |
||
1922 | ], |
||
1923 | "description": "Pimple, a simple Dependency Injection Container", |
||
1924 | "homepage": "http://pimple.sensiolabs.org", |
||
1925 | "keywords": [ |
||
1926 | "container", |
||
1927 | "dependency injection" |
||
1928 | ], |
||
1929 | "time": "2017-07-23T07:32:15+00:00" |
||
1930 | }, |
||
1931 | { |
||
1932 | "name": "psr/cache", |
||
1933 | "version": "1.0.1", |
||
1934 | "source": { |
||
1935 | "type": "git", |
||
1936 | "url": "https://github.com/php-fig/cache.git", |
||
1937 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
||
1938 | }, |
||
1939 | "dist": { |
||
1940 | "type": "zip", |
||
1941 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
1942 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
1943 | "shasum": "" |
||
1944 | }, |
||
1945 | "require": { |
||
1946 | "php": ">=5.3.0" |
||
1947 | }, |
||
1948 | "type": "library", |
||
1949 | "extra": { |
||
1950 | "branch-alias": { |
||
1951 | "dev-master": "1.0.x-dev" |
||
1952 | } |
||
1953 | }, |
||
1954 | "autoload": { |
||
1955 | "psr-4": { |
||
1956 | "Psr\\Cache\\": "src/" |
||
1957 | } |
||
1958 | }, |
||
1959 | "notification-url": "https://packagist.org/downloads/", |
||
1960 | "license": [ |
||
1961 | "MIT" |
||
1962 | ], |
||
1963 | "authors": [ |
||
1964 | { |
||
1965 | "name": "PHP-FIG", |
||
1966 | "homepage": "http://www.php-fig.org/" |
||
1967 | } |
||
1968 | ], |
||
1969 | "description": "Common interface for caching libraries", |
||
1970 | "keywords": [ |
||
1971 | "cache", |
||
1972 | "psr", |
||
1973 | "psr-6" |
||
1974 | ], |
||
1975 | "time": "2016-08-06T20:24:11+00:00" |
||
1976 | }, |
||
1977 | { |
||
1978 | "name": "psr/container", |
||
1979 | "version": "1.0.0", |
||
1980 | "source": { |
||
1981 | "type": "git", |
||
1982 | "url": "https://github.com/php-fig/container.git", |
||
1983 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
1984 | }, |
||
1985 | "dist": { |
||
1986 | "type": "zip", |
||
1987 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
1988 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
1989 | "shasum": "" |
||
1990 | }, |
||
1991 | "require": { |
||
1992 | "php": ">=5.3.0" |
||
1993 | }, |
||
1994 | "type": "library", |
||
1995 | "extra": { |
||
1996 | "branch-alias": { |
||
1997 | "dev-master": "1.0.x-dev" |
||
1998 | } |
||
1999 | }, |
||
2000 | "autoload": { |
||
2001 | "psr-4": { |
||
2002 | "Psr\\Container\\": "src/" |
||
2003 | } |
||
2004 | }, |
||
2005 | "notification-url": "https://packagist.org/downloads/", |
||
2006 | "license": [ |
||
2007 | "MIT" |
||
2008 | ], |
||
2009 | "authors": [ |
||
2010 | { |
||
2011 | "name": "PHP-FIG", |
||
2012 | "homepage": "http://www.php-fig.org/" |
||
2013 | } |
||
2014 | ], |
||
2015 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
2016 | "homepage": "https://github.com/php-fig/container", |
||
2017 | "keywords": [ |
||
2018 | "PSR-11", |
||
2019 | "container", |
||
2020 | "container-interface", |
||
2021 | "container-interop", |
||
2022 | "psr" |
||
2023 | ], |
||
2024 | "time": "2017-02-14T16:28:37+00:00" |
||
2025 | }, |
||
2026 | { |
||
2027 | "name": "psr/http-message", |
||
2028 | "version": "1.0.1", |
||
2029 | "source": { |
||
2030 | "type": "git", |
||
2031 | "url": "https://github.com/php-fig/http-message.git", |
||
2032 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
2033 | }, |
||
2034 | "dist": { |
||
2035 | "type": "zip", |
||
2036 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
2037 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
2038 | "shasum": "" |
||
2039 | }, |
||
2040 | "require": { |
||
2041 | "php": ">=5.3.0" |
||
2042 | }, |
||
2043 | "type": "library", |
||
2044 | "extra": { |
||
2045 | "branch-alias": { |
||
2046 | "dev-master": "1.0.x-dev" |
||
2047 | } |
||
2048 | }, |
||
2049 | "autoload": { |
||
2050 | "psr-4": { |
||
2051 | "Psr\\Http\\Message\\": "src/" |
||
2052 | } |
||
2053 | }, |
||
2054 | "notification-url": "https://packagist.org/downloads/", |
||
2055 | "license": [ |
||
2056 | "MIT" |
||
2057 | ], |
||
2058 | "authors": [ |
||
2059 | { |
||
2060 | "name": "PHP-FIG", |
||
2061 | "homepage": "http://www.php-fig.org/" |
||
2062 | } |
||
2063 | ], |
||
2064 | "description": "Common interface for HTTP messages", |
||
2065 | "homepage": "https://github.com/php-fig/http-message", |
||
2066 | "keywords": [ |
||
2067 | "http", |
||
2068 | "http-message", |
||
2069 | "psr", |
||
2070 | "psr-7", |
||
2071 | "request", |
||
2072 | "response" |
||
2073 | ], |
||
2074 | "time": "2016-08-06T14:39:51+00:00" |
||
2075 | }, |
||
2076 | { |
||
2077 | "name": "psr/log", |
||
2078 | "version": "1.0.2", |
||
2079 | "source": { |
||
2080 | "type": "git", |
||
2081 | "url": "https://github.com/php-fig/log.git", |
||
2082 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
2083 | }, |
||
2084 | "dist": { |
||
2085 | "type": "zip", |
||
2086 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
2087 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
2088 | "shasum": "" |
||
2089 | }, |
||
2090 | "require": { |
||
2091 | "php": ">=5.3.0" |
||
2092 | }, |
||
2093 | "type": "library", |
||
2094 | "extra": { |
||
2095 | "branch-alias": { |
||
2096 | "dev-master": "1.0.x-dev" |
||
2097 | } |
||
2098 | }, |
||
2099 | "autoload": { |
||
2100 | "psr-4": { |
||
2101 | "Psr\\Log\\": "Psr/Log/" |
||
2102 | } |
||
2103 | }, |
||
2104 | "notification-url": "https://packagist.org/downloads/", |
||
2105 | "license": [ |
||
2106 | "MIT" |
||
2107 | ], |
||
2108 | "authors": [ |
||
2109 | { |
||
2110 | "name": "PHP-FIG", |
||
2111 | "homepage": "http://www.php-fig.org/" |
||
2112 | } |
||
2113 | ], |
||
2114 | "description": "Common interface for logging libraries", |
||
2115 | "homepage": "https://github.com/php-fig/log", |
||
2116 | "keywords": [ |
||
2117 | "log", |
||
2118 | "psr", |
||
2119 | "psr-3" |
||
2120 | ], |
||
2121 | "time": "2016-10-10T12:19:37+00:00" |
||
2122 | }, |
||
2123 | { |
||
2124 | "name": "psr/simple-cache", |
||
2125 | "version": "1.0.0", |
||
2126 | "source": { |
||
2127 | "type": "git", |
||
2128 | "url": "https://github.com/php-fig/simple-cache.git", |
||
2129 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24" |
||
2130 | }, |
||
2131 | "dist": { |
||
2132 | "type": "zip", |
||
2133 | "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
2134 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
2135 | "shasum": "" |
||
2136 | }, |
||
2137 | "require": { |
||
2138 | "php": ">=5.3.0" |
||
2139 | }, |
||
2140 | "type": "library", |
||
2141 | "extra": { |
||
2142 | "branch-alias": { |
||
2143 | "dev-master": "1.0.x-dev" |
||
2144 | } |
||
2145 | }, |
||
2146 | "autoload": { |
||
2147 | "psr-4": { |
||
2148 | "Psr\\SimpleCache\\": "src/" |
||
2149 | } |
||
2150 | }, |
||
2151 | "notification-url": "https://packagist.org/downloads/", |
||
2152 | "license": [ |
||
2153 | "MIT" |
||
2154 | ], |
||
2155 | "authors": [ |
||
2156 | { |
||
2157 | "name": "PHP-FIG", |
||
2158 | "homepage": "http://www.php-fig.org/" |
||
2159 | } |
||
2160 | ], |
||
2161 | "description": "Common interfaces for simple caching", |
||
2162 | "keywords": [ |
||
2163 | "cache", |
||
2164 | "caching", |
||
2165 | "psr", |
||
2166 | "psr-16", |
||
2167 | "simple-cache" |
||
2168 | ], |
||
2169 | "time": "2017-01-02T13:31:39+00:00" |
||
2170 | }, |
||
2171 | { |
||
2172 | "name": "saxulum/saxulum-doctrine-orm-manager-registry-provider", |
||
2173 | "version": "3.1.0", |
||
2174 | "source": { |
||
2175 | "type": "git", |
||
2176 | "url": "https://github.com/saxulum/saxulum-doctrine-orm-manager-registry-provider.git", |
||
2177 | "reference": "c54136b67c70a9e8ab732e6455536588303b4a1b" |
||
2178 | }, |
||
2179 | "dist": { |
||
2180 | "type": "zip", |
||
2181 | "url": "https://api.github.com/repos/saxulum/saxulum-doctrine-orm-manager-registry-provider/zipball/c54136b67c70a9e8ab732e6455536588303b4a1b", |
||
2182 | "reference": "c54136b67c70a9e8ab732e6455536588303b4a1b", |
||
2183 | "shasum": "" |
||
2184 | }, |
||
2185 | "require": { |
||
2186 | "dflydev/doctrine-orm-service-provider": "~2.0", |
||
2187 | "php": ">=5.3.3,<8.0", |
||
2188 | "pimple/pimple": ">=2.1,<4" |
||
2189 | }, |
||
2190 | "require-dev": { |
||
2191 | "phpunit/phpunit": "~4.1", |
||
2192 | "saxulum/saxulum-console": "~3.1", |
||
2193 | "saxulum/saxulum-doctrine-orm-commands": "~1.2", |
||
2194 | "silex/api": "2.0.*@dev", |
||
2195 | "silex/providers": "2.0.*@dev", |
||
2196 | "symfony/doctrine-bridge": "~2.3|~3.0", |
||
2197 | "symfony/form": "~2.3|~3.0", |
||
2198 | "symfony/validator": "~2.3|~3.0" |
||
2199 | }, |
||
2200 | "suggest": { |
||
2201 | "saxulum/saxulum-console": "~3.1", |
||
2202 | "saxulum/saxulum-doctrine-orm-commands": "~1.2", |
||
2203 | "symfony/doctrine-bridge": "~2.3|~3.0", |
||
2204 | "symfony/form": "~2.3|~3.0", |
||
2205 | "symfony/validator": "~2.3|~3.0" |
||
2206 | }, |
||
2207 | "type": "library", |
||
2208 | "autoload": { |
||
2209 | "psr-4": { |
||
2210 | "Saxulum\\DoctrineOrmManagerRegistry\\": "src/" |
||
2211 | } |
||
2212 | }, |
||
2213 | "notification-url": "https://packagist.org/downloads/", |
||
2214 | "license": [ |
||
2215 | "MIT" |
||
2216 | ], |
||
2217 | "authors": [ |
||
2218 | { |
||
2219 | "name": "Dominik Zogg", |
||
2220 | "email": "[email protected]" |
||
2221 | } |
||
2222 | ], |
||
2223 | "description": "Saxulum Doctrine ORM Manager Registry Provider", |
||
2224 | "keywords": [ |
||
2225 | "doctrine", |
||
2226 | "managerregistry", |
||
2227 | "orm", |
||
2228 | "pimple", |
||
2229 | "silex" |
||
2230 | ], |
||
2231 | "time": "2016-05-09T06:24:24+00:00" |
||
2232 | }, |
||
2233 | { |
||
2234 | "name": "saxulum/saxulum-validator-provider", |
||
2235 | "version": "2.1.1", |
||
2236 | "source": { |
||
2237 | "type": "git", |
||
2238 | "url": "https://github.com/saxulum/saxulum-validator-provider.git", |
||
2239 | "reference": "32f6ce87a05ccdfd12f6381365b89aa2612ece48" |
||
2240 | }, |
||
2241 | "dist": { |
||
2242 | "type": "zip", |
||
2243 | "url": "https://api.github.com/repos/saxulum/saxulum-validator-provider/zipball/32f6ce87a05ccdfd12f6381365b89aa2612ece48", |
||
2244 | "reference": "32f6ce87a05ccdfd12f6381365b89aa2612ece48", |
||
2245 | "shasum": "" |
||
2246 | }, |
||
2247 | "require": { |
||
2248 | "doctrine/annotations": "~1.0", |
||
2249 | "php": ">=5.5.9,<8.0", |
||
2250 | "pimple/pimple": ">=2.1,<4", |
||
2251 | "symfony/validator": "~2.3|~3.0" |
||
2252 | }, |
||
2253 | "require-dev": { |
||
2254 | "phpunit/phpunit": "~4.0", |
||
2255 | "silex/api": "~2.0@dev", |
||
2256 | "silex/providers": "~2.0@dev", |
||
2257 | "symfony/config": "~2.3|~3.0", |
||
2258 | "symfony/yaml": "~2.3|~3.0" |
||
2259 | }, |
||
2260 | "type": "library", |
||
2261 | "autoload": { |
||
2262 | "psr-4": { |
||
2263 | "Saxulum\\Validator\\": "src/" |
||
2264 | } |
||
2265 | }, |
||
2266 | "notification-url": "https://packagist.org/downloads/", |
||
2267 | "license": [ |
||
2268 | "MIT" |
||
2269 | ], |
||
2270 | "authors": [ |
||
2271 | { |
||
2272 | "name": "Dominik Zogg", |
||
2273 | "email": "[email protected]" |
||
2274 | } |
||
2275 | ], |
||
2276 | "description": "Saxulum Validator Provider (yaml)", |
||
2277 | "keywords": [ |
||
2278 | "cilex", |
||
2279 | "pimple", |
||
2280 | "saxulum", |
||
2281 | "silex", |
||
2282 | "validator" |
||
2283 | ], |
||
2284 | "time": "2015-12-19T17:34:02+00:00" |
||
2285 | }, |
||
2286 | { |
||
2287 | "name": "saxulum/saxulum-webprofiler-provider", |
||
2288 | "version": "2.0.0", |
||
2289 | "source": { |
||
2290 | "type": "git", |
||
2291 | "url": "https://github.com/saxulum/saxulum-webprofiler-provider.git", |
||
2292 | "reference": "613d817f4d8bc90a32673fe8813fb0b58bbea3bc" |
||
2293 | }, |
||
2294 | "dist": { |
||
2295 | "type": "zip", |
||
2296 | "url": "https://api.github.com/repos/saxulum/saxulum-webprofiler-provider/zipball/613d817f4d8bc90a32673fe8813fb0b58bbea3bc", |
||
2297 | "reference": "613d817f4d8bc90a32673fe8813fb0b58bbea3bc", |
||
2298 | "shasum": "" |
||
2299 | }, |
||
2300 | "require": { |
||
2301 | "jdorn/sql-formatter": "~1.1", |
||
2302 | "php": ">=5.5.9,<8.0", |
||
2303 | "psr/log": "1.0.*", |
||
2304 | "silex/silex": "~2.0", |
||
2305 | "silex/web-profiler": "~2.0" |
||
2306 | }, |
||
2307 | "require-dev": { |
||
2308 | "phpunit/phpunit": "~4.0", |
||
2309 | "saxulum/saxulum-doctrine-mongodb-odm-manager-registry-provider": "~2.0", |
||
2310 | "saxulum/saxulum-doctrine-orm-manager-registry-provider": "~3.0" |
||
2311 | }, |
||
2312 | "type": "library", |
||
2313 | "extra": { |
||
2314 | "branch-alias": { |
||
2315 | "dev-master": "2.0-dev" |
||
2316 | } |
||
2317 | }, |
||
2318 | "autoload": { |
||
2319 | "psr-4": { |
||
2320 | "Saxulum\\SaxulumWebProfiler\\": "src" |
||
2321 | } |
||
2322 | }, |
||
2323 | "notification-url": "https://packagist.org/downloads/", |
||
2324 | "license": [ |
||
2325 | "MIT" |
||
2326 | ], |
||
2327 | "authors": [ |
||
2328 | { |
||
2329 | "name": "Dominik Zogg", |
||
2330 | "email": "[email protected]" |
||
2331 | } |
||
2332 | ], |
||
2333 | "description": "A extended webprofiler for saxulum (silex)", |
||
2334 | "keywords": [ |
||
2335 | "saxulum", |
||
2336 | "silex", |
||
2337 | "webprofiler" |
||
2338 | ], |
||
2339 | "time": "2016-07-14T06:35:03+00:00" |
||
2340 | }, |
||
2341 | { |
||
2342 | "name": "seld/cli-prompt", |
||
2343 | "version": "1.0.3", |
||
2344 | "source": { |
||
2345 | "type": "git", |
||
2346 | "url": "https://github.com/Seldaek/cli-prompt.git", |
||
2347 | "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd" |
||
2348 | }, |
||
2349 | "dist": { |
||
2350 | "type": "zip", |
||
2351 | "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd", |
||
2352 | "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd", |
||
2353 | "shasum": "" |
||
2354 | }, |
||
2355 | "require": { |
||
2356 | "php": ">=5.3" |
||
2357 | }, |
||
2358 | "type": "library", |
||
2359 | "extra": { |
||
2360 | "branch-alias": { |
||
2361 | "dev-master": "1.x-dev" |
||
2362 | } |
||
2363 | }, |
||
2364 | "autoload": { |
||
2365 | "psr-4": { |
||
2366 | "Seld\\CliPrompt\\": "src/" |
||
2367 | } |
||
2368 | }, |
||
2369 | "notification-url": "https://packagist.org/downloads/", |
||
2370 | "license": [ |
||
2371 | "MIT" |
||
2372 | ], |
||
2373 | "authors": [ |
||
2374 | { |
||
2375 | "name": "Jordi Boggiano", |
||
2376 | "email": "[email protected]" |
||
2377 | } |
||
2378 | ], |
||
2379 | "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type", |
||
2380 | "keywords": [ |
||
2381 | "cli", |
||
2382 | "console", |
||
2383 | "hidden", |
||
2384 | "input", |
||
2385 | "prompt" |
||
2386 | ], |
||
2387 | "time": "2017-03-18T11:32:45+00:00" |
||
2388 | }, |
||
2389 | { |
||
2390 | "name": "seld/jsonlint", |
||
2391 | "version": "1.6.1", |
||
2392 | "source": { |
||
2393 | "type": "git", |
||
2394 | "url": "https://github.com/Seldaek/jsonlint.git", |
||
2395 | "reference": "50d63f2858d87c4738d5b76a7dcbb99fa8cf7c77" |
||
2396 | }, |
||
2397 | "dist": { |
||
2398 | "type": "zip", |
||
2399 | "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/50d63f2858d87c4738d5b76a7dcbb99fa8cf7c77", |
||
2400 | "reference": "50d63f2858d87c4738d5b76a7dcbb99fa8cf7c77", |
||
2401 | "shasum": "" |
||
2402 | }, |
||
2403 | "require": { |
||
2404 | "php": "^5.3 || ^7.0" |
||
2405 | }, |
||
2406 | "require-dev": { |
||
2407 | "phpunit/phpunit": "^4.5" |
||
2408 | }, |
||
2409 | "bin": [ |
||
2410 | "bin/jsonlint" |
||
2411 | ], |
||
2412 | "type": "library", |
||
2413 | "autoload": { |
||
2414 | "psr-4": { |
||
2415 | "Seld\\JsonLint\\": "src/Seld/JsonLint/" |
||
2416 | } |
||
2417 | }, |
||
2418 | "notification-url": "https://packagist.org/downloads/", |
||
2419 | "license": [ |
||
2420 | "MIT" |
||
2421 | ], |
||
2422 | "authors": [ |
||
2423 | { |
||
2424 | "name": "Jordi Boggiano", |
||
2425 | "email": "[email protected]", |
||
2426 | "homepage": "http://seld.be" |
||
2427 | } |
||
2428 | ], |
||
2429 | "description": "JSON Linter", |
||
2430 | "keywords": [ |
||
2431 | "json", |
||
2432 | "linter", |
||
2433 | "parser", |
||
2434 | "validator" |
||
2435 | ], |
||
2436 | "time": "2017-06-18T15:11:04+00:00" |
||
2437 | }, |
||
2438 | { |
||
2439 | "name": "seld/phar-utils", |
||
2440 | "version": "1.0.1", |
||
2441 | "source": { |
||
2442 | "type": "git", |
||
2443 | "url": "https://github.com/Seldaek/phar-utils.git", |
||
2444 | "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a" |
||
2445 | }, |
||
2446 | "dist": { |
||
2447 | "type": "zip", |
||
2448 | "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a", |
||
2449 | "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a", |
||
2450 | "shasum": "" |
||
2451 | }, |
||
2452 | "require": { |
||
2453 | "php": ">=5.3" |
||
2454 | }, |
||
2455 | "type": "library", |
||
2456 | "extra": { |
||
2457 | "branch-alias": { |
||
2458 | "dev-master": "1.x-dev" |
||
2459 | } |
||
2460 | }, |
||
2461 | "autoload": { |
||
2462 | "psr-4": { |
||
2463 | "Seld\\PharUtils\\": "src/" |
||
2464 | } |
||
2465 | }, |
||
2466 | "notification-url": "https://packagist.org/downloads/", |
||
2467 | "license": [ |
||
2468 | "MIT" |
||
2469 | ], |
||
2470 | "authors": [ |
||
2471 | { |
||
2472 | "name": "Jordi Boggiano", |
||
2473 | "email": "[email protected]" |
||
2474 | } |
||
2475 | ], |
||
2476 | "description": "PHAR file format utilities, for when PHP phars you up", |
||
2477 | "keywords": [ |
||
2478 | "phra" |
||
2479 | ], |
||
2480 | "time": "2015-10-13T18:44:15+00:00" |
||
2481 | }, |
||
2482 | { |
||
2483 | "name": "sensio/framework-extra-bundle", |
||
2484 | "version": "v3.0.28", |
||
2485 | "source": { |
||
2486 | "type": "git", |
||
2487 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
||
2488 | "reference": "65eadf9e3fd5c47eee7986b306a5aed8affe6496" |
||
2489 | }, |
||
2490 | "dist": { |
||
2491 | "type": "zip", |
||
2492 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/65eadf9e3fd5c47eee7986b306a5aed8affe6496", |
||
2493 | "reference": "65eadf9e3fd5c47eee7986b306a5aed8affe6496", |
||
2494 | "shasum": "" |
||
2495 | }, |
||
2496 | "require": { |
||
2497 | "doctrine/common": "~2.2", |
||
2498 | "symfony/dependency-injection": "~2.3|~3.0", |
||
2499 | "symfony/framework-bundle": "~2.3|~3.0|~4.0" |
||
2500 | }, |
||
2501 | "require-dev": { |
||
2502 | "doctrine/doctrine-bundle": "~1.5", |
||
2503 | "doctrine/orm": "~2.4,>=2.4.5", |
||
2504 | "symfony/asset": "~2.7|~3.0|~4.0", |
||
2505 | "symfony/browser-kit": "~2.3|~3.0|~4.0", |
||
2506 | "symfony/dom-crawler": "~2.3|~3.0|~4.0", |
||
2507 | "symfony/expression-language": "~2.4|~3.0|~4.0", |
||
2508 | "symfony/finder": "~2.3|~3.0|~4.0", |
||
2509 | "symfony/phpunit-bridge": "~3.2|~4.0", |
||
2510 | "symfony/psr-http-message-bridge": "^0.3|^1.0", |
||
2511 | "symfony/security-bundle": "~2.4|~3.0|~4.0", |
||
2512 | "symfony/templating": "~2.3|~3.0|~4.0", |
||
2513 | "symfony/translation": "~2.3|~3.0|~4.0", |
||
2514 | "symfony/twig-bundle": "~2.3|~3.0|~4.0", |
||
2515 | "symfony/yaml": "~2.3|~3.0|~4.0", |
||
2516 | "twig/twig": "~1.12|~2.0", |
||
2517 | "zendframework/zend-diactoros": "^1.3" |
||
2518 | }, |
||
2519 | "suggest": { |
||
2520 | "symfony/expression-language": "", |
||
2521 | "symfony/psr-http-message-bridge": "To use the PSR-7 converters", |
||
2522 | "symfony/security-bundle": "" |
||
2523 | }, |
||
2524 | "type": "symfony-bundle", |
||
2525 | "extra": { |
||
2526 | "branch-alias": { |
||
2527 | "dev-master": "3.0.x-dev" |
||
2528 | } |
||
2529 | }, |
||
2530 | "autoload": { |
||
2531 | "psr-4": { |
||
2532 | "Sensio\\Bundle\\FrameworkExtraBundle\\": "" |
||
2533 | } |
||
2534 | }, |
||
2535 | "notification-url": "https://packagist.org/downloads/", |
||
2536 | "license": [ |
||
2537 | "MIT" |
||
2538 | ], |
||
2539 | "authors": [ |
||
2540 | { |
||
2541 | "name": "Fabien Potencier", |
||
2542 | "email": "[email protected]" |
||
2543 | } |
||
2544 | ], |
||
2545 | "description": "This bundle provides a way to configure your controllers with annotations", |
||
2546 | "keywords": [ |
||
2547 | "annotations", |
||
2548 | "controllers" |
||
2549 | ], |
||
2550 | "time": "2017-10-12T17:37:20+00:00" |
||
2551 | }, |
||
2552 | { |
||
2553 | "name": "sergiors/annotations-service-provider", |
||
2554 | "version": "dev-master", |
||
2555 | "source": { |
||
2556 | "type": "git", |
||
2557 | "url": "https://github.com/sergiors/annotations-service-provider.git", |
||
2558 | "reference": "550e22a0c834442f964c158d4cb46a10f5a4e6e5" |
||
2559 | }, |
||
2560 | "dist": { |
||
2561 | "type": "zip", |
||
2562 | "url": "https://api.github.com/repos/sergiors/annotations-service-provider/zipball/550e22a0c834442f964c158d4cb46a10f5a4e6e5", |
||
2563 | "reference": "550e22a0c834442f964c158d4cb46a10f5a4e6e5", |
||
2564 | "shasum": "" |
||
2565 | }, |
||
2566 | "require": { |
||
2567 | "doctrine/annotations": "~1.2", |
||
2568 | "pimple/pimple": "^3.0", |
||
2569 | "sergiors/doctrine-cache-service-provider": "^2" |
||
2570 | }, |
||
2571 | "require-dev": { |
||
2572 | "pdepend/pdepend": "~2.0", |
||
2573 | "phing/phing": "~2.10", |
||
2574 | "phploc/phploc": "~2.1", |
||
2575 | "phpmd/phpmd": "~2.2", |
||
2576 | "phpunit/phpunit": "~4.8", |
||
2577 | "sebastian/phpcpd": "~2.0", |
||
2578 | "squizlabs/php_codesniffer": "~2.1" |
||
2579 | }, |
||
2580 | "type": "library", |
||
2581 | "autoload": { |
||
2582 | "psr-4": { |
||
2583 | "Sergiors\\Silex\\": "src" |
||
2584 | } |
||
2585 | }, |
||
2586 | "notification-url": "https://packagist.org/downloads/", |
||
2587 | "license": [ |
||
2588 | "MIT" |
||
2589 | ], |
||
2590 | "authors": [ |
||
2591 | { |
||
2592 | "name": "Sérgio Rafael Siqueira", |
||
2593 | "email": "[email protected]" |
||
2594 | } |
||
2595 | ], |
||
2596 | "description": "Doctrine Annotations for Silex", |
||
2597 | "time": "2017-02-13T15:44:29+00:00" |
||
2598 | }, |
||
2599 | { |
||
2600 | "name": "sergiors/doctrine-cache-service-provider", |
||
2601 | "version": "2.1.0", |
||
2602 | "source": { |
||
2603 | "type": "git", |
||
2604 | "url": "https://github.com/sergiors/doctrine-cache-service-provider.git", |
||
2605 | "reference": "ce652f6959b07197d8cf3727937e24dad7acc252" |
||
2606 | }, |
||
2607 | "dist": { |
||
2608 | "type": "zip", |
||
2609 | "url": "https://api.github.com/repos/sergiors/doctrine-cache-service-provider/zipball/ce652f6959b07197d8cf3727937e24dad7acc252", |
||
2610 | "reference": "ce652f6959b07197d8cf3727937e24dad7acc252", |
||
2611 | "shasum": "" |
||
2612 | }, |
||
2613 | "require": { |
||
2614 | "doctrine/cache": "~1.4", |
||
2615 | "php": ">=5.5", |
||
2616 | "pimple/pimple": "^3.0" |
||
2617 | }, |
||
2618 | "require-dev": { |
||
2619 | "pdepend/pdepend": "~2.0", |
||
2620 | "phing/phing": "~2.10", |
||
2621 | "phploc/phploc": "~2.1", |
||
2622 | "phpmd/phpmd": "~2.2", |
||
2623 | "phpunit/phpunit": "~4.8", |
||
2624 | "sebastian/phpcpd": "~2.0", |
||
2625 | "squizlabs/php_codesniffer": "~2.1" |
||
2626 | }, |
||
2627 | "type": "library", |
||
2628 | "autoload": { |
||
2629 | "psr-4": { |
||
2630 | "Sergiors\\Silex\\": "src" |
||
2631 | } |
||
2632 | }, |
||
2633 | "notification-url": "https://packagist.org/downloads/", |
||
2634 | "license": [ |
||
2635 | "MIT" |
||
2636 | ], |
||
2637 | "authors": [ |
||
2638 | { |
||
2639 | "name": "Sérgio Rafael Siqueira", |
||
2640 | "email": "[email protected]" |
||
2641 | } |
||
2642 | ], |
||
2643 | "description": "Doctrine Cache for Pimple", |
||
2644 | "time": "2017-11-09T17:08:56+00:00" |
||
2645 | }, |
||
2646 | { |
||
2647 | "name": "sergiors/routing-service-provider", |
||
2648 | "version": "dev-master", |
||
2649 | "source": { |
||
2650 | "type": "git", |
||
2651 | "url": "https://github.com/sergiors/routing-service-provider.git", |
||
2652 | "reference": "35f5cf95619b3a6beae586168304ccfcca66cb23" |
||
2653 | }, |
||
2654 | "dist": { |
||
2655 | "type": "zip", |
||
2656 | "url": "https://api.github.com/repos/sergiors/routing-service-provider/zipball/35f5cf95619b3a6beae586168304ccfcca66cb23", |
||
2657 | "reference": "35f5cf95619b3a6beae586168304ccfcca66cb23", |
||
2658 | "shasum": "" |
||
2659 | }, |
||
2660 | "require": { |
||
2661 | "silex/silex": "^2", |
||
2662 | "symfony/config": "^2.8|^3.0", |
||
2663 | "symfony/routing": "^2.8|^3.0" |
||
2664 | }, |
||
2665 | "require-dev": { |
||
2666 | "pdepend/pdepend": "~2.0", |
||
2667 | "phing/phing": "~2.10", |
||
2668 | "phploc/phploc": "~2.1", |
||
2669 | "phpmd/phpmd": "~2.2", |
||
2670 | "phpunit/phpunit": "~4.8", |
||
2671 | "sebastian/phpcpd": "~2.0", |
||
2672 | "squizlabs/php_codesniffer": "~2.1", |
||
2673 | "symfony/dependency-injection": "^2.8|^3.0", |
||
2674 | "symfony/yaml": "^2.8|^3.0" |
||
2675 | }, |
||
2676 | "suggest": { |
||
2677 | "symfony/dependency-injection": "", |
||
2678 | "symfony/yaml": "For using the YAML loader" |
||
2679 | }, |
||
2680 | "type": "library", |
||
2681 | "autoload": { |
||
2682 | "psr-4": { |
||
2683 | "Sergiors\\Silex\\": "src" |
||
2684 | } |
||
2685 | }, |
||
2686 | "notification-url": "https://packagist.org/downloads/", |
||
2687 | "license": [ |
||
2688 | "MIT" |
||
2689 | ], |
||
2690 | "authors": [ |
||
2691 | { |
||
2692 | "name": "Sérgio Rafael Siqueira", |
||
2693 | "email": "[email protected]" |
||
2694 | } |
||
2695 | ], |
||
2696 | "description": "Import your routes from YAML, PHP files or Directory.", |
||
2697 | "time": "2017-05-31T15:01:21+00:00" |
||
2698 | }, |
||
2699 | { |
||
2700 | "name": "sergiors/sensio-framework-extra-service-provider", |
||
2701 | "version": "dev-support-php5", |
||
2702 | "source": { |
||
2703 | "type": "git", |
||
2704 | "url": "https://github.com/EC-CUBE/sensio-framework-extra-service-provider.git", |
||
2705 | "reference": "89f572212cb76dad40283d59edb3373fbe6ac55e" |
||
2706 | }, |
||
2707 | "dist": { |
||
2708 | "type": "zip", |
||
2709 | "url": "https://api.github.com/repos/EC-CUBE/sensio-framework-extra-service-provider/zipball/89f572212cb76dad40283d59edb3373fbe6ac55e", |
||
2710 | "reference": "89f572212cb76dad40283d59edb3373fbe6ac55e", |
||
2711 | "shasum": "" |
||
2712 | }, |
||
2713 | "require": { |
||
2714 | "php": ">=5.5", |
||
2715 | "sensio/framework-extra-bundle": "^3.0", |
||
2716 | "sergiors/annotations-service-provider": "dev-master", |
||
2717 | "sergiors/routing-service-provider": "dev-master", |
||
2718 | "sergiors/templating-service-provider": "^2", |
||
2719 | "silex/silex": "^2", |
||
2720 | "symfony/expression-language": "^2.8|^3.0" |
||
2721 | }, |
||
2722 | "require-dev": { |
||
2723 | "pdepend/pdepend": "~2.0", |
||
2724 | "phing/phing": "~2.10", |
||
2725 | "phploc/phploc": "~2.1", |
||
2726 | "phpmd/phpmd": "~2.2", |
||
2727 | "phpunit/phpunit": "~4.8", |
||
2728 | "sebastian/phpcpd": "~2.0", |
||
2729 | "squizlabs/php_codesniffer": "~2.1", |
||
2730 | "symfony/psr-http-message-bridge": "^0.2.0", |
||
2731 | "symfony/security": "^2.8|^3.0", |
||
2732 | "zendframework/zend-diactoros": "^1.3" |
||
2733 | }, |
||
2734 | "suggest": { |
||
2735 | "sergiors/doctrine-manager-registry-service-provider": "" |
||
2736 | }, |
||
2737 | "type": "library", |
||
2738 | "autoload": { |
||
2739 | "psr-4": { |
||
2740 | "Sergiors\\Silex\\": "src" |
||
2741 | } |
||
2742 | }, |
||
2743 | "autoload-dev": { |
||
2744 | "psr-4": { |
||
2745 | "Sergiors\\Silex\\Tests\\": "tests" |
||
2746 | } |
||
2747 | }, |
||
2748 | "license": [ |
||
2749 | "MIT" |
||
2750 | ], |
||
2751 | "authors": [ |
||
2752 | { |
||
2753 | "name": "Sérgio Rafael Siqueira", |
||
2754 | "email": "[email protected]" |
||
2755 | } |
||
2756 | ], |
||
2757 | "description": "SensioFrameworkExtraBundle for Silex", |
||
2758 | "support": { |
||
2759 | "source": "https://github.com/EC-CUBE/sensio-framework-extra-service-provider/tree/dev-support-php5" |
||
2760 | }, |
||
2761 | "time": "2016-12-05T06:41:02+00:00" |
||
2762 | }, |
||
2763 | { |
||
2764 | "name": "sergiors/templating-service-provider", |
||
2765 | "version": "2.0.1", |
||
2766 | "source": { |
||
2767 | "type": "git", |
||
2768 | "url": "https://github.com/sergiors/templating-service-provider.git", |
||
2769 | "reference": "e633840abdce35cc96b50a44e8f87eebe9e4022f" |
||
2770 | }, |
||
2771 | "dist": { |
||
2772 | "type": "zip", |
||
2773 | "url": "https://api.github.com/repos/sergiors/templating-service-provider/zipball/e633840abdce35cc96b50a44e8f87eebe9e4022f", |
||
2774 | "reference": "e633840abdce35cc96b50a44e8f87eebe9e4022f", |
||
2775 | "shasum": "" |
||
2776 | }, |
||
2777 | "require": { |
||
2778 | "php": ">=5.5", |
||
2779 | "silex/silex": "^2", |
||
2780 | "symfony/templating": "~2.7|~3.0" |
||
2781 | }, |
||
2782 | "require-dev": { |
||
2783 | "pdepend/pdepend": "~2.0", |
||
2784 | "phing/phing": "~2.10", |
||
2785 | "phploc/phploc": "~2.1", |
||
2786 | "phpmd/phpmd": "~2.2", |
||
2787 | "phpunit/phpunit": "~4.8", |
||
2788 | "sebastian/phpcpd": "~2.0", |
||
2789 | "squizlabs/php_codesniffer": "~2.1", |
||
2790 | "symfony/twig-bridge": "~2.7|~3.0", |
||
2791 | "twig/twig": "~1.22" |
||
2792 | }, |
||
2793 | "suggest": { |
||
2794 | "symfony/twig-bridge": "For using the Twig", |
||
2795 | "twig/twig": "For using the Twig" |
||
2796 | }, |
||
2797 | "type": "library", |
||
2798 | "autoload": { |
||
2799 | "psr-4": { |
||
2800 | "Sergiors\\Silex\\": "src" |
||
2801 | } |
||
2802 | }, |
||
2803 | "notification-url": "https://packagist.org/downloads/", |
||
2804 | "license": [ |
||
2805 | "MIT" |
||
2806 | ], |
||
2807 | "authors": [ |
||
2808 | { |
||
2809 | "name": "Sérgio Rafael Siqueira", |
||
2810 | "email": "[email protected]" |
||
2811 | } |
||
2812 | ], |
||
2813 | "description": "Template engine implementation using PHP or Twig for Silex", |
||
2814 | "time": "2016-07-29T20:42:18+00:00" |
||
2815 | }, |
||
2816 | { |
||
2817 | "name": "silex/silex", |
||
2818 | "version": "v2.2.0", |
||
2819 | "source": { |
||
2820 | "type": "git", |
||
2821 | "url": "https://github.com/silexphp/Silex.git", |
||
2822 | "reference": "ec7d5b5334465414952d4b2e935e73bd085dbbbb" |
||
2823 | }, |
||
2824 | "dist": { |
||
2825 | "type": "zip", |
||
2826 | "url": "https://api.github.com/repos/silexphp/Silex/zipball/ec7d5b5334465414952d4b2e935e73bd085dbbbb", |
||
2827 | "reference": "ec7d5b5334465414952d4b2e935e73bd085dbbbb", |
||
2828 | "shasum": "" |
||
2829 | }, |
||
2830 | "require": { |
||
2831 | "php": ">=5.5.9", |
||
2832 | "pimple/pimple": "~3.0", |
||
2833 | "symfony/event-dispatcher": "~2.8|^3.0", |
||
2834 | "symfony/http-foundation": "~2.8|^3.0", |
||
2835 | "symfony/http-kernel": "~2.8|^3.0", |
||
2836 | "symfony/routing": "~2.8|^3.0" |
||
2837 | }, |
||
2838 | "conflict": { |
||
2839 | "phpunit/phpunit": "<4.8.35 || >= 5.0, <5.4.3" |
||
2840 | }, |
||
2841 | "replace": { |
||
2842 | "silex/api": "self.version", |
||
2843 | "silex/providers": "self.version" |
||
2844 | }, |
||
2845 | "require-dev": { |
||
2846 | "doctrine/dbal": "~2.2", |
||
2847 | "monolog/monolog": "^1.4.1", |
||
2848 | "swiftmailer/swiftmailer": "~5", |
||
2849 | "symfony/asset": "~2.8|^3.0", |
||
2850 | "symfony/browser-kit": "~2.8|^3.0", |
||
2851 | "symfony/config": "~2.8|^3.0", |
||
2852 | "symfony/css-selector": "~2.8|^3.0", |
||
2853 | "symfony/debug": "~2.8|^3.0", |
||
2854 | "symfony/doctrine-bridge": "~2.8|^3.0", |
||
2855 | "symfony/dom-crawler": "~2.8|^3.0", |
||
2856 | "symfony/expression-language": "~2.8|^3.0", |
||
2857 | "symfony/finder": "~2.8|^3.0", |
||
2858 | "symfony/form": "~2.8|^3.0", |
||
2859 | "symfony/intl": "~2.8|^3.0", |
||
2860 | "symfony/monolog-bridge": "~2.8|^3.0", |
||
2861 | "symfony/options-resolver": "~2.8|^3.0", |
||
2862 | "symfony/phpunit-bridge": "^3.2", |
||
2863 | "symfony/process": "~2.8|^3.0", |
||
2864 | "symfony/security": "~2.8|^3.0", |
||
2865 | "symfony/serializer": "~2.8|^3.0", |
||
2866 | "symfony/translation": "~2.8|^3.0", |
||
2867 | "symfony/twig-bridge": "~2.8|^3.0", |
||
2868 | "symfony/validator": "~2.8|^3.0", |
||
2869 | "symfony/var-dumper": "~2.8|^3.0", |
||
2870 | "symfony/web-link": "^3.3", |
||
2871 | "twig/twig": "~1.28|~2.0" |
||
2872 | }, |
||
2873 | "type": "library", |
||
2874 | "extra": { |
||
2875 | "branch-alias": { |
||
2876 | "dev-master": "2.2.x-dev" |
||
2877 | } |
||
2878 | }, |
||
2879 | "autoload": { |
||
2880 | "psr-4": { |
||
2881 | "Silex\\": "src/Silex" |
||
2882 | } |
||
2883 | }, |
||
2884 | "notification-url": "https://packagist.org/downloads/", |
||
2885 | "license": [ |
||
2886 | "MIT" |
||
2887 | ], |
||
2888 | "authors": [ |
||
2889 | { |
||
2890 | "name": "Fabien Potencier", |
||
2891 | "email": "[email protected]" |
||
2892 | }, |
||
2893 | { |
||
2894 | "name": "Igor Wiedler", |
||
2895 | "email": "[email protected]" |
||
2896 | } |
||
2897 | ], |
||
2898 | "description": "The PHP micro-framework based on the Symfony Components", |
||
2899 | "homepage": "http://silex.sensiolabs.org", |
||
2900 | "keywords": [ |
||
2901 | "microframework" |
||
2902 | ], |
||
2903 | "time": "2017-07-23T07:40:14+00:00" |
||
2904 | }, |
||
2905 | { |
||
2906 | "name": "silex/web-profiler", |
||
2907 | "version": "v2.0.9", |
||
2908 | "source": { |
||
2909 | "type": "git", |
||
2910 | "url": "https://github.com/silexphp/Silex-WebProfiler.git", |
||
2911 | "reference": "cd76e55490d556a81378b8230e28f55536811418" |
||
2912 | }, |
||
2913 | "dist": { |
||
2914 | "type": "zip", |
||
2915 | "url": "https://api.github.com/repos/silexphp/Silex-WebProfiler/zipball/cd76e55490d556a81378b8230e28f55536811418", |
||
2916 | "reference": "cd76e55490d556a81378b8230e28f55536811418", |
||
2917 | "shasum": "" |
||
2918 | }, |
||
2919 | "require": { |
||
2920 | "silex/silex": "^2.0", |
||
2921 | "symfony/stopwatch": "^2.8|^3.0", |
||
2922 | "symfony/twig-bridge": "^2.8|^3.0", |
||
2923 | "symfony/web-profiler-bundle": "^2.8|^3.0" |
||
2924 | }, |
||
2925 | "conflict": { |
||
2926 | "symfony/web-profiler-bundle": "3.1.0" |
||
2927 | }, |
||
2928 | "require-dev": { |
||
2929 | "symfony/browser-kit": "^2.8|^3.0", |
||
2930 | "symfony/css-selector": "^2.8|^3.0", |
||
2931 | "symfony/debug-bundle": "^2.8|^3.0", |
||
2932 | "symfony/phpunit-bridge": "~3.2", |
||
2933 | "symfony/security": "^2.8|^3.0", |
||
2934 | "symfony/security-bundle": "^2.8|^3.0", |
||
2935 | "symfony/translation": "^2.8|^3.0" |
||
2936 | }, |
||
2937 | "type": "library", |
||
2938 | "extra": { |
||
2939 | "branch-alias": { |
||
2940 | "dev-master": "2.0.x-dev" |
||
2941 | } |
||
2942 | }, |
||
2943 | "autoload": { |
||
2944 | "psr-4": { |
||
2945 | "Silex\\Provider\\": "" |
||
2946 | } |
||
2947 | }, |
||
2948 | "notification-url": "https://packagist.org/downloads/", |
||
2949 | "license": [ |
||
2950 | "MIT" |
||
2951 | ], |
||
2952 | "authors": [ |
||
2953 | { |
||
2954 | "name": "Fabien Potencier", |
||
2955 | "email": "[email protected]" |
||
2956 | } |
||
2957 | ], |
||
2958 | "description": "A WebProfiler for Silex", |
||
2959 | "homepage": "http://silex.sensiolabs.org/", |
||
2960 | "time": "2017-04-23T23:11:39+00:00" |
||
2961 | }, |
||
2962 | { |
||
2963 | "name": "swiftmailer/swiftmailer", |
||
2964 | "version": "v5.4.8", |
||
2965 | "source": { |
||
2966 | "type": "git", |
||
2967 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
2968 | "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517" |
||
2969 | }, |
||
2970 | "dist": { |
||
2971 | "type": "zip", |
||
2972 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517", |
||
2973 | "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517", |
||
2974 | "shasum": "" |
||
2975 | }, |
||
2976 | "require": { |
||
2977 | "php": ">=5.3.3" |
||
2978 | }, |
||
2979 | "require-dev": { |
||
2980 | "mockery/mockery": "~0.9.1", |
||
2981 | "symfony/phpunit-bridge": "~3.2" |
||
2982 | }, |
||
2983 | "type": "library", |
||
2984 | "extra": { |
||
2985 | "branch-alias": { |
||
2986 | "dev-master": "5.4-dev" |
||
2987 | } |
||
2988 | }, |
||
2989 | "autoload": { |
||
2990 | "files": [ |
||
2991 | "lib/swift_required.php" |
||
2992 | ] |
||
2993 | }, |
||
2994 | "notification-url": "https://packagist.org/downloads/", |
||
2995 | "license": [ |
||
2996 | "MIT" |
||
2997 | ], |
||
2998 | "authors": [ |
||
2999 | { |
||
3000 | "name": "Chris Corbyn" |
||
3001 | }, |
||
3002 | { |
||
3003 | "name": "Fabien Potencier", |
||
3004 | "email": "[email protected]" |
||
3005 | } |
||
3006 | ], |
||
3007 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
3008 | "homepage": "http://swiftmailer.org", |
||
3009 | "keywords": [ |
||
3010 | "email", |
||
3011 | "mail", |
||
3012 | "mailer" |
||
3013 | ], |
||
3014 | "time": "2017-05-01T15:54:03+00:00" |
||
3015 | }, |
||
3016 | { |
||
3017 | "name": "symfony/asset", |
||
3018 | "version": "v3.3.12", |
||
3019 | "source": { |
||
3020 | "type": "git", |
||
3021 | "url": "https://github.com/symfony/asset.git", |
||
3022 | "reference": "9ceb0a4353fb43dc9397c111722b7176676fd3b7" |
||
3023 | }, |
||
3024 | "dist": { |
||
3025 | "type": "zip", |
||
3026 | "url": "https://api.github.com/repos/symfony/asset/zipball/9ceb0a4353fb43dc9397c111722b7176676fd3b7", |
||
3027 | "reference": "9ceb0a4353fb43dc9397c111722b7176676fd3b7", |
||
3028 | "shasum": "" |
||
3029 | }, |
||
3030 | "require": { |
||
3031 | "php": "^5.5.9|>=7.0.8" |
||
3032 | }, |
||
3033 | "require-dev": { |
||
3034 | "symfony/http-foundation": "~2.8|~3.0", |
||
3035 | "symfony/http-kernel": "~2.8|~3.0" |
||
3036 | }, |
||
3037 | "suggest": { |
||
3038 | "symfony/http-foundation": "" |
||
3039 | }, |
||
3040 | "type": "library", |
||
3041 | "extra": { |
||
3042 | "branch-alias": { |
||
3043 | "dev-master": "3.3-dev" |
||
3044 | } |
||
3045 | }, |
||
3046 | "autoload": { |
||
3047 | "psr-4": { |
||
3048 | "Symfony\\Component\\Asset\\": "" |
||
3049 | }, |
||
3050 | "exclude-from-classmap": [ |
||
3051 | "/Tests/" |
||
3052 | ] |
||
3053 | }, |
||
3054 | "notification-url": "https://packagist.org/downloads/", |
||
3055 | "license": [ |
||
3056 | "MIT" |
||
3057 | ], |
||
3058 | "authors": [ |
||
3059 | { |
||
3060 | "name": "Fabien Potencier", |
||
3061 | "email": "[email protected]" |
||
3062 | }, |
||
3063 | { |
||
3064 | "name": "Symfony Community", |
||
3065 | "homepage": "https://symfony.com/contributors" |
||
3066 | } |
||
3067 | ], |
||
3068 | "description": "Symfony Asset Component", |
||
3069 | "homepage": "https://symfony.com", |
||
3070 | "time": "2017-10-24T14:05:06+00:00" |
||
3071 | }, |
||
3072 | { |
||
3073 | "name": "symfony/cache", |
||
3074 | "version": "v3.3.12", |
||
3075 | "source": { |
||
3076 | "type": "git", |
||
3077 | "url": "https://github.com/symfony/cache.git", |
||
3078 | "reference": "49aadc35cc8ae6646cdc39ebdeaceb6712769c9f" |
||
3079 | }, |
||
3080 | "dist": { |
||
3081 | "type": "zip", |
||
3082 | "url": "https://api.github.com/repos/symfony/cache/zipball/49aadc35cc8ae6646cdc39ebdeaceb6712769c9f", |
||
3083 | "reference": "49aadc35cc8ae6646cdc39ebdeaceb6712769c9f", |
||
3084 | "shasum": "" |
||
3085 | }, |
||
3086 | "require": { |
||
3087 | "php": "^5.5.9|>=7.0.8", |
||
3088 | "psr/cache": "~1.0", |
||
3089 | "psr/log": "~1.0", |
||
3090 | "psr/simple-cache": "^1.0", |
||
3091 | "symfony/polyfill-apcu": "~1.1" |
||
3092 | }, |
||
3093 | "conflict": { |
||
3094 | "symfony/var-dumper": "<3.3" |
||
3095 | }, |
||
3096 | "provide": { |
||
3097 | "psr/cache-implementation": "1.0", |
||
3098 | "psr/simple-cache-implementation": "1.0" |
||
3099 | }, |
||
3100 | "require-dev": { |
||
3101 | "cache/integration-tests": "dev-master", |
||
3102 | "doctrine/cache": "~1.6", |
||
3103 | "doctrine/dbal": "~2.4", |
||
3104 | "predis/predis": "~1.0" |
||
3105 | }, |
||
3106 | "type": "library", |
||
3107 | "extra": { |
||
3108 | "branch-alias": { |
||
3109 | "dev-master": "3.3-dev" |
||
3110 | } |
||
3111 | }, |
||
3112 | "autoload": { |
||
3113 | "psr-4": { |
||
3114 | "Symfony\\Component\\Cache\\": "" |
||
3115 | }, |
||
3116 | "exclude-from-classmap": [ |
||
3117 | "/Tests/" |
||
3118 | ] |
||
3119 | }, |
||
3120 | "notification-url": "https://packagist.org/downloads/", |
||
3121 | "license": [ |
||
3122 | "MIT" |
||
3123 | ], |
||
3124 | "authors": [ |
||
3125 | { |
||
3126 | "name": "Nicolas Grekas", |
||
3127 | "email": "[email protected]" |
||
3128 | }, |
||
3129 | { |
||
3130 | "name": "Symfony Community", |
||
3131 | "homepage": "https://symfony.com/contributors" |
||
3132 | } |
||
3133 | ], |
||
3134 | "description": "Symfony Cache component with PSR-6, PSR-16, and tags", |
||
3135 | "homepage": "https://symfony.com", |
||
3136 | "keywords": [ |
||
3137 | "caching", |
||
3138 | "psr6" |
||
3139 | ], |
||
3140 | "time": "2017-11-07T14:16:22+00:00" |
||
3141 | }, |
||
3142 | { |
||
3143 | "name": "symfony/class-loader", |
||
3144 | "version": "v3.3.12", |
||
3145 | "source": { |
||
3146 | "type": "git", |
||
3147 | "url": "https://github.com/symfony/class-loader.git", |
||
3148 | "reference": "df173ac2af96ce202bf8bb5a3fc0bec8a4fdd4d1" |
||
3149 | }, |
||
3150 | "dist": { |
||
3151 | "type": "zip", |
||
3152 | "url": "https://api.github.com/repos/symfony/class-loader/zipball/df173ac2af96ce202bf8bb5a3fc0bec8a4fdd4d1", |
||
3153 | "reference": "df173ac2af96ce202bf8bb5a3fc0bec8a4fdd4d1", |
||
3154 | "shasum": "" |
||
3155 | }, |
||
3156 | "require": { |
||
3157 | "php": "^5.5.9|>=7.0.8" |
||
3158 | }, |
||
3159 | "require-dev": { |
||
3160 | "symfony/finder": "~2.8|~3.0", |
||
3161 | "symfony/polyfill-apcu": "~1.1" |
||
3162 | }, |
||
3163 | "suggest": { |
||
3164 | "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM" |
||
3165 | }, |
||
3166 | "type": "library", |
||
3167 | "extra": { |
||
3168 | "branch-alias": { |
||
3169 | "dev-master": "3.3-dev" |
||
3170 | } |
||
3171 | }, |
||
3172 | "autoload": { |
||
3173 | "psr-4": { |
||
3174 | "Symfony\\Component\\ClassLoader\\": "" |
||
3175 | }, |
||
3176 | "exclude-from-classmap": [ |
||
3177 | "/Tests/" |
||
3178 | ] |
||
3179 | }, |
||
3180 | "notification-url": "https://packagist.org/downloads/", |
||
3181 | "license": [ |
||
3182 | "MIT" |
||
3183 | ], |
||
3184 | "authors": [ |
||
3185 | { |
||
3186 | "name": "Fabien Potencier", |
||
3187 | "email": "[email protected]" |
||
3188 | }, |
||
3189 | { |
||
3190 | "name": "Symfony Community", |
||
3191 | "homepage": "https://symfony.com/contributors" |
||
3192 | } |
||
3193 | ], |
||
3194 | "description": "Symfony ClassLoader Component", |
||
3195 | "homepage": "https://symfony.com", |
||
3196 | "time": "2017-11-05T15:47:03+00:00" |
||
3197 | }, |
||
3198 | { |
||
3199 | "name": "symfony/config", |
||
3200 | "version": "v3.3.12", |
||
3201 | "source": { |
||
3202 | "type": "git", |
||
3203 | "url": "https://github.com/symfony/config.git", |
||
3204 | "reference": "8d2649077dc54dfbaf521d31f217383d82303c5f" |
||
3205 | }, |
||
3206 | "dist": { |
||
3207 | "type": "zip", |
||
3208 | "url": "https://api.github.com/repos/symfony/config/zipball/8d2649077dc54dfbaf521d31f217383d82303c5f", |
||
3209 | "reference": "8d2649077dc54dfbaf521d31f217383d82303c5f", |
||
3210 | "shasum": "" |
||
3211 | }, |
||
3212 | "require": { |
||
3213 | "php": "^5.5.9|>=7.0.8", |
||
3214 | "symfony/filesystem": "~2.8|~3.0" |
||
3215 | }, |
||
3216 | "conflict": { |
||
3217 | "symfony/dependency-injection": "<3.3", |
||
3218 | "symfony/finder": "<3.3" |
||
3219 | }, |
||
3220 | "require-dev": { |
||
3221 | "symfony/dependency-injection": "~3.3", |
||
3222 | "symfony/finder": "~3.3", |
||
3223 | "symfony/yaml": "~3.0" |
||
3224 | }, |
||
3225 | "suggest": { |
||
3226 | "symfony/yaml": "To use the yaml reference dumper" |
||
3227 | }, |
||
3228 | "type": "library", |
||
3229 | "extra": { |
||
3230 | "branch-alias": { |
||
3231 | "dev-master": "3.3-dev" |
||
3232 | } |
||
3233 | }, |
||
3234 | "autoload": { |
||
3235 | "psr-4": { |
||
3236 | "Symfony\\Component\\Config\\": "" |
||
3237 | }, |
||
3238 | "exclude-from-classmap": [ |
||
3239 | "/Tests/" |
||
3240 | ] |
||
3241 | }, |
||
3242 | "notification-url": "https://packagist.org/downloads/", |
||
3243 | "license": [ |
||
3244 | "MIT" |
||
3245 | ], |
||
3246 | "authors": [ |
||
3247 | { |
||
3248 | "name": "Fabien Potencier", |
||
3249 | "email": "[email protected]" |
||
3250 | }, |
||
3251 | { |
||
3252 | "name": "Symfony Community", |
||
3253 | "homepage": "https://symfony.com/contributors" |
||
3254 | } |
||
3255 | ], |
||
3256 | "description": "Symfony Config Component", |
||
3257 | "homepage": "https://symfony.com", |
||
3258 | "time": "2017-11-07T14:16:22+00:00" |
||
3259 | }, |
||
3260 | { |
||
3261 | "name": "symfony/console", |
||
3262 | "version": "v3.3.12", |
||
3263 | "source": { |
||
3264 | "type": "git", |
||
3265 | "url": "https://github.com/symfony/console.git", |
||
3266 | "reference": "099302cc53e57cbb7414fd9f3ace40e5e2767c0b" |
||
3267 | }, |
||
3268 | "dist": { |
||
3269 | "type": "zip", |
||
3270 | "url": "https://api.github.com/repos/symfony/console/zipball/099302cc53e57cbb7414fd9f3ace40e5e2767c0b", |
||
3271 | "reference": "099302cc53e57cbb7414fd9f3ace40e5e2767c0b", |
||
3272 | "shasum": "" |
||
3273 | }, |
||
3274 | "require": { |
||
3275 | "php": "^5.5.9|>=7.0.8", |
||
3276 | "symfony/debug": "~2.8|~3.0", |
||
3277 | "symfony/polyfill-mbstring": "~1.0" |
||
3278 | }, |
||
3279 | "conflict": { |
||
3280 | "symfony/dependency-injection": "<3.3" |
||
3281 | }, |
||
3282 | "require-dev": { |
||
3283 | "psr/log": "~1.0", |
||
3284 | "symfony/config": "~3.3", |
||
3285 | "symfony/dependency-injection": "~3.3", |
||
3286 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
3287 | "symfony/filesystem": "~2.8|~3.0", |
||
3288 | "symfony/process": "~2.8|~3.0" |
||
3289 | }, |
||
3290 | "suggest": { |
||
3291 | "psr/log": "For using the console logger", |
||
3292 | "symfony/event-dispatcher": "", |
||
3293 | "symfony/filesystem": "", |
||
3294 | "symfony/process": "" |
||
3295 | }, |
||
3296 | "type": "library", |
||
3297 | "extra": { |
||
3298 | "branch-alias": { |
||
3299 | "dev-master": "3.3-dev" |
||
3300 | } |
||
3301 | }, |
||
3302 | "autoload": { |
||
3303 | "psr-4": { |
||
3304 | "Symfony\\Component\\Console\\": "" |
||
3305 | }, |
||
3306 | "exclude-from-classmap": [ |
||
3307 | "/Tests/" |
||
3308 | ] |
||
3309 | }, |
||
3310 | "notification-url": "https://packagist.org/downloads/", |
||
3311 | "license": [ |
||
3312 | "MIT" |
||
3313 | ], |
||
3314 | "authors": [ |
||
3315 | { |
||
3316 | "name": "Fabien Potencier", |
||
3317 | "email": "[email protected]" |
||
3318 | }, |
||
3319 | { |
||
3320 | "name": "Symfony Community", |
||
3321 | "homepage": "https://symfony.com/contributors" |
||
3322 | } |
||
3323 | ], |
||
3324 | "description": "Symfony Console Component", |
||
3325 | "homepage": "https://symfony.com", |
||
3326 | "time": "2017-11-12T16:53:41+00:00" |
||
3327 | }, |
||
3328 | { |
||
3329 | "name": "symfony/css-selector", |
||
3330 | "version": "v3.3.12", |
||
3331 | "source": { |
||
3332 | "type": "git", |
||
3333 | "url": "https://github.com/symfony/css-selector.git", |
||
3334 | "reference": "66e6e046032ebdf1f562c26928549f613d428bd1" |
||
3335 | }, |
||
3336 | "dist": { |
||
3337 | "type": "zip", |
||
3338 | "url": "https://api.github.com/repos/symfony/css-selector/zipball/66e6e046032ebdf1f562c26928549f613d428bd1", |
||
3339 | "reference": "66e6e046032ebdf1f562c26928549f613d428bd1", |
||
3340 | "shasum": "" |
||
3341 | }, |
||
3342 | "require": { |
||
3343 | "php": "^5.5.9|>=7.0.8" |
||
3344 | }, |
||
3345 | "type": "library", |
||
3346 | "extra": { |
||
3347 | "branch-alias": { |
||
3348 | "dev-master": "3.3-dev" |
||
3349 | } |
||
3350 | }, |
||
3351 | "autoload": { |
||
3352 | "psr-4": { |
||
3353 | "Symfony\\Component\\CssSelector\\": "" |
||
3354 | }, |
||
3355 | "exclude-from-classmap": [ |
||
3356 | "/Tests/" |
||
3357 | ] |
||
3358 | }, |
||
3359 | "notification-url": "https://packagist.org/downloads/", |
||
3360 | "license": [ |
||
3361 | "MIT" |
||
3362 | ], |
||
3363 | "authors": [ |
||
3364 | { |
||
3365 | "name": "Jean-François Simon", |
||
3366 | "email": "[email protected]" |
||
3367 | }, |
||
3368 | { |
||
3369 | "name": "Fabien Potencier", |
||
3370 | "email": "[email protected]" |
||
3371 | }, |
||
3372 | { |
||
3373 | "name": "Symfony Community", |
||
3374 | "homepage": "https://symfony.com/contributors" |
||
3375 | } |
||
3376 | ], |
||
3377 | "description": "Symfony CssSelector Component", |
||
3378 | "homepage": "https://symfony.com", |
||
3379 | "time": "2017-11-05T15:47:03+00:00" |
||
3380 | }, |
||
3381 | { |
||
3382 | "name": "symfony/debug", |
||
3383 | "version": "v3.3.12", |
||
3384 | "source": { |
||
3385 | "type": "git", |
||
3386 | "url": "https://github.com/symfony/debug.git", |
||
3387 | "reference": "74557880e2846b5c84029faa96b834da37e29810" |
||
3388 | }, |
||
3389 | "dist": { |
||
3390 | "type": "zip", |
||
3391 | "url": "https://api.github.com/repos/symfony/debug/zipball/74557880e2846b5c84029faa96b834da37e29810", |
||
3392 | "reference": "74557880e2846b5c84029faa96b834da37e29810", |
||
3393 | "shasum": "" |
||
3394 | }, |
||
3395 | "require": { |
||
3396 | "php": "^5.5.9|>=7.0.8", |
||
3397 | "psr/log": "~1.0" |
||
3398 | }, |
||
3399 | "conflict": { |
||
3400 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
3401 | }, |
||
3402 | "require-dev": { |
||
3403 | "symfony/http-kernel": "~2.8|~3.0" |
||
3404 | }, |
||
3405 | "type": "library", |
||
3406 | "extra": { |
||
3407 | "branch-alias": { |
||
3408 | "dev-master": "3.3-dev" |
||
3409 | } |
||
3410 | }, |
||
3411 | "autoload": { |
||
3412 | "psr-4": { |
||
3413 | "Symfony\\Component\\Debug\\": "" |
||
3414 | }, |
||
3415 | "exclude-from-classmap": [ |
||
3416 | "/Tests/" |
||
3417 | ] |
||
3418 | }, |
||
3419 | "notification-url": "https://packagist.org/downloads/", |
||
3420 | "license": [ |
||
3421 | "MIT" |
||
3422 | ], |
||
3423 | "authors": [ |
||
3424 | { |
||
3425 | "name": "Fabien Potencier", |
||
3426 | "email": "[email protected]" |
||
3427 | }, |
||
3428 | { |
||
3429 | "name": "Symfony Community", |
||
3430 | "homepage": "https://symfony.com/contributors" |
||
3431 | } |
||
3432 | ], |
||
3433 | "description": "Symfony Debug Component", |
||
3434 | "homepage": "https://symfony.com", |
||
3435 | "time": "2017-11-10T16:38:39+00:00" |
||
3436 | }, |
||
3437 | { |
||
3438 | "name": "symfony/debug-bundle", |
||
3439 | "version": "v3.3.12", |
||
3440 | "source": { |
||
3441 | "type": "git", |
||
3442 | "url": "https://github.com/symfony/debug-bundle.git", |
||
3443 | "reference": "654033558fe379f36edb2afde2dae1152ba8f27b" |
||
3444 | }, |
||
3445 | "dist": { |
||
3446 | "type": "zip", |
||
3447 | "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/654033558fe379f36edb2afde2dae1152ba8f27b", |
||
3448 | "reference": "654033558fe379f36edb2afde2dae1152ba8f27b", |
||
3449 | "shasum": "" |
||
3450 | }, |
||
3451 | "require": { |
||
3452 | "ext-xml": "*", |
||
3453 | "php": "^5.5.9|>=7.0.8", |
||
3454 | "symfony/http-kernel": "~2.8|~3.0", |
||
3455 | "symfony/twig-bridge": "~2.8|~3.0", |
||
3456 | "symfony/var-dumper": "~2.8|~3.0" |
||
3457 | }, |
||
3458 | "require-dev": { |
||
3459 | "symfony/config": "~3.3", |
||
3460 | "symfony/dependency-injection": "~3.3", |
||
3461 | "symfony/web-profiler-bundle": "~2.8|~3.0" |
||
3462 | }, |
||
3463 | "suggest": { |
||
3464 | "symfony/config": "For service container configuration", |
||
3465 | "symfony/dependency-injection": "For using as a service from the container" |
||
3466 | }, |
||
3467 | "type": "symfony-bundle", |
||
3468 | "extra": { |
||
3469 | "branch-alias": { |
||
3470 | "dev-master": "3.3-dev" |
||
3471 | } |
||
3472 | }, |
||
3473 | "autoload": { |
||
3474 | "psr-4": { |
||
3475 | "Symfony\\Bundle\\DebugBundle\\": "" |
||
3476 | }, |
||
3477 | "exclude-from-classmap": [ |
||
3478 | "/Tests/" |
||
3479 | ] |
||
3480 | }, |
||
3481 | "notification-url": "https://packagist.org/downloads/", |
||
3482 | "license": [ |
||
3483 | "MIT" |
||
3484 | ], |
||
3485 | "authors": [ |
||
3486 | { |
||
3487 | "name": "Fabien Potencier", |
||
3488 | "email": "[email protected]" |
||
3489 | }, |
||
3490 | { |
||
3491 | "name": "Symfony Community", |
||
3492 | "homepage": "https://symfony.com/contributors" |
||
3493 | } |
||
3494 | ], |
||
3495 | "description": "Symfony DebugBundle", |
||
3496 | "homepage": "https://symfony.com", |
||
3497 | "time": "2017-08-10T07:07:06+00:00" |
||
3498 | }, |
||
3499 | { |
||
3500 | "name": "symfony/dependency-injection", |
||
3501 | "version": "v3.3.12", |
||
3502 | "source": { |
||
3503 | "type": "git", |
||
3504 | "url": "https://github.com/symfony/dependency-injection.git", |
||
3505 | "reference": "4e84f5af2c2d51ee3dee72df40b7fc08f49b4ab8" |
||
3506 | }, |
||
3507 | "dist": { |
||
3508 | "type": "zip", |
||
3509 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/4e84f5af2c2d51ee3dee72df40b7fc08f49b4ab8", |
||
3510 | "reference": "4e84f5af2c2d51ee3dee72df40b7fc08f49b4ab8", |
||
3511 | "shasum": "" |
||
3512 | }, |
||
3513 | "require": { |
||
3514 | "php": "^5.5.9|>=7.0.8", |
||
3515 | "psr/container": "^1.0" |
||
3516 | }, |
||
3517 | "conflict": { |
||
3518 | "symfony/config": "<3.3.1", |
||
3519 | "symfony/finder": "<3.3", |
||
3520 | "symfony/yaml": "<3.3" |
||
3521 | }, |
||
3522 | "provide": { |
||
3523 | "psr/container-implementation": "1.0" |
||
3524 | }, |
||
3525 | "require-dev": { |
||
3526 | "symfony/config": "~3.3", |
||
3527 | "symfony/expression-language": "~2.8|~3.0", |
||
3528 | "symfony/yaml": "~3.3" |
||
3529 | }, |
||
3530 | "suggest": { |
||
3531 | "symfony/config": "", |
||
3532 | "symfony/expression-language": "For using expressions in service container configuration", |
||
3533 | "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", |
||
3534 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
3535 | "symfony/yaml": "" |
||
3536 | }, |
||
3537 | "type": "library", |
||
3538 | "extra": { |
||
3539 | "branch-alias": { |
||
3540 | "dev-master": "3.3-dev" |
||
3541 | } |
||
3542 | }, |
||
3543 | "autoload": { |
||
3544 | "psr-4": { |
||
3545 | "Symfony\\Component\\DependencyInjection\\": "" |
||
3546 | }, |
||
3547 | "exclude-from-classmap": [ |
||
3548 | "/Tests/" |
||
3549 | ] |
||
3550 | }, |
||
3551 | "notification-url": "https://packagist.org/downloads/", |
||
3552 | "license": [ |
||
3553 | "MIT" |
||
3554 | ], |
||
3555 | "authors": [ |
||
3556 | { |
||
3557 | "name": "Fabien Potencier", |
||
3558 | "email": "[email protected]" |
||
3559 | }, |
||
3560 | { |
||
3561 | "name": "Symfony Community", |
||
3562 | "homepage": "https://symfony.com/contributors" |
||
3563 | } |
||
3564 | ], |
||
3565 | "description": "Symfony DependencyInjection Component", |
||
3566 | "homepage": "https://symfony.com", |
||
3567 | "time": "2017-11-13T18:10:32+00:00" |
||
3568 | }, |
||
3569 | { |
||
3570 | "name": "symfony/doctrine-bridge", |
||
3571 | "version": "v3.3.12", |
||
3572 | "source": { |
||
3573 | "type": "git", |
||
3574 | "url": "https://github.com/symfony/doctrine-bridge.git", |
||
3575 | "reference": "cec6974e1f4362ce65c209b7056d56f7ecb56523" |
||
3576 | }, |
||
3577 | "dist": { |
||
3578 | "type": "zip", |
||
3579 | "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/cec6974e1f4362ce65c209b7056d56f7ecb56523", |
||
3580 | "reference": "cec6974e1f4362ce65c209b7056d56f7ecb56523", |
||
3581 | "shasum": "" |
||
3582 | }, |
||
3583 | "require": { |
||
3584 | "doctrine/common": "~2.4", |
||
3585 | "php": "^5.5.9|>=7.0.8", |
||
3586 | "symfony/polyfill-mbstring": "~1.0" |
||
3587 | }, |
||
3588 | "conflict": { |
||
3589 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", |
||
3590 | "symfony/dependency-injection": "<3.3" |
||
3591 | }, |
||
3592 | "require-dev": { |
||
3593 | "doctrine/data-fixtures": "1.0.*", |
||
3594 | "doctrine/dbal": "~2.4", |
||
3595 | "doctrine/orm": "^2.4.5", |
||
3596 | "symfony/dependency-injection": "~3.3", |
||
3597 | "symfony/expression-language": "~2.8|~3.0", |
||
3598 | "symfony/form": "^3.3.10", |
||
3599 | "symfony/http-kernel": "~2.8|~3.0", |
||
3600 | "symfony/property-access": "~2.8|~3.0", |
||
3601 | "symfony/property-info": "~2.8|3.0", |
||
3602 | "symfony/proxy-manager-bridge": "~2.8|~3.0", |
||
3603 | "symfony/security": "~2.8|~3.0", |
||
3604 | "symfony/stopwatch": "~2.8|~3.0", |
||
3605 | "symfony/translation": "~2.8|~3.0", |
||
3606 | "symfony/validator": "^2.8.18|^3.2.5" |
||
3607 | }, |
||
3608 | "suggest": { |
||
3609 | "doctrine/data-fixtures": "", |
||
3610 | "doctrine/dbal": "", |
||
3611 | "doctrine/orm": "", |
||
3612 | "symfony/form": "", |
||
3613 | "symfony/property-info": "", |
||
3614 | "symfony/validator": "" |
||
3615 | }, |
||
3616 | "type": "symfony-bridge", |
||
3617 | "extra": { |
||
3618 | "branch-alias": { |
||
3619 | "dev-master": "3.3-dev" |
||
3620 | } |
||
3621 | }, |
||
3622 | "autoload": { |
||
3623 | "psr-4": { |
||
3624 | "Symfony\\Bridge\\Doctrine\\": "" |
||
3625 | }, |
||
3626 | "exclude-from-classmap": [ |
||
3627 | "/Tests/" |
||
3628 | ] |
||
3629 | }, |
||
3630 | "notification-url": "https://packagist.org/downloads/", |
||
3631 | "license": [ |
||
3632 | "MIT" |
||
3633 | ], |
||
3634 | "authors": [ |
||
3635 | { |
||
3636 | "name": "Fabien Potencier", |
||
3637 | "email": "[email protected]" |
||
3638 | }, |
||
3639 | { |
||
3640 | "name": "Symfony Community", |
||
3641 | "homepage": "https://symfony.com/contributors" |
||
3642 | } |
||
3643 | ], |
||
3644 | "description": "Symfony Doctrine Bridge", |
||
3645 | "homepage": "https://symfony.com", |
||
3646 | "time": "2017-11-07T14:16:22+00:00" |
||
3647 | }, |
||
3648 | { |
||
3649 | "name": "symfony/dom-crawler", |
||
3650 | "version": "v3.3.12", |
||
3651 | "source": { |
||
3652 | "type": "git", |
||
3653 | "url": "https://github.com/symfony/dom-crawler.git", |
||
3654 | "reference": "cebe3c068867956e012d9135282ba6a05d8a259e" |
||
3655 | }, |
||
3656 | "dist": { |
||
3657 | "type": "zip", |
||
3658 | "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/cebe3c068867956e012d9135282ba6a05d8a259e", |
||
3659 | "reference": "cebe3c068867956e012d9135282ba6a05d8a259e", |
||
3660 | "shasum": "" |
||
3661 | }, |
||
3662 | "require": { |
||
3663 | "php": "^5.5.9|>=7.0.8", |
||
3664 | "symfony/polyfill-mbstring": "~1.0" |
||
3665 | }, |
||
3666 | "require-dev": { |
||
3667 | "symfony/css-selector": "~2.8|~3.0" |
||
3668 | }, |
||
3669 | "suggest": { |
||
3670 | "symfony/css-selector": "" |
||
3671 | }, |
||
3672 | "type": "library", |
||
3673 | "extra": { |
||
3674 | "branch-alias": { |
||
3675 | "dev-master": "3.3-dev" |
||
3676 | } |
||
3677 | }, |
||
3678 | "autoload": { |
||
3679 | "psr-4": { |
||
3680 | "Symfony\\Component\\DomCrawler\\": "" |
||
3681 | }, |
||
3682 | "exclude-from-classmap": [ |
||
3683 | "/Tests/" |
||
3684 | ] |
||
3685 | }, |
||
3686 | "notification-url": "https://packagist.org/downloads/", |
||
3687 | "license": [ |
||
3688 | "MIT" |
||
3689 | ], |
||
3690 | "authors": [ |
||
3691 | { |
||
3692 | "name": "Fabien Potencier", |
||
3693 | "email": "[email protected]" |
||
3694 | }, |
||
3695 | { |
||
3696 | "name": "Symfony Community", |
||
3697 | "homepage": "https://symfony.com/contributors" |
||
3698 | } |
||
3699 | ], |
||
3700 | "description": "Symfony DomCrawler Component", |
||
3701 | "homepage": "https://symfony.com", |
||
3702 | "time": "2017-11-05T15:47:03+00:00" |
||
3703 | }, |
||
3704 | { |
||
3705 | "name": "symfony/dotenv", |
||
3706 | "version": "v3.3.12", |
||
3707 | "source": { |
||
3708 | "type": "git", |
||
3709 | "url": "https://github.com/symfony/dotenv.git", |
||
3710 | "reference": "ac86b6e484ae9224be290f3a0686858ba18d49d5" |
||
3711 | }, |
||
3712 | "dist": { |
||
3713 | "type": "zip", |
||
3714 | "url": "https://api.github.com/repos/symfony/dotenv/zipball/ac86b6e484ae9224be290f3a0686858ba18d49d5", |
||
3715 | "reference": "ac86b6e484ae9224be290f3a0686858ba18d49d5", |
||
3716 | "shasum": "" |
||
3717 | }, |
||
3718 | "require": { |
||
3719 | "php": "^5.5.9|>=7.0.8" |
||
3720 | }, |
||
3721 | "require-dev": { |
||
3722 | "symfony/process": "^3.2" |
||
3723 | }, |
||
3724 | "type": "library", |
||
3725 | "extra": { |
||
3726 | "branch-alias": { |
||
3727 | "dev-master": "3.3-dev" |
||
3728 | } |
||
3729 | }, |
||
3730 | "autoload": { |
||
3731 | "psr-4": { |
||
3732 | "Symfony\\Component\\Dotenv\\": "" |
||
3733 | }, |
||
3734 | "exclude-from-classmap": [ |
||
3735 | "/Tests/" |
||
3736 | ] |
||
3737 | }, |
||
3738 | "notification-url": "https://packagist.org/downloads/", |
||
3739 | "license": [ |
||
3740 | "MIT" |
||
3741 | ], |
||
3742 | "authors": [ |
||
3743 | { |
||
3744 | "name": "Fabien Potencier", |
||
3745 | "email": "[email protected]" |
||
3746 | }, |
||
3747 | { |
||
3748 | "name": "Symfony Community", |
||
3749 | "homepage": "https://symfony.com/contributors" |
||
3750 | } |
||
3751 | ], |
||
3752 | "description": "Registers environment variables from a .env file", |
||
3753 | "homepage": "https://symfony.com", |
||
3754 | "keywords": [ |
||
3755 | "dotenv", |
||
3756 | "env", |
||
3757 | "environment" |
||
3758 | ], |
||
3759 | "time": "2017-09-05T07:59:31+00:00" |
||
3760 | }, |
||
3761 | { |
||
3762 | "name": "symfony/event-dispatcher", |
||
3763 | "version": "v3.3.12", |
||
3764 | "source": { |
||
3765 | "type": "git", |
||
3766 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
3767 | "reference": "271d8c27c3ec5ecee6e2ac06016232e249d638d9" |
||
3768 | }, |
||
3769 | "dist": { |
||
3770 | "type": "zip", |
||
3771 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/271d8c27c3ec5ecee6e2ac06016232e249d638d9", |
||
3772 | "reference": "271d8c27c3ec5ecee6e2ac06016232e249d638d9", |
||
3773 | "shasum": "" |
||
3774 | }, |
||
3775 | "require": { |
||
3776 | "php": "^5.5.9|>=7.0.8" |
||
3777 | }, |
||
3778 | "conflict": { |
||
3779 | "symfony/dependency-injection": "<3.3" |
||
3780 | }, |
||
3781 | "require-dev": { |
||
3782 | "psr/log": "~1.0", |
||
3783 | "symfony/config": "~2.8|~3.0", |
||
3784 | "symfony/dependency-injection": "~3.3", |
||
3785 | "symfony/expression-language": "~2.8|~3.0", |
||
3786 | "symfony/stopwatch": "~2.8|~3.0" |
||
3787 | }, |
||
3788 | "suggest": { |
||
3789 | "symfony/dependency-injection": "", |
||
3790 | "symfony/http-kernel": "" |
||
3791 | }, |
||
3792 | "type": "library", |
||
3793 | "extra": { |
||
3794 | "branch-alias": { |
||
3795 | "dev-master": "3.3-dev" |
||
3796 | } |
||
3797 | }, |
||
3798 | "autoload": { |
||
3799 | "psr-4": { |
||
3800 | "Symfony\\Component\\EventDispatcher\\": "" |
||
3801 | }, |
||
3802 | "exclude-from-classmap": [ |
||
3803 | "/Tests/" |
||
3804 | ] |
||
3805 | }, |
||
3806 | "notification-url": "https://packagist.org/downloads/", |
||
3807 | "license": [ |
||
3808 | "MIT" |
||
3809 | ], |
||
3810 | "authors": [ |
||
3811 | { |
||
3812 | "name": "Fabien Potencier", |
||
3813 | "email": "[email protected]" |
||
3814 | }, |
||
3815 | { |
||
3816 | "name": "Symfony Community", |
||
3817 | "homepage": "https://symfony.com/contributors" |
||
3818 | } |
||
3819 | ], |
||
3820 | "description": "Symfony EventDispatcher Component", |
||
3821 | "homepage": "https://symfony.com", |
||
3822 | "time": "2017-11-05T15:47:03+00:00" |
||
3823 | }, |
||
3824 | { |
||
3825 | "name": "symfony/expression-language", |
||
3826 | "version": "v3.3.12", |
||
3827 | "source": { |
||
3828 | "type": "git", |
||
3829 | "url": "https://github.com/symfony/expression-language.git", |
||
3830 | "reference": "c46362f6025f3b110c8b747fe75aace90c884ec6" |
||
3831 | }, |
||
3832 | "dist": { |
||
3833 | "type": "zip", |
||
3834 | "url": "https://api.github.com/repos/symfony/expression-language/zipball/c46362f6025f3b110c8b747fe75aace90c884ec6", |
||
3835 | "reference": "c46362f6025f3b110c8b747fe75aace90c884ec6", |
||
3836 | "shasum": "" |
||
3837 | }, |
||
3838 | "require": { |
||
3839 | "php": "^5.5.9|>=7.0.8", |
||
3840 | "symfony/cache": "~3.1" |
||
3841 | }, |
||
3842 | "type": "library", |
||
3843 | "extra": { |
||
3844 | "branch-alias": { |
||
3845 | "dev-master": "3.3-dev" |
||
3846 | } |
||
3847 | }, |
||
3848 | "autoload": { |
||
3849 | "psr-4": { |
||
3850 | "Symfony\\Component\\ExpressionLanguage\\": "" |
||
3851 | }, |
||
3852 | "exclude-from-classmap": [ |
||
3853 | "/Tests/" |
||
3854 | ] |
||
3855 | }, |
||
3856 | "notification-url": "https://packagist.org/downloads/", |
||
3857 | "license": [ |
||
3858 | "MIT" |
||
3859 | ], |
||
3860 | "authors": [ |
||
3861 | { |
||
3862 | "name": "Fabien Potencier", |
||
3863 | "email": "[email protected]" |
||
3864 | }, |
||
3865 | { |
||
3866 | "name": "Symfony Community", |
||
3867 | "homepage": "https://symfony.com/contributors" |
||
3868 | } |
||
3869 | ], |
||
3870 | "description": "Symfony ExpressionLanguage Component", |
||
3871 | "homepage": "https://symfony.com", |
||
3872 | "time": "2017-11-12T16:40:29+00:00" |
||
3873 | }, |
||
3874 | { |
||
3875 | "name": "symfony/filesystem", |
||
3876 | "version": "v3.3.12", |
||
3877 | "source": { |
||
3878 | "type": "git", |
||
3879 | "url": "https://github.com/symfony/filesystem.git", |
||
3880 | "reference": "77db266766b54db3ee982fe51868328b887ce15c" |
||
3881 | }, |
||
3882 | "dist": { |
||
3883 | "type": "zip", |
||
3884 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/77db266766b54db3ee982fe51868328b887ce15c", |
||
3885 | "reference": "77db266766b54db3ee982fe51868328b887ce15c", |
||
3886 | "shasum": "" |
||
3887 | }, |
||
3888 | "require": { |
||
3889 | "php": "^5.5.9|>=7.0.8" |
||
3890 | }, |
||
3891 | "type": "library", |
||
3892 | "extra": { |
||
3893 | "branch-alias": { |
||
3894 | "dev-master": "3.3-dev" |
||
3895 | } |
||
3896 | }, |
||
3897 | "autoload": { |
||
3898 | "psr-4": { |
||
3899 | "Symfony\\Component\\Filesystem\\": "" |
||
3900 | }, |
||
3901 | "exclude-from-classmap": [ |
||
3902 | "/Tests/" |
||
3903 | ] |
||
3904 | }, |
||
3905 | "notification-url": "https://packagist.org/downloads/", |
||
3906 | "license": [ |
||
3907 | "MIT" |
||
3908 | ], |
||
3909 | "authors": [ |
||
3910 | { |
||
3911 | "name": "Fabien Potencier", |
||
3912 | "email": "[email protected]" |
||
3913 | }, |
||
3914 | { |
||
3915 | "name": "Symfony Community", |
||
3916 | "homepage": "https://symfony.com/contributors" |
||
3917 | } |
||
3918 | ], |
||
3919 | "description": "Symfony Filesystem Component", |
||
3920 | "homepage": "https://symfony.com", |
||
3921 | "time": "2017-11-07T14:12:55+00:00" |
||
3922 | }, |
||
3923 | { |
||
3924 | "name": "symfony/finder", |
||
3925 | "version": "v3.3.12", |
||
3926 | "source": { |
||
3927 | "type": "git", |
||
3928 | "url": "https://github.com/symfony/finder.git", |
||
3929 | "reference": "138af5ec075d4b1d1bd19de08c38a34bb2d7d880" |
||
3930 | }, |
||
3931 | "dist": { |
||
3932 | "type": "zip", |
||
3933 | "url": "https://api.github.com/repos/symfony/finder/zipball/138af5ec075d4b1d1bd19de08c38a34bb2d7d880", |
||
3934 | "reference": "138af5ec075d4b1d1bd19de08c38a34bb2d7d880", |
||
3935 | "shasum": "" |
||
3936 | }, |
||
3937 | "require": { |
||
3938 | "php": "^5.5.9|>=7.0.8" |
||
3939 | }, |
||
3940 | "type": "library", |
||
3941 | "extra": { |
||
3942 | "branch-alias": { |
||
3943 | "dev-master": "3.3-dev" |
||
3944 | } |
||
3945 | }, |
||
3946 | "autoload": { |
||
3947 | "psr-4": { |
||
3948 | "Symfony\\Component\\Finder\\": "" |
||
3949 | }, |
||
3950 | "exclude-from-classmap": [ |
||
3951 | "/Tests/" |
||
3952 | ] |
||
3953 | }, |
||
3954 | "notification-url": "https://packagist.org/downloads/", |
||
3955 | "license": [ |
||
3956 | "MIT" |
||
3957 | ], |
||
3958 | "authors": [ |
||
3959 | { |
||
3960 | "name": "Fabien Potencier", |
||
3961 | "email": "[email protected]" |
||
3962 | }, |
||
3963 | { |
||
3964 | "name": "Symfony Community", |
||
3965 | "homepage": "https://symfony.com/contributors" |
||
3966 | } |
||
3967 | ], |
||
3968 | "description": "Symfony Finder Component", |
||
3969 | "homepage": "https://symfony.com", |
||
3970 | "time": "2017-11-05T15:47:03+00:00" |
||
3971 | }, |
||
3972 | { |
||
3973 | "name": "symfony/form", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
3974 | "version": "v3.3.12", |
||
3975 | "source": { |
||
3976 | "type": "git", |
||
3977 | "url": "https://github.com/symfony/form.git", |
||
3978 | "reference": "04a06fe48fbbff978d4e2e4bdce9f8c1b3166dc3" |
||
3979 | }, |
||
3980 | "dist": { |
||
3981 | "type": "zip", |
||
3982 | "url": "https://api.github.com/repos/symfony/form/zipball/04a06fe48fbbff978d4e2e4bdce9f8c1b3166dc3", |
||
3983 | "reference": "04a06fe48fbbff978d4e2e4bdce9f8c1b3166dc3", |
||
3984 | "shasum": "" |
||
3985 | }, |
||
3986 | "require": { |
||
3987 | "php": "^5.5.9|>=7.0.8", |
||
3988 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
3989 | "symfony/intl": "^2.8.18|^3.2.5", |
||
3990 | "symfony/options-resolver": "~2.8|~3.0", |
||
3991 | "symfony/polyfill-mbstring": "~1.0", |
||
3992 | "symfony/property-access": "~2.8|~3.0" |
||
3993 | }, |
||
3994 | "conflict": { |
||
3995 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", |
||
3996 | "symfony/dependency-injection": "<3.3", |
||
3997 | "symfony/doctrine-bridge": "<2.7", |
||
3998 | "symfony/framework-bundle": "<2.7", |
||
3999 | "symfony/http-kernel": "<3.3.5", |
||
4000 | "symfony/twig-bridge": "<2.7" |
||
4001 | }, |
||
4002 | "require-dev": { |
||
4003 | "doctrine/collections": "~1.0", |
||
4004 | "symfony/config": "~2.7|~3.0", |
||
4005 | "symfony/dependency-injection": "~3.3", |
||
4006 | "symfony/http-foundation": "~2.8|~3.0", |
||
4007 | "symfony/http-kernel": "^3.3.5", |
||
4008 | "symfony/security-csrf": "~2.8|~3.0", |
||
4009 | "symfony/translation": "~2.8|~3.0", |
||
4010 | "symfony/validator": "^2.8.18|^3.2.5", |
||
4011 | "symfony/var-dumper": "~3.3" |
||
4012 | }, |
||
4013 | "suggest": { |
||
4014 | "symfony/framework-bundle": "For templating with PHP.", |
||
4015 | "symfony/security-csrf": "For protecting forms against CSRF attacks.", |
||
4016 | "symfony/twig-bridge": "For templating with Twig.", |
||
4017 | "symfony/validator": "For form validation." |
||
4018 | }, |
||
4019 | "type": "library", |
||
4020 | "extra": { |
||
4021 | "branch-alias": { |
||
4022 | "dev-master": "3.3-dev" |
||
4023 | } |
||
4024 | }, |
||
4025 | "autoload": { |
||
4026 | "psr-4": { |
||
4027 | "Symfony\\Component\\Form\\": "" |
||
4028 | }, |
||
4029 | "exclude-from-classmap": [ |
||
4030 | "/Tests/" |
||
4031 | ] |
||
4032 | }, |
||
4033 | "notification-url": "https://packagist.org/downloads/", |
||
4034 | "license": [ |
||
4035 | "MIT" |
||
4036 | ], |
||
4037 | "authors": [ |
||
4038 | { |
||
4039 | "name": "Fabien Potencier", |
||
4040 | "email": "[email protected]" |
||
4041 | }, |
||
4042 | { |
||
4043 | "name": "Symfony Community", |
||
4044 | "homepage": "https://symfony.com/contributors" |
||
4045 | } |
||
4046 | ], |
||
4047 | "description": "Symfony Form Component", |
||
4048 | "homepage": "https://symfony.com", |
||
4049 | "time": "2017-11-13T18:13:16+00:00" |
||
4050 | }, |
||
4051 | { |
||
4052 | "name": "symfony/framework-bundle", |
||
4053 | "version": "v3.3.12", |
||
4054 | "source": { |
||
4055 | "type": "git", |
||
4056 | "url": "https://github.com/symfony/framework-bundle.git", |
||
4057 | "reference": "34b13d9e21146b9cd9914d48ccc086230f04bf32" |
||
4058 | }, |
||
4059 | "dist": { |
||
4060 | "type": "zip", |
||
4061 | "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/34b13d9e21146b9cd9914d48ccc086230f04bf32", |
||
4062 | "reference": "34b13d9e21146b9cd9914d48ccc086230f04bf32", |
||
4063 | "shasum": "" |
||
4064 | }, |
||
4065 | "require": { |
||
4066 | "doctrine/cache": "~1.0", |
||
4067 | "ext-xml": "*", |
||
4068 | "php": "^5.5.9|>=7.0.8", |
||
4069 | "symfony/cache": "~3.3", |
||
4070 | "symfony/class-loader": "~3.2", |
||
4071 | "symfony/config": "~3.3", |
||
4072 | "symfony/dependency-injection": "~3.3", |
||
4073 | "symfony/event-dispatcher": "^3.3.1", |
||
4074 | "symfony/filesystem": "~2.8|~3.0", |
||
4075 | "symfony/finder": "~2.8|~3.0", |
||
4076 | "symfony/http-foundation": "^3.3.11", |
||
4077 | "symfony/http-kernel": "~3.3", |
||
4078 | "symfony/polyfill-mbstring": "~1.0", |
||
4079 | "symfony/routing": "~3.3", |
||
4080 | "symfony/stopwatch": "~2.8|~3.0" |
||
4081 | }, |
||
4082 | "conflict": { |
||
4083 | "phpdocumentor/reflection-docblock": "<3.0", |
||
4084 | "phpdocumentor/type-resolver": "<0.2.1", |
||
4085 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", |
||
4086 | "symfony/asset": "<3.3", |
||
4087 | "symfony/console": "<3.3", |
||
4088 | "symfony/form": "<3.3", |
||
4089 | "symfony/property-info": "<3.3", |
||
4090 | "symfony/serializer": "<3.3", |
||
4091 | "symfony/translation": "<3.2", |
||
4092 | "symfony/validator": "<3.3", |
||
4093 | "symfony/workflow": "<3.3" |
||
4094 | }, |
||
4095 | "require-dev": { |
||
4096 | "doctrine/annotations": "~1.0", |
||
4097 | "fig/link-util": "^1.0", |
||
4098 | "phpdocumentor/reflection-docblock": "^3.0|^4.0", |
||
4099 | "sensio/framework-extra-bundle": "^3.0.2", |
||
4100 | "symfony/asset": "~3.3", |
||
4101 | "symfony/browser-kit": "~2.8|~3.0", |
||
4102 | "symfony/console": "~3.3", |
||
4103 | "symfony/css-selector": "~2.8|~3.0", |
||
4104 | "symfony/dom-crawler": "~2.8|~3.0", |
||
4105 | "symfony/expression-language": "~2.8|~3.0", |
||
4106 | "symfony/form": "~3.3", |
||
4107 | "symfony/polyfill-intl-icu": "~1.0", |
||
4108 | "symfony/process": "~2.8|~3.0", |
||
4109 | "symfony/property-info": "~3.3", |
||
4110 | "symfony/security": "~2.8|~3.0", |
||
4111 | "symfony/security-core": "~3.2", |
||
4112 | "symfony/security-csrf": "~2.8|~3.0", |
||
4113 | "symfony/serializer": "~3.3", |
||
4114 | "symfony/templating": "~2.8|~3.0", |
||
4115 | "symfony/translation": "~3.2", |
||
4116 | "symfony/validator": "~3.3", |
||
4117 | "symfony/web-link": "~3.3", |
||
4118 | "symfony/workflow": "~3.3", |
||
4119 | "symfony/yaml": "~3.2", |
||
4120 | "twig/twig": "~1.34|~2.4" |
||
4121 | }, |
||
4122 | "suggest": { |
||
4123 | "ext-apcu": "For best performance of the system caches", |
||
4124 | "symfony/console": "For using the console commands", |
||
4125 | "symfony/form": "For using forms", |
||
4126 | "symfony/property-info": "For using the property_info service", |
||
4127 | "symfony/serializer": "For using the serializer service", |
||
4128 | "symfony/validator": "For using validation", |
||
4129 | "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering", |
||
4130 | "symfony/yaml": "For using the debug:config and lint:yaml commands" |
||
4131 | }, |
||
4132 | "type": "symfony-bundle", |
||
4133 | "extra": { |
||
4134 | "branch-alias": { |
||
4135 | "dev-master": "3.3-dev" |
||
4136 | } |
||
4137 | }, |
||
4138 | "autoload": { |
||
4139 | "psr-4": { |
||
4140 | "Symfony\\Bundle\\FrameworkBundle\\": "" |
||
4141 | }, |
||
4142 | "exclude-from-classmap": [ |
||
4143 | "/Tests/" |
||
4144 | ] |
||
4145 | }, |
||
4146 | "notification-url": "https://packagist.org/downloads/", |
||
4147 | "license": [ |
||
4148 | "MIT" |
||
4149 | ], |
||
4150 | "authors": [ |
||
4151 | { |
||
4152 | "name": "Fabien Potencier", |
||
4153 | "email": "[email protected]" |
||
4154 | }, |
||
4155 | { |
||
4156 | "name": "Symfony Community", |
||
4157 | "homepage": "https://symfony.com/contributors" |
||
4158 | } |
||
4159 | ], |
||
4160 | "description": "Symfony FrameworkBundle", |
||
4161 | "homepage": "https://symfony.com", |
||
4162 | "time": "2017-11-10T19:02:53+00:00" |
||
4163 | }, |
||
4164 | { |
||
4165 | "name": "symfony/http-foundation", |
||
4166 | "version": "v3.3.12", |
||
4167 | "source": { |
||
4168 | "type": "git", |
||
4169 | "url": "https://github.com/symfony/http-foundation.git", |
||
4170 | "reference": "5943f0f19817a7e05992d20a90729b0dc93faf36" |
||
4171 | }, |
||
4172 | "dist": { |
||
4173 | "type": "zip", |
||
4174 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5943f0f19817a7e05992d20a90729b0dc93faf36", |
||
4175 | "reference": "5943f0f19817a7e05992d20a90729b0dc93faf36", |
||
4176 | "shasum": "" |
||
4177 | }, |
||
4178 | "require": { |
||
4179 | "php": "^5.5.9|>=7.0.8", |
||
4180 | "symfony/polyfill-mbstring": "~1.1" |
||
4181 | }, |
||
4182 | "require-dev": { |
||
4183 | "symfony/expression-language": "~2.8|~3.0" |
||
4184 | }, |
||
4185 | "type": "library", |
||
4186 | "extra": { |
||
4187 | "branch-alias": { |
||
4188 | "dev-master": "3.3-dev" |
||
4189 | } |
||
4190 | }, |
||
4191 | "autoload": { |
||
4192 | "psr-4": { |
||
4193 | "Symfony\\Component\\HttpFoundation\\": "" |
||
4194 | }, |
||
4195 | "exclude-from-classmap": [ |
||
4196 | "/Tests/" |
||
4197 | ] |
||
4198 | }, |
||
4199 | "notification-url": "https://packagist.org/downloads/", |
||
4200 | "license": [ |
||
4201 | "MIT" |
||
4202 | ], |
||
4203 | "authors": [ |
||
4204 | { |
||
4205 | "name": "Fabien Potencier", |
||
4206 | "email": "[email protected]" |
||
4207 | }, |
||
4208 | { |
||
4209 | "name": "Symfony Community", |
||
4210 | "homepage": "https://symfony.com/contributors" |
||
4211 | } |
||
4212 | ], |
||
4213 | "description": "Symfony HttpFoundation Component", |
||
4214 | "homepage": "https://symfony.com", |
||
4215 | "time": "2017-11-13T18:13:16+00:00" |
||
4216 | }, |
||
4217 | { |
||
4218 | "name": "symfony/http-kernel", |
||
4219 | "version": "v3.3.12", |
||
4220 | "source": { |
||
4221 | "type": "git", |
||
4222 | "url": "https://github.com/symfony/http-kernel.git", |
||
4223 | "reference": "371ed63691c1ee8749613a6b48cf0e0cfa2b01e7" |
||
4224 | }, |
||
4225 | "dist": { |
||
4226 | "type": "zip", |
||
4227 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/371ed63691c1ee8749613a6b48cf0e0cfa2b01e7", |
||
4228 | "reference": "371ed63691c1ee8749613a6b48cf0e0cfa2b01e7", |
||
4229 | "shasum": "" |
||
4230 | }, |
||
4231 | "require": { |
||
4232 | "php": "^5.5.9|>=7.0.8", |
||
4233 | "psr/log": "~1.0", |
||
4234 | "symfony/debug": "~2.8|~3.0", |
||
4235 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
4236 | "symfony/http-foundation": "^3.3.11" |
||
4237 | }, |
||
4238 | "conflict": { |
||
4239 | "symfony/config": "<2.8", |
||
4240 | "symfony/dependency-injection": "<3.3", |
||
4241 | "symfony/var-dumper": "<3.3", |
||
4242 | "twig/twig": "<1.34|<2.4,>=2" |
||
4243 | }, |
||
4244 | "require-dev": { |
||
4245 | "psr/cache": "~1.0", |
||
4246 | "symfony/browser-kit": "~2.8|~3.0", |
||
4247 | "symfony/class-loader": "~2.8|~3.0", |
||
4248 | "symfony/config": "~2.8|~3.0", |
||
4249 | "symfony/console": "~2.8|~3.0", |
||
4250 | "symfony/css-selector": "~2.8|~3.0", |
||
4251 | "symfony/dependency-injection": "~3.3", |
||
4252 | "symfony/dom-crawler": "~2.8|~3.0", |
||
4253 | "symfony/expression-language": "~2.8|~3.0", |
||
4254 | "symfony/finder": "~2.8|~3.0", |
||
4255 | "symfony/process": "~2.8|~3.0", |
||
4256 | "symfony/routing": "~2.8|~3.0", |
||
4257 | "symfony/stopwatch": "~2.8|~3.0", |
||
4258 | "symfony/templating": "~2.8|~3.0", |
||
4259 | "symfony/translation": "~2.8|~3.0", |
||
4260 | "symfony/var-dumper": "~3.3" |
||
4261 | }, |
||
4262 | "suggest": { |
||
4263 | "symfony/browser-kit": "", |
||
4264 | "symfony/class-loader": "", |
||
4265 | "symfony/config": "", |
||
4266 | "symfony/console": "", |
||
4267 | "symfony/dependency-injection": "", |
||
4268 | "symfony/finder": "", |
||
4269 | "symfony/var-dumper": "" |
||
4270 | }, |
||
4271 | "type": "library", |
||
4272 | "extra": { |
||
4273 | "branch-alias": { |
||
4274 | "dev-master": "3.3-dev" |
||
4275 | } |
||
4276 | }, |
||
4277 | "autoload": { |
||
4278 | "psr-4": { |
||
4279 | "Symfony\\Component\\HttpKernel\\": "" |
||
4280 | }, |
||
4281 | "exclude-from-classmap": [ |
||
4282 | "/Tests/" |
||
4283 | ] |
||
4284 | }, |
||
4285 | "notification-url": "https://packagist.org/downloads/", |
||
4286 | "license": [ |
||
4287 | "MIT" |
||
4288 | ], |
||
4289 | "authors": [ |
||
4290 | { |
||
4291 | "name": "Fabien Potencier", |
||
4292 | "email": "[email protected]" |
||
4293 | }, |
||
4294 | { |
||
4295 | "name": "Symfony Community", |
||
4296 | "homepage": "https://symfony.com/contributors" |
||
4297 | } |
||
4298 | ], |
||
4299 | "description": "Symfony HttpKernel Component", |
||
4300 | "homepage": "https://symfony.com", |
||
4301 | "time": "2017-11-13T19:37:21+00:00" |
||
4302 | }, |
||
4303 | { |
||
4304 | "name": "symfony/inflector", |
||
4305 | "version": "v3.3.12", |
||
4306 | "source": { |
||
4307 | "type": "git", |
||
4308 | "url": "https://github.com/symfony/inflector.git", |
||
4309 | "reference": "0474dc4d867c7efefd44017f7903465a7f368b6b" |
||
4310 | }, |
||
4311 | "dist": { |
||
4312 | "type": "zip", |
||
4313 | "url": "https://api.github.com/repos/symfony/inflector/zipball/0474dc4d867c7efefd44017f7903465a7f368b6b", |
||
4314 | "reference": "0474dc4d867c7efefd44017f7903465a7f368b6b", |
||
4315 | "shasum": "" |
||
4316 | }, |
||
4317 | "require": { |
||
4318 | "php": "^5.5.9|>=7.0.8" |
||
4319 | }, |
||
4320 | "type": "library", |
||
4321 | "extra": { |
||
4322 | "branch-alias": { |
||
4323 | "dev-master": "3.3-dev" |
||
4324 | } |
||
4325 | }, |
||
4326 | "autoload": { |
||
4327 | "psr-4": { |
||
4328 | "Symfony\\Component\\Inflector\\": "" |
||
4329 | }, |
||
4330 | "exclude-from-classmap": [ |
||
4331 | "/Tests/" |
||
4332 | ] |
||
4333 | }, |
||
4334 | "notification-url": "https://packagist.org/downloads/", |
||
4335 | "license": [ |
||
4336 | "MIT" |
||
4337 | ], |
||
4338 | "authors": [ |
||
4339 | { |
||
4340 | "name": "Bernhard Schussek", |
||
4341 | "email": "[email protected]" |
||
4342 | }, |
||
4343 | { |
||
4344 | "name": "Symfony Community", |
||
4345 | "homepage": "https://symfony.com/contributors" |
||
4346 | } |
||
4347 | ], |
||
4348 | "description": "Symfony Inflector Component", |
||
4349 | "homepage": "https://symfony.com", |
||
4350 | "keywords": [ |
||
4351 | "inflection", |
||
4352 | "pluralize", |
||
4353 | "singularize", |
||
4354 | "string", |
||
4355 | "symfony", |
||
4356 | "words" |
||
4357 | ], |
||
4358 | "time": "2017-07-29T21:54:42+00:00" |
||
4359 | }, |
||
4360 | { |
||
4361 | "name": "symfony/intl", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of symfony/intl:
CVE-2017-16654: Intl bundle readers breaking out of paths ![]() |
|||
4362 | "version": "v3.3.12", |
||
4363 | "source": { |
||
4364 | "type": "git", |
||
4365 | "url": "https://github.com/symfony/intl.git", |
||
4366 | "reference": "bcee42e28a2c3c590eadf245e7b01e38c89e21a8" |
||
4367 | }, |
||
4368 | "dist": { |
||
4369 | "type": "zip", |
||
4370 | "url": "https://api.github.com/repos/symfony/intl/zipball/bcee42e28a2c3c590eadf245e7b01e38c89e21a8", |
||
4371 | "reference": "bcee42e28a2c3c590eadf245e7b01e38c89e21a8", |
||
4372 | "shasum": "" |
||
4373 | }, |
||
4374 | "require": { |
||
4375 | "php": "^5.5.9|>=7.0.8", |
||
4376 | "symfony/polyfill-intl-icu": "~1.0" |
||
4377 | }, |
||
4378 | "require-dev": { |
||
4379 | "symfony/filesystem": "~2.8|~3.0" |
||
4380 | }, |
||
4381 | "suggest": { |
||
4382 | "ext-intl": "to use the component with locales other than \"en\"" |
||
4383 | }, |
||
4384 | "type": "library", |
||
4385 | "extra": { |
||
4386 | "branch-alias": { |
||
4387 | "dev-master": "3.3-dev" |
||
4388 | } |
||
4389 | }, |
||
4390 | "autoload": { |
||
4391 | "psr-4": { |
||
4392 | "Symfony\\Component\\Intl\\": "" |
||
4393 | }, |
||
4394 | "classmap": [ |
||
4395 | "Resources/stubs" |
||
4396 | ], |
||
4397 | "exclude-from-classmap": [ |
||
4398 | "/Tests/" |
||
4399 | ] |
||
4400 | }, |
||
4401 | "notification-url": "https://packagist.org/downloads/", |
||
4402 | "license": [ |
||
4403 | "MIT" |
||
4404 | ], |
||
4405 | "authors": [ |
||
4406 | { |
||
4407 | "name": "Bernhard Schussek", |
||
4408 | "email": "[email protected]" |
||
4409 | }, |
||
4410 | { |
||
4411 | "name": "Eriksen Costa", |
||
4412 | "email": "[email protected]" |
||
4413 | }, |
||
4414 | { |
||
4415 | "name": "Igor Wiedler", |
||
4416 | "email": "[email protected]" |
||
4417 | }, |
||
4418 | { |
||
4419 | "name": "Symfony Community", |
||
4420 | "homepage": "https://symfony.com/contributors" |
||
4421 | } |
||
4422 | ], |
||
4423 | "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", |
||
4424 | "homepage": "https://symfony.com", |
||
4425 | "keywords": [ |
||
4426 | "i18n", |
||
4427 | "icu", |
||
4428 | "internationalization", |
||
4429 | "intl", |
||
4430 | "l10n", |
||
4431 | "localization" |
||
4432 | ], |
||
4433 | "time": "2017-11-10T19:02:53+00:00" |
||
4434 | }, |
||
4435 | { |
||
4436 | "name": "symfony/monolog-bridge", |
||
4437 | "version": "v3.3.12", |
||
4438 | "source": { |
||
4439 | "type": "git", |
||
4440 | "url": "https://github.com/symfony/monolog-bridge.git", |
||
4441 | "reference": "16e28847c406b5a418bce1f755a8a2db828811ad" |
||
4442 | }, |
||
4443 | "dist": { |
||
4444 | "type": "zip", |
||
4445 | "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/16e28847c406b5a418bce1f755a8a2db828811ad", |
||
4446 | "reference": "16e28847c406b5a418bce1f755a8a2db828811ad", |
||
4447 | "shasum": "" |
||
4448 | }, |
||
4449 | "require": { |
||
4450 | "monolog/monolog": "~1.19", |
||
4451 | "php": "^5.5.9|>=7.0.8", |
||
4452 | "symfony/http-kernel": "~2.8|~3.0" |
||
4453 | }, |
||
4454 | "conflict": { |
||
4455 | "symfony/http-foundation": "<3.3" |
||
4456 | }, |
||
4457 | "require-dev": { |
||
4458 | "symfony/console": "~2.8|~3.0", |
||
4459 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
4460 | "symfony/var-dumper": "~3.3" |
||
4461 | }, |
||
4462 | "suggest": { |
||
4463 | "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings. You need version ~2.3 of the console for it.", |
||
4464 | "symfony/event-dispatcher": "Needed when using log messages in console commands.", |
||
4465 | "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel." |
||
4466 | }, |
||
4467 | "type": "symfony-bridge", |
||
4468 | "extra": { |
||
4469 | "branch-alias": { |
||
4470 | "dev-master": "3.3-dev" |
||
4471 | } |
||
4472 | }, |
||
4473 | "autoload": { |
||
4474 | "psr-4": { |
||
4475 | "Symfony\\Bridge\\Monolog\\": "" |
||
4476 | }, |
||
4477 | "exclude-from-classmap": [ |
||
4478 | "/Tests/" |
||
4479 | ] |
||
4480 | }, |
||
4481 | "notification-url": "https://packagist.org/downloads/", |
||
4482 | "license": [ |
||
4483 | "MIT" |
||
4484 | ], |
||
4485 | "authors": [ |
||
4486 | { |
||
4487 | "name": "Fabien Potencier", |
||
4488 | "email": "[email protected]" |
||
4489 | }, |
||
4490 | { |
||
4491 | "name": "Symfony Community", |
||
4492 | "homepage": "https://symfony.com/contributors" |
||
4493 | } |
||
4494 | ], |
||
4495 | "description": "Symfony Monolog Bridge", |
||
4496 | "homepage": "https://symfony.com", |
||
4497 | "time": "2017-10-31T15:12:41+00:00" |
||
4498 | }, |
||
4499 | { |
||
4500 | "name": "symfony/options-resolver", |
||
4501 | "version": "v3.3.12", |
||
4502 | "source": { |
||
4503 | "type": "git", |
||
4504 | "url": "https://github.com/symfony/options-resolver.git", |
||
4505 | "reference": "623d9c210a137205f7e6e98166105625402cbb2f" |
||
4506 | }, |
||
4507 | "dist": { |
||
4508 | "type": "zip", |
||
4509 | "url": "https://api.github.com/repos/symfony/options-resolver/zipball/623d9c210a137205f7e6e98166105625402cbb2f", |
||
4510 | "reference": "623d9c210a137205f7e6e98166105625402cbb2f", |
||
4511 | "shasum": "" |
||
4512 | }, |
||
4513 | "require": { |
||
4514 | "php": "^5.5.9|>=7.0.8" |
||
4515 | }, |
||
4516 | "type": "library", |
||
4517 | "extra": { |
||
4518 | "branch-alias": { |
||
4519 | "dev-master": "3.3-dev" |
||
4520 | } |
||
4521 | }, |
||
4522 | "autoload": { |
||
4523 | "psr-4": { |
||
4524 | "Symfony\\Component\\OptionsResolver\\": "" |
||
4525 | }, |
||
4526 | "exclude-from-classmap": [ |
||
4527 | "/Tests/" |
||
4528 | ] |
||
4529 | }, |
||
4530 | "notification-url": "https://packagist.org/downloads/", |
||
4531 | "license": [ |
||
4532 | "MIT" |
||
4533 | ], |
||
4534 | "authors": [ |
||
4535 | { |
||
4536 | "name": "Fabien Potencier", |
||
4537 | "email": "[email protected]" |
||
4538 | }, |
||
4539 | { |
||
4540 | "name": "Symfony Community", |
||
4541 | "homepage": "https://symfony.com/contributors" |
||
4542 | } |
||
4543 | ], |
||
4544 | "description": "Symfony OptionsResolver Component", |
||
4545 | "homepage": "https://symfony.com", |
||
4546 | "keywords": [ |
||
4547 | "config", |
||
4548 | "configuration", |
||
4549 | "options" |
||
4550 | ], |
||
4551 | "time": "2017-11-05T15:47:03+00:00" |
||
4552 | }, |
||
4553 | { |
||
4554 | "name": "symfony/polyfill-apcu", |
||
4555 | "version": "v1.6.0", |
||
4556 | "source": { |
||
4557 | "type": "git", |
||
4558 | "url": "https://github.com/symfony/polyfill-apcu.git", |
||
4559 | "reference": "04f62674339602def515bff4bc6901fc1d4951e8" |
||
4560 | }, |
||
4561 | "dist": { |
||
4562 | "type": "zip", |
||
4563 | "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/04f62674339602def515bff4bc6901fc1d4951e8", |
||
4564 | "reference": "04f62674339602def515bff4bc6901fc1d4951e8", |
||
4565 | "shasum": "" |
||
4566 | }, |
||
4567 | "require": { |
||
4568 | "php": ">=5.3.3" |
||
4569 | }, |
||
4570 | "type": "library", |
||
4571 | "extra": { |
||
4572 | "branch-alias": { |
||
4573 | "dev-master": "1.6-dev" |
||
4574 | } |
||
4575 | }, |
||
4576 | "autoload": { |
||
4577 | "psr-4": { |
||
4578 | "Symfony\\Polyfill\\Apcu\\": "" |
||
4579 | }, |
||
4580 | "files": [ |
||
4581 | "bootstrap.php" |
||
4582 | ] |
||
4583 | }, |
||
4584 | "notification-url": "https://packagist.org/downloads/", |
||
4585 | "license": [ |
||
4586 | "MIT" |
||
4587 | ], |
||
4588 | "authors": [ |
||
4589 | { |
||
4590 | "name": "Nicolas Grekas", |
||
4591 | "email": "[email protected]" |
||
4592 | }, |
||
4593 | { |
||
4594 | "name": "Symfony Community", |
||
4595 | "homepage": "https://symfony.com/contributors" |
||
4596 | } |
||
4597 | ], |
||
4598 | "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions", |
||
4599 | "homepage": "https://symfony.com", |
||
4600 | "keywords": [ |
||
4601 | "apcu", |
||
4602 | "compatibility", |
||
4603 | "polyfill", |
||
4604 | "portable", |
||
4605 | "shim" |
||
4606 | ], |
||
4607 | "time": "2017-10-11T12:05:26+00:00" |
||
4608 | }, |
||
4609 | { |
||
4610 | "name": "symfony/polyfill-intl-icu", |
||
4611 | "version": "v1.6.0", |
||
4612 | "source": { |
||
4613 | "type": "git", |
||
4614 | "url": "https://github.com/symfony/polyfill-intl-icu.git", |
||
4615 | "reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497" |
||
4616 | }, |
||
4617 | "dist": { |
||
4618 | "type": "zip", |
||
4619 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/d2bb2ef00dd8605d6fbd4db53ed4af1395953497", |
||
4620 | "reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497", |
||
4621 | "shasum": "" |
||
4622 | }, |
||
4623 | "require": { |
||
4624 | "php": ">=5.3.3", |
||
4625 | "symfony/intl": "~2.3|~3.0|~4.0" |
||
4626 | }, |
||
4627 | "suggest": { |
||
4628 | "ext-intl": "For best performance" |
||
4629 | }, |
||
4630 | "type": "library", |
||
4631 | "extra": { |
||
4632 | "branch-alias": { |
||
4633 | "dev-master": "1.6-dev" |
||
4634 | } |
||
4635 | }, |
||
4636 | "autoload": { |
||
4637 | "files": [ |
||
4638 | "bootstrap.php" |
||
4639 | ] |
||
4640 | }, |
||
4641 | "notification-url": "https://packagist.org/downloads/", |
||
4642 | "license": [ |
||
4643 | "MIT" |
||
4644 | ], |
||
4645 | "authors": [ |
||
4646 | { |
||
4647 | "name": "Nicolas Grekas", |
||
4648 | "email": "[email protected]" |
||
4649 | }, |
||
4650 | { |
||
4651 | "name": "Symfony Community", |
||
4652 | "homepage": "https://symfony.com/contributors" |
||
4653 | } |
||
4654 | ], |
||
4655 | "description": "Symfony polyfill for intl's ICU-related data and classes", |
||
4656 | "homepage": "https://symfony.com", |
||
4657 | "keywords": [ |
||
4658 | "compatibility", |
||
4659 | "icu", |
||
4660 | "intl", |
||
4661 | "polyfill", |
||
4662 | "portable", |
||
4663 | "shim" |
||
4664 | ], |
||
4665 | "time": "2017-10-11T12:05:26+00:00" |
||
4666 | }, |
||
4667 | { |
||
4668 | "name": "symfony/polyfill-mbstring", |
||
4669 | "version": "v1.6.0", |
||
4670 | "source": { |
||
4671 | "type": "git", |
||
4672 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
4673 | "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296" |
||
4674 | }, |
||
4675 | "dist": { |
||
4676 | "type": "zip", |
||
4677 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", |
||
4678 | "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", |
||
4679 | "shasum": "" |
||
4680 | }, |
||
4681 | "require": { |
||
4682 | "php": ">=5.3.3" |
||
4683 | }, |
||
4684 | "suggest": { |
||
4685 | "ext-mbstring": "For best performance" |
||
4686 | }, |
||
4687 | "type": "library", |
||
4688 | "extra": { |
||
4689 | "branch-alias": { |
||
4690 | "dev-master": "1.6-dev" |
||
4691 | } |
||
4692 | }, |
||
4693 | "autoload": { |
||
4694 | "psr-4": { |
||
4695 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
4696 | }, |
||
4697 | "files": [ |
||
4698 | "bootstrap.php" |
||
4699 | ] |
||
4700 | }, |
||
4701 | "notification-url": "https://packagist.org/downloads/", |
||
4702 | "license": [ |
||
4703 | "MIT" |
||
4704 | ], |
||
4705 | "authors": [ |
||
4706 | { |
||
4707 | "name": "Nicolas Grekas", |
||
4708 | "email": "[email protected]" |
||
4709 | }, |
||
4710 | { |
||
4711 | "name": "Symfony Community", |
||
4712 | "homepage": "https://symfony.com/contributors" |
||
4713 | } |
||
4714 | ], |
||
4715 | "description": "Symfony polyfill for the Mbstring extension", |
||
4716 | "homepage": "https://symfony.com", |
||
4717 | "keywords": [ |
||
4718 | "compatibility", |
||
4719 | "mbstring", |
||
4720 | "polyfill", |
||
4721 | "portable", |
||
4722 | "shim" |
||
4723 | ], |
||
4724 | "time": "2017-10-11T12:05:26+00:00" |
||
4725 | }, |
||
4726 | { |
||
4727 | "name": "symfony/polyfill-php56", |
||
4728 | "version": "v1.6.0", |
||
4729 | "source": { |
||
4730 | "type": "git", |
||
4731 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
4732 | "reference": "265fc96795492430762c29be291a371494ba3a5b" |
||
4733 | }, |
||
4734 | "dist": { |
||
4735 | "type": "zip", |
||
4736 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/265fc96795492430762c29be291a371494ba3a5b", |
||
4737 | "reference": "265fc96795492430762c29be291a371494ba3a5b", |
||
4738 | "shasum": "" |
||
4739 | }, |
||
4740 | "require": { |
||
4741 | "php": ">=5.3.3", |
||
4742 | "symfony/polyfill-util": "~1.0" |
||
4743 | }, |
||
4744 | "type": "library", |
||
4745 | "extra": { |
||
4746 | "branch-alias": { |
||
4747 | "dev-master": "1.6-dev" |
||
4748 | } |
||
4749 | }, |
||
4750 | "autoload": { |
||
4751 | "psr-4": { |
||
4752 | "Symfony\\Polyfill\\Php56\\": "" |
||
4753 | }, |
||
4754 | "files": [ |
||
4755 | "bootstrap.php" |
||
4756 | ] |
||
4757 | }, |
||
4758 | "notification-url": "https://packagist.org/downloads/", |
||
4759 | "license": [ |
||
4760 | "MIT" |
||
4761 | ], |
||
4762 | "authors": [ |
||
4763 | { |
||
4764 | "name": "Nicolas Grekas", |
||
4765 | "email": "[email protected]" |
||
4766 | }, |
||
4767 | { |
||
4768 | "name": "Symfony Community", |
||
4769 | "homepage": "https://symfony.com/contributors" |
||
4770 | } |
||
4771 | ], |
||
4772 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
4773 | "homepage": "https://symfony.com", |
||
4774 | "keywords": [ |
||
4775 | "compatibility", |
||
4776 | "polyfill", |
||
4777 | "portable", |
||
4778 | "shim" |
||
4779 | ], |
||
4780 | "time": "2017-10-11T12:05:26+00:00" |
||
4781 | }, |
||
4782 | { |
||
4783 | "name": "symfony/polyfill-php70", |
||
4784 | "version": "v1.6.0", |
||
4785 | "source": { |
||
4786 | "type": "git", |
||
4787 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
4788 | "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff" |
||
4789 | }, |
||
4790 | "dist": { |
||
4791 | "type": "zip", |
||
4792 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff", |
||
4793 | "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff", |
||
4794 | "shasum": "" |
||
4795 | }, |
||
4796 | "require": { |
||
4797 | "paragonie/random_compat": "~1.0|~2.0", |
||
4798 | "php": ">=5.3.3" |
||
4799 | }, |
||
4800 | "type": "library", |
||
4801 | "extra": { |
||
4802 | "branch-alias": { |
||
4803 | "dev-master": "1.6-dev" |
||
4804 | } |
||
4805 | }, |
||
4806 | "autoload": { |
||
4807 | "psr-4": { |
||
4808 | "Symfony\\Polyfill\\Php70\\": "" |
||
4809 | }, |
||
4810 | "files": [ |
||
4811 | "bootstrap.php" |
||
4812 | ], |
||
4813 | "classmap": [ |
||
4814 | "Resources/stubs" |
||
4815 | ] |
||
4816 | }, |
||
4817 | "notification-url": "https://packagist.org/downloads/", |
||
4818 | "license": [ |
||
4819 | "MIT" |
||
4820 | ], |
||
4821 | "authors": [ |
||
4822 | { |
||
4823 | "name": "Nicolas Grekas", |
||
4824 | "email": "[email protected]" |
||
4825 | }, |
||
4826 | { |
||
4827 | "name": "Symfony Community", |
||
4828 | "homepage": "https://symfony.com/contributors" |
||
4829 | } |
||
4830 | ], |
||
4831 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
4832 | "homepage": "https://symfony.com", |
||
4833 | "keywords": [ |
||
4834 | "compatibility", |
||
4835 | "polyfill", |
||
4836 | "portable", |
||
4837 | "shim" |
||
4838 | ], |
||
4839 | "time": "2017-10-11T12:05:26+00:00" |
||
4840 | }, |
||
4841 | { |
||
4842 | "name": "symfony/polyfill-util", |
||
4843 | "version": "v1.6.0", |
||
4844 | "source": { |
||
4845 | "type": "git", |
||
4846 | "url": "https://github.com/symfony/polyfill-util.git", |
||
4847 | "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176" |
||
4848 | }, |
||
4849 | "dist": { |
||
4850 | "type": "zip", |
||
4851 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/6e719200c8e540e0c0effeb31f96bdb344b94176", |
||
4852 | "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176", |
||
4853 | "shasum": "" |
||
4854 | }, |
||
4855 | "require": { |
||
4856 | "php": ">=5.3.3" |
||
4857 | }, |
||
4858 | "type": "library", |
||
4859 | "extra": { |
||
4860 | "branch-alias": { |
||
4861 | "dev-master": "1.6-dev" |
||
4862 | } |
||
4863 | }, |
||
4864 | "autoload": { |
||
4865 | "psr-4": { |
||
4866 | "Symfony\\Polyfill\\Util\\": "" |
||
4867 | } |
||
4868 | }, |
||
4869 | "notification-url": "https://packagist.org/downloads/", |
||
4870 | "license": [ |
||
4871 | "MIT" |
||
4872 | ], |
||
4873 | "authors": [ |
||
4874 | { |
||
4875 | "name": "Nicolas Grekas", |
||
4876 | "email": "[email protected]" |
||
4877 | }, |
||
4878 | { |
||
4879 | "name": "Symfony Community", |
||
4880 | "homepage": "https://symfony.com/contributors" |
||
4881 | } |
||
4882 | ], |
||
4883 | "description": "Symfony utilities for portability of PHP codes", |
||
4884 | "homepage": "https://symfony.com", |
||
4885 | "keywords": [ |
||
4886 | "compat", |
||
4887 | "compatibility", |
||
4888 | "polyfill", |
||
4889 | "shim" |
||
4890 | ], |
||
4891 | "time": "2017-10-11T12:05:26+00:00" |
||
4892 | }, |
||
4893 | { |
||
4894 | "name": "symfony/process", |
||
4895 | "version": "v3.3.12", |
||
4896 | "source": { |
||
4897 | "type": "git", |
||
4898 | "url": "https://github.com/symfony/process.git", |
||
4899 | "reference": "a56a3989fb762d7b19a0cf8e7693ee99a6ffb78d" |
||
4900 | }, |
||
4901 | "dist": { |
||
4902 | "type": "zip", |
||
4903 | "url": "https://api.github.com/repos/symfony/process/zipball/a56a3989fb762d7b19a0cf8e7693ee99a6ffb78d", |
||
4904 | "reference": "a56a3989fb762d7b19a0cf8e7693ee99a6ffb78d", |
||
4905 | "shasum": "" |
||
4906 | }, |
||
4907 | "require": { |
||
4908 | "php": "^5.5.9|>=7.0.8" |
||
4909 | }, |
||
4910 | "type": "library", |
||
4911 | "extra": { |
||
4912 | "branch-alias": { |
||
4913 | "dev-master": "3.3-dev" |
||
4914 | } |
||
4915 | }, |
||
4916 | "autoload": { |
||
4917 | "psr-4": { |
||
4918 | "Symfony\\Component\\Process\\": "" |
||
4919 | }, |
||
4920 | "exclude-from-classmap": [ |
||
4921 | "/Tests/" |
||
4922 | ] |
||
4923 | }, |
||
4924 | "notification-url": "https://packagist.org/downloads/", |
||
4925 | "license": [ |
||
4926 | "MIT" |
||
4927 | ], |
||
4928 | "authors": [ |
||
4929 | { |
||
4930 | "name": "Fabien Potencier", |
||
4931 | "email": "[email protected]" |
||
4932 | }, |
||
4933 | { |
||
4934 | "name": "Symfony Community", |
||
4935 | "homepage": "https://symfony.com/contributors" |
||
4936 | } |
||
4937 | ], |
||
4938 | "description": "Symfony Process Component", |
||
4939 | "homepage": "https://symfony.com", |
||
4940 | "time": "2017-11-13T15:31:11+00:00" |
||
4941 | }, |
||
4942 | { |
||
4943 | "name": "symfony/property-access", |
||
4944 | "version": "v3.3.12", |
||
4945 | "source": { |
||
4946 | "type": "git", |
||
4947 | "url": "https://github.com/symfony/property-access.git", |
||
4948 | "reference": "abfaa3b9785eb4d6e7afb231915ad6c3d17471eb" |
||
4949 | }, |
||
4950 | "dist": { |
||
4951 | "type": "zip", |
||
4952 | "url": "https://api.github.com/repos/symfony/property-access/zipball/abfaa3b9785eb4d6e7afb231915ad6c3d17471eb", |
||
4953 | "reference": "abfaa3b9785eb4d6e7afb231915ad6c3d17471eb", |
||
4954 | "shasum": "" |
||
4955 | }, |
||
4956 | "require": { |
||
4957 | "php": "^5.5.9|>=7.0.8", |
||
4958 | "symfony/inflector": "~3.1", |
||
4959 | "symfony/polyfill-php70": "~1.0" |
||
4960 | }, |
||
4961 | "require-dev": { |
||
4962 | "symfony/cache": "~3.1" |
||
4963 | }, |
||
4964 | "suggest": { |
||
4965 | "psr/cache-implementation": "To cache access methods." |
||
4966 | }, |
||
4967 | "type": "library", |
||
4968 | "extra": { |
||
4969 | "branch-alias": { |
||
4970 | "dev-master": "3.3-dev" |
||
4971 | } |
||
4972 | }, |
||
4973 | "autoload": { |
||
4974 | "psr-4": { |
||
4975 | "Symfony\\Component\\PropertyAccess\\": "" |
||
4976 | }, |
||
4977 | "exclude-from-classmap": [ |
||
4978 | "/Tests/" |
||
4979 | ] |
||
4980 | }, |
||
4981 | "notification-url": "https://packagist.org/downloads/", |
||
4982 | "license": [ |
||
4983 | "MIT" |
||
4984 | ], |
||
4985 | "authors": [ |
||
4986 | { |
||
4987 | "name": "Fabien Potencier", |
||
4988 | "email": "[email protected]" |
||
4989 | }, |
||
4990 | { |
||
4991 | "name": "Symfony Community", |
||
4992 | "homepage": "https://symfony.com/contributors" |
||
4993 | } |
||
4994 | ], |
||
4995 | "description": "Symfony PropertyAccess Component", |
||
4996 | "homepage": "https://symfony.com", |
||
4997 | "keywords": [ |
||
4998 | "access", |
||
4999 | "array", |
||
5000 | "extraction", |
||
5001 | "index", |
||
5002 | "injection", |
||
5003 | "object", |
||
5004 | "property", |
||
5005 | "property path", |
||
5006 | "reflection" |
||
5007 | ], |
||
5008 | "time": "2017-11-05T15:47:03+00:00" |
||
5009 | }, |
||
5010 | { |
||
5011 | "name": "symfony/routing", |
||
5012 | "version": "v3.3.12", |
||
5013 | "source": { |
||
5014 | "type": "git", |
||
5015 | "url": "https://github.com/symfony/routing.git", |
||
5016 | "reference": "cf7fa1dfcfee2c96969bfa1c0341e5627ecb1e95" |
||
5017 | }, |
||
5018 | "dist": { |
||
5019 | "type": "zip", |
||
5020 | "url": "https://api.github.com/repos/symfony/routing/zipball/cf7fa1dfcfee2c96969bfa1c0341e5627ecb1e95", |
||
5021 | "reference": "cf7fa1dfcfee2c96969bfa1c0341e5627ecb1e95", |
||
5022 | "shasum": "" |
||
5023 | }, |
||
5024 | "require": { |
||
5025 | "php": "^5.5.9|>=7.0.8" |
||
5026 | }, |
||
5027 | "conflict": { |
||
5028 | "symfony/config": "<2.8", |
||
5029 | "symfony/dependency-injection": "<3.3", |
||
5030 | "symfony/yaml": "<3.3" |
||
5031 | }, |
||
5032 | "require-dev": { |
||
5033 | "doctrine/annotations": "~1.0", |
||
5034 | "doctrine/common": "~2.2", |
||
5035 | "psr/log": "~1.0", |
||
5036 | "symfony/config": "~2.8|~3.0", |
||
5037 | "symfony/dependency-injection": "~3.3", |
||
5038 | "symfony/expression-language": "~2.8|~3.0", |
||
5039 | "symfony/http-foundation": "~2.8|~3.0", |
||
5040 | "symfony/yaml": "~3.3" |
||
5041 | }, |
||
5042 | "suggest": { |
||
5043 | "doctrine/annotations": "For using the annotation loader", |
||
5044 | "symfony/config": "For using the all-in-one router or any loader", |
||
5045 | "symfony/dependency-injection": "For loading routes from a service", |
||
5046 | "symfony/expression-language": "For using expression matching", |
||
5047 | "symfony/http-foundation": "For using a Symfony Request object", |
||
5048 | "symfony/yaml": "For using the YAML loader" |
||
5049 | }, |
||
5050 | "type": "library", |
||
5051 | "extra": { |
||
5052 | "branch-alias": { |
||
5053 | "dev-master": "3.3-dev" |
||
5054 | } |
||
5055 | }, |
||
5056 | "autoload": { |
||
5057 | "psr-4": { |
||
5058 | "Symfony\\Component\\Routing\\": "" |
||
5059 | }, |
||
5060 | "exclude-from-classmap": [ |
||
5061 | "/Tests/" |
||
5062 | ] |
||
5063 | }, |
||
5064 | "notification-url": "https://packagist.org/downloads/", |
||
5065 | "license": [ |
||
5066 | "MIT" |
||
5067 | ], |
||
5068 | "authors": [ |
||
5069 | { |
||
5070 | "name": "Fabien Potencier", |
||
5071 | "email": "[email protected]" |
||
5072 | }, |
||
5073 | { |
||
5074 | "name": "Symfony Community", |
||
5075 | "homepage": "https://symfony.com/contributors" |
||
5076 | } |
||
5077 | ], |
||
5078 | "description": "Symfony Routing Component", |
||
5079 | "homepage": "https://symfony.com", |
||
5080 | "keywords": [ |
||
5081 | "router", |
||
5082 | "routing", |
||
5083 | "uri", |
||
5084 | "url" |
||
5085 | ], |
||
5086 | "time": "2017-11-07T14:16:22+00:00" |
||
5087 | }, |
||
5088 | { |
||
5089 | "name": "symfony/security", |
||
5090 | "version": "v3.3.12", |
||
5091 | "source": { |
||
5092 | "type": "git", |
||
5093 | "url": "https://github.com/symfony/security.git", |
||
5094 | "reference": "0b012b9dd7cdeaadbbfd75e9fec835bb63fd4321" |
||
5095 | }, |
||
5096 | "dist": { |
||
5097 | "type": "zip", |
||
5098 | "url": "https://api.github.com/repos/symfony/security/zipball/0b012b9dd7cdeaadbbfd75e9fec835bb63fd4321", |
||
5099 | "reference": "0b012b9dd7cdeaadbbfd75e9fec835bb63fd4321", |
||
5100 | "shasum": "" |
||
5101 | }, |
||
5102 | "require": { |
||
5103 | "php": "^5.5.9|>=7.0.8", |
||
5104 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
5105 | "symfony/http-foundation": "~2.8|~3.0", |
||
5106 | "symfony/http-kernel": "~3.3", |
||
5107 | "symfony/polyfill-php56": "~1.0", |
||
5108 | "symfony/polyfill-php70": "~1.0", |
||
5109 | "symfony/polyfill-util": "~1.0", |
||
5110 | "symfony/property-access": "~2.8|~3.0" |
||
5111 | }, |
||
5112 | "replace": { |
||
5113 | "symfony/security-core": "self.version", |
||
5114 | "symfony/security-csrf": "self.version", |
||
5115 | "symfony/security-guard": "self.version", |
||
5116 | "symfony/security-http": "self.version" |
||
5117 | }, |
||
5118 | "require-dev": { |
||
5119 | "psr/log": "~1.0", |
||
5120 | "symfony/expression-language": "~2.8|~3.0", |
||
5121 | "symfony/finder": "~2.8|~3.0", |
||
5122 | "symfony/ldap": "~3.1", |
||
5123 | "symfony/polyfill-intl-icu": "~1.0", |
||
5124 | "symfony/routing": "~2.8|~3.0", |
||
5125 | "symfony/validator": "^2.8.18|^3.2.5" |
||
5126 | }, |
||
5127 | "suggest": { |
||
5128 | "symfony/expression-language": "For using the expression voter", |
||
5129 | "symfony/form": "", |
||
5130 | "symfony/ldap": "For using the LDAP user and authentication providers", |
||
5131 | "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", |
||
5132 | "symfony/validator": "For using the user password constraint" |
||
5133 | }, |
||
5134 | "type": "library", |
||
5135 | "extra": { |
||
5136 | "branch-alias": { |
||
5137 | "dev-master": "3.3-dev" |
||
5138 | } |
||
5139 | }, |
||
5140 | "autoload": { |
||
5141 | "psr-4": { |
||
5142 | "Symfony\\Component\\Security\\": "" |
||
5143 | }, |
||
5144 | "exclude-from-classmap": [ |
||
5145 | "/Tests/" |
||
5146 | ] |
||
5147 | }, |
||
5148 | "notification-url": "https://packagist.org/downloads/", |
||
5149 | "license": [ |
||
5150 | "MIT" |
||
5151 | ], |
||
5152 | "authors": [ |
||
5153 | { |
||
5154 | "name": "Fabien Potencier", |
||
5155 | "email": "[email protected]" |
||
5156 | }, |
||
5157 | { |
||
5158 | "name": "Symfony Community", |
||
5159 | "homepage": "https://symfony.com/contributors" |
||
5160 | } |
||
5161 | ], |
||
5162 | "description": "Symfony Security Component", |
||
5163 | "homepage": "https://symfony.com", |
||
5164 | "time": "2017-11-07T14:16:22+00:00" |
||
5165 | }, |
||
5166 | { |
||
5167 | "name": "symfony/serializer", |
||
5168 | "version": "v3.3.12", |
||
5169 | "source": { |
||
5170 | "type": "git", |
||
5171 | "url": "https://github.com/symfony/serializer.git", |
||
5172 | "reference": "d6dc07653b872b3091c70140751d5f3f4905082a" |
||
5173 | }, |
||
5174 | "dist": { |
||
5175 | "type": "zip", |
||
5176 | "url": "https://api.github.com/repos/symfony/serializer/zipball/d6dc07653b872b3091c70140751d5f3f4905082a", |
||
5177 | "reference": "d6dc07653b872b3091c70140751d5f3f4905082a", |
||
5178 | "shasum": "" |
||
5179 | }, |
||
5180 | "require": { |
||
5181 | "php": "^5.5.9|>=7.0.8" |
||
5182 | }, |
||
5183 | "conflict": { |
||
5184 | "phpdocumentor/type-resolver": "<0.2.1", |
||
5185 | "symfony/dependency-injection": "<3.2", |
||
5186 | "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4", |
||
5187 | "symfony/property-info": "<3.1", |
||
5188 | "symfony/yaml": "<3.3" |
||
5189 | }, |
||
5190 | "require-dev": { |
||
5191 | "doctrine/annotations": "~1.0", |
||
5192 | "doctrine/cache": "~1.0", |
||
5193 | "phpdocumentor/reflection-docblock": "^3.0|^4.0", |
||
5194 | "symfony/cache": "~3.1", |
||
5195 | "symfony/config": "~2.8|~3.0", |
||
5196 | "symfony/dependency-injection": "~3.2", |
||
5197 | "symfony/http-foundation": "~2.8|~3.0", |
||
5198 | "symfony/property-access": "~2.8|~3.0", |
||
5199 | "symfony/property-info": "~3.1", |
||
5200 | "symfony/yaml": "~3.3" |
||
5201 | }, |
||
5202 | "suggest": { |
||
5203 | "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", |
||
5204 | "doctrine/cache": "For using the default cached annotation reader and metadata cache.", |
||
5205 | "psr/cache-implementation": "For using the metadata cache.", |
||
5206 | "symfony/config": "For using the XML mapping loader.", |
||
5207 | "symfony/http-foundation": "To use the DataUriNormalizer.", |
||
5208 | "symfony/property-access": "For using the ObjectNormalizer.", |
||
5209 | "symfony/property-info": "To deserialize relations.", |
||
5210 | "symfony/yaml": "For using the default YAML mapping loader." |
||
5211 | }, |
||
5212 | "type": "library", |
||
5213 | "extra": { |
||
5214 | "branch-alias": { |
||
5215 | "dev-master": "3.3-dev" |
||
5216 | } |
||
5217 | }, |
||
5218 | "autoload": { |
||
5219 | "psr-4": { |
||
5220 | "Symfony\\Component\\Serializer\\": "" |
||
5221 | }, |
||
5222 | "exclude-from-classmap": [ |
||
5223 | "/Tests/" |
||
5224 | ] |
||
5225 | }, |
||
5226 | "notification-url": "https://packagist.org/downloads/", |
||
5227 | "license": [ |
||
5228 | "MIT" |
||
5229 | ], |
||
5230 | "authors": [ |
||
5231 | { |
||
5232 | "name": "Fabien Potencier", |
||
5233 | "email": "[email protected]" |
||
5234 | }, |
||
5235 | { |
||
5236 | "name": "Symfony Community", |
||
5237 | "homepage": "https://symfony.com/contributors" |
||
5238 | } |
||
5239 | ], |
||
5240 | "description": "Symfony Serializer Component", |
||
5241 | "homepage": "https://symfony.com", |
||
5242 | "time": "2017-11-07T14:16:22+00:00" |
||
5243 | }, |
||
5244 | { |
||
5245 | "name": "symfony/stopwatch", |
||
5246 | "version": "v3.3.12", |
||
5247 | "source": { |
||
5248 | "type": "git", |
||
5249 | "url": "https://github.com/symfony/stopwatch.git", |
||
5250 | "reference": "1e93c3139ef6c799831fe03efd0fb1c7aecb3365" |
||
5251 | }, |
||
5252 | "dist": { |
||
5253 | "type": "zip", |
||
5254 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/1e93c3139ef6c799831fe03efd0fb1c7aecb3365", |
||
5255 | "reference": "1e93c3139ef6c799831fe03efd0fb1c7aecb3365", |
||
5256 | "shasum": "" |
||
5257 | }, |
||
5258 | "require": { |
||
5259 | "php": "^5.5.9|>=7.0.8" |
||
5260 | }, |
||
5261 | "type": "library", |
||
5262 | "extra": { |
||
5263 | "branch-alias": { |
||
5264 | "dev-master": "3.3-dev" |
||
5265 | } |
||
5266 | }, |
||
5267 | "autoload": { |
||
5268 | "psr-4": { |
||
5269 | "Symfony\\Component\\Stopwatch\\": "" |
||
5270 | }, |
||
5271 | "exclude-from-classmap": [ |
||
5272 | "/Tests/" |
||
5273 | ] |
||
5274 | }, |
||
5275 | "notification-url": "https://packagist.org/downloads/", |
||
5276 | "license": [ |
||
5277 | "MIT" |
||
5278 | ], |
||
5279 | "authors": [ |
||
5280 | { |
||
5281 | "name": "Fabien Potencier", |
||
5282 | "email": "[email protected]" |
||
5283 | }, |
||
5284 | { |
||
5285 | "name": "Symfony Community", |
||
5286 | "homepage": "https://symfony.com/contributors" |
||
5287 | } |
||
5288 | ], |
||
5289 | "description": "Symfony Stopwatch Component", |
||
5290 | "homepage": "https://symfony.com", |
||
5291 | "time": "2017-11-10T19:02:53+00:00" |
||
5292 | }, |
||
5293 | { |
||
5294 | "name": "symfony/templating", |
||
5295 | "version": "v3.3.12", |
||
5296 | "source": { |
||
5297 | "type": "git", |
||
5298 | "url": "https://github.com/symfony/templating.git", |
||
5299 | "reference": "ef40d9b1eddf3bf9181bbbb56c3ca58c371ef6a2" |
||
5300 | }, |
||
5301 | "dist": { |
||
5302 | "type": "zip", |
||
5303 | "url": "https://api.github.com/repos/symfony/templating/zipball/ef40d9b1eddf3bf9181bbbb56c3ca58c371ef6a2", |
||
5304 | "reference": "ef40d9b1eddf3bf9181bbbb56c3ca58c371ef6a2", |
||
5305 | "shasum": "" |
||
5306 | }, |
||
5307 | "require": { |
||
5308 | "php": "^5.5.9|>=7.0.8" |
||
5309 | }, |
||
5310 | "require-dev": { |
||
5311 | "psr/log": "~1.0" |
||
5312 | }, |
||
5313 | "suggest": { |
||
5314 | "psr/log": "For using debug logging in loaders" |
||
5315 | }, |
||
5316 | "type": "library", |
||
5317 | "extra": { |
||
5318 | "branch-alias": { |
||
5319 | "dev-master": "3.3-dev" |
||
5320 | } |
||
5321 | }, |
||
5322 | "autoload": { |
||
5323 | "psr-4": { |
||
5324 | "Symfony\\Component\\Templating\\": "" |
||
5325 | }, |
||
5326 | "exclude-from-classmap": [ |
||
5327 | "/Tests/" |
||
5328 | ] |
||
5329 | }, |
||
5330 | "notification-url": "https://packagist.org/downloads/", |
||
5331 | "license": [ |
||
5332 | "MIT" |
||
5333 | ], |
||
5334 | "authors": [ |
||
5335 | { |
||
5336 | "name": "Fabien Potencier", |
||
5337 | "email": "[email protected]" |
||
5338 | }, |
||
5339 | { |
||
5340 | "name": "Symfony Community", |
||
5341 | "homepage": "https://symfony.com/contributors" |
||
5342 | } |
||
5343 | ], |
||
5344 | "description": "Symfony Templating Component", |
||
5345 | "homepage": "https://symfony.com", |
||
5346 | "time": "2017-11-07T14:12:55+00:00" |
||
5347 | }, |
||
5348 | { |
||
5349 | "name": "symfony/translation", |
||
5350 | "version": "v3.3.12", |
||
5351 | "source": { |
||
5352 | "type": "git", |
||
5353 | "url": "https://github.com/symfony/translation.git", |
||
5354 | "reference": "373e553477e55cd08f8b86b74db766c75b987fdb" |
||
5355 | }, |
||
5356 | "dist": { |
||
5357 | "type": "zip", |
||
5358 | "url": "https://api.github.com/repos/symfony/translation/zipball/373e553477e55cd08f8b86b74db766c75b987fdb", |
||
5359 | "reference": "373e553477e55cd08f8b86b74db766c75b987fdb", |
||
5360 | "shasum": "" |
||
5361 | }, |
||
5362 | "require": { |
||
5363 | "php": "^5.5.9|>=7.0.8", |
||
5364 | "symfony/polyfill-mbstring": "~1.0" |
||
5365 | }, |
||
5366 | "conflict": { |
||
5367 | "symfony/config": "<2.8", |
||
5368 | "symfony/yaml": "<3.3" |
||
5369 | }, |
||
5370 | "require-dev": { |
||
5371 | "psr/log": "~1.0", |
||
5372 | "symfony/config": "~2.8|~3.0", |
||
5373 | "symfony/intl": "^2.8.18|^3.2.5", |
||
5374 | "symfony/yaml": "~3.3" |
||
5375 | }, |
||
5376 | "suggest": { |
||
5377 | "psr/log": "To use logging capability in translator", |
||
5378 | "symfony/config": "", |
||
5379 | "symfony/yaml": "" |
||
5380 | }, |
||
5381 | "type": "library", |
||
5382 | "extra": { |
||
5383 | "branch-alias": { |
||
5384 | "dev-master": "3.3-dev" |
||
5385 | } |
||
5386 | }, |
||
5387 | "autoload": { |
||
5388 | "psr-4": { |
||
5389 | "Symfony\\Component\\Translation\\": "" |
||
5390 | }, |
||
5391 | "exclude-from-classmap": [ |
||
5392 | "/Tests/" |
||
5393 | ] |
||
5394 | }, |
||
5395 | "notification-url": "https://packagist.org/downloads/", |
||
5396 | "license": [ |
||
5397 | "MIT" |
||
5398 | ], |
||
5399 | "authors": [ |
||
5400 | { |
||
5401 | "name": "Fabien Potencier", |
||
5402 | "email": "[email protected]" |
||
5403 | }, |
||
5404 | { |
||
5405 | "name": "Symfony Community", |
||
5406 | "homepage": "https://symfony.com/contributors" |
||
5407 | } |
||
5408 | ], |
||
5409 | "description": "Symfony Translation Component", |
||
5410 | "homepage": "https://symfony.com", |
||
5411 | "time": "2017-11-07T14:12:55+00:00" |
||
5412 | }, |
||
5413 | { |
||
5414 | "name": "symfony/twig-bridge", |
||
5415 | "version": "v3.3.12", |
||
5416 | "source": { |
||
5417 | "type": "git", |
||
5418 | "url": "https://github.com/symfony/twig-bridge.git", |
||
5419 | "reference": "87305530dee22d66c92756df2d4aec576d882fb9" |
||
5420 | }, |
||
5421 | "dist": { |
||
5422 | "type": "zip", |
||
5423 | "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/87305530dee22d66c92756df2d4aec576d882fb9", |
||
5424 | "reference": "87305530dee22d66c92756df2d4aec576d882fb9", |
||
5425 | "shasum": "" |
||
5426 | }, |
||
5427 | "require": { |
||
5428 | "php": "^5.5.9|>=7.0.8", |
||
5429 | "twig/twig": "~1.34|~2.4" |
||
5430 | }, |
||
5431 | "conflict": { |
||
5432 | "symfony/form": "<3.2.10|~3.3,<3.3.3" |
||
5433 | }, |
||
5434 | "require-dev": { |
||
5435 | "fig/link-util": "^1.0", |
||
5436 | "symfony/asset": "~2.8|~3.0", |
||
5437 | "symfony/console": "~2.8|~3.0", |
||
5438 | "symfony/expression-language": "~2.8|~3.0", |
||
5439 | "symfony/finder": "~2.8|~3.0", |
||
5440 | "symfony/form": "^3.2.10|^3.3.3", |
||
5441 | "symfony/http-foundation": "^3.3.11", |
||
5442 | "symfony/http-kernel": "~3.2", |
||
5443 | "symfony/polyfill-intl-icu": "~1.0", |
||
5444 | "symfony/routing": "~2.8|~3.0", |
||
5445 | "symfony/security": "~2.8|~3.0", |
||
5446 | "symfony/security-acl": "~2.8|~3.0", |
||
5447 | "symfony/stopwatch": "~2.8|~3.0", |
||
5448 | "symfony/templating": "~2.8|~3.0", |
||
5449 | "symfony/translation": "~2.8|~3.0", |
||
5450 | "symfony/var-dumper": "~2.8.10|~3.1.4|~3.2", |
||
5451 | "symfony/web-link": "~3.3", |
||
5452 | "symfony/yaml": "~2.8|~3.0" |
||
5453 | }, |
||
5454 | "suggest": { |
||
5455 | "symfony/asset": "For using the AssetExtension", |
||
5456 | "symfony/expression-language": "For using the ExpressionExtension", |
||
5457 | "symfony/finder": "", |
||
5458 | "symfony/form": "For using the FormExtension", |
||
5459 | "symfony/http-kernel": "For using the HttpKernelExtension", |
||
5460 | "symfony/routing": "For using the RoutingExtension", |
||
5461 | "symfony/security": "For using the SecurityExtension", |
||
5462 | "symfony/stopwatch": "For using the StopwatchExtension", |
||
5463 | "symfony/templating": "For using the TwigEngine", |
||
5464 | "symfony/translation": "For using the TranslationExtension", |
||
5465 | "symfony/var-dumper": "For using the DumpExtension", |
||
5466 | "symfony/web-link": "For using the WebLinkExtension", |
||
5467 | "symfony/yaml": "For using the YamlExtension" |
||
5468 | }, |
||
5469 | "type": "symfony-bridge", |
||
5470 | "extra": { |
||
5471 | "branch-alias": { |
||
5472 | "dev-master": "3.3-dev" |
||
5473 | } |
||
5474 | }, |
||
5475 | "autoload": { |
||
5476 | "psr-4": { |
||
5477 | "Symfony\\Bridge\\Twig\\": "" |
||
5478 | }, |
||
5479 | "exclude-from-classmap": [ |
||
5480 | "/Tests/" |
||
5481 | ] |
||
5482 | }, |
||
5483 | "notification-url": "https://packagist.org/downloads/", |
||
5484 | "license": [ |
||
5485 | "MIT" |
||
5486 | ], |
||
5487 | "authors": [ |
||
5488 | { |
||
5489 | "name": "Fabien Potencier", |
||
5490 | "email": "[email protected]" |
||
5491 | }, |
||
5492 | { |
||
5493 | "name": "Symfony Community", |
||
5494 | "homepage": "https://symfony.com/contributors" |
||
5495 | } |
||
5496 | ], |
||
5497 | "description": "Symfony Twig Bridge", |
||
5498 | "homepage": "https://symfony.com", |
||
5499 | "time": "2017-11-07T11:58:40+00:00" |
||
5500 | }, |
||
5501 | { |
||
5502 | "name": "symfony/validator", |
||
5503 | "version": "v3.3.12", |
||
5504 | "source": { |
||
5505 | "type": "git", |
||
5506 | "url": "https://github.com/symfony/validator.git", |
||
5507 | "reference": "ec0739539e4913177e37a43a8e8da091b8f7188d" |
||
5508 | }, |
||
5509 | "dist": { |
||
5510 | "type": "zip", |
||
5511 | "url": "https://api.github.com/repos/symfony/validator/zipball/ec0739539e4913177e37a43a8e8da091b8f7188d", |
||
5512 | "reference": "ec0739539e4913177e37a43a8e8da091b8f7188d", |
||
5513 | "shasum": "" |
||
5514 | }, |
||
5515 | "require": { |
||
5516 | "php": "^5.5.9|>=7.0.8", |
||
5517 | "symfony/polyfill-mbstring": "~1.0", |
||
5518 | "symfony/translation": "~2.8|~3.0" |
||
5519 | }, |
||
5520 | "conflict": { |
||
5521 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", |
||
5522 | "symfony/dependency-injection": "<3.3", |
||
5523 | "symfony/yaml": "<3.3" |
||
5524 | }, |
||
5525 | "require-dev": { |
||
5526 | "doctrine/annotations": "~1.0", |
||
5527 | "doctrine/cache": "~1.0", |
||
5528 | "egulias/email-validator": "^1.2.8|~2.0", |
||
5529 | "symfony/cache": "~3.1", |
||
5530 | "symfony/config": "~2.8|~3.0", |
||
5531 | "symfony/dependency-injection": "~3.3", |
||
5532 | "symfony/expression-language": "~2.8|~3.0", |
||
5533 | "symfony/http-foundation": "~2.8|~3.0", |
||
5534 | "symfony/intl": "^2.8.18|^3.2.5", |
||
5535 | "symfony/yaml": "~3.3" |
||
5536 | }, |
||
5537 | "suggest": { |
||
5538 | "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", |
||
5539 | "doctrine/cache": "For using the default cached annotation reader and metadata cache.", |
||
5540 | "egulias/email-validator": "Strict (RFC compliant) email validation", |
||
5541 | "psr/cache-implementation": "For using the metadata cache.", |
||
5542 | "symfony/config": "", |
||
5543 | "symfony/expression-language": "For using the Expression validator", |
||
5544 | "symfony/http-foundation": "", |
||
5545 | "symfony/intl": "", |
||
5546 | "symfony/yaml": "" |
||
5547 | }, |
||
5548 | "type": "library", |
||
5549 | "extra": { |
||
5550 | "branch-alias": { |
||
5551 | "dev-master": "3.3-dev" |
||
5552 | } |
||
5553 | }, |
||
5554 | "autoload": { |
||
5555 | "psr-4": { |
||
5556 | "Symfony\\Component\\Validator\\": "" |
||
5557 | }, |
||
5558 | "exclude-from-classmap": [ |
||
5559 | "/Tests/" |
||
5560 | ] |
||
5561 | }, |
||
5562 | "notification-url": "https://packagist.org/downloads/", |
||
5563 | "license": [ |
||
5564 | "MIT" |
||
5565 | ], |
||
5566 | "authors": [ |
||
5567 | { |
||
5568 | "name": "Fabien Potencier", |
||
5569 | "email": "[email protected]" |
||
5570 | }, |
||
5571 | { |
||
5572 | "name": "Symfony Community", |
||
5573 | "homepage": "https://symfony.com/contributors" |
||
5574 | } |
||
5575 | ], |
||
5576 | "description": "Symfony Validator Component", |
||
5577 | "homepage": "https://symfony.com", |
||
5578 | "time": "2017-11-10T19:02:53+00:00" |
||
5579 | }, |
||
5580 | { |
||
5581 | "name": "symfony/var-dumper", |
||
5582 | "version": "v3.3.12", |
||
5583 | "source": { |
||
5584 | "type": "git", |
||
5585 | "url": "https://github.com/symfony/var-dumper.git", |
||
5586 | "reference": "805de6bd6869073e60610df1b14ab7d969c61b01" |
||
5587 | }, |
||
5588 | "dist": { |
||
5589 | "type": "zip", |
||
5590 | "url": "https://api.github.com/repos/symfony/var-dumper/zipball/805de6bd6869073e60610df1b14ab7d969c61b01", |
||
5591 | "reference": "805de6bd6869073e60610df1b14ab7d969c61b01", |
||
5592 | "shasum": "" |
||
5593 | }, |
||
5594 | "require": { |
||
5595 | "php": "^5.5.9|>=7.0.8", |
||
5596 | "symfony/polyfill-mbstring": "~1.0" |
||
5597 | }, |
||
5598 | "conflict": { |
||
5599 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
5600 | }, |
||
5601 | "require-dev": { |
||
5602 | "ext-iconv": "*", |
||
5603 | "twig/twig": "~1.34|~2.4" |
||
5604 | }, |
||
5605 | "suggest": { |
||
5606 | "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", |
||
5607 | "ext-symfony_debug": "" |
||
5608 | }, |
||
5609 | "type": "library", |
||
5610 | "extra": { |
||
5611 | "branch-alias": { |
||
5612 | "dev-master": "3.3-dev" |
||
5613 | } |
||
5614 | }, |
||
5615 | "autoload": { |
||
5616 | "files": [ |
||
5617 | "Resources/functions/dump.php" |
||
5618 | ], |
||
5619 | "psr-4": { |
||
5620 | "Symfony\\Component\\VarDumper\\": "" |
||
5621 | }, |
||
5622 | "exclude-from-classmap": [ |
||
5623 | "/Tests/" |
||
5624 | ] |
||
5625 | }, |
||
5626 | "notification-url": "https://packagist.org/downloads/", |
||
5627 | "license": [ |
||
5628 | "MIT" |
||
5629 | ], |
||
5630 | "authors": [ |
||
5631 | { |
||
5632 | "name": "Nicolas Grekas", |
||
5633 | "email": "[email protected]" |
||
5634 | }, |
||
5635 | { |
||
5636 | "name": "Symfony Community", |
||
5637 | "homepage": "https://symfony.com/contributors" |
||
5638 | } |
||
5639 | ], |
||
5640 | "description": "Symfony mechanism for exploring and dumping PHP variables", |
||
5641 | "homepage": "https://symfony.com", |
||
5642 | "keywords": [ |
||
5643 | "debug", |
||
5644 | "dump" |
||
5645 | ], |
||
5646 | "time": "2017-11-07T14:16:22+00:00" |
||
5647 | }, |
||
5648 | { |
||
5649 | "name": "symfony/web-profiler-bundle", |
||
5650 | "version": "v3.3.12", |
||
5651 | "source": { |
||
5652 | "type": "git", |
||
5653 | "url": "https://github.com/symfony/web-profiler-bundle.git", |
||
5654 | "reference": "e8aea581e0f4f5583d99f706edf1f8e39d6cd87c" |
||
5655 | }, |
||
5656 | "dist": { |
||
5657 | "type": "zip", |
||
5658 | "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/e8aea581e0f4f5583d99f706edf1f8e39d6cd87c", |
||
5659 | "reference": "e8aea581e0f4f5583d99f706edf1f8e39d6cd87c", |
||
5660 | "shasum": "" |
||
5661 | }, |
||
5662 | "require": { |
||
5663 | "php": "^5.5.9|>=7.0.8", |
||
5664 | "symfony/http-kernel": "~3.2", |
||
5665 | "symfony/polyfill-php70": "~1.0", |
||
5666 | "symfony/routing": "~2.8|~3.0", |
||
5667 | "symfony/twig-bridge": "~2.8|~3.0", |
||
5668 | "symfony/var-dumper": "~3.3", |
||
5669 | "twig/twig": "~1.34|~2.4" |
||
5670 | }, |
||
5671 | "conflict": { |
||
5672 | "symfony/dependency-injection": "<3.3", |
||
5673 | "symfony/event-dispatcher": "<3.2", |
||
5674 | "symfony/var-dumper": "<3.3" |
||
5675 | }, |
||
5676 | "require-dev": { |
||
5677 | "symfony/config": "~2.8|~3.0", |
||
5678 | "symfony/console": "~2.8|~3.0", |
||
5679 | "symfony/dependency-injection": "~3.3", |
||
5680 | "symfony/stopwatch": "~2.8|~3.0" |
||
5681 | }, |
||
5682 | "type": "symfony-bundle", |
||
5683 | "extra": { |
||
5684 | "branch-alias": { |
||
5685 | "dev-master": "3.3-dev" |
||
5686 | } |
||
5687 | }, |
||
5688 | "autoload": { |
||
5689 | "psr-4": { |
||
5690 | "Symfony\\Bundle\\WebProfilerBundle\\": "" |
||
5691 | }, |
||
5692 | "exclude-from-classmap": [ |
||
5693 | "/Tests/" |
||
5694 | ] |
||
5695 | }, |
||
5696 | "notification-url": "https://packagist.org/downloads/", |
||
5697 | "license": [ |
||
5698 | "MIT" |
||
5699 | ], |
||
5700 | "authors": [ |
||
5701 | { |
||
5702 | "name": "Fabien Potencier", |
||
5703 | "email": "[email protected]" |
||
5704 | }, |
||
5705 | { |
||
5706 | "name": "Symfony Community", |
||
5707 | "homepage": "https://symfony.com/contributors" |
||
5708 | } |
||
5709 | ], |
||
5710 | "description": "Symfony WebProfilerBundle", |
||
5711 | "homepage": "https://symfony.com", |
||
5712 | "time": "2017-11-05T16:53:00+00:00" |
||
5713 | }, |
||
5714 | { |
||
5715 | "name": "symfony/yaml", |
||
5716 | "version": "v3.3.12", |
||
5717 | "source": { |
||
5718 | "type": "git", |
||
5719 | "url": "https://github.com/symfony/yaml.git", |
||
5720 | "reference": "0938408c4faa518d95230deabb5f595bf0de31b9" |
||
5721 | }, |
||
5722 | "dist": { |
||
5723 | "type": "zip", |
||
5724 | "url": "https://api.github.com/repos/symfony/yaml/zipball/0938408c4faa518d95230deabb5f595bf0de31b9", |
||
5725 | "reference": "0938408c4faa518d95230deabb5f595bf0de31b9", |
||
5726 | "shasum": "" |
||
5727 | }, |
||
5728 | "require": { |
||
5729 | "php": "^5.5.9|>=7.0.8" |
||
5730 | }, |
||
5731 | "require-dev": { |
||
5732 | "symfony/console": "~2.8|~3.0" |
||
5733 | }, |
||
5734 | "suggest": { |
||
5735 | "symfony/console": "For validating YAML files using the lint command" |
||
5736 | }, |
||
5737 | "type": "library", |
||
5738 | "extra": { |
||
5739 | "branch-alias": { |
||
5740 | "dev-master": "3.3-dev" |
||
5741 | } |
||
5742 | }, |
||
5743 | "autoload": { |
||
5744 | "psr-4": { |
||
5745 | "Symfony\\Component\\Yaml\\": "" |
||
5746 | }, |
||
5747 | "exclude-from-classmap": [ |
||
5748 | "/Tests/" |
||
5749 | ] |
||
5750 | }, |
||
5751 | "notification-url": "https://packagist.org/downloads/", |
||
5752 | "license": [ |
||
5753 | "MIT" |
||
5754 | ], |
||
5755 | "authors": [ |
||
5756 | { |
||
5757 | "name": "Fabien Potencier", |
||
5758 | "email": "[email protected]" |
||
5759 | }, |
||
5760 | { |
||
5761 | "name": "Symfony Community", |
||
5762 | "homepage": "https://symfony.com/contributors" |
||
5763 | } |
||
5764 | ], |
||
5765 | "description": "Symfony Yaml Component", |
||
5766 | "homepage": "https://symfony.com", |
||
5767 | "time": "2017-11-10T18:26:04+00:00" |
||
5768 | }, |
||
5769 | { |
||
5770 | "name": "twig/twig", |
||
5771 | "version": "v1.35.0", |
||
5772 | "source": { |
||
5773 | "type": "git", |
||
5774 | "url": "https://github.com/twigphp/Twig.git", |
||
5775 | "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f" |
||
5776 | }, |
||
5777 | "dist": { |
||
5778 | "type": "zip", |
||
5779 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/daa657073e55b0a78cce8fdd22682fddecc6385f", |
||
5780 | "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f", |
||
5781 | "shasum": "" |
||
5782 | }, |
||
5783 | "require": { |
||
5784 | "php": ">=5.3.3" |
||
5785 | }, |
||
5786 | "require-dev": { |
||
5787 | "psr/container": "^1.0", |
||
5788 | "symfony/debug": "~2.7", |
||
5789 | "symfony/phpunit-bridge": "~3.3@dev" |
||
5790 | }, |
||
5791 | "type": "library", |
||
5792 | "extra": { |
||
5793 | "branch-alias": { |
||
5794 | "dev-master": "1.35-dev" |
||
5795 | } |
||
5796 | }, |
||
5797 | "autoload": { |
||
5798 | "psr-0": { |
||
5799 | "Twig_": "lib/" |
||
5800 | }, |
||
5801 | "psr-4": { |
||
5802 | "Twig\\": "src/" |
||
5803 | } |
||
5804 | }, |
||
5805 | "notification-url": "https://packagist.org/downloads/", |
||
5806 | "license": [ |
||
5807 | "BSD-3-Clause" |
||
5808 | ], |
||
5809 | "authors": [ |
||
5810 | { |
||
5811 | "name": "Fabien Potencier", |
||
5812 | "email": "[email protected]", |
||
5813 | "homepage": "http://fabien.potencier.org", |
||
5814 | "role": "Lead Developer" |
||
5815 | }, |
||
5816 | { |
||
5817 | "name": "Armin Ronacher", |
||
5818 | "email": "[email protected]", |
||
5819 | "role": "Project Founder" |
||
5820 | }, |
||
5821 | { |
||
5822 | "name": "Twig Team", |
||
5823 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
5824 | "role": "Contributors" |
||
5825 | } |
||
5826 | ], |
||
5827 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
5828 | "homepage": "http://twig.sensiolabs.org", |
||
5829 | "keywords": [ |
||
5830 | "templating" |
||
5831 | ], |
||
5832 | "time": "2017-09-27T18:06:46+00:00" |
||
5833 | }, |
||
5834 | { |
||
5835 | "name": "zendframework/zend-code", |
||
5836 | "version": "2.6.3", |
||
5837 | "source": { |
||
5838 | "type": "git", |
||
5839 | "url": "https://github.com/zendframework/zend-code.git", |
||
5840 | "reference": "95033f061b083e16cdee60530ec260d7d628b887" |
||
5841 | }, |
||
5842 | "dist": { |
||
5843 | "type": "zip", |
||
5844 | "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887", |
||
5845 | "reference": "95033f061b083e16cdee60530ec260d7d628b887", |
||
5846 | "shasum": "" |
||
5847 | }, |
||
5848 | "require": { |
||
5849 | "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6", |
||
5850 | "zendframework/zend-eventmanager": "^2.6 || ^3.0" |
||
5851 | }, |
||
5852 | "require-dev": { |
||
5853 | "doctrine/annotations": "~1.0", |
||
5854 | "fabpot/php-cs-fixer": "1.7.*", |
||
5855 | "phpunit/phpunit": "^4.8.21", |
||
5856 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
5857 | }, |
||
5858 | "suggest": { |
||
5859 | "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", |
||
5860 | "zendframework/zend-stdlib": "Zend\\Stdlib component" |
||
5861 | }, |
||
5862 | "type": "library", |
||
5863 | "extra": { |
||
5864 | "branch-alias": { |
||
5865 | "dev-master": "2.6-dev", |
||
5866 | "dev-develop": "2.7-dev" |
||
5867 | } |
||
5868 | }, |
||
5869 | "autoload": { |
||
5870 | "psr-4": { |
||
5871 | "Zend\\Code\\": "src/" |
||
5872 | } |
||
5873 | }, |
||
5874 | "notification-url": "https://packagist.org/downloads/", |
||
5875 | "license": [ |
||
5876 | "BSD-3-Clause" |
||
5877 | ], |
||
5878 | "description": "provides facilities to generate arbitrary code using an object oriented interface", |
||
5879 | "homepage": "https://github.com/zendframework/zend-code", |
||
5880 | "keywords": [ |
||
5881 | "code", |
||
5882 | "zf2" |
||
5883 | ], |
||
5884 | "time": "2016-04-20T17:26:42+00:00" |
||
5885 | }, |
||
5886 | { |
||
5887 | "name": "zendframework/zend-eventmanager", |
||
5888 | "version": "3.2.0", |
||
5889 | "source": { |
||
5890 | "type": "git", |
||
5891 | "url": "https://github.com/zendframework/zend-eventmanager.git", |
||
5892 | "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c" |
||
5893 | }, |
||
5894 | "dist": { |
||
5895 | "type": "zip", |
||
5896 | "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/9d72db10ceb6e42fb92350c0cb54460da61bd79c", |
||
5897 | "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c", |
||
5898 | "shasum": "" |
||
5899 | }, |
||
5900 | "require": { |
||
5901 | "php": "^5.6 || ^7.0" |
||
5902 | }, |
||
5903 | "require-dev": { |
||
5904 | "athletic/athletic": "^0.1", |
||
5905 | "container-interop/container-interop": "^1.1.0", |
||
5906 | "phpunit/phpunit": "^6.0.7 || ^5.7.14", |
||
5907 | "zendframework/zend-coding-standard": "~1.0.0", |
||
5908 | "zendframework/zend-stdlib": "^2.7.3 || ^3.0" |
||
5909 | }, |
||
5910 | "suggest": { |
||
5911 | "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", |
||
5912 | "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" |
||
5913 | }, |
||
5914 | "type": "library", |
||
5915 | "extra": { |
||
5916 | "branch-alias": { |
||
5917 | "dev-master": "3.2-dev", |
||
5918 | "dev-develop": "3.3-dev" |
||
5919 | } |
||
5920 | }, |
||
5921 | "autoload": { |
||
5922 | "psr-4": { |
||
5923 | "Zend\\EventManager\\": "src/" |
||
5924 | } |
||
5925 | }, |
||
5926 | "notification-url": "https://packagist.org/downloads/", |
||
5927 | "license": [ |
||
5928 | "BSD-3-Clause" |
||
5929 | ], |
||
5930 | "description": "Trigger and listen to events within a PHP application", |
||
5931 | "homepage": "https://github.com/zendframework/zend-eventmanager", |
||
5932 | "keywords": [ |
||
5933 | "event", |
||
5934 | "eventmanager", |
||
5935 | "events", |
||
5936 | "zf2" |
||
5937 | ], |
||
5938 | "time": "2017-07-11T19:17:22+00:00" |
||
5939 | } |
||
5940 | ], |
||
5941 | "packages-dev": [ |
||
5942 | { |
||
5943 | "name": "friendsofphp/php-cs-fixer", |
||
5944 | "version": "v2.8.1", |
||
5945 | "source": { |
||
5946 | "type": "git", |
||
5947 | "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", |
||
5948 | "reference": "04f71e56e03ba2627e345e8c949c80dcef0e683e" |
||
5949 | }, |
||
5950 | "dist": { |
||
5951 | "type": "zip", |
||
5952 | "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/04f71e56e03ba2627e345e8c949c80dcef0e683e", |
||
5953 | "reference": "04f71e56e03ba2627e345e8c949c80dcef0e683e", |
||
5954 | "shasum": "" |
||
5955 | }, |
||
5956 | "require": { |
||
5957 | "composer/semver": "^1.4", |
||
5958 | "doctrine/annotations": "^1.2", |
||
5959 | "ext-json": "*", |
||
5960 | "ext-tokenizer": "*", |
||
5961 | "gecko-packages/gecko-php-unit": "^2.0 || ^3.0", |
||
5962 | "php": "^5.6 || >=7.0 <7.3", |
||
5963 | "php-cs-fixer/diff": "^1.2", |
||
5964 | "symfony/console": "^3.2 || ^4.0", |
||
5965 | "symfony/event-dispatcher": "^3.0 || ^4.0", |
||
5966 | "symfony/filesystem": "^3.0 || ^4.0", |
||
5967 | "symfony/finder": "^3.0 || ^4.0", |
||
5968 | "symfony/options-resolver": "^3.0 || ^4.0", |
||
5969 | "symfony/polyfill-php70": "^1.0", |
||
5970 | "symfony/polyfill-php72": "^1.4", |
||
5971 | "symfony/process": "^3.0 || ^4.0", |
||
5972 | "symfony/stopwatch": "^3.0 || ^4.0" |
||
5973 | }, |
||
5974 | "conflict": { |
||
5975 | "hhvm": "*" |
||
5976 | }, |
||
5977 | "require-dev": { |
||
5978 | "johnkary/phpunit-speedtrap": "^1.1 || ^2.0@dev", |
||
5979 | "justinrainbow/json-schema": "^5.0", |
||
5980 | "php-coveralls/php-coveralls": "^1.0.2", |
||
5981 | "php-cs-fixer/accessible-object": "^1.0", |
||
5982 | "phpunit/phpunit": "^5.7.23 || ^6.4.3", |
||
5983 | "symfony/phpunit-bridge": "^3.2.2 || ^4.0" |
||
5984 | }, |
||
5985 | "suggest": { |
||
5986 | "ext-mbstring": "For handling non-UTF8 characters in cache signature.", |
||
5987 | "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." |
||
5988 | }, |
||
5989 | "bin": [ |
||
5990 | "php-cs-fixer" |
||
5991 | ], |
||
5992 | "type": "application", |
||
5993 | "autoload": { |
||
5994 | "psr-4": { |
||
5995 | "PhpCsFixer\\": "src/" |
||
5996 | }, |
||
5997 | "classmap": [ |
||
5998 | "tests/Test/Assert/AssertTokensTrait.php", |
||
5999 | "tests/Test/AbstractFixerTestCase.php", |
||
6000 | "tests/Test/AbstractIntegrationTestCase.php", |
||
6001 | "tests/Test/IntegrationCase.php", |
||
6002 | "tests/Test/IntegrationCaseFactory.php" |
||
6003 | ] |
||
6004 | }, |
||
6005 | "notification-url": "https://packagist.org/downloads/", |
||
6006 | "license": [ |
||
6007 | "MIT" |
||
6008 | ], |
||
6009 | "authors": [ |
||
6010 | { |
||
6011 | "name": "Dariusz Rumiński", |
||
6012 | "email": "[email protected]" |
||
6013 | }, |
||
6014 | { |
||
6015 | "name": "Fabien Potencier", |
||
6016 | "email": "[email protected]" |
||
6017 | } |
||
6018 | ], |
||
6019 | "description": "A tool to automatically fix PHP code style", |
||
6020 | "time": "2017-11-09T13:31:39+00:00" |
||
6021 | }, |
||
6022 | { |
||
6023 | "name": "fzaninotto/faker", |
||
6024 | "version": "v1.7.1", |
||
6025 | "source": { |
||
6026 | "type": "git", |
||
6027 | "url": "https://github.com/fzaninotto/Faker.git", |
||
6028 | "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d" |
||
6029 | }, |
||
6030 | "dist": { |
||
6031 | "type": "zip", |
||
6032 | "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d", |
||
6033 | "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d", |
||
6034 | "shasum": "" |
||
6035 | }, |
||
6036 | "require": { |
||
6037 | "php": "^5.3.3 || ^7.0" |
||
6038 | }, |
||
6039 | "require-dev": { |
||
6040 | "ext-intl": "*", |
||
6041 | "phpunit/phpunit": "^4.0 || ^5.0", |
||
6042 | "squizlabs/php_codesniffer": "^1.5" |
||
6043 | }, |
||
6044 | "type": "library", |
||
6045 | "extra": { |
||
6046 | "branch-alias": { |
||
6047 | "dev-master": "1.8-dev" |
||
6048 | } |
||
6049 | }, |
||
6050 | "autoload": { |
||
6051 | "psr-4": { |
||
6052 | "Faker\\": "src/Faker/" |
||
6053 | } |
||
6054 | }, |
||
6055 | "notification-url": "https://packagist.org/downloads/", |
||
6056 | "license": [ |
||
6057 | "MIT" |
||
6058 | ], |
||
6059 | "authors": [ |
||
6060 | { |
||
6061 | "name": "François Zaninotto" |
||
6062 | } |
||
6063 | ], |
||
6064 | "description": "Faker is a PHP library that generates fake data for you.", |
||
6065 | "keywords": [ |
||
6066 | "data", |
||
6067 | "faker", |
||
6068 | "fixtures" |
||
6069 | ], |
||
6070 | "time": "2017-08-15T16:48:10+00:00" |
||
6071 | }, |
||
6072 | { |
||
6073 | "name": "gecko-packages/gecko-php-unit", |
||
6074 | "version": "v2.2", |
||
6075 | "source": { |
||
6076 | "type": "git", |
||
6077 | "url": "https://github.com/GeckoPackages/GeckoPHPUnit.git", |
||
6078 | "reference": "ab525fac9a9ffea219687f261b02008b18ebf2d1" |
||
6079 | }, |
||
6080 | "dist": { |
||
6081 | "type": "zip", |
||
6082 | "url": "https://api.github.com/repos/GeckoPackages/GeckoPHPUnit/zipball/ab525fac9a9ffea219687f261b02008b18ebf2d1", |
||
6083 | "reference": "ab525fac9a9ffea219687f261b02008b18ebf2d1", |
||
6084 | "shasum": "" |
||
6085 | }, |
||
6086 | "require": { |
||
6087 | "php": "^5.3.6 || ^7.0" |
||
6088 | }, |
||
6089 | "require-dev": { |
||
6090 | "phpunit/phpunit": "^4.8.35 || ^5.4.3" |
||
6091 | }, |
||
6092 | "suggest": { |
||
6093 | "ext-dom": "When testing with xml.", |
||
6094 | "ext-libxml": "When testing with xml.", |
||
6095 | "phpunit/phpunit": "This is an extension for it so make sure you have it some way." |
||
6096 | }, |
||
6097 | "type": "library", |
||
6098 | "autoload": { |
||
6099 | "psr-4": { |
||
6100 | "GeckoPackages\\PHPUnit\\": "src/PHPUnit" |
||
6101 | } |
||
6102 | }, |
||
6103 | "notification-url": "https://packagist.org/downloads/", |
||
6104 | "license": [ |
||
6105 | "MIT" |
||
6106 | ], |
||
6107 | "description": "Additional PHPUnit asserts and constraints.", |
||
6108 | "homepage": "https://github.com/GeckoPackages", |
||
6109 | "keywords": [ |
||
6110 | "extension", |
||
6111 | "filesystem", |
||
6112 | "phpunit" |
||
6113 | ], |
||
6114 | "time": "2017-08-23T07:39:54+00:00" |
||
6115 | }, |
||
6116 | { |
||
6117 | "name": "mikey179/vfsStream", |
||
6118 | "version": "v1.6.5", |
||
6119 | "source": { |
||
6120 | "type": "git", |
||
6121 | "url": "https://github.com/mikey179/vfsStream.git", |
||
6122 | "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145" |
||
6123 | }, |
||
6124 | "dist": { |
||
6125 | "type": "zip", |
||
6126 | "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145", |
||
6127 | "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145", |
||
6128 | "shasum": "" |
||
6129 | }, |
||
6130 | "require": { |
||
6131 | "php": ">=5.3.0" |
||
6132 | }, |
||
6133 | "require-dev": { |
||
6134 | "phpunit/phpunit": "~4.5" |
||
6135 | }, |
||
6136 | "type": "library", |
||
6137 | "extra": { |
||
6138 | "branch-alias": { |
||
6139 | "dev-master": "1.6.x-dev" |
||
6140 | } |
||
6141 | }, |
||
6142 | "autoload": { |
||
6143 | "psr-0": { |
||
6144 | "org\\bovigo\\vfs\\": "src/main/php" |
||
6145 | } |
||
6146 | }, |
||
6147 | "notification-url": "https://packagist.org/downloads/", |
||
6148 | "license": [ |
||
6149 | "BSD-3-Clause" |
||
6150 | ], |
||
6151 | "authors": [ |
||
6152 | { |
||
6153 | "name": "Frank Kleine", |
||
6154 | "homepage": "http://frankkleine.de/", |
||
6155 | "role": "Developer" |
||
6156 | } |
||
6157 | ], |
||
6158 | "description": "Virtual file system to mock the real file system in unit tests.", |
||
6159 | "homepage": "http://vfs.bovigo.org/", |
||
6160 | "time": "2017-08-01T08:02:14+00:00" |
||
6161 | }, |
||
6162 | { |
||
6163 | "name": "myclabs/deep-copy", |
||
6164 | "version": "1.7.0", |
||
6165 | "source": { |
||
6166 | "type": "git", |
||
6167 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
6168 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" |
||
6169 | }, |
||
6170 | "dist": { |
||
6171 | "type": "zip", |
||
6172 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
6173 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
6174 | "shasum": "" |
||
6175 | }, |
||
6176 | "require": { |
||
6177 | "php": "^5.6 || ^7.0" |
||
6178 | }, |
||
6179 | "require-dev": { |
||
6180 | "doctrine/collections": "^1.0", |
||
6181 | "doctrine/common": "^2.6", |
||
6182 | "phpunit/phpunit": "^4.1" |
||
6183 | }, |
||
6184 | "type": "library", |
||
6185 | "autoload": { |
||
6186 | "psr-4": { |
||
6187 | "DeepCopy\\": "src/DeepCopy/" |
||
6188 | }, |
||
6189 | "files": [ |
||
6190 | "src/DeepCopy/deep_copy.php" |
||
6191 | ] |
||
6192 | }, |
||
6193 | "notification-url": "https://packagist.org/downloads/", |
||
6194 | "license": [ |
||
6195 | "MIT" |
||
6196 | ], |
||
6197 | "description": "Create deep copies (clones) of your objects", |
||
6198 | "keywords": [ |
||
6199 | "clone", |
||
6200 | "copy", |
||
6201 | "duplicate", |
||
6202 | "object", |
||
6203 | "object graph" |
||
6204 | ], |
||
6205 | "time": "2017-10-19T19:58:43+00:00" |
||
6206 | }, |
||
6207 | { |
||
6208 | "name": "php-cs-fixer/diff", |
||
6209 | "version": "v1.2.0", |
||
6210 | "source": { |
||
6211 | "type": "git", |
||
6212 | "url": "https://github.com/PHP-CS-Fixer/diff.git", |
||
6213 | "reference": "f0ef6133d674137e902fdf8a6f2e8e97e14a087b" |
||
6214 | }, |
||
6215 | "dist": { |
||
6216 | "type": "zip", |
||
6217 | "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/f0ef6133d674137e902fdf8a6f2e8e97e14a087b", |
||
6218 | "reference": "f0ef6133d674137e902fdf8a6f2e8e97e14a087b", |
||
6219 | "shasum": "" |
||
6220 | }, |
||
6221 | "require": { |
||
6222 | "php": "^5.6 || ^7.0" |
||
6223 | }, |
||
6224 | "require-dev": { |
||
6225 | "phpunit/phpunit": "^4.8.35 || ^5.4.3", |
||
6226 | "symfony/process": "^3.3" |
||
6227 | }, |
||
6228 | "type": "library", |
||
6229 | "autoload": { |
||
6230 | "classmap": [ |
||
6231 | "src/" |
||
6232 | ] |
||
6233 | }, |
||
6234 | "notification-url": "https://packagist.org/downloads/", |
||
6235 | "authors": [ |
||
6236 | { |
||
6237 | "name": "Kore Nordmann", |
||
6238 | "email": "[email protected]" |
||
6239 | }, |
||
6240 | { |
||
6241 | "name": "Sebastian Bergmann", |
||
6242 | "email": "[email protected]" |
||
6243 | }, |
||
6244 | { |
||
6245 | "name": "SpacePossum" |
||
6246 | } |
||
6247 | ], |
||
6248 | "description": "sebastian/diff v2 backport support for PHP5.6", |
||
6249 | "homepage": "https://github.com/PHP-CS-Fixer", |
||
6250 | "keywords": [ |
||
6251 | "diff" |
||
6252 | ], |
||
6253 | "time": "2017-10-19T09:58:18+00:00" |
||
6254 | }, |
||
6255 | { |
||
6256 | "name": "phpdocumentor/reflection-common", |
||
6257 | "version": "1.0.1", |
||
6258 | "source": { |
||
6259 | "type": "git", |
||
6260 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
6261 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" |
||
6262 | }, |
||
6263 | "dist": { |
||
6264 | "type": "zip", |
||
6265 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
6266 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
6267 | "shasum": "" |
||
6268 | }, |
||
6269 | "require": { |
||
6270 | "php": ">=5.5" |
||
6271 | }, |
||
6272 | "require-dev": { |
||
6273 | "phpunit/phpunit": "^4.6" |
||
6274 | }, |
||
6275 | "type": "library", |
||
6276 | "extra": { |
||
6277 | "branch-alias": { |
||
6278 | "dev-master": "1.0.x-dev" |
||
6279 | } |
||
6280 | }, |
||
6281 | "autoload": { |
||
6282 | "psr-4": { |
||
6283 | "phpDocumentor\\Reflection\\": [ |
||
6284 | "src" |
||
6285 | ] |
||
6286 | } |
||
6287 | }, |
||
6288 | "notification-url": "https://packagist.org/downloads/", |
||
6289 | "license": [ |
||
6290 | "MIT" |
||
6291 | ], |
||
6292 | "authors": [ |
||
6293 | { |
||
6294 | "name": "Jaap van Otterdijk", |
||
6295 | "email": "[email protected]" |
||
6296 | } |
||
6297 | ], |
||
6298 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
6299 | "homepage": "http://www.phpdoc.org", |
||
6300 | "keywords": [ |
||
6301 | "FQSEN", |
||
6302 | "phpDocumentor", |
||
6303 | "phpdoc", |
||
6304 | "reflection", |
||
6305 | "static analysis" |
||
6306 | ], |
||
6307 | "time": "2017-09-11T18:02:19+00:00" |
||
6308 | }, |
||
6309 | { |
||
6310 | "name": "phpdocumentor/reflection-docblock", |
||
6311 | "version": "3.2.2", |
||
6312 | "source": { |
||
6313 | "type": "git", |
||
6314 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
6315 | "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157" |
||
6316 | }, |
||
6317 | "dist": { |
||
6318 | "type": "zip", |
||
6319 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/4aada1f93c72c35e22fb1383b47fee43b8f1d157", |
||
6320 | "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157", |
||
6321 | "shasum": "" |
||
6322 | }, |
||
6323 | "require": { |
||
6324 | "php": ">=5.5", |
||
6325 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
6326 | "phpdocumentor/type-resolver": "^0.3.0", |
||
6327 | "webmozart/assert": "^1.0" |
||
6328 | }, |
||
6329 | "require-dev": { |
||
6330 | "mockery/mockery": "^0.9.4", |
||
6331 | "phpunit/phpunit": "^4.4" |
||
6332 | }, |
||
6333 | "type": "library", |
||
6334 | "autoload": { |
||
6335 | "psr-4": { |
||
6336 | "phpDocumentor\\Reflection\\": [ |
||
6337 | "src/" |
||
6338 | ] |
||
6339 | } |
||
6340 | }, |
||
6341 | "notification-url": "https://packagist.org/downloads/", |
||
6342 | "license": [ |
||
6343 | "MIT" |
||
6344 | ], |
||
6345 | "authors": [ |
||
6346 | { |
||
6347 | "name": "Mike van Riel", |
||
6348 | "email": "[email protected]" |
||
6349 | } |
||
6350 | ], |
||
6351 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
6352 | "time": "2017-08-08T06:39:58+00:00" |
||
6353 | }, |
||
6354 | { |
||
6355 | "name": "phpdocumentor/type-resolver", |
||
6356 | "version": "0.3.0", |
||
6357 | "source": { |
||
6358 | "type": "git", |
||
6359 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
6360 | "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773" |
||
6361 | }, |
||
6362 | "dist": { |
||
6363 | "type": "zip", |
||
6364 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fb3933512008d8162b3cdf9e18dba9309b7c3773", |
||
6365 | "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773", |
||
6366 | "shasum": "" |
||
6367 | }, |
||
6368 | "require": { |
||
6369 | "php": "^5.5 || ^7.0", |
||
6370 | "phpdocumentor/reflection-common": "^1.0" |
||
6371 | }, |
||
6372 | "require-dev": { |
||
6373 | "mockery/mockery": "^0.9.4", |
||
6374 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
6375 | }, |
||
6376 | "type": "library", |
||
6377 | "extra": { |
||
6378 | "branch-alias": { |
||
6379 | "dev-master": "1.0.x-dev" |
||
6380 | } |
||
6381 | }, |
||
6382 | "autoload": { |
||
6383 | "psr-4": { |
||
6384 | "phpDocumentor\\Reflection\\": [ |
||
6385 | "src/" |
||
6386 | ] |
||
6387 | } |
||
6388 | }, |
||
6389 | "notification-url": "https://packagist.org/downloads/", |
||
6390 | "license": [ |
||
6391 | "MIT" |
||
6392 | ], |
||
6393 | "authors": [ |
||
6394 | { |
||
6395 | "name": "Mike van Riel", |
||
6396 | "email": "[email protected]" |
||
6397 | } |
||
6398 | ], |
||
6399 | "time": "2017-06-03T08:32:36+00:00" |
||
6400 | }, |
||
6401 | { |
||
6402 | "name": "phpspec/prophecy", |
||
6403 | "version": "v1.7.2", |
||
6404 | "source": { |
||
6405 | "type": "git", |
||
6406 | "url": "https://github.com/phpspec/prophecy.git", |
||
6407 | "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6" |
||
6408 | }, |
||
6409 | "dist": { |
||
6410 | "type": "zip", |
||
6411 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6", |
||
6412 | "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6", |
||
6413 | "shasum": "" |
||
6414 | }, |
||
6415 | "require": { |
||
6416 | "doctrine/instantiator": "^1.0.2", |
||
6417 | "php": "^5.3|^7.0", |
||
6418 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
||
6419 | "sebastian/comparator": "^1.1|^2.0", |
||
6420 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
||
6421 | }, |
||
6422 | "require-dev": { |
||
6423 | "phpspec/phpspec": "^2.5|^3.2", |
||
6424 | "phpunit/phpunit": "^4.8 || ^5.6.5" |
||
6425 | }, |
||
6426 | "type": "library", |
||
6427 | "extra": { |
||
6428 | "branch-alias": { |
||
6429 | "dev-master": "1.7.x-dev" |
||
6430 | } |
||
6431 | }, |
||
6432 | "autoload": { |
||
6433 | "psr-0": { |
||
6434 | "Prophecy\\": "src/" |
||
6435 | } |
||
6436 | }, |
||
6437 | "notification-url": "https://packagist.org/downloads/", |
||
6438 | "license": [ |
||
6439 | "MIT" |
||
6440 | ], |
||
6441 | "authors": [ |
||
6442 | { |
||
6443 | "name": "Konstantin Kudryashov", |
||
6444 | "email": "[email protected]", |
||
6445 | "homepage": "http://everzet.com" |
||
6446 | }, |
||
6447 | { |
||
6448 | "name": "Marcello Duarte", |
||
6449 | "email": "[email protected]" |
||
6450 | } |
||
6451 | ], |
||
6452 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
6453 | "homepage": "https://github.com/phpspec/prophecy", |
||
6454 | "keywords": [ |
||
6455 | "Double", |
||
6456 | "Dummy", |
||
6457 | "fake", |
||
6458 | "mock", |
||
6459 | "spy", |
||
6460 | "stub" |
||
6461 | ], |
||
6462 | "time": "2017-09-04T11:05:03+00:00" |
||
6463 | }, |
||
6464 | { |
||
6465 | "name": "phpunit/php-code-coverage", |
||
6466 | "version": "4.0.8", |
||
6467 | "source": { |
||
6468 | "type": "git", |
||
6469 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
6470 | "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" |
||
6471 | }, |
||
6472 | "dist": { |
||
6473 | "type": "zip", |
||
6474 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d", |
||
6475 | "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d", |
||
6476 | "shasum": "" |
||
6477 | }, |
||
6478 | "require": { |
||
6479 | "ext-dom": "*", |
||
6480 | "ext-xmlwriter": "*", |
||
6481 | "php": "^5.6 || ^7.0", |
||
6482 | "phpunit/php-file-iterator": "^1.3", |
||
6483 | "phpunit/php-text-template": "^1.2", |
||
6484 | "phpunit/php-token-stream": "^1.4.2 || ^2.0", |
||
6485 | "sebastian/code-unit-reverse-lookup": "^1.0", |
||
6486 | "sebastian/environment": "^1.3.2 || ^2.0", |
||
6487 | "sebastian/version": "^1.0 || ^2.0" |
||
6488 | }, |
||
6489 | "require-dev": { |
||
6490 | "ext-xdebug": "^2.1.4", |
||
6491 | "phpunit/phpunit": "^5.7" |
||
6492 | }, |
||
6493 | "suggest": { |
||
6494 | "ext-xdebug": "^2.5.1" |
||
6495 | }, |
||
6496 | "type": "library", |
||
6497 | "extra": { |
||
6498 | "branch-alias": { |
||
6499 | "dev-master": "4.0.x-dev" |
||
6500 | } |
||
6501 | }, |
||
6502 | "autoload": { |
||
6503 | "classmap": [ |
||
6504 | "src/" |
||
6505 | ] |
||
6506 | }, |
||
6507 | "notification-url": "https://packagist.org/downloads/", |
||
6508 | "license": [ |
||
6509 | "BSD-3-Clause" |
||
6510 | ], |
||
6511 | "authors": [ |
||
6512 | { |
||
6513 | "name": "Sebastian Bergmann", |
||
6514 | "email": "[email protected]", |
||
6515 | "role": "lead" |
||
6516 | } |
||
6517 | ], |
||
6518 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
6519 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
6520 | "keywords": [ |
||
6521 | "coverage", |
||
6522 | "testing", |
||
6523 | "xunit" |
||
6524 | ], |
||
6525 | "time": "2017-04-02T07:44:40+00:00" |
||
6526 | }, |
||
6527 | { |
||
6528 | "name": "phpunit/php-file-iterator", |
||
6529 | "version": "1.4.2", |
||
6530 | "source": { |
||
6531 | "type": "git", |
||
6532 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
6533 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" |
||
6534 | }, |
||
6535 | "dist": { |
||
6536 | "type": "zip", |
||
6537 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
6538 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
6539 | "shasum": "" |
||
6540 | }, |
||
6541 | "require": { |
||
6542 | "php": ">=5.3.3" |
||
6543 | }, |
||
6544 | "type": "library", |
||
6545 | "extra": { |
||
6546 | "branch-alias": { |
||
6547 | "dev-master": "1.4.x-dev" |
||
6548 | } |
||
6549 | }, |
||
6550 | "autoload": { |
||
6551 | "classmap": [ |
||
6552 | "src/" |
||
6553 | ] |
||
6554 | }, |
||
6555 | "notification-url": "https://packagist.org/downloads/", |
||
6556 | "license": [ |
||
6557 | "BSD-3-Clause" |
||
6558 | ], |
||
6559 | "authors": [ |
||
6560 | { |
||
6561 | "name": "Sebastian Bergmann", |
||
6562 | "email": "[email protected]", |
||
6563 | "role": "lead" |
||
6564 | } |
||
6565 | ], |
||
6566 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
6567 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
6568 | "keywords": [ |
||
6569 | "filesystem", |
||
6570 | "iterator" |
||
6571 | ], |
||
6572 | "time": "2016-10-03T07:40:28+00:00" |
||
6573 | }, |
||
6574 | { |
||
6575 | "name": "phpunit/php-text-template", |
||
6576 | "version": "1.2.1", |
||
6577 | "source": { |
||
6578 | "type": "git", |
||
6579 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
6580 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
6581 | }, |
||
6582 | "dist": { |
||
6583 | "type": "zip", |
||
6584 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
6585 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
6586 | "shasum": "" |
||
6587 | }, |
||
6588 | "require": { |
||
6589 | "php": ">=5.3.3" |
||
6590 | }, |
||
6591 | "type": "library", |
||
6592 | "autoload": { |
||
6593 | "classmap": [ |
||
6594 | "src/" |
||
6595 | ] |
||
6596 | }, |
||
6597 | "notification-url": "https://packagist.org/downloads/", |
||
6598 | "license": [ |
||
6599 | "BSD-3-Clause" |
||
6600 | ], |
||
6601 | "authors": [ |
||
6602 | { |
||
6603 | "name": "Sebastian Bergmann", |
||
6604 | "email": "[email protected]", |
||
6605 | "role": "lead" |
||
6606 | } |
||
6607 | ], |
||
6608 | "description": "Simple template engine.", |
||
6609 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
6610 | "keywords": [ |
||
6611 | "template" |
||
6612 | ], |
||
6613 | "time": "2015-06-21T13:50:34+00:00" |
||
6614 | }, |
||
6615 | { |
||
6616 | "name": "phpunit/php-timer", |
||
6617 | "version": "1.0.9", |
||
6618 | "source": { |
||
6619 | "type": "git", |
||
6620 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
6621 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" |
||
6622 | }, |
||
6623 | "dist": { |
||
6624 | "type": "zip", |
||
6625 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
6626 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
6627 | "shasum": "" |
||
6628 | }, |
||
6629 | "require": { |
||
6630 | "php": "^5.3.3 || ^7.0" |
||
6631 | }, |
||
6632 | "require-dev": { |
||
6633 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
6634 | }, |
||
6635 | "type": "library", |
||
6636 | "extra": { |
||
6637 | "branch-alias": { |
||
6638 | "dev-master": "1.0-dev" |
||
6639 | } |
||
6640 | }, |
||
6641 | "autoload": { |
||
6642 | "classmap": [ |
||
6643 | "src/" |
||
6644 | ] |
||
6645 | }, |
||
6646 | "notification-url": "https://packagist.org/downloads/", |
||
6647 | "license": [ |
||
6648 | "BSD-3-Clause" |
||
6649 | ], |
||
6650 | "authors": [ |
||
6651 | { |
||
6652 | "name": "Sebastian Bergmann", |
||
6653 | "email": "[email protected]", |
||
6654 | "role": "lead" |
||
6655 | } |
||
6656 | ], |
||
6657 | "description": "Utility class for timing", |
||
6658 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
6659 | "keywords": [ |
||
6660 | "timer" |
||
6661 | ], |
||
6662 | "time": "2017-02-26T11:10:40+00:00" |
||
6663 | }, |
||
6664 | { |
||
6665 | "name": "phpunit/php-token-stream", |
||
6666 | "version": "1.4.11", |
||
6667 | "source": { |
||
6668 | "type": "git", |
||
6669 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
6670 | "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7" |
||
6671 | }, |
||
6672 | "dist": { |
||
6673 | "type": "zip", |
||
6674 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7", |
||
6675 | "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7", |
||
6676 | "shasum": "" |
||
6677 | }, |
||
6678 | "require": { |
||
6679 | "ext-tokenizer": "*", |
||
6680 | "php": ">=5.3.3" |
||
6681 | }, |
||
6682 | "require-dev": { |
||
6683 | "phpunit/phpunit": "~4.2" |
||
6684 | }, |
||
6685 | "type": "library", |
||
6686 | "extra": { |
||
6687 | "branch-alias": { |
||
6688 | "dev-master": "1.4-dev" |
||
6689 | } |
||
6690 | }, |
||
6691 | "autoload": { |
||
6692 | "classmap": [ |
||
6693 | "src/" |
||
6694 | ] |
||
6695 | }, |
||
6696 | "notification-url": "https://packagist.org/downloads/", |
||
6697 | "license": [ |
||
6698 | "BSD-3-Clause" |
||
6699 | ], |
||
6700 | "authors": [ |
||
6701 | { |
||
6702 | "name": "Sebastian Bergmann", |
||
6703 | "email": "[email protected]" |
||
6704 | } |
||
6705 | ], |
||
6706 | "description": "Wrapper around PHP's tokenizer extension.", |
||
6707 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
6708 | "keywords": [ |
||
6709 | "tokenizer" |
||
6710 | ], |
||
6711 | "time": "2017-02-27T10:12:30+00:00" |
||
6712 | }, |
||
6713 | { |
||
6714 | "name": "phpunit/phpunit", |
||
6715 | "version": "5.7.23", |
||
6716 | "source": { |
||
6717 | "type": "git", |
||
6718 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
6719 | "reference": "78532d5269d984660080d8e0f4c99c5c2ea65ffe" |
||
6720 | }, |
||
6721 | "dist": { |
||
6722 | "type": "zip", |
||
6723 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/78532d5269d984660080d8e0f4c99c5c2ea65ffe", |
||
6724 | "reference": "78532d5269d984660080d8e0f4c99c5c2ea65ffe", |
||
6725 | "shasum": "" |
||
6726 | }, |
||
6727 | "require": { |
||
6728 | "ext-dom": "*", |
||
6729 | "ext-json": "*", |
||
6730 | "ext-libxml": "*", |
||
6731 | "ext-mbstring": "*", |
||
6732 | "ext-xml": "*", |
||
6733 | "myclabs/deep-copy": "~1.3", |
||
6734 | "php": "^5.6 || ^7.0", |
||
6735 | "phpspec/prophecy": "^1.6.2", |
||
6736 | "phpunit/php-code-coverage": "^4.0.4", |
||
6737 | "phpunit/php-file-iterator": "~1.4", |
||
6738 | "phpunit/php-text-template": "~1.2", |
||
6739 | "phpunit/php-timer": "^1.0.6", |
||
6740 | "phpunit/phpunit-mock-objects": "^3.2", |
||
6741 | "sebastian/comparator": "^1.2.4", |
||
6742 | "sebastian/diff": "^1.4.3", |
||
6743 | "sebastian/environment": "^1.3.4 || ^2.0", |
||
6744 | "sebastian/exporter": "~2.0", |
||
6745 | "sebastian/global-state": "^1.1", |
||
6746 | "sebastian/object-enumerator": "~2.0", |
||
6747 | "sebastian/resource-operations": "~1.0", |
||
6748 | "sebastian/version": "~1.0.3|~2.0", |
||
6749 | "symfony/yaml": "~2.1|~3.0" |
||
6750 | }, |
||
6751 | "conflict": { |
||
6752 | "phpdocumentor/reflection-docblock": "3.0.2" |
||
6753 | }, |
||
6754 | "require-dev": { |
||
6755 | "ext-pdo": "*" |
||
6756 | }, |
||
6757 | "suggest": { |
||
6758 | "ext-xdebug": "*", |
||
6759 | "phpunit/php-invoker": "~1.1" |
||
6760 | }, |
||
6761 | "bin": [ |
||
6762 | "phpunit" |
||
6763 | ], |
||
6764 | "type": "library", |
||
6765 | "extra": { |
||
6766 | "branch-alias": { |
||
6767 | "dev-master": "5.7.x-dev" |
||
6768 | } |
||
6769 | }, |
||
6770 | "autoload": { |
||
6771 | "classmap": [ |
||
6772 | "src/" |
||
6773 | ] |
||
6774 | }, |
||
6775 | "notification-url": "https://packagist.org/downloads/", |
||
6776 | "license": [ |
||
6777 | "BSD-3-Clause" |
||
6778 | ], |
||
6779 | "authors": [ |
||
6780 | { |
||
6781 | "name": "Sebastian Bergmann", |
||
6782 | "email": "[email protected]", |
||
6783 | "role": "lead" |
||
6784 | } |
||
6785 | ], |
||
6786 | "description": "The PHP Unit Testing framework.", |
||
6787 | "homepage": "https://phpunit.de/", |
||
6788 | "keywords": [ |
||
6789 | "phpunit", |
||
6790 | "testing", |
||
6791 | "xunit" |
||
6792 | ], |
||
6793 | "time": "2017-10-15T06:13:55+00:00" |
||
6794 | }, |
||
6795 | { |
||
6796 | "name": "phpunit/phpunit-mock-objects", |
||
6797 | "version": "3.4.4", |
||
6798 | "source": { |
||
6799 | "type": "git", |
||
6800 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
6801 | "reference": "a23b761686d50a560cc56233b9ecf49597cc9118" |
||
6802 | }, |
||
6803 | "dist": { |
||
6804 | "type": "zip", |
||
6805 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118", |
||
6806 | "reference": "a23b761686d50a560cc56233b9ecf49597cc9118", |
||
6807 | "shasum": "" |
||
6808 | }, |
||
6809 | "require": { |
||
6810 | "doctrine/instantiator": "^1.0.2", |
||
6811 | "php": "^5.6 || ^7.0", |
||
6812 | "phpunit/php-text-template": "^1.2", |
||
6813 | "sebastian/exporter": "^1.2 || ^2.0" |
||
6814 | }, |
||
6815 | "conflict": { |
||
6816 | "phpunit/phpunit": "<5.4.0" |
||
6817 | }, |
||
6818 | "require-dev": { |
||
6819 | "phpunit/phpunit": "^5.4" |
||
6820 | }, |
||
6821 | "suggest": { |
||
6822 | "ext-soap": "*" |
||
6823 | }, |
||
6824 | "type": "library", |
||
6825 | "extra": { |
||
6826 | "branch-alias": { |
||
6827 | "dev-master": "3.2.x-dev" |
||
6828 | } |
||
6829 | }, |
||
6830 | "autoload": { |
||
6831 | "classmap": [ |
||
6832 | "src/" |
||
6833 | ] |
||
6834 | }, |
||
6835 | "notification-url": "https://packagist.org/downloads/", |
||
6836 | "license": [ |
||
6837 | "BSD-3-Clause" |
||
6838 | ], |
||
6839 | "authors": [ |
||
6840 | { |
||
6841 | "name": "Sebastian Bergmann", |
||
6842 | "email": "[email protected]", |
||
6843 | "role": "lead" |
||
6844 | } |
||
6845 | ], |
||
6846 | "description": "Mock Object library for PHPUnit", |
||
6847 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
6848 | "keywords": [ |
||
6849 | "mock", |
||
6850 | "xunit" |
||
6851 | ], |
||
6852 | "time": "2017-06-30T09:13:00+00:00" |
||
6853 | }, |
||
6854 | { |
||
6855 | "name": "satooshi/php-coveralls", |
||
6856 | "version": "dev-master", |
||
6857 | "source": { |
||
6858 | "type": "git", |
||
6859 | "url": "https://github.com/php-coveralls/php-coveralls.git", |
||
6860 | "reference": "c9d3fe2327c8539f1105dc19954673ba993e4ad9" |
||
6861 | }, |
||
6862 | "dist": { |
||
6863 | "type": "zip", |
||
6864 | "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/c9d3fe2327c8539f1105dc19954673ba993e4ad9", |
||
6865 | "reference": "c9d3fe2327c8539f1105dc19954673ba993e4ad9", |
||
6866 | "shasum": "" |
||
6867 | }, |
||
6868 | "require": { |
||
6869 | "ext-json": "*", |
||
6870 | "ext-simplexml": "*", |
||
6871 | "guzzlehttp/guzzle": "^6.0", |
||
6872 | "php": "^5.5 || ^7.0", |
||
6873 | "psr/log": "^1.0", |
||
6874 | "symfony/config": "^2.1 || ^3.0 || ^4.0", |
||
6875 | "symfony/console": "^2.1 || ^3.0 || ^4.0", |
||
6876 | "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0", |
||
6877 | "symfony/yaml": "^2.0 || ^3.0 || ^4.0" |
||
6878 | }, |
||
6879 | "require-dev": { |
||
6880 | "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0" |
||
6881 | }, |
||
6882 | "suggest": { |
||
6883 | "symfony/http-kernel": "Allows Symfony integration" |
||
6884 | }, |
||
6885 | "bin": [ |
||
6886 | "bin/coveralls" |
||
6887 | ], |
||
6888 | "type": "library", |
||
6889 | "extra": { |
||
6890 | "branch-alias": { |
||
6891 | "dev-master": "2.0-dev" |
||
6892 | } |
||
6893 | }, |
||
6894 | "autoload": { |
||
6895 | "psr-4": { |
||
6896 | "PhpCoveralls\\": "src/" |
||
6897 | } |
||
6898 | }, |
||
6899 | "notification-url": "https://packagist.org/downloads/", |
||
6900 | "license": [ |
||
6901 | "MIT" |
||
6902 | ], |
||
6903 | "authors": [ |
||
6904 | { |
||
6905 | "name": "Kitamura Satoshi", |
||
6906 | "email": "[email protected]", |
||
6907 | "homepage": "https://www.facebook.com/satooshi.jp", |
||
6908 | "role": "Original creator" |
||
6909 | }, |
||
6910 | { |
||
6911 | "name": "Takashi Matsuo", |
||
6912 | "email": "[email protected]" |
||
6913 | }, |
||
6914 | { |
||
6915 | "name": "Google Inc" |
||
6916 | }, |
||
6917 | { |
||
6918 | "name": "Dariusz Ruminski", |
||
6919 | "email": "[email protected]", |
||
6920 | "homepage": "https://github.com/keradus" |
||
6921 | }, |
||
6922 | { |
||
6923 | "name": "Contributors", |
||
6924 | "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors" |
||
6925 | } |
||
6926 | ], |
||
6927 | "description": "PHP client library for Coveralls API", |
||
6928 | "homepage": "https://github.com/php-coveralls/php-coveralls", |
||
6929 | "keywords": [ |
||
6930 | "ci", |
||
6931 | "coverage", |
||
6932 | "github", |
||
6933 | "test" |
||
6934 | ], |
||
6935 | "time": "2017-10-14T23:16:28+00:00" |
||
6936 | }, |
||
6937 | { |
||
6938 | "name": "sebastian/code-unit-reverse-lookup", |
||
6939 | "version": "1.0.1", |
||
6940 | "source": { |
||
6941 | "type": "git", |
||
6942 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
6943 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
||
6944 | }, |
||
6945 | "dist": { |
||
6946 | "type": "zip", |
||
6947 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
6948 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
6949 | "shasum": "" |
||
6950 | }, |
||
6951 | "require": { |
||
6952 | "php": "^5.6 || ^7.0" |
||
6953 | }, |
||
6954 | "require-dev": { |
||
6955 | "phpunit/phpunit": "^5.7 || ^6.0" |
||
6956 | }, |
||
6957 | "type": "library", |
||
6958 | "extra": { |
||
6959 | "branch-alias": { |
||
6960 | "dev-master": "1.0.x-dev" |
||
6961 | } |
||
6962 | }, |
||
6963 | "autoload": { |
||
6964 | "classmap": [ |
||
6965 | "src/" |
||
6966 | ] |
||
6967 | }, |
||
6968 | "notification-url": "https://packagist.org/downloads/", |
||
6969 | "license": [ |
||
6970 | "BSD-3-Clause" |
||
6971 | ], |
||
6972 | "authors": [ |
||
6973 | { |
||
6974 | "name": "Sebastian Bergmann", |
||
6975 | "email": "[email protected]" |
||
6976 | } |
||
6977 | ], |
||
6978 | "description": "Looks up which function or method a line of code belongs to", |
||
6979 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
6980 | "time": "2017-03-04T06:30:41+00:00" |
||
6981 | }, |
||
6982 | { |
||
6983 | "name": "sebastian/comparator", |
||
6984 | "version": "1.2.4", |
||
6985 | "source": { |
||
6986 | "type": "git", |
||
6987 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
6988 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" |
||
6989 | }, |
||
6990 | "dist": { |
||
6991 | "type": "zip", |
||
6992 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
6993 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
6994 | "shasum": "" |
||
6995 | }, |
||
6996 | "require": { |
||
6997 | "php": ">=5.3.3", |
||
6998 | "sebastian/diff": "~1.2", |
||
6999 | "sebastian/exporter": "~1.2 || ~2.0" |
||
7000 | }, |
||
7001 | "require-dev": { |
||
7002 | "phpunit/phpunit": "~4.4" |
||
7003 | }, |
||
7004 | "type": "library", |
||
7005 | "extra": { |
||
7006 | "branch-alias": { |
||
7007 | "dev-master": "1.2.x-dev" |
||
7008 | } |
||
7009 | }, |
||
7010 | "autoload": { |
||
7011 | "classmap": [ |
||
7012 | "src/" |
||
7013 | ] |
||
7014 | }, |
||
7015 | "notification-url": "https://packagist.org/downloads/", |
||
7016 | "license": [ |
||
7017 | "BSD-3-Clause" |
||
7018 | ], |
||
7019 | "authors": [ |
||
7020 | { |
||
7021 | "name": "Jeff Welch", |
||
7022 | "email": "[email protected]" |
||
7023 | }, |
||
7024 | { |
||
7025 | "name": "Volker Dusch", |
||
7026 | "email": "[email protected]" |
||
7027 | }, |
||
7028 | { |
||
7029 | "name": "Bernhard Schussek", |
||
7030 | "email": "[email protected]" |
||
7031 | }, |
||
7032 | { |
||
7033 | "name": "Sebastian Bergmann", |
||
7034 | "email": "[email protected]" |
||
7035 | } |
||
7036 | ], |
||
7037 | "description": "Provides the functionality to compare PHP values for equality", |
||
7038 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
7039 | "keywords": [ |
||
7040 | "comparator", |
||
7041 | "compare", |
||
7042 | "equality" |
||
7043 | ], |
||
7044 | "time": "2017-01-29T09:50:25+00:00" |
||
7045 | }, |
||
7046 | { |
||
7047 | "name": "sebastian/diff", |
||
7048 | "version": "1.4.3", |
||
7049 | "source": { |
||
7050 | "type": "git", |
||
7051 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
7052 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" |
||
7053 | }, |
||
7054 | "dist": { |
||
7055 | "type": "zip", |
||
7056 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", |
||
7057 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", |
||
7058 | "shasum": "" |
||
7059 | }, |
||
7060 | "require": { |
||
7061 | "php": "^5.3.3 || ^7.0" |
||
7062 | }, |
||
7063 | "require-dev": { |
||
7064 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
7065 | }, |
||
7066 | "type": "library", |
||
7067 | "extra": { |
||
7068 | "branch-alias": { |
||
7069 | "dev-master": "1.4-dev" |
||
7070 | } |
||
7071 | }, |
||
7072 | "autoload": { |
||
7073 | "classmap": [ |
||
7074 | "src/" |
||
7075 | ] |
||
7076 | }, |
||
7077 | "notification-url": "https://packagist.org/downloads/", |
||
7078 | "license": [ |
||
7079 | "BSD-3-Clause" |
||
7080 | ], |
||
7081 | "authors": [ |
||
7082 | { |
||
7083 | "name": "Kore Nordmann", |
||
7084 | "email": "[email protected]" |
||
7085 | }, |
||
7086 | { |
||
7087 | "name": "Sebastian Bergmann", |
||
7088 | "email": "[email protected]" |
||
7089 | } |
||
7090 | ], |
||
7091 | "description": "Diff implementation", |
||
7092 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
7093 | "keywords": [ |
||
7094 | "diff" |
||
7095 | ], |
||
7096 | "time": "2017-05-22T07:24:03+00:00" |
||
7097 | }, |
||
7098 | { |
||
7099 | "name": "sebastian/environment", |
||
7100 | "version": "2.0.0", |
||
7101 | "source": { |
||
7102 | "type": "git", |
||
7103 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
7104 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" |
||
7105 | }, |
||
7106 | "dist": { |
||
7107 | "type": "zip", |
||
7108 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
7109 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
7110 | "shasum": "" |
||
7111 | }, |
||
7112 | "require": { |
||
7113 | "php": "^5.6 || ^7.0" |
||
7114 | }, |
||
7115 | "require-dev": { |
||
7116 | "phpunit/phpunit": "^5.0" |
||
7117 | }, |
||
7118 | "type": "library", |
||
7119 | "extra": { |
||
7120 | "branch-alias": { |
||
7121 | "dev-master": "2.0.x-dev" |
||
7122 | } |
||
7123 | }, |
||
7124 | "autoload": { |
||
7125 | "classmap": [ |
||
7126 | "src/" |
||
7127 | ] |
||
7128 | }, |
||
7129 | "notification-url": "https://packagist.org/downloads/", |
||
7130 | "license": [ |
||
7131 | "BSD-3-Clause" |
||
7132 | ], |
||
7133 | "authors": [ |
||
7134 | { |
||
7135 | "name": "Sebastian Bergmann", |
||
7136 | "email": "[email protected]" |
||
7137 | } |
||
7138 | ], |
||
7139 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
7140 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
7141 | "keywords": [ |
||
7142 | "Xdebug", |
||
7143 | "environment", |
||
7144 | "hhvm" |
||
7145 | ], |
||
7146 | "time": "2016-11-26T07:53:53+00:00" |
||
7147 | }, |
||
7148 | { |
||
7149 | "name": "sebastian/exporter", |
||
7150 | "version": "2.0.0", |
||
7151 | "source": { |
||
7152 | "type": "git", |
||
7153 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
7154 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" |
||
7155 | }, |
||
7156 | "dist": { |
||
7157 | "type": "zip", |
||
7158 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
7159 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
7160 | "shasum": "" |
||
7161 | }, |
||
7162 | "require": { |
||
7163 | "php": ">=5.3.3", |
||
7164 | "sebastian/recursion-context": "~2.0" |
||
7165 | }, |
||
7166 | "require-dev": { |
||
7167 | "ext-mbstring": "*", |
||
7168 | "phpunit/phpunit": "~4.4" |
||
7169 | }, |
||
7170 | "type": "library", |
||
7171 | "extra": { |
||
7172 | "branch-alias": { |
||
7173 | "dev-master": "2.0.x-dev" |
||
7174 | } |
||
7175 | }, |
||
7176 | "autoload": { |
||
7177 | "classmap": [ |
||
7178 | "src/" |
||
7179 | ] |
||
7180 | }, |
||
7181 | "notification-url": "https://packagist.org/downloads/", |
||
7182 | "license": [ |
||
7183 | "BSD-3-Clause" |
||
7184 | ], |
||
7185 | "authors": [ |
||
7186 | { |
||
7187 | "name": "Jeff Welch", |
||
7188 | "email": "[email protected]" |
||
7189 | }, |
||
7190 | { |
||
7191 | "name": "Volker Dusch", |
||
7192 | "email": "[email protected]" |
||
7193 | }, |
||
7194 | { |
||
7195 | "name": "Bernhard Schussek", |
||
7196 | "email": "[email protected]" |
||
7197 | }, |
||
7198 | { |
||
7199 | "name": "Sebastian Bergmann", |
||
7200 | "email": "[email protected]" |
||
7201 | }, |
||
7202 | { |
||
7203 | "name": "Adam Harvey", |
||
7204 | "email": "[email protected]" |
||
7205 | } |
||
7206 | ], |
||
7207 | "description": "Provides the functionality to export PHP variables for visualization", |
||
7208 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
7209 | "keywords": [ |
||
7210 | "export", |
||
7211 | "exporter" |
||
7212 | ], |
||
7213 | "time": "2016-11-19T08:54:04+00:00" |
||
7214 | }, |
||
7215 | { |
||
7216 | "name": "sebastian/global-state", |
||
7217 | "version": "1.1.1", |
||
7218 | "source": { |
||
7219 | "type": "git", |
||
7220 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
7221 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
7222 | }, |
||
7223 | "dist": { |
||
7224 | "type": "zip", |
||
7225 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
7226 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
7227 | "shasum": "" |
||
7228 | }, |
||
7229 | "require": { |
||
7230 | "php": ">=5.3.3" |
||
7231 | }, |
||
7232 | "require-dev": { |
||
7233 | "phpunit/phpunit": "~4.2" |
||
7234 | }, |
||
7235 | "suggest": { |
||
7236 | "ext-uopz": "*" |
||
7237 | }, |
||
7238 | "type": "library", |
||
7239 | "extra": { |
||
7240 | "branch-alias": { |
||
7241 | "dev-master": "1.0-dev" |
||
7242 | } |
||
7243 | }, |
||
7244 | "autoload": { |
||
7245 | "classmap": [ |
||
7246 | "src/" |
||
7247 | ] |
||
7248 | }, |
||
7249 | "notification-url": "https://packagist.org/downloads/", |
||
7250 | "license": [ |
||
7251 | "BSD-3-Clause" |
||
7252 | ], |
||
7253 | "authors": [ |
||
7254 | { |
||
7255 | "name": "Sebastian Bergmann", |
||
7256 | "email": "[email protected]" |
||
7257 | } |
||
7258 | ], |
||
7259 | "description": "Snapshotting of global state", |
||
7260 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
7261 | "keywords": [ |
||
7262 | "global state" |
||
7263 | ], |
||
7264 | "time": "2015-10-12T03:26:01+00:00" |
||
7265 | }, |
||
7266 | { |
||
7267 | "name": "sebastian/object-enumerator", |
||
7268 | "version": "2.0.1", |
||
7269 | "source": { |
||
7270 | "type": "git", |
||
7271 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
7272 | "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" |
||
7273 | }, |
||
7274 | "dist": { |
||
7275 | "type": "zip", |
||
7276 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", |
||
7277 | "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", |
||
7278 | "shasum": "" |
||
7279 | }, |
||
7280 | "require": { |
||
7281 | "php": ">=5.6", |
||
7282 | "sebastian/recursion-context": "~2.0" |
||
7283 | }, |
||
7284 | "require-dev": { |
||
7285 | "phpunit/phpunit": "~5" |
||
7286 | }, |
||
7287 | "type": "library", |
||
7288 | "extra": { |
||
7289 | "branch-alias": { |
||
7290 | "dev-master": "2.0.x-dev" |
||
7291 | } |
||
7292 | }, |
||
7293 | "autoload": { |
||
7294 | "classmap": [ |
||
7295 | "src/" |
||
7296 | ] |
||
7297 | }, |
||
7298 | "notification-url": "https://packagist.org/downloads/", |
||
7299 | "license": [ |
||
7300 | "BSD-3-Clause" |
||
7301 | ], |
||
7302 | "authors": [ |
||
7303 | { |
||
7304 | "name": "Sebastian Bergmann", |
||
7305 | "email": "[email protected]" |
||
7306 | } |
||
7307 | ], |
||
7308 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
7309 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
7310 | "time": "2017-02-18T15:18:39+00:00" |
||
7311 | }, |
||
7312 | { |
||
7313 | "name": "sebastian/recursion-context", |
||
7314 | "version": "2.0.0", |
||
7315 | "source": { |
||
7316 | "type": "git", |
||
7317 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
7318 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" |
||
7319 | }, |
||
7320 | "dist": { |
||
7321 | "type": "zip", |
||
7322 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
7323 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
7324 | "shasum": "" |
||
7325 | }, |
||
7326 | "require": { |
||
7327 | "php": ">=5.3.3" |
||
7328 | }, |
||
7329 | "require-dev": { |
||
7330 | "phpunit/phpunit": "~4.4" |
||
7331 | }, |
||
7332 | "type": "library", |
||
7333 | "extra": { |
||
7334 | "branch-alias": { |
||
7335 | "dev-master": "2.0.x-dev" |
||
7336 | } |
||
7337 | }, |
||
7338 | "autoload": { |
||
7339 | "classmap": [ |
||
7340 | "src/" |
||
7341 | ] |
||
7342 | }, |
||
7343 | "notification-url": "https://packagist.org/downloads/", |
||
7344 | "license": [ |
||
7345 | "BSD-3-Clause" |
||
7346 | ], |
||
7347 | "authors": [ |
||
7348 | { |
||
7349 | "name": "Jeff Welch", |
||
7350 | "email": "[email protected]" |
||
7351 | }, |
||
7352 | { |
||
7353 | "name": "Sebastian Bergmann", |
||
7354 | "email": "[email protected]" |
||
7355 | }, |
||
7356 | { |
||
7357 | "name": "Adam Harvey", |
||
7358 | "email": "[email protected]" |
||
7359 | } |
||
7360 | ], |
||
7361 | "description": "Provides functionality to recursively process PHP variables", |
||
7362 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
7363 | "time": "2016-11-19T07:33:16+00:00" |
||
7364 | }, |
||
7365 | { |
||
7366 | "name": "sebastian/resource-operations", |
||
7367 | "version": "1.0.0", |
||
7368 | "source": { |
||
7369 | "type": "git", |
||
7370 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
7371 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
7372 | }, |
||
7373 | "dist": { |
||
7374 | "type": "zip", |
||
7375 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
7376 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
7377 | "shasum": "" |
||
7378 | }, |
||
7379 | "require": { |
||
7380 | "php": ">=5.6.0" |
||
7381 | }, |
||
7382 | "type": "library", |
||
7383 | "extra": { |
||
7384 | "branch-alias": { |
||
7385 | "dev-master": "1.0.x-dev" |
||
7386 | } |
||
7387 | }, |
||
7388 | "autoload": { |
||
7389 | "classmap": [ |
||
7390 | "src/" |
||
7391 | ] |
||
7392 | }, |
||
7393 | "notification-url": "https://packagist.org/downloads/", |
||
7394 | "license": [ |
||
7395 | "BSD-3-Clause" |
||
7396 | ], |
||
7397 | "authors": [ |
||
7398 | { |
||
7399 | "name": "Sebastian Bergmann", |
||
7400 | "email": "[email protected]" |
||
7401 | } |
||
7402 | ], |
||
7403 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
7404 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
7405 | "time": "2015-07-28T20:34:47+00:00" |
||
7406 | }, |
||
7407 | { |
||
7408 | "name": "sebastian/version", |
||
7409 | "version": "2.0.1", |
||
7410 | "source": { |
||
7411 | "type": "git", |
||
7412 | "url": "https://github.com/sebastianbergmann/version.git", |
||
7413 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
7414 | }, |
||
7415 | "dist": { |
||
7416 | "type": "zip", |
||
7417 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
7418 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
7419 | "shasum": "" |
||
7420 | }, |
||
7421 | "require": { |
||
7422 | "php": ">=5.6" |
||
7423 | }, |
||
7424 | "type": "library", |
||
7425 | "extra": { |
||
7426 | "branch-alias": { |
||
7427 | "dev-master": "2.0.x-dev" |
||
7428 | } |
||
7429 | }, |
||
7430 | "autoload": { |
||
7431 | "classmap": [ |
||
7432 | "src/" |
||
7433 | ] |
||
7434 | }, |
||
7435 | "notification-url": "https://packagist.org/downloads/", |
||
7436 | "license": [ |
||
7437 | "BSD-3-Clause" |
||
7438 | ], |
||
7439 | "authors": [ |
||
7440 | { |
||
7441 | "name": "Sebastian Bergmann", |
||
7442 | "email": "[email protected]", |
||
7443 | "role": "lead" |
||
7444 | } |
||
7445 | ], |
||
7446 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
7447 | "homepage": "https://github.com/sebastianbergmann/version", |
||
7448 | "time": "2016-10-03T07:35:21+00:00" |
||
7449 | }, |
||
7450 | { |
||
7451 | "name": "symfony/browser-kit", |
||
7452 | "version": "v3.3.12", |
||
7453 | "source": { |
||
7454 | "type": "git", |
||
7455 | "url": "https://github.com/symfony/browser-kit.git", |
||
7456 | "reference": "03f957cd24bf939524f07b8b910c89cfcad722a8" |
||
7457 | }, |
||
7458 | "dist": { |
||
7459 | "type": "zip", |
||
7460 | "url": "https://api.github.com/repos/symfony/browser-kit/zipball/03f957cd24bf939524f07b8b910c89cfcad722a8", |
||
7461 | "reference": "03f957cd24bf939524f07b8b910c89cfcad722a8", |
||
7462 | "shasum": "" |
||
7463 | }, |
||
7464 | "require": { |
||
7465 | "php": "^5.5.9|>=7.0.8", |
||
7466 | "symfony/dom-crawler": "~2.8|~3.0" |
||
7467 | }, |
||
7468 | "require-dev": { |
||
7469 | "symfony/css-selector": "~2.8|~3.0", |
||
7470 | "symfony/process": "~2.8|~3.0" |
||
7471 | }, |
||
7472 | "suggest": { |
||
7473 | "symfony/process": "" |
||
7474 | }, |
||
7475 | "type": "library", |
||
7476 | "extra": { |
||
7477 | "branch-alias": { |
||
7478 | "dev-master": "3.3-dev" |
||
7479 | } |
||
7480 | }, |
||
7481 | "autoload": { |
||
7482 | "psr-4": { |
||
7483 | "Symfony\\Component\\BrowserKit\\": "" |
||
7484 | }, |
||
7485 | "exclude-from-classmap": [ |
||
7486 | "/Tests/" |
||
7487 | ] |
||
7488 | }, |
||
7489 | "notification-url": "https://packagist.org/downloads/", |
||
7490 | "license": [ |
||
7491 | "MIT" |
||
7492 | ], |
||
7493 | "authors": [ |
||
7494 | { |
||
7495 | "name": "Fabien Potencier", |
||
7496 | "email": "[email protected]" |
||
7497 | }, |
||
7498 | { |
||
7499 | "name": "Symfony Community", |
||
7500 | "homepage": "https://symfony.com/contributors" |
||
7501 | } |
||
7502 | ], |
||
7503 | "description": "Symfony BrowserKit Component", |
||
7504 | "homepage": "https://symfony.com", |
||
7505 | "time": "2017-11-07T14:12:55+00:00" |
||
7506 | }, |
||
7507 | { |
||
7508 | "name": "symfony/polyfill-php72", |
||
7509 | "version": "v1.6.0", |
||
7510 | "source": { |
||
7511 | "type": "git", |
||
7512 | "url": "https://github.com/symfony/polyfill-php72.git", |
||
7513 | "reference": "6de4f4884b97abbbed9f0a84a95ff2ff77254254" |
||
7514 | }, |
||
7515 | "dist": { |
||
7516 | "type": "zip", |
||
7517 | "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/6de4f4884b97abbbed9f0a84a95ff2ff77254254", |
||
7518 | "reference": "6de4f4884b97abbbed9f0a84a95ff2ff77254254", |
||
7519 | "shasum": "" |
||
7520 | }, |
||
7521 | "require": { |
||
7522 | "php": ">=5.3.3" |
||
7523 | }, |
||
7524 | "type": "library", |
||
7525 | "extra": { |
||
7526 | "branch-alias": { |
||
7527 | "dev-master": "1.6-dev" |
||
7528 | } |
||
7529 | }, |
||
7530 | "autoload": { |
||
7531 | "psr-4": { |
||
7532 | "Symfony\\Polyfill\\Php72\\": "" |
||
7533 | }, |
||
7534 | "files": [ |
||
7535 | "bootstrap.php" |
||
7536 | ] |
||
7537 | }, |
||
7538 | "notification-url": "https://packagist.org/downloads/", |
||
7539 | "license": [ |
||
7540 | "MIT" |
||
7541 | ], |
||
7542 | "authors": [ |
||
7543 | { |
||
7544 | "name": "Nicolas Grekas", |
||
7545 | "email": "[email protected]" |
||
7546 | }, |
||
7547 | { |
||
7548 | "name": "Symfony Community", |
||
7549 | "homepage": "https://symfony.com/contributors" |
||
7550 | } |
||
7551 | ], |
||
7552 | "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", |
||
7553 | "homepage": "https://symfony.com", |
||
7554 | "keywords": [ |
||
7555 | "compatibility", |
||
7556 | "polyfill", |
||
7557 | "portable", |
||
7558 | "shim" |
||
7559 | ], |
||
7560 | "time": "2017-10-11T12:05:26+00:00" |
||
7561 | }, |
||
7562 | { |
||
7563 | "name": "webmozart/assert", |
||
7564 | "version": "1.2.0", |
||
7565 | "source": { |
||
7566 | "type": "git", |
||
7567 | "url": "https://github.com/webmozart/assert.git", |
||
7568 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" |
||
7569 | }, |
||
7570 | "dist": { |
||
7571 | "type": "zip", |
||
7572 | "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
7573 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
7574 | "shasum": "" |
||
7575 | }, |
||
7576 | "require": { |
||
7577 | "php": "^5.3.3 || ^7.0" |
||
7578 | }, |
||
7579 | "require-dev": { |
||
7580 | "phpunit/phpunit": "^4.6", |
||
7581 | "sebastian/version": "^1.0.1" |
||
7582 | }, |
||
7583 | "type": "library", |
||
7584 | "extra": { |
||
7585 | "branch-alias": { |
||
7586 | "dev-master": "1.3-dev" |
||
7587 | } |
||
7588 | }, |
||
7589 | "autoload": { |
||
7590 | "psr-4": { |
||
7591 | "Webmozart\\Assert\\": "src/" |
||
7592 | } |
||
7593 | }, |
||
7594 | "notification-url": "https://packagist.org/downloads/", |
||
7595 | "license": [ |
||
7596 | "MIT" |
||
7597 | ], |
||
7598 | "authors": [ |
||
7599 | { |
||
7600 | "name": "Bernhard Schussek", |
||
7601 | "email": "[email protected]" |
||
7602 | } |
||
7603 | ], |
||
7604 | "description": "Assertions to validate method input/output with nice error messages.", |
||
7605 | "keywords": [ |
||
7606 | "assert", |
||
7607 | "check", |
||
7608 | "validate" |
||
7609 | ], |
||
7610 | "time": "2016-11-23T20:04:58+00:00" |
||
7611 | } |
||
7612 | ], |
||
7613 | "aliases": [], |
||
7614 | "minimum-stability": "stable", |
||
7615 | "stability-flags": { |
||
7616 | "sergiors/annotations-service-provider": 20, |
||
7617 | "sergiors/routing-service-provider": 20, |
||
7618 | "sergiors/sensio-framework-extra-service-provider": 20, |
||
7619 | "satooshi/php-coveralls": 20 |
||
7620 | }, |
||
7621 | "prefer-stable": false, |
||
7622 | "prefer-lowest": false, |
||
7623 | "platform": { |
||
7624 | "php": "^5.6 || ^7.0", |
||
7625 | "ext-intl": "^1.1", |
||
7626 | "ext-mbstring": "*" |
||
7627 | }, |
||
7628 | "platform-dev": [], |
||
7629 | "platform-overrides": { |
||
7630 | "php": "5.6.0" |
||
7631 | } |
||
7632 | } |
||
7633 |