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": "2648a41b52b2e3c57c66594c78e9ddce", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "behat/transliterator", |
||
11 | "version": "v1.1.0", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/Behat/Transliterator.git", |
||
15 | "reference": "868e05be3a9f25ba6424c2dd4849567f50715003" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003", |
||
20 | "reference": "868e05be3a9f25ba6424c2dd4849567f50715003", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "php": ">=5.3.3" |
||
25 | }, |
||
26 | "type": "library", |
||
27 | "extra": { |
||
28 | "branch-alias": { |
||
29 | "dev-master": "1.1-dev" |
||
30 | } |
||
31 | }, |
||
32 | "autoload": { |
||
33 | "psr-0": { |
||
34 | "Behat\\Transliterator": "src/" |
||
35 | } |
||
36 | }, |
||
37 | "notification-url": "https://packagist.org/downloads/", |
||
38 | "license": [ |
||
39 | "Artistic-1.0" |
||
40 | ], |
||
41 | "description": "String transliterator", |
||
42 | "keywords": [ |
||
43 | "i18n", |
||
44 | "slug", |
||
45 | "transliterator" |
||
46 | ], |
||
47 | "time": "2015-09-28T16:26:35+00:00" |
||
48 | }, |
||
49 | { |
||
50 | "name": "clue/stream-filter", |
||
51 | "version": "v1.3.0", |
||
52 | "source": { |
||
53 | "type": "git", |
||
54 | "url": "https://github.com/clue/php-stream-filter.git", |
||
55 | "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785" |
||
56 | }, |
||
57 | "dist": { |
||
58 | "type": "zip", |
||
59 | "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/e3bf9415da163d9ad6701dccb407ed501ae69785", |
||
60 | "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785", |
||
61 | "shasum": "" |
||
62 | }, |
||
63 | "require": { |
||
64 | "php": ">=5.3" |
||
65 | }, |
||
66 | "type": "library", |
||
67 | "autoload": { |
||
68 | "psr-4": { |
||
69 | "Clue\\StreamFilter\\": "src/" |
||
70 | }, |
||
71 | "files": [ |
||
72 | "src/functions.php" |
||
73 | ] |
||
74 | }, |
||
75 | "notification-url": "https://packagist.org/downloads/", |
||
76 | "license": [ |
||
77 | "MIT" |
||
78 | ], |
||
79 | "authors": [ |
||
80 | { |
||
81 | "name": "Christian Lück", |
||
82 | "email": "[email protected]" |
||
83 | } |
||
84 | ], |
||
85 | "description": "A simple and modern approach to stream filtering in PHP", |
||
86 | "homepage": "https://github.com/clue/php-stream-filter", |
||
87 | "keywords": [ |
||
88 | "bucket brigade", |
||
89 | "callback", |
||
90 | "filter", |
||
91 | "php_user_filter", |
||
92 | "stream", |
||
93 | "stream_filter_append", |
||
94 | "stream_filter_register" |
||
95 | ], |
||
96 | "time": "2015-11-08T23:41:30+00:00" |
||
97 | }, |
||
98 | { |
||
99 | "name": "cocur/slugify", |
||
100 | "version": "v2.5", |
||
101 | "source": { |
||
102 | "type": "git", |
||
103 | "url": "https://github.com/cocur/slugify.git", |
||
104 | "reference": "e8167e9a3236044afebd6e8ab13ebeb3ec9ca145" |
||
105 | }, |
||
106 | "dist": { |
||
107 | "type": "zip", |
||
108 | "url": "https://api.github.com/repos/cocur/slugify/zipball/e8167e9a3236044afebd6e8ab13ebeb3ec9ca145", |
||
109 | "reference": "e8167e9a3236044afebd6e8ab13ebeb3ec9ca145", |
||
110 | "shasum": "" |
||
111 | }, |
||
112 | "require": { |
||
113 | "php": ">=5.5.9" |
||
114 | }, |
||
115 | "require-dev": { |
||
116 | "laravel/framework": "~5.1", |
||
117 | "latte/latte": "~2.2", |
||
118 | "league/container": "^2.2.0", |
||
119 | "mikey179/vfsstream": "~1.6", |
||
120 | "mockery/mockery": "~0.9", |
||
121 | "nette/di": "~2.2", |
||
122 | "phpunit/phpunit": "~4.8|~5.2", |
||
123 | "pimple/pimple": "~1.1", |
||
124 | "plumphp/plum": "~0.1", |
||
125 | "silex/silex": "~1.3", |
||
126 | "symfony/config": "~2.4|~3.0", |
||
127 | "symfony/dependency-injection": "~2.4|~3.0", |
||
128 | "symfony/http-kernel": "~2.4|~3.0", |
||
129 | "twig/twig": "~1.26|~2.0", |
||
130 | "zendframework/zend-modulemanager": "~2.2", |
||
131 | "zendframework/zend-servicemanager": "~2.2", |
||
132 | "zendframework/zend-view": "~2.2" |
||
133 | }, |
||
134 | "type": "library", |
||
135 | "autoload": { |
||
136 | "psr-4": { |
||
137 | "Cocur\\Slugify\\": "src" |
||
138 | } |
||
139 | }, |
||
140 | "notification-url": "https://packagist.org/downloads/", |
||
141 | "license": [ |
||
142 | "MIT" |
||
143 | ], |
||
144 | "authors": [ |
||
145 | { |
||
146 | "name": "Ivo Bathke", |
||
147 | "email": "[email protected]" |
||
148 | }, |
||
149 | { |
||
150 | "name": "Florian Eckerstorfer", |
||
151 | "email": "[email protected]", |
||
152 | "homepage": "https://florian.ec" |
||
153 | } |
||
154 | ], |
||
155 | "description": "Converts a string into a slug.", |
||
156 | "keywords": [ |
||
157 | "slug", |
||
158 | "slugify" |
||
159 | ], |
||
160 | "time": "2017-03-23T21:52:55+00:00" |
||
161 | }, |
||
162 | { |
||
163 | "name": "doctrine/annotations", |
||
164 | "version": "v1.4.0", |
||
165 | "source": { |
||
166 | "type": "git", |
||
167 | "url": "https://github.com/doctrine/annotations.git", |
||
168 | "reference": "54cacc9b81758b14e3ce750f205a393d52339e97" |
||
169 | }, |
||
170 | "dist": { |
||
171 | "type": "zip", |
||
172 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97", |
||
173 | "reference": "54cacc9b81758b14e3ce750f205a393d52339e97", |
||
174 | "shasum": "" |
||
175 | }, |
||
176 | "require": { |
||
177 | "doctrine/lexer": "1.*", |
||
178 | "php": "^5.6 || ^7.0" |
||
179 | }, |
||
180 | "require-dev": { |
||
181 | "doctrine/cache": "1.*", |
||
182 | "phpunit/phpunit": "^5.7" |
||
183 | }, |
||
184 | "type": "library", |
||
185 | "extra": { |
||
186 | "branch-alias": { |
||
187 | "dev-master": "1.4.x-dev" |
||
188 | } |
||
189 | }, |
||
190 | "autoload": { |
||
191 | "psr-4": { |
||
192 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
193 | } |
||
194 | }, |
||
195 | "notification-url": "https://packagist.org/downloads/", |
||
196 | "license": [ |
||
197 | "MIT" |
||
198 | ], |
||
199 | "authors": [ |
||
200 | { |
||
201 | "name": "Roman Borschel", |
||
202 | "email": "[email protected]" |
||
203 | }, |
||
204 | { |
||
205 | "name": "Benjamin Eberlei", |
||
206 | "email": "[email protected]" |
||
207 | }, |
||
208 | { |
||
209 | "name": "Guilherme Blanco", |
||
210 | "email": "[email protected]" |
||
211 | }, |
||
212 | { |
||
213 | "name": "Jonathan Wage", |
||
214 | "email": "[email protected]" |
||
215 | }, |
||
216 | { |
||
217 | "name": "Johannes Schmitt", |
||
218 | "email": "[email protected]" |
||
219 | } |
||
220 | ], |
||
221 | "description": "Docblock Annotations Parser", |
||
222 | "homepage": "http://www.doctrine-project.org", |
||
223 | "keywords": [ |
||
224 | "annotations", |
||
225 | "docblock", |
||
226 | "parser" |
||
227 | ], |
||
228 | "time": "2017-02-24T16:22:25+00:00" |
||
229 | }, |
||
230 | { |
||
231 | "name": "doctrine/cache", |
||
232 | "version": "v1.6.1", |
||
233 | "source": { |
||
234 | "type": "git", |
||
235 | "url": "https://github.com/doctrine/cache.git", |
||
236 | "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3" |
||
237 | }, |
||
238 | "dist": { |
||
239 | "type": "zip", |
||
240 | "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3", |
||
241 | "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3", |
||
242 | "shasum": "" |
||
243 | }, |
||
244 | "require": { |
||
245 | "php": "~5.5|~7.0" |
||
246 | }, |
||
247 | "conflict": { |
||
248 | "doctrine/common": ">2.2,<2.4" |
||
249 | }, |
||
250 | "require-dev": { |
||
251 | "phpunit/phpunit": "~4.8|~5.0", |
||
252 | "predis/predis": "~1.0", |
||
253 | "satooshi/php-coveralls": "~0.6" |
||
254 | }, |
||
255 | "type": "library", |
||
256 | "extra": { |
||
257 | "branch-alias": { |
||
258 | "dev-master": "1.6.x-dev" |
||
259 | } |
||
260 | }, |
||
261 | "autoload": { |
||
262 | "psr-4": { |
||
263 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
264 | } |
||
265 | }, |
||
266 | "notification-url": "https://packagist.org/downloads/", |
||
267 | "license": [ |
||
268 | "MIT" |
||
269 | ], |
||
270 | "authors": [ |
||
271 | { |
||
272 | "name": "Roman Borschel", |
||
273 | "email": "[email protected]" |
||
274 | }, |
||
275 | { |
||
276 | "name": "Benjamin Eberlei", |
||
277 | "email": "[email protected]" |
||
278 | }, |
||
279 | { |
||
280 | "name": "Guilherme Blanco", |
||
281 | "email": "[email protected]" |
||
282 | }, |
||
283 | { |
||
284 | "name": "Jonathan Wage", |
||
285 | "email": "[email protected]" |
||
286 | }, |
||
287 | { |
||
288 | "name": "Johannes Schmitt", |
||
289 | "email": "[email protected]" |
||
290 | } |
||
291 | ], |
||
292 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
293 | "homepage": "http://www.doctrine-project.org", |
||
294 | "keywords": [ |
||
295 | "cache", |
||
296 | "caching" |
||
297 | ], |
||
298 | "time": "2016-10-29T11:16:17+00:00" |
||
299 | }, |
||
300 | { |
||
301 | "name": "doctrine/collections", |
||
302 | "version": "v1.4.0", |
||
303 | "source": { |
||
304 | "type": "git", |
||
305 | "url": "https://github.com/doctrine/collections.git", |
||
306 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" |
||
307 | }, |
||
308 | "dist": { |
||
309 | "type": "zip", |
||
310 | "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", |
||
311 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", |
||
312 | "shasum": "" |
||
313 | }, |
||
314 | "require": { |
||
315 | "php": "^5.6 || ^7.0" |
||
316 | }, |
||
317 | "require-dev": { |
||
318 | "doctrine/coding-standard": "~0.1@dev", |
||
319 | "phpunit/phpunit": "^5.7" |
||
320 | }, |
||
321 | "type": "library", |
||
322 | "extra": { |
||
323 | "branch-alias": { |
||
324 | "dev-master": "1.3.x-dev" |
||
325 | } |
||
326 | }, |
||
327 | "autoload": { |
||
328 | "psr-0": { |
||
329 | "Doctrine\\Common\\Collections\\": "lib/" |
||
330 | } |
||
331 | }, |
||
332 | "notification-url": "https://packagist.org/downloads/", |
||
333 | "license": [ |
||
334 | "MIT" |
||
335 | ], |
||
336 | "authors": [ |
||
337 | { |
||
338 | "name": "Roman Borschel", |
||
339 | "email": "[email protected]" |
||
340 | }, |
||
341 | { |
||
342 | "name": "Benjamin Eberlei", |
||
343 | "email": "[email protected]" |
||
344 | }, |
||
345 | { |
||
346 | "name": "Guilherme Blanco", |
||
347 | "email": "[email protected]" |
||
348 | }, |
||
349 | { |
||
350 | "name": "Jonathan Wage", |
||
351 | "email": "[email protected]" |
||
352 | }, |
||
353 | { |
||
354 | "name": "Johannes Schmitt", |
||
355 | "email": "[email protected]" |
||
356 | } |
||
357 | ], |
||
358 | "description": "Collections Abstraction library", |
||
359 | "homepage": "http://www.doctrine-project.org", |
||
360 | "keywords": [ |
||
361 | "array", |
||
362 | "collections", |
||
363 | "iterator" |
||
364 | ], |
||
365 | "time": "2017-01-03T10:49:41+00:00" |
||
366 | }, |
||
367 | { |
||
368 | "name": "doctrine/common", |
||
369 | "version": "v2.7.2", |
||
370 | "source": { |
||
371 | "type": "git", |
||
372 | "url": "https://github.com/doctrine/common.git", |
||
373 | "reference": "930297026c8009a567ac051fd545bf6124150347" |
||
374 | }, |
||
375 | "dist": { |
||
376 | "type": "zip", |
||
377 | "url": "https://api.github.com/repos/doctrine/common/zipball/930297026c8009a567ac051fd545bf6124150347", |
||
378 | "reference": "930297026c8009a567ac051fd545bf6124150347", |
||
379 | "shasum": "" |
||
380 | }, |
||
381 | "require": { |
||
382 | "doctrine/annotations": "1.*", |
||
383 | "doctrine/cache": "1.*", |
||
384 | "doctrine/collections": "1.*", |
||
385 | "doctrine/inflector": "1.*", |
||
386 | "doctrine/lexer": "1.*", |
||
387 | "php": "~5.6|~7.0" |
||
388 | }, |
||
389 | "require-dev": { |
||
390 | "phpunit/phpunit": "^5.4.6" |
||
391 | }, |
||
392 | "type": "library", |
||
393 | "extra": { |
||
394 | "branch-alias": { |
||
395 | "dev-master": "2.7.x-dev" |
||
396 | } |
||
397 | }, |
||
398 | "autoload": { |
||
399 | "psr-4": { |
||
400 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
401 | } |
||
402 | }, |
||
403 | "notification-url": "https://packagist.org/downloads/", |
||
404 | "license": [ |
||
405 | "MIT" |
||
406 | ], |
||
407 | "authors": [ |
||
408 | { |
||
409 | "name": "Roman Borschel", |
||
410 | "email": "[email protected]" |
||
411 | }, |
||
412 | { |
||
413 | "name": "Benjamin Eberlei", |
||
414 | "email": "[email protected]" |
||
415 | }, |
||
416 | { |
||
417 | "name": "Guilherme Blanco", |
||
418 | "email": "[email protected]" |
||
419 | }, |
||
420 | { |
||
421 | "name": "Jonathan Wage", |
||
422 | "email": "[email protected]" |
||
423 | }, |
||
424 | { |
||
425 | "name": "Johannes Schmitt", |
||
426 | "email": "[email protected]" |
||
427 | } |
||
428 | ], |
||
429 | "description": "Common Library for Doctrine projects", |
||
430 | "homepage": "http://www.doctrine-project.org", |
||
431 | "keywords": [ |
||
432 | "annotations", |
||
433 | "collections", |
||
434 | "eventmanager", |
||
435 | "persistence", |
||
436 | "spl" |
||
437 | ], |
||
438 | "time": "2017-01-13T14:02:13+00:00" |
||
439 | }, |
||
440 | { |
||
441 | "name": "doctrine/data-fixtures", |
||
442 | "version": "v1.2.2", |
||
443 | "source": { |
||
444 | "type": "git", |
||
445 | "url": "https://github.com/doctrine/data-fixtures.git", |
||
446 | "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e" |
||
447 | }, |
||
448 | "dist": { |
||
449 | "type": "zip", |
||
450 | "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e", |
||
451 | "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e", |
||
452 | "shasum": "" |
||
453 | }, |
||
454 | "require": { |
||
455 | "doctrine/common": "~2.2", |
||
456 | "php": "^5.6 || ^7.0" |
||
457 | }, |
||
458 | "conflict": { |
||
459 | "doctrine/orm": "< 2.4" |
||
460 | }, |
||
461 | "require-dev": { |
||
462 | "doctrine/dbal": "^2.5.4", |
||
463 | "doctrine/orm": "^2.5.4", |
||
464 | "phpunit/phpunit": "^5.4.6" |
||
465 | }, |
||
466 | "suggest": { |
||
467 | "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures", |
||
468 | "doctrine/orm": "For loading ORM fixtures", |
||
469 | "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures" |
||
470 | }, |
||
471 | "type": "library", |
||
472 | "extra": { |
||
473 | "branch-alias": { |
||
474 | "dev-master": "1.3.x-dev" |
||
475 | } |
||
476 | }, |
||
477 | "autoload": { |
||
478 | "psr-0": { |
||
479 | "Doctrine\\Common\\DataFixtures": "lib/" |
||
480 | } |
||
481 | }, |
||
482 | "notification-url": "https://packagist.org/downloads/", |
||
483 | "license": [ |
||
484 | "MIT" |
||
485 | ], |
||
486 | "authors": [ |
||
487 | { |
||
488 | "name": "Jonathan Wage", |
||
489 | "email": "[email protected]" |
||
490 | } |
||
491 | ], |
||
492 | "description": "Data Fixtures for all Doctrine Object Managers", |
||
493 | "homepage": "http://www.doctrine-project.org", |
||
494 | "keywords": [ |
||
495 | "database" |
||
496 | ], |
||
497 | "time": "2016-09-20T10:07:57+00:00" |
||
498 | }, |
||
499 | { |
||
500 | "name": "doctrine/dbal", |
||
501 | "version": "v2.5.10", |
||
502 | "source": { |
||
503 | "type": "git", |
||
504 | "url": "https://github.com/doctrine/dbal.git", |
||
505 | "reference": "fc376f7a61498e18520cd6fa083752a4ca08072b" |
||
506 | }, |
||
507 | "dist": { |
||
508 | "type": "zip", |
||
509 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/fc376f7a61498e18520cd6fa083752a4ca08072b", |
||
510 | "reference": "fc376f7a61498e18520cd6fa083752a4ca08072b", |
||
511 | "shasum": "" |
||
512 | }, |
||
513 | "require": { |
||
514 | "doctrine/common": ">=2.4,<2.8-dev", |
||
515 | "php": ">=5.3.2" |
||
516 | }, |
||
517 | "require-dev": { |
||
518 | "phpunit/phpunit": "4.*", |
||
519 | "symfony/console": "2.*||^3.0" |
||
520 | }, |
||
521 | "suggest": { |
||
522 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
523 | }, |
||
524 | "bin": [ |
||
525 | "bin/doctrine-dbal" |
||
526 | ], |
||
527 | "type": "library", |
||
528 | "extra": { |
||
529 | "branch-alias": { |
||
530 | "dev-master": "2.5.x-dev" |
||
531 | } |
||
532 | }, |
||
533 | "autoload": { |
||
534 | "psr-0": { |
||
535 | "Doctrine\\DBAL\\": "lib/" |
||
536 | } |
||
537 | }, |
||
538 | "notification-url": "https://packagist.org/downloads/", |
||
539 | "license": [ |
||
540 | "MIT" |
||
541 | ], |
||
542 | "authors": [ |
||
543 | { |
||
544 | "name": "Roman Borschel", |
||
545 | "email": "[email protected]" |
||
546 | }, |
||
547 | { |
||
548 | "name": "Benjamin Eberlei", |
||
549 | "email": "[email protected]" |
||
550 | }, |
||
551 | { |
||
552 | "name": "Guilherme Blanco", |
||
553 | "email": "[email protected]" |
||
554 | }, |
||
555 | { |
||
556 | "name": "Jonathan Wage", |
||
557 | "email": "[email protected]" |
||
558 | } |
||
559 | ], |
||
560 | "description": "Database Abstraction Layer", |
||
561 | "homepage": "http://www.doctrine-project.org", |
||
562 | "keywords": [ |
||
563 | "database", |
||
564 | "dbal", |
||
565 | "persistence", |
||
566 | "queryobject" |
||
567 | ], |
||
568 | "time": "2017-01-23T23:17:10+00:00" |
||
569 | }, |
||
570 | { |
||
571 | "name": "doctrine/doctrine-bundle", |
||
572 | "version": "1.6.7", |
||
573 | "source": { |
||
574 | "type": "git", |
||
575 | "url": "https://github.com/doctrine/DoctrineBundle.git", |
||
576 | "reference": "a01d99bc6c9a6c8a8ace0012690099dd957ce9b9" |
||
577 | }, |
||
578 | "dist": { |
||
579 | "type": "zip", |
||
580 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/a01d99bc6c9a6c8a8ace0012690099dd957ce9b9", |
||
581 | "reference": "a01d99bc6c9a6c8a8ace0012690099dd957ce9b9", |
||
582 | "shasum": "" |
||
583 | }, |
||
584 | "require": { |
||
585 | "doctrine/dbal": "~2.3", |
||
586 | "doctrine/doctrine-cache-bundle": "~1.0", |
||
587 | "jdorn/sql-formatter": "~1.1", |
||
588 | "php": ">=5.5.9", |
||
589 | "symfony/console": "~2.7|~3.0", |
||
590 | "symfony/dependency-injection": "~2.7|~3.0", |
||
591 | "symfony/doctrine-bridge": "~2.7|~3.0", |
||
592 | "symfony/framework-bundle": "~2.7|~3.0" |
||
593 | }, |
||
594 | "require-dev": { |
||
595 | "doctrine/orm": "~2.3", |
||
596 | "phpunit/phpunit": "~4", |
||
597 | "satooshi/php-coveralls": "^1.0", |
||
598 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
599 | "symfony/property-info": "~2.8|~3.0", |
||
600 | "symfony/validator": "~2.7|~3.0", |
||
601 | "symfony/yaml": "~2.7|~3.0", |
||
602 | "twig/twig": "~1.10|~2.0" |
||
603 | }, |
||
604 | "suggest": { |
||
605 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
||
606 | "symfony/web-profiler-bundle": "To use the data collector." |
||
607 | }, |
||
608 | "type": "symfony-bundle", |
||
609 | "extra": { |
||
610 | "branch-alias": { |
||
611 | "dev-master": "1.6.x-dev" |
||
612 | } |
||
613 | }, |
||
614 | "autoload": { |
||
615 | "psr-4": { |
||
616 | "Doctrine\\Bundle\\DoctrineBundle\\": "" |
||
617 | } |
||
618 | }, |
||
619 | "notification-url": "https://packagist.org/downloads/", |
||
620 | "license": [ |
||
621 | "MIT" |
||
622 | ], |
||
623 | "authors": [ |
||
624 | { |
||
625 | "name": "Symfony Community", |
||
626 | "homepage": "http://symfony.com/contributors" |
||
627 | }, |
||
628 | { |
||
629 | "name": "Benjamin Eberlei", |
||
630 | "email": "[email protected]" |
||
631 | }, |
||
632 | { |
||
633 | "name": "Doctrine Project", |
||
634 | "homepage": "http://www.doctrine-project.org/" |
||
635 | }, |
||
636 | { |
||
637 | "name": "Fabien Potencier", |
||
638 | "email": "[email protected]" |
||
639 | } |
||
640 | ], |
||
641 | "description": "Symfony DoctrineBundle", |
||
642 | "homepage": "http://www.doctrine-project.org", |
||
643 | "keywords": [ |
||
644 | "database", |
||
645 | "dbal", |
||
646 | "orm", |
||
647 | "persistence" |
||
648 | ], |
||
649 | "time": "2017-01-16T12:01:26+00:00" |
||
650 | }, |
||
651 | { |
||
652 | "name": "doctrine/doctrine-cache-bundle", |
||
653 | "version": "1.3.0", |
||
654 | "source": { |
||
655 | "type": "git", |
||
656 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", |
||
657 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504" |
||
658 | }, |
||
659 | "dist": { |
||
660 | "type": "zip", |
||
661 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
662 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
663 | "shasum": "" |
||
664 | }, |
||
665 | "require": { |
||
666 | "doctrine/cache": "^1.4.2", |
||
667 | "doctrine/inflector": "~1.0", |
||
668 | "php": ">=5.3.2", |
||
669 | "symfony/doctrine-bridge": "~2.2|~3.0" |
||
670 | }, |
||
671 | "require-dev": { |
||
672 | "instaclick/coding-standard": "~1.1", |
||
673 | "instaclick/object-calisthenics-sniffs": "dev-master", |
||
674 | "instaclick/symfony2-coding-standard": "dev-remaster", |
||
675 | "phpunit/phpunit": "~4", |
||
676 | "predis/predis": "~0.8", |
||
677 | "satooshi/php-coveralls": "~0.6.1", |
||
678 | "squizlabs/php_codesniffer": "~1.5", |
||
679 | "symfony/console": "~2.2|~3.0", |
||
680 | "symfony/finder": "~2.2|~3.0", |
||
681 | "symfony/framework-bundle": "~2.2|~3.0", |
||
682 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
683 | "symfony/security-acl": "~2.3|~3.0", |
||
684 | "symfony/validator": "~2.2|~3.0", |
||
685 | "symfony/yaml": "~2.2|~3.0" |
||
686 | }, |
||
687 | "suggest": { |
||
688 | "symfony/security-acl": "For using this bundle to cache ACLs" |
||
689 | }, |
||
690 | "type": "symfony-bundle", |
||
691 | "extra": { |
||
692 | "branch-alias": { |
||
693 | "dev-master": "1.2.x-dev" |
||
694 | } |
||
695 | }, |
||
696 | "autoload": { |
||
697 | "psr-4": { |
||
698 | "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" |
||
699 | } |
||
700 | }, |
||
701 | "notification-url": "https://packagist.org/downloads/", |
||
702 | "license": [ |
||
703 | "MIT" |
||
704 | ], |
||
705 | "authors": [ |
||
706 | { |
||
707 | "name": "Symfony Community", |
||
708 | "homepage": "http://symfony.com/contributors" |
||
709 | }, |
||
710 | { |
||
711 | "name": "Benjamin Eberlei", |
||
712 | "email": "[email protected]" |
||
713 | }, |
||
714 | { |
||
715 | "name": "Fabio B. Silva", |
||
716 | "email": "[email protected]" |
||
717 | }, |
||
718 | { |
||
719 | "name": "Guilherme Blanco", |
||
720 | "email": "[email protected]" |
||
721 | }, |
||
722 | { |
||
723 | "name": "Doctrine Project", |
||
724 | "homepage": "http://www.doctrine-project.org/" |
||
725 | }, |
||
726 | { |
||
727 | "name": "Fabien Potencier", |
||
728 | "email": "[email protected]" |
||
729 | } |
||
730 | ], |
||
731 | "description": "Symfony Bundle for Doctrine Cache", |
||
732 | "homepage": "http://www.doctrine-project.org", |
||
733 | "keywords": [ |
||
734 | "cache", |
||
735 | "caching" |
||
736 | ], |
||
737 | "time": "2016-01-26T17:28:51+00:00" |
||
738 | }, |
||
739 | { |
||
740 | "name": "doctrine/doctrine-fixtures-bundle", |
||
741 | "version": "2.3.0", |
||
742 | "source": { |
||
743 | "type": "git", |
||
744 | "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", |
||
745 | "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029" |
||
746 | }, |
||
747 | "dist": { |
||
748 | "type": "zip", |
||
749 | "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029", |
||
750 | "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029", |
||
751 | "shasum": "" |
||
752 | }, |
||
753 | "require": { |
||
754 | "doctrine/data-fixtures": "~1.0", |
||
755 | "doctrine/doctrine-bundle": "~1.0", |
||
756 | "php": ">=5.3.2", |
||
757 | "symfony/doctrine-bridge": "~2.3|~3.0" |
||
758 | }, |
||
759 | "type": "symfony-bundle", |
||
760 | "extra": { |
||
761 | "branch-alias": { |
||
762 | "dev-master": "2.2.x-dev" |
||
763 | } |
||
764 | }, |
||
765 | "autoload": { |
||
766 | "psr-4": { |
||
767 | "Doctrine\\Bundle\\FixturesBundle\\": "" |
||
768 | } |
||
769 | }, |
||
770 | "notification-url": "https://packagist.org/downloads/", |
||
771 | "license": [ |
||
772 | "MIT" |
||
773 | ], |
||
774 | "authors": [ |
||
775 | { |
||
776 | "name": "Symfony Community", |
||
777 | "homepage": "http://symfony.com/contributors" |
||
778 | }, |
||
779 | { |
||
780 | "name": "Doctrine Project", |
||
781 | "homepage": "http://www.doctrine-project.org" |
||
782 | }, |
||
783 | { |
||
784 | "name": "Fabien Potencier", |
||
785 | "email": "[email protected]" |
||
786 | } |
||
787 | ], |
||
788 | "description": "Symfony DoctrineFixturesBundle", |
||
789 | "homepage": "http://www.doctrine-project.org", |
||
790 | "keywords": [ |
||
791 | "Fixture", |
||
792 | "persistence" |
||
793 | ], |
||
794 | "time": "2015-11-04T21:23:23+00:00" |
||
795 | }, |
||
796 | { |
||
797 | "name": "doctrine/doctrine-migrations-bundle", |
||
798 | "version": "v1.2.1", |
||
799 | "source": { |
||
800 | "type": "git", |
||
801 | "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", |
||
802 | "reference": "6276139e0b913a4e5120fc36bb5b0eae8ac549bc" |
||
803 | }, |
||
804 | "dist": { |
||
805 | "type": "zip", |
||
806 | "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/6276139e0b913a4e5120fc36bb5b0eae8ac549bc", |
||
807 | "reference": "6276139e0b913a4e5120fc36bb5b0eae8ac549bc", |
||
808 | "shasum": "" |
||
809 | }, |
||
810 | "require": { |
||
811 | "doctrine/doctrine-bundle": "~1.0", |
||
812 | "doctrine/migrations": "^1.1", |
||
813 | "php": ">=5.4.0", |
||
814 | "symfony/framework-bundle": "~2.3|~3.0" |
||
815 | }, |
||
816 | "require-dev": { |
||
817 | "phpunit/phpunit": "~4.8" |
||
818 | }, |
||
819 | "type": "symfony-bundle", |
||
820 | "extra": { |
||
821 | "branch-alias": { |
||
822 | "dev-master": "1.2-dev" |
||
823 | } |
||
824 | }, |
||
825 | "autoload": { |
||
826 | "psr-4": { |
||
827 | "Doctrine\\Bundle\\MigrationsBundle\\": "" |
||
828 | } |
||
829 | }, |
||
830 | "notification-url": "https://packagist.org/downloads/", |
||
831 | "license": [ |
||
832 | "MIT" |
||
833 | ], |
||
834 | "authors": [ |
||
835 | { |
||
836 | "name": "Symfony Community", |
||
837 | "homepage": "http://symfony.com/contributors" |
||
838 | }, |
||
839 | { |
||
840 | "name": "Doctrine Project", |
||
841 | "homepage": "http://www.doctrine-project.org" |
||
842 | }, |
||
843 | { |
||
844 | "name": "Fabien Potencier", |
||
845 | "email": "[email protected]" |
||
846 | } |
||
847 | ], |
||
848 | "description": "Symfony DoctrineMigrationsBundle", |
||
849 | "homepage": "http://www.doctrine-project.org", |
||
850 | "keywords": [ |
||
851 | "dbal", |
||
852 | "migrations", |
||
853 | "schema" |
||
854 | ], |
||
855 | "time": "2016-12-05T18:36:37+00:00" |
||
856 | }, |
||
857 | { |
||
858 | "name": "doctrine/inflector", |
||
859 | "version": "v1.1.0", |
||
860 | "source": { |
||
861 | "type": "git", |
||
862 | "url": "https://github.com/doctrine/inflector.git", |
||
863 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
864 | }, |
||
865 | "dist": { |
||
866 | "type": "zip", |
||
867 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
868 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
869 | "shasum": "" |
||
870 | }, |
||
871 | "require": { |
||
872 | "php": ">=5.3.2" |
||
873 | }, |
||
874 | "require-dev": { |
||
875 | "phpunit/phpunit": "4.*" |
||
876 | }, |
||
877 | "type": "library", |
||
878 | "extra": { |
||
879 | "branch-alias": { |
||
880 | "dev-master": "1.1.x-dev" |
||
881 | } |
||
882 | }, |
||
883 | "autoload": { |
||
884 | "psr-0": { |
||
885 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
886 | } |
||
887 | }, |
||
888 | "notification-url": "https://packagist.org/downloads/", |
||
889 | "license": [ |
||
890 | "MIT" |
||
891 | ], |
||
892 | "authors": [ |
||
893 | { |
||
894 | "name": "Roman Borschel", |
||
895 | "email": "[email protected]" |
||
896 | }, |
||
897 | { |
||
898 | "name": "Benjamin Eberlei", |
||
899 | "email": "[email protected]" |
||
900 | }, |
||
901 | { |
||
902 | "name": "Guilherme Blanco", |
||
903 | "email": "[email protected]" |
||
904 | }, |
||
905 | { |
||
906 | "name": "Jonathan Wage", |
||
907 | "email": "[email protected]" |
||
908 | }, |
||
909 | { |
||
910 | "name": "Johannes Schmitt", |
||
911 | "email": "[email protected]" |
||
912 | } |
||
913 | ], |
||
914 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
915 | "homepage": "http://www.doctrine-project.org", |
||
916 | "keywords": [ |
||
917 | "inflection", |
||
918 | "pluralize", |
||
919 | "singularize", |
||
920 | "string" |
||
921 | ], |
||
922 | "time": "2015-11-06T14:35:42+00:00" |
||
923 | }, |
||
924 | { |
||
925 | "name": "doctrine/instantiator", |
||
926 | "version": "1.0.5", |
||
927 | "source": { |
||
928 | "type": "git", |
||
929 | "url": "https://github.com/doctrine/instantiator.git", |
||
930 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
931 | }, |
||
932 | "dist": { |
||
933 | "type": "zip", |
||
934 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
935 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
936 | "shasum": "" |
||
937 | }, |
||
938 | "require": { |
||
939 | "php": ">=5.3,<8.0-DEV" |
||
940 | }, |
||
941 | "require-dev": { |
||
942 | "athletic/athletic": "~0.1.8", |
||
943 | "ext-pdo": "*", |
||
944 | "ext-phar": "*", |
||
945 | "phpunit/phpunit": "~4.0", |
||
946 | "squizlabs/php_codesniffer": "~2.0" |
||
947 | }, |
||
948 | "type": "library", |
||
949 | "extra": { |
||
950 | "branch-alias": { |
||
951 | "dev-master": "1.0.x-dev" |
||
952 | } |
||
953 | }, |
||
954 | "autoload": { |
||
955 | "psr-4": { |
||
956 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
957 | } |
||
958 | }, |
||
959 | "notification-url": "https://packagist.org/downloads/", |
||
960 | "license": [ |
||
961 | "MIT" |
||
962 | ], |
||
963 | "authors": [ |
||
964 | { |
||
965 | "name": "Marco Pivetta", |
||
966 | "email": "[email protected]", |
||
967 | "homepage": "http://ocramius.github.com/" |
||
968 | } |
||
969 | ], |
||
970 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
971 | "homepage": "https://github.com/doctrine/instantiator", |
||
972 | "keywords": [ |
||
973 | "constructor", |
||
974 | "instantiate" |
||
975 | ], |
||
976 | "time": "2015-06-14T21:17:01+00:00" |
||
977 | }, |
||
978 | { |
||
979 | "name": "doctrine/lexer", |
||
980 | "version": "v1.0.1", |
||
981 | "source": { |
||
982 | "type": "git", |
||
983 | "url": "https://github.com/doctrine/lexer.git", |
||
984 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
985 | }, |
||
986 | "dist": { |
||
987 | "type": "zip", |
||
988 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
989 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
990 | "shasum": "" |
||
991 | }, |
||
992 | "require": { |
||
993 | "php": ">=5.3.2" |
||
994 | }, |
||
995 | "type": "library", |
||
996 | "extra": { |
||
997 | "branch-alias": { |
||
998 | "dev-master": "1.0.x-dev" |
||
999 | } |
||
1000 | }, |
||
1001 | "autoload": { |
||
1002 | "psr-0": { |
||
1003 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
1004 | } |
||
1005 | }, |
||
1006 | "notification-url": "https://packagist.org/downloads/", |
||
1007 | "license": [ |
||
1008 | "MIT" |
||
1009 | ], |
||
1010 | "authors": [ |
||
1011 | { |
||
1012 | "name": "Roman Borschel", |
||
1013 | "email": "[email protected]" |
||
1014 | }, |
||
1015 | { |
||
1016 | "name": "Guilherme Blanco", |
||
1017 | "email": "[email protected]" |
||
1018 | }, |
||
1019 | { |
||
1020 | "name": "Johannes Schmitt", |
||
1021 | "email": "[email protected]" |
||
1022 | } |
||
1023 | ], |
||
1024 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
1025 | "homepage": "http://www.doctrine-project.org", |
||
1026 | "keywords": [ |
||
1027 | "lexer", |
||
1028 | "parser" |
||
1029 | ], |
||
1030 | "time": "2014-09-09T13:34:57+00:00" |
||
1031 | }, |
||
1032 | { |
||
1033 | "name": "doctrine/migrations", |
||
1034 | "version": "v1.5.0", |
||
1035 | "source": { |
||
1036 | "type": "git", |
||
1037 | "url": "https://github.com/doctrine/migrations.git", |
||
1038 | "reference": "c81147c0f2938a6566594455367e095150547f72" |
||
1039 | }, |
||
1040 | "dist": { |
||
1041 | "type": "zip", |
||
1042 | "url": "https://api.github.com/repos/doctrine/migrations/zipball/c81147c0f2938a6566594455367e095150547f72", |
||
1043 | "reference": "c81147c0f2938a6566594455367e095150547f72", |
||
1044 | "shasum": "" |
||
1045 | }, |
||
1046 | "require": { |
||
1047 | "doctrine/dbal": "~2.2", |
||
1048 | "ocramius/proxy-manager": "^1.0|^2.0", |
||
1049 | "php": "^5.5|^7.0", |
||
1050 | "symfony/console": "~2.3|~3.0", |
||
1051 | "symfony/yaml": "~2.3|~3.0" |
||
1052 | }, |
||
1053 | "require-dev": { |
||
1054 | "doctrine/coding-standard": "dev-master", |
||
1055 | "doctrine/orm": "2.*", |
||
1056 | "jdorn/sql-formatter": "~1.1", |
||
1057 | "johnkary/phpunit-speedtrap": "~1.0@dev", |
||
1058 | "mikey179/vfsstream": "^1.6", |
||
1059 | "mockery/mockery": "^0.9.4", |
||
1060 | "phpunit/phpunit": "~4.7", |
||
1061 | "satooshi/php-coveralls": "^1.0" |
||
1062 | }, |
||
1063 | "suggest": { |
||
1064 | "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command." |
||
1065 | }, |
||
1066 | "bin": [ |
||
1067 | "bin/doctrine-migrations" |
||
1068 | ], |
||
1069 | "type": "library", |
||
1070 | "extra": { |
||
1071 | "branch-alias": { |
||
1072 | "dev-master": "v1.6.x-dev" |
||
1073 | } |
||
1074 | }, |
||
1075 | "autoload": { |
||
1076 | "psr-4": { |
||
1077 | "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations" |
||
1078 | } |
||
1079 | }, |
||
1080 | "notification-url": "https://packagist.org/downloads/", |
||
1081 | "license": [ |
||
1082 | "LGPL-2.1" |
||
1083 | ], |
||
1084 | "authors": [ |
||
1085 | { |
||
1086 | "name": "Benjamin Eberlei", |
||
1087 | "email": "[email protected]" |
||
1088 | }, |
||
1089 | { |
||
1090 | "name": "Jonathan Wage", |
||
1091 | "email": "[email protected]" |
||
1092 | }, |
||
1093 | { |
||
1094 | "name": "Michael Simonson", |
||
1095 | "email": "[email protected]" |
||
1096 | } |
||
1097 | ], |
||
1098 | "description": "Database Schema migrations using Doctrine DBAL", |
||
1099 | "homepage": "http://www.doctrine-project.org", |
||
1100 | "keywords": [ |
||
1101 | "database", |
||
1102 | "migrations" |
||
1103 | ], |
||
1104 | "time": "2016-12-25T22:54:00+00:00" |
||
1105 | }, |
||
1106 | { |
||
1107 | "name": "doctrine/orm", |
||
1108 | "version": "v2.5.6", |
||
1109 | "source": { |
||
1110 | "type": "git", |
||
1111 | "url": "https://github.com/doctrine/doctrine2.git", |
||
1112 | "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b" |
||
1113 | }, |
||
1114 | "dist": { |
||
1115 | "type": "zip", |
||
1116 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/e6c434196c8ef058239aaa0724b4aadb0107940b", |
||
1117 | "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b", |
||
1118 | "shasum": "" |
||
1119 | }, |
||
1120 | "require": { |
||
1121 | "doctrine/cache": "~1.4", |
||
1122 | "doctrine/collections": "~1.2", |
||
1123 | "doctrine/common": ">=2.5-dev,<2.8-dev", |
||
1124 | "doctrine/dbal": ">=2.5-dev,<2.6-dev", |
||
1125 | "doctrine/instantiator": "~1.0.1", |
||
1126 | "ext-pdo": "*", |
||
1127 | "php": ">=5.4", |
||
1128 | "symfony/console": "~2.5|~3.0" |
||
1129 | }, |
||
1130 | "require-dev": { |
||
1131 | "phpunit/phpunit": "~4.0", |
||
1132 | "symfony/yaml": "~2.3|~3.0" |
||
1133 | }, |
||
1134 | "suggest": { |
||
1135 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
1136 | }, |
||
1137 | "bin": [ |
||
1138 | "bin/doctrine", |
||
1139 | "bin/doctrine.php" |
||
1140 | ], |
||
1141 | "type": "library", |
||
1142 | "extra": { |
||
1143 | "branch-alias": { |
||
1144 | "dev-master": "2.6.x-dev" |
||
1145 | } |
||
1146 | }, |
||
1147 | "autoload": { |
||
1148 | "psr-0": { |
||
1149 | "Doctrine\\ORM\\": "lib/" |
||
1150 | } |
||
1151 | }, |
||
1152 | "notification-url": "https://packagist.org/downloads/", |
||
1153 | "license": [ |
||
1154 | "MIT" |
||
1155 | ], |
||
1156 | "authors": [ |
||
1157 | { |
||
1158 | "name": "Roman Borschel", |
||
1159 | "email": "[email protected]" |
||
1160 | }, |
||
1161 | { |
||
1162 | "name": "Benjamin Eberlei", |
||
1163 | "email": "[email protected]" |
||
1164 | }, |
||
1165 | { |
||
1166 | "name": "Guilherme Blanco", |
||
1167 | "email": "[email protected]" |
||
1168 | }, |
||
1169 | { |
||
1170 | "name": "Jonathan Wage", |
||
1171 | "email": "[email protected]" |
||
1172 | } |
||
1173 | ], |
||
1174 | "description": "Object-Relational-Mapper for PHP", |
||
1175 | "homepage": "http://www.doctrine-project.org", |
||
1176 | "keywords": [ |
||
1177 | "database", |
||
1178 | "orm" |
||
1179 | ], |
||
1180 | "time": "2016-12-18T15:42:34+00:00" |
||
1181 | }, |
||
1182 | { |
||
1183 | "name": "fig/link-util", |
||
1184 | "version": "1.0.0", |
||
1185 | "source": { |
||
1186 | "type": "git", |
||
1187 | "url": "https://github.com/php-fig/link-util.git", |
||
1188 | "reference": "1a07821801a148be4add11ab0603e4af55a72fac" |
||
1189 | }, |
||
1190 | "dist": { |
||
1191 | "type": "zip", |
||
1192 | "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac", |
||
1193 | "reference": "1a07821801a148be4add11ab0603e4af55a72fac", |
||
1194 | "shasum": "" |
||
1195 | }, |
||
1196 | "require": { |
||
1197 | "php": ">=5.5.0", |
||
1198 | "psr/link": "~1.0@dev" |
||
1199 | }, |
||
1200 | "require-dev": { |
||
1201 | "phpunit/phpunit": "^5.1", |
||
1202 | "squizlabs/php_codesniffer": "^2.3.1" |
||
1203 | }, |
||
1204 | "type": "library", |
||
1205 | "extra": { |
||
1206 | "branch-alias": { |
||
1207 | "dev-master": "1.0.x-dev" |
||
1208 | } |
||
1209 | }, |
||
1210 | "autoload": { |
||
1211 | "psr-4": { |
||
1212 | "Fig\\Link\\": "src/" |
||
1213 | } |
||
1214 | }, |
||
1215 | "notification-url": "https://packagist.org/downloads/", |
||
1216 | "license": [ |
||
1217 | "MIT" |
||
1218 | ], |
||
1219 | "authors": [ |
||
1220 | { |
||
1221 | "name": "PHP-FIG", |
||
1222 | "homepage": "http://www.php-fig.org/" |
||
1223 | } |
||
1224 | ], |
||
1225 | "description": "Common utility implementations for HTTP links", |
||
1226 | "keywords": [ |
||
1227 | "http", |
||
1228 | "http-link", |
||
1229 | "link", |
||
1230 | "psr", |
||
1231 | "psr-13", |
||
1232 | "rest" |
||
1233 | ], |
||
1234 | "time": "2016-10-17T18:31:11+00:00" |
||
1235 | }, |
||
1236 | { |
||
1237 | "name": "friendsofsymfony/oauth-server-bundle", |
||
1238 | "version": "1.5.2", |
||
1239 | "source": { |
||
1240 | "type": "git", |
||
1241 | "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git", |
||
1242 | "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d" |
||
1243 | }, |
||
1244 | "dist": { |
||
1245 | "type": "zip", |
||
1246 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/0b25cdaae8983c630bb62d14b6993219b1dadb8d", |
||
1247 | "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d", |
||
1248 | "shasum": "" |
||
1249 | }, |
||
1250 | "require": { |
||
1251 | "friendsofsymfony/oauth2-php": "~1.1", |
||
1252 | "php": "^5.3.3|^7.0", |
||
1253 | "symfony/framework-bundle": "~2.2|~3.0", |
||
1254 | "symfony/security-bundle": "~2.1|~3.0" |
||
1255 | }, |
||
1256 | "require-dev": { |
||
1257 | "doctrine/doctrine-bundle": "~1.0", |
||
1258 | "doctrine/mongodb-odm": "~1.0", |
||
1259 | "doctrine/orm": "~2.2", |
||
1260 | "phing/phing": "~2.4", |
||
1261 | "propel/propel1": "^1.6.5", |
||
1262 | "symfony/class-loader": "~2.1|~3.0", |
||
1263 | "symfony/form": "~2.3|~3.0", |
||
1264 | "symfony/yaml": "~2.1|~3.0", |
||
1265 | "willdurand/propel-typehintable-behavior": "^1.0.4" |
||
1266 | }, |
||
1267 | "suggest": { |
||
1268 | "doctrine/doctrine-bundle": "*", |
||
1269 | "doctrine/mongodb-odm-bundle": "*", |
||
1270 | "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle", |
||
1271 | "symfony/form": "Needed to be able to use the AuthorizeFormType", |
||
1272 | "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces" |
||
1273 | }, |
||
1274 | "type": "symfony-bundle", |
||
1275 | "extra": { |
||
1276 | "branch-alias": { |
||
1277 | "dev-master": "1.5-dev" |
||
1278 | } |
||
1279 | }, |
||
1280 | "autoload": { |
||
1281 | "psr-4": { |
||
1282 | "FOS\\OAuthServerBundle\\": "" |
||
1283 | } |
||
1284 | }, |
||
1285 | "notification-url": "https://packagist.org/downloads/", |
||
1286 | "license": [ |
||
1287 | "MIT" |
||
1288 | ], |
||
1289 | "authors": [ |
||
1290 | { |
||
1291 | "name": "Arnaud Le Blanc", |
||
1292 | "email": "[email protected]" |
||
1293 | }, |
||
1294 | { |
||
1295 | "name": "FriendsOfSymfony Community", |
||
1296 | "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors" |
||
1297 | } |
||
1298 | ], |
||
1299 | "description": "Symfony2 OAuth Server Bundle", |
||
1300 | "homepage": "http://friendsofsymfony.github.com", |
||
1301 | "keywords": [ |
||
1302 | "oauth", |
||
1303 | "oauth2", |
||
1304 | "server" |
||
1305 | ], |
||
1306 | "time": "2016-02-22T13:57:55+00:00" |
||
1307 | }, |
||
1308 | { |
||
1309 | "name": "friendsofsymfony/oauth2-php", |
||
1310 | "version": "1.2.1", |
||
1311 | "source": { |
||
1312 | "type": "git", |
||
1313 | "url": "https://github.com/FriendsOfSymfony/oauth2-php.git", |
||
1314 | "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c" |
||
1315 | }, |
||
1316 | "dist": { |
||
1317 | "type": "zip", |
||
1318 | "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c", |
||
1319 | "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c", |
||
1320 | "shasum": "" |
||
1321 | }, |
||
1322 | "require": { |
||
1323 | "php": ">=5.3.2", |
||
1324 | "symfony/http-foundation": "~2.0|~3.0" |
||
1325 | }, |
||
1326 | "require-dev": { |
||
1327 | "phpunit/phpunit": "~4.0" |
||
1328 | }, |
||
1329 | "type": "library", |
||
1330 | "extra": { |
||
1331 | "branch-alias": { |
||
1332 | "dev-master": "1.2.x-dev" |
||
1333 | } |
||
1334 | }, |
||
1335 | "autoload": { |
||
1336 | "psr-4": { |
||
1337 | "OAuth2\\": "lib/" |
||
1338 | } |
||
1339 | }, |
||
1340 | "notification-url": "https://packagist.org/downloads/", |
||
1341 | "license": [ |
||
1342 | "MIT" |
||
1343 | ], |
||
1344 | "authors": [ |
||
1345 | { |
||
1346 | "name": "Arnaud Le Blanc", |
||
1347 | "email": "[email protected]" |
||
1348 | }, |
||
1349 | { |
||
1350 | "name": "FriendsOfSymfony Community", |
||
1351 | "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors" |
||
1352 | } |
||
1353 | ], |
||
1354 | "description": "OAuth2 library", |
||
1355 | "homepage": "https://github.com/FriendsOfSymfony/oauth2-php", |
||
1356 | "keywords": [ |
||
1357 | "oauth", |
||
1358 | "oauth2" |
||
1359 | ], |
||
1360 | "time": "2016-03-31T14:24:17+00:00" |
||
1361 | }, |
||
1362 | { |
||
1363 | "name": "friendsofsymfony/rest-bundle", |
||
1364 | "version": "2.1.1", |
||
1365 | "source": { |
||
1366 | "type": "git", |
||
1367 | "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", |
||
1368 | "reference": "5a399bb434045c2b579cfe55472fff100373f4ec" |
||
1369 | }, |
||
1370 | "dist": { |
||
1371 | "type": "zip", |
||
1372 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/5a399bb434045c2b579cfe55472fff100373f4ec", |
||
1373 | "reference": "5a399bb434045c2b579cfe55472fff100373f4ec", |
||
1374 | "shasum": "" |
||
1375 | }, |
||
1376 | "require": { |
||
1377 | "doctrine/inflector": "^1.0", |
||
1378 | "php": "^5.5.9|~7.0", |
||
1379 | "psr/log": "^1.0", |
||
1380 | "symfony/config": "^2.7|^3.0", |
||
1381 | "symfony/debug": "^2.7|^3.0", |
||
1382 | "symfony/dependency-injection": "^2.7|^3.0", |
||
1383 | "symfony/event-dispatcher": "^2.7|^3.0", |
||
1384 | "symfony/finder": "^2.7|^3.0", |
||
1385 | "symfony/framework-bundle": "^2.7|^3.0", |
||
1386 | "symfony/http-foundation": "^2.7|^3.0", |
||
1387 | "symfony/http-kernel": "^2.7|^3.0", |
||
1388 | "symfony/routing": "^2.7|^3.0", |
||
1389 | "symfony/security-core": "^2.7|^3.0", |
||
1390 | "symfony/templating": "^2.7|^3.0", |
||
1391 | "willdurand/jsonp-callback-validator": "^1.0", |
||
1392 | "willdurand/negotiation": "^2.0" |
||
1393 | }, |
||
1394 | "conflict": { |
||
1395 | "jms/serializer": "1.3.0", |
||
1396 | "sensio/framework-extra-bundle": "<3.0.13" |
||
1397 | }, |
||
1398 | "require-dev": { |
||
1399 | "jms/serializer-bundle": "^1.0", |
||
1400 | "phpoption/phpoption": "^1.1", |
||
1401 | "psr/http-message": "^1.0", |
||
1402 | "sensio/framework-extra-bundle": "^3.0.13", |
||
1403 | "symfony/browser-kit": "^2.7|^3.0", |
||
1404 | "symfony/css-selector": "^2.7|^3.0", |
||
1405 | "symfony/dependency-injection": "^2.7|^3.0", |
||
1406 | "symfony/expression-language": "~2.7|^3.0", |
||
1407 | "symfony/form": "^2.7|^3.0", |
||
1408 | "symfony/phpunit-bridge": "~2.7|^3.0", |
||
1409 | "symfony/security-bundle": "^2.7|^3.0", |
||
1410 | "symfony/serializer": "^2.7.11|^3.0.4", |
||
1411 | "symfony/twig-bundle": "^2.7|^3.0", |
||
1412 | "symfony/validator": "^2.7|^3.0", |
||
1413 | "symfony/web-profiler-bundle": "^2.7|^3.0", |
||
1414 | "symfony/yaml": "^2.7|^3.0" |
||
1415 | }, |
||
1416 | "suggest": { |
||
1417 | "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^1.0", |
||
1418 | "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ^3.0", |
||
1419 | "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0", |
||
1420 | "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0", |
||
1421 | "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0" |
||
1422 | }, |
||
1423 | "type": "symfony-bundle", |
||
1424 | "extra": { |
||
1425 | "branch-alias": { |
||
1426 | "dev-master": "2.1-dev" |
||
1427 | } |
||
1428 | }, |
||
1429 | "autoload": { |
||
1430 | "psr-4": { |
||
1431 | "FOS\\RestBundle\\": "" |
||
1432 | } |
||
1433 | }, |
||
1434 | "notification-url": "https://packagist.org/downloads/", |
||
1435 | "license": [ |
||
1436 | "MIT" |
||
1437 | ], |
||
1438 | "authors": [ |
||
1439 | { |
||
1440 | "name": "Lukas Kahwe Smith", |
||
1441 | "email": "[email protected]" |
||
1442 | }, |
||
1443 | { |
||
1444 | "name": "FriendsOfSymfony Community", |
||
1445 | "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors" |
||
1446 | }, |
||
1447 | { |
||
1448 | "name": "Konstantin Kudryashov", |
||
1449 | "email": "[email protected]" |
||
1450 | } |
||
1451 | ], |
||
1452 | "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony", |
||
1453 | "homepage": "http://friendsofsymfony.github.com", |
||
1454 | "keywords": [ |
||
1455 | "rest" |
||
1456 | ], |
||
1457 | "time": "2016-11-23T12:09:05+00:00" |
||
1458 | }, |
||
1459 | { |
||
1460 | "name": "fzaninotto/faker", |
||
1461 | "version": "v1.6.0", |
||
1462 | "source": { |
||
1463 | "type": "git", |
||
1464 | "url": "https://github.com/fzaninotto/Faker.git", |
||
1465 | "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123" |
||
1466 | }, |
||
1467 | "dist": { |
||
1468 | "type": "zip", |
||
1469 | "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123", |
||
1470 | "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123", |
||
1471 | "shasum": "" |
||
1472 | }, |
||
1473 | "require": { |
||
1474 | "php": "^5.3.3|^7.0" |
||
1475 | }, |
||
1476 | "require-dev": { |
||
1477 | "ext-intl": "*", |
||
1478 | "phpunit/phpunit": "~4.0", |
||
1479 | "squizlabs/php_codesniffer": "~1.5" |
||
1480 | }, |
||
1481 | "type": "library", |
||
1482 | "extra": { |
||
1483 | "branch-alias": [] |
||
1484 | }, |
||
1485 | "autoload": { |
||
1486 | "psr-4": { |
||
1487 | "Faker\\": "src/Faker/" |
||
1488 | } |
||
1489 | }, |
||
1490 | "notification-url": "https://packagist.org/downloads/", |
||
1491 | "license": [ |
||
1492 | "MIT" |
||
1493 | ], |
||
1494 | "authors": [ |
||
1495 | { |
||
1496 | "name": "François Zaninotto" |
||
1497 | } |
||
1498 | ], |
||
1499 | "description": "Faker is a PHP library that generates fake data for you.", |
||
1500 | "keywords": [ |
||
1501 | "data", |
||
1502 | "faker", |
||
1503 | "fixtures" |
||
1504 | ], |
||
1505 | "time": "2016-04-29T12:21:54+00:00" |
||
1506 | }, |
||
1507 | { |
||
1508 | "name": "gedmo/doctrine-extensions", |
||
1509 | "version": "v2.4.26", |
||
1510 | "source": { |
||
1511 | "type": "git", |
||
1512 | "url": "https://github.com/Atlantic18/DoctrineExtensions.git", |
||
1513 | "reference": "983dd85d6860f87fb7dffd0d9f7ad1462e20a09d" |
||
1514 | }, |
||
1515 | "dist": { |
||
1516 | "type": "zip", |
||
1517 | "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/983dd85d6860f87fb7dffd0d9f7ad1462e20a09d", |
||
1518 | "reference": "983dd85d6860f87fb7dffd0d9f7ad1462e20a09d", |
||
1519 | "shasum": "" |
||
1520 | }, |
||
1521 | "require": { |
||
1522 | "behat/transliterator": "~1.0", |
||
1523 | "doctrine/common": "~2.4", |
||
1524 | "php": ">=5.3.2" |
||
1525 | }, |
||
1526 | "require-dev": { |
||
1527 | "doctrine/common": ">=2.5.0", |
||
1528 | "doctrine/mongodb-odm": ">=1.0.2", |
||
1529 | "doctrine/orm": ">=2.5.0", |
||
1530 | "phpunit/phpunit": "~4.4", |
||
1531 | "phpunit/phpunit-mock-objects": "~2.3", |
||
1532 | "symfony/yaml": "~2.6" |
||
1533 | }, |
||
1534 | "suggest": { |
||
1535 | "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM", |
||
1536 | "doctrine/orm": "to use the extensions with the ORM" |
||
1537 | }, |
||
1538 | "type": "library", |
||
1539 | "extra": { |
||
1540 | "branch-alias": { |
||
1541 | "dev-master": "2.4.x-dev" |
||
1542 | } |
||
1543 | }, |
||
1544 | "autoload": { |
||
1545 | "psr-0": { |
||
1546 | "Gedmo\\": "lib/" |
||
1547 | } |
||
1548 | }, |
||
1549 | "notification-url": "https://packagist.org/downloads/", |
||
1550 | "license": [ |
||
1551 | "MIT" |
||
1552 | ], |
||
1553 | "authors": [ |
||
1554 | { |
||
1555 | "name": "David Buchmann", |
||
1556 | "email": "[email protected]" |
||
1557 | }, |
||
1558 | { |
||
1559 | "name": "Gediminas Morkevicius", |
||
1560 | "email": "[email protected]" |
||
1561 | }, |
||
1562 | { |
||
1563 | "name": "Gustavo Falco", |
||
1564 | "email": "[email protected]" |
||
1565 | } |
||
1566 | ], |
||
1567 | "description": "Doctrine2 behavioral extensions", |
||
1568 | "homepage": "http://gediminasm.org/", |
||
1569 | "keywords": [ |
||
1570 | "Blameable", |
||
1571 | "behaviors", |
||
1572 | "doctrine2", |
||
1573 | "extensions", |
||
1574 | "gedmo", |
||
1575 | "loggable", |
||
1576 | "nestedset", |
||
1577 | "sluggable", |
||
1578 | "sortable", |
||
1579 | "timestampable", |
||
1580 | "translatable", |
||
1581 | "tree", |
||
1582 | "uploadable" |
||
1583 | ], |
||
1584 | "time": "2016-12-21T13:46:54+00:00" |
||
1585 | }, |
||
1586 | { |
||
1587 | "name": "guzzlehttp/guzzle", |
||
1588 | "version": "6.2.2", |
||
1589 | "source": { |
||
1590 | "type": "git", |
||
1591 | "url": "https://github.com/guzzle/guzzle.git", |
||
1592 | "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60" |
||
1593 | }, |
||
1594 | "dist": { |
||
1595 | "type": "zip", |
||
1596 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60", |
||
1597 | "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60", |
||
1598 | "shasum": "" |
||
1599 | }, |
||
1600 | "require": { |
||
1601 | "guzzlehttp/promises": "^1.0", |
||
1602 | "guzzlehttp/psr7": "^1.3.1", |
||
1603 | "php": ">=5.5" |
||
1604 | }, |
||
1605 | "require-dev": { |
||
1606 | "ext-curl": "*", |
||
1607 | "phpunit/phpunit": "^4.0", |
||
1608 | "psr/log": "^1.0" |
||
1609 | }, |
||
1610 | "type": "library", |
||
1611 | "extra": { |
||
1612 | "branch-alias": { |
||
1613 | "dev-master": "6.2-dev" |
||
1614 | } |
||
1615 | }, |
||
1616 | "autoload": { |
||
1617 | "files": [ |
||
1618 | "src/functions_include.php" |
||
1619 | ], |
||
1620 | "psr-4": { |
||
1621 | "GuzzleHttp\\": "src/" |
||
1622 | } |
||
1623 | }, |
||
1624 | "notification-url": "https://packagist.org/downloads/", |
||
1625 | "license": [ |
||
1626 | "MIT" |
||
1627 | ], |
||
1628 | "authors": [ |
||
1629 | { |
||
1630 | "name": "Michael Dowling", |
||
1631 | "email": "[email protected]", |
||
1632 | "homepage": "https://github.com/mtdowling" |
||
1633 | } |
||
1634 | ], |
||
1635 | "description": "Guzzle is a PHP HTTP client library", |
||
1636 | "homepage": "http://guzzlephp.org/", |
||
1637 | "keywords": [ |
||
1638 | "client", |
||
1639 | "curl", |
||
1640 | "framework", |
||
1641 | "http", |
||
1642 | "http client", |
||
1643 | "rest", |
||
1644 | "web service" |
||
1645 | ], |
||
1646 | "time": "2016-10-08T15:01:37+00:00" |
||
1647 | }, |
||
1648 | { |
||
1649 | "name": "guzzlehttp/promises", |
||
1650 | "version": "v1.3.1", |
||
1651 | "source": { |
||
1652 | "type": "git", |
||
1653 | "url": "https://github.com/guzzle/promises.git", |
||
1654 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
1655 | }, |
||
1656 | "dist": { |
||
1657 | "type": "zip", |
||
1658 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
1659 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
1660 | "shasum": "" |
||
1661 | }, |
||
1662 | "require": { |
||
1663 | "php": ">=5.5.0" |
||
1664 | }, |
||
1665 | "require-dev": { |
||
1666 | "phpunit/phpunit": "^4.0" |
||
1667 | }, |
||
1668 | "type": "library", |
||
1669 | "extra": { |
||
1670 | "branch-alias": { |
||
1671 | "dev-master": "1.4-dev" |
||
1672 | } |
||
1673 | }, |
||
1674 | "autoload": { |
||
1675 | "psr-4": { |
||
1676 | "GuzzleHttp\\Promise\\": "src/" |
||
1677 | }, |
||
1678 | "files": [ |
||
1679 | "src/functions_include.php" |
||
1680 | ] |
||
1681 | }, |
||
1682 | "notification-url": "https://packagist.org/downloads/", |
||
1683 | "license": [ |
||
1684 | "MIT" |
||
1685 | ], |
||
1686 | "authors": [ |
||
1687 | { |
||
1688 | "name": "Michael Dowling", |
||
1689 | "email": "[email protected]", |
||
1690 | "homepage": "https://github.com/mtdowling" |
||
1691 | } |
||
1692 | ], |
||
1693 | "description": "Guzzle promises library", |
||
1694 | "keywords": [ |
||
1695 | "promise" |
||
1696 | ], |
||
1697 | "time": "2016-12-20T10:07:11+00:00" |
||
1698 | }, |
||
1699 | { |
||
1700 | "name": "guzzlehttp/psr7", |
||
1701 | "version": "1.3.1", |
||
1702 | "source": { |
||
1703 | "type": "git", |
||
1704 | "url": "https://github.com/guzzle/psr7.git", |
||
1705 | "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" |
||
1706 | }, |
||
1707 | "dist": { |
||
1708 | "type": "zip", |
||
1709 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", |
||
1710 | "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", |
||
1711 | "shasum": "" |
||
1712 | }, |
||
1713 | "require": { |
||
1714 | "php": ">=5.4.0", |
||
1715 | "psr/http-message": "~1.0" |
||
1716 | }, |
||
1717 | "provide": { |
||
1718 | "psr/http-message-implementation": "1.0" |
||
1719 | }, |
||
1720 | "require-dev": { |
||
1721 | "phpunit/phpunit": "~4.0" |
||
1722 | }, |
||
1723 | "type": "library", |
||
1724 | "extra": { |
||
1725 | "branch-alias": { |
||
1726 | "dev-master": "1.4-dev" |
||
1727 | } |
||
1728 | }, |
||
1729 | "autoload": { |
||
1730 | "psr-4": { |
||
1731 | "GuzzleHttp\\Psr7\\": "src/" |
||
1732 | }, |
||
1733 | "files": [ |
||
1734 | "src/functions_include.php" |
||
1735 | ] |
||
1736 | }, |
||
1737 | "notification-url": "https://packagist.org/downloads/", |
||
1738 | "license": [ |
||
1739 | "MIT" |
||
1740 | ], |
||
1741 | "authors": [ |
||
1742 | { |
||
1743 | "name": "Michael Dowling", |
||
1744 | "email": "[email protected]", |
||
1745 | "homepage": "https://github.com/mtdowling" |
||
1746 | } |
||
1747 | ], |
||
1748 | "description": "PSR-7 message implementation", |
||
1749 | "keywords": [ |
||
1750 | "http", |
||
1751 | "message", |
||
1752 | "stream", |
||
1753 | "uri" |
||
1754 | ], |
||
1755 | "time": "2016-06-24T23:00:38+00:00" |
||
1756 | }, |
||
1757 | { |
||
1758 | "name": "hamcrest/hamcrest-php", |
||
1759 | "version": "v1.2.2", |
||
1760 | "source": { |
||
1761 | "type": "git", |
||
1762 | "url": "https://github.com/hamcrest/hamcrest-php.git", |
||
1763 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c" |
||
1764 | }, |
||
1765 | "dist": { |
||
1766 | "type": "zip", |
||
1767 | "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
1768 | "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c", |
||
1769 | "shasum": "" |
||
1770 | }, |
||
1771 | "require": { |
||
1772 | "php": ">=5.3.2" |
||
1773 | }, |
||
1774 | "replace": { |
||
1775 | "cordoval/hamcrest-php": "*", |
||
1776 | "davedevelopment/hamcrest-php": "*", |
||
1777 | "kodova/hamcrest-php": "*" |
||
1778 | }, |
||
1779 | "require-dev": { |
||
1780 | "phpunit/php-file-iterator": "1.3.3", |
||
1781 | "satooshi/php-coveralls": "dev-master" |
||
1782 | }, |
||
1783 | "type": "library", |
||
1784 | "autoload": { |
||
1785 | "classmap": [ |
||
1786 | "hamcrest" |
||
1787 | ], |
||
1788 | "files": [ |
||
1789 | "hamcrest/Hamcrest.php" |
||
1790 | ] |
||
1791 | }, |
||
1792 | "notification-url": "https://packagist.org/downloads/", |
||
1793 | "license": [ |
||
1794 | "BSD" |
||
1795 | ], |
||
1796 | "description": "This is the PHP port of Hamcrest Matchers", |
||
1797 | "keywords": [ |
||
1798 | "test" |
||
1799 | ], |
||
1800 | "time": "2015-05-11T14:41:42+00:00" |
||
1801 | }, |
||
1802 | { |
||
1803 | "name": "imagine/imagine", |
||
1804 | "version": "v0.6.3", |
||
1805 | "source": { |
||
1806 | "type": "git", |
||
1807 | "url": "https://github.com/avalanche123/Imagine.git", |
||
1808 | "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d" |
||
1809 | }, |
||
1810 | "dist": { |
||
1811 | "type": "zip", |
||
1812 | "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d", |
||
1813 | "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d", |
||
1814 | "shasum": "" |
||
1815 | }, |
||
1816 | "require": { |
||
1817 | "php": ">=5.3.2" |
||
1818 | }, |
||
1819 | "require-dev": { |
||
1820 | "sami/sami": "dev-master" |
||
1821 | }, |
||
1822 | "suggest": { |
||
1823 | "ext-gd": "to use the GD implementation", |
||
1824 | "ext-gmagick": "to use the Gmagick implementation", |
||
1825 | "ext-imagick": "to use the Imagick implementation" |
||
1826 | }, |
||
1827 | "type": "library", |
||
1828 | "extra": { |
||
1829 | "branch-alias": { |
||
1830 | "dev-develop": "0.7-dev" |
||
1831 | } |
||
1832 | }, |
||
1833 | "autoload": { |
||
1834 | "psr-0": { |
||
1835 | "Imagine": "lib/" |
||
1836 | } |
||
1837 | }, |
||
1838 | "notification-url": "https://packagist.org/downloads/", |
||
1839 | "license": [ |
||
1840 | "MIT" |
||
1841 | ], |
||
1842 | "authors": [ |
||
1843 | { |
||
1844 | "name": "Bulat Shakirzyanov", |
||
1845 | "email": "[email protected]", |
||
1846 | "homepage": "http://avalanche123.com" |
||
1847 | } |
||
1848 | ], |
||
1849 | "description": "Image processing for PHP 5.3", |
||
1850 | "homepage": "http://imagine.readthedocs.org/", |
||
1851 | "keywords": [ |
||
1852 | "drawing", |
||
1853 | "graphics", |
||
1854 | "image manipulation", |
||
1855 | "image processing" |
||
1856 | ], |
||
1857 | "time": "2015-09-19T16:54:05+00:00" |
||
1858 | }, |
||
1859 | { |
||
1860 | "name": "incenteev/composer-parameter-handler", |
||
1861 | "version": "v2.1.2", |
||
1862 | "source": { |
||
1863 | "type": "git", |
||
1864 | "url": "https://github.com/Incenteev/ParameterHandler.git", |
||
1865 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc" |
||
1866 | }, |
||
1867 | "dist": { |
||
1868 | "type": "zip", |
||
1869 | "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
1870 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
1871 | "shasum": "" |
||
1872 | }, |
||
1873 | "require": { |
||
1874 | "php": ">=5.3.3", |
||
1875 | "symfony/yaml": "~2.3|~3.0" |
||
1876 | }, |
||
1877 | "require-dev": { |
||
1878 | "composer/composer": "1.0.*@dev", |
||
1879 | "phpspec/prophecy-phpunit": "~1.0", |
||
1880 | "symfony/filesystem": "~2.2" |
||
1881 | }, |
||
1882 | "type": "library", |
||
1883 | "extra": { |
||
1884 | "branch-alias": { |
||
1885 | "dev-master": "2.1.x-dev" |
||
1886 | } |
||
1887 | }, |
||
1888 | "autoload": { |
||
1889 | "psr-4": { |
||
1890 | "Incenteev\\ParameterHandler\\": "" |
||
1891 | } |
||
1892 | }, |
||
1893 | "notification-url": "https://packagist.org/downloads/", |
||
1894 | "license": [ |
||
1895 | "MIT" |
||
1896 | ], |
||
1897 | "authors": [ |
||
1898 | { |
||
1899 | "name": "Christophe Coevoet", |
||
1900 | "email": "[email protected]" |
||
1901 | } |
||
1902 | ], |
||
1903 | "description": "Composer script handling your ignored parameter file", |
||
1904 | "homepage": "https://github.com/Incenteev/ParameterHandler", |
||
1905 | "keywords": [ |
||
1906 | "parameters management" |
||
1907 | ], |
||
1908 | "time": "2015-11-10T17:04:01+00:00" |
||
1909 | }, |
||
1910 | { |
||
1911 | "name": "jdorn/sql-formatter", |
||
1912 | "version": "v1.2.17", |
||
1913 | "source": { |
||
1914 | "type": "git", |
||
1915 | "url": "https://github.com/jdorn/sql-formatter.git", |
||
1916 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
||
1917 | }, |
||
1918 | "dist": { |
||
1919 | "type": "zip", |
||
1920 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
1921 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
1922 | "shasum": "" |
||
1923 | }, |
||
1924 | "require": { |
||
1925 | "php": ">=5.2.4" |
||
1926 | }, |
||
1927 | "require-dev": { |
||
1928 | "phpunit/phpunit": "3.7.*" |
||
1929 | }, |
||
1930 | "type": "library", |
||
1931 | "extra": { |
||
1932 | "branch-alias": { |
||
1933 | "dev-master": "1.3.x-dev" |
||
1934 | } |
||
1935 | }, |
||
1936 | "autoload": { |
||
1937 | "classmap": [ |
||
1938 | "lib" |
||
1939 | ] |
||
1940 | }, |
||
1941 | "notification-url": "https://packagist.org/downloads/", |
||
1942 | "license": [ |
||
1943 | "MIT" |
||
1944 | ], |
||
1945 | "authors": [ |
||
1946 | { |
||
1947 | "name": "Jeremy Dorn", |
||
1948 | "email": "[email protected]", |
||
1949 | "homepage": "http://jeremydorn.com/" |
||
1950 | } |
||
1951 | ], |
||
1952 | "description": "a PHP SQL highlighting library", |
||
1953 | "homepage": "https://github.com/jdorn/sql-formatter/", |
||
1954 | "keywords": [ |
||
1955 | "highlight", |
||
1956 | "sql" |
||
1957 | ], |
||
1958 | "time": "2014-01-12T16:20:24+00:00" |
||
1959 | }, |
||
1960 | { |
||
1961 | "name": "jeremykendall/php-domain-parser", |
||
1962 | "version": "3.0.0", |
||
1963 | "source": { |
||
1964 | "type": "git", |
||
1965 | "url": "https://github.com/jeremykendall/php-domain-parser.git", |
||
1966 | "reference": "896e7e70f02bd4fd77190052799bc61e4d779672" |
||
1967 | }, |
||
1968 | "dist": { |
||
1969 | "type": "zip", |
||
1970 | "url": "https://api.github.com/repos/jeremykendall/php-domain-parser/zipball/896e7e70f02bd4fd77190052799bc61e4d779672", |
||
1971 | "reference": "896e7e70f02bd4fd77190052799bc61e4d779672", |
||
1972 | "shasum": "" |
||
1973 | }, |
||
1974 | "require": { |
||
1975 | "ext-curl": "*", |
||
1976 | "ext-intl": "*", |
||
1977 | "ext-mbstring": "*", |
||
1978 | "php": ">=5.3.0" |
||
1979 | }, |
||
1980 | "require-dev": { |
||
1981 | "jeremykendall/debug-die": "0.0.1.*", |
||
1982 | "mikey179/vfsstream": "~1.4", |
||
1983 | "phpunit/phpunit": "~4.4" |
||
1984 | }, |
||
1985 | "bin": [ |
||
1986 | "bin/parse", |
||
1987 | "bin/update-psl" |
||
1988 | ], |
||
1989 | "type": "library", |
||
1990 | "autoload": { |
||
1991 | "psr-0": { |
||
1992 | "Pdp\\": "src/" |
||
1993 | }, |
||
1994 | "files": [ |
||
1995 | "src/pdp-parse-url.php" |
||
1996 | ] |
||
1997 | }, |
||
1998 | "notification-url": "https://packagist.org/downloads/", |
||
1999 | "license": [ |
||
2000 | "MIT" |
||
2001 | ], |
||
2002 | "authors": [ |
||
2003 | { |
||
2004 | "name": "Jeremy Kendall", |
||
2005 | "homepage": "http://about.me/jeremykendall", |
||
2006 | "role": "Developer" |
||
2007 | }, |
||
2008 | { |
||
2009 | "name": "Contributors", |
||
2010 | "homepage": "https://github.com/jeremykendall/php-domain-parser/graphs/contributors" |
||
2011 | } |
||
2012 | ], |
||
2013 | "description": "Public Suffix List based URL parsing implemented in PHP.", |
||
2014 | "homepage": "https://github.com/jeremykendall/php-domain-parser", |
||
2015 | "keywords": [ |
||
2016 | "Public Suffix List", |
||
2017 | "domain parsing", |
||
2018 | "url parsing" |
||
2019 | ], |
||
2020 | "time": "2015-03-30T12:49:45+00:00" |
||
2021 | }, |
||
2022 | { |
||
2023 | "name": "jms/metadata", |
||
2024 | "version": "1.6.0", |
||
2025 | "source": { |
||
2026 | "type": "git", |
||
2027 | "url": "https://github.com/schmittjoh/metadata.git", |
||
2028 | "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab" |
||
2029 | }, |
||
2030 | "dist": { |
||
2031 | "type": "zip", |
||
2032 | "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab", |
||
2033 | "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab", |
||
2034 | "shasum": "" |
||
2035 | }, |
||
2036 | "require": { |
||
2037 | "php": ">=5.3.0" |
||
2038 | }, |
||
2039 | "require-dev": { |
||
2040 | "doctrine/cache": "~1.0", |
||
2041 | "symfony/cache": "~3.1" |
||
2042 | }, |
||
2043 | "type": "library", |
||
2044 | "extra": { |
||
2045 | "branch-alias": { |
||
2046 | "dev-master": "1.5.x-dev" |
||
2047 | } |
||
2048 | }, |
||
2049 | "autoload": { |
||
2050 | "psr-0": { |
||
2051 | "Metadata\\": "src/" |
||
2052 | } |
||
2053 | }, |
||
2054 | "notification-url": "https://packagist.org/downloads/", |
||
2055 | "license": [ |
||
2056 | "Apache-2.0" |
||
2057 | ], |
||
2058 | "authors": [ |
||
2059 | { |
||
2060 | "name": "Johannes M. Schmitt", |
||
2061 | "email": "[email protected]" |
||
2062 | } |
||
2063 | ], |
||
2064 | "description": "Class/method/property metadata management in PHP", |
||
2065 | "keywords": [ |
||
2066 | "annotations", |
||
2067 | "metadata", |
||
2068 | "xml", |
||
2069 | "yaml" |
||
2070 | ], |
||
2071 | "time": "2016-12-05T10:18:33+00:00" |
||
2072 | }, |
||
2073 | { |
||
2074 | "name": "jms/parser-lib", |
||
2075 | "version": "1.0.0", |
||
2076 | "source": { |
||
2077 | "type": "git", |
||
2078 | "url": "https://github.com/schmittjoh/parser-lib.git", |
||
2079 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d" |
||
2080 | }, |
||
2081 | "dist": { |
||
2082 | "type": "zip", |
||
2083 | "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
2084 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
2085 | "shasum": "" |
||
2086 | }, |
||
2087 | "require": { |
||
2088 | "phpoption/phpoption": ">=0.9,<2.0-dev" |
||
2089 | }, |
||
2090 | "type": "library", |
||
2091 | "extra": { |
||
2092 | "branch-alias": { |
||
2093 | "dev-master": "1.0-dev" |
||
2094 | } |
||
2095 | }, |
||
2096 | "autoload": { |
||
2097 | "psr-0": { |
||
2098 | "JMS\\": "src/" |
||
2099 | } |
||
2100 | }, |
||
2101 | "notification-url": "https://packagist.org/downloads/", |
||
2102 | "license": [ |
||
2103 | "Apache2" |
||
2104 | ], |
||
2105 | "description": "A library for easily creating recursive-descent parsers.", |
||
2106 | "time": "2012-11-18T18:08:43+00:00" |
||
2107 | }, |
||
2108 | { |
||
2109 | "name": "jms/serializer", |
||
2110 | "version": "1.4.2", |
||
2111 | "source": { |
||
2112 | "type": "git", |
||
2113 | "url": "https://github.com/schmittjoh/serializer.git", |
||
2114 | "reference": "f39d8b4660d5cef43b0c3265ce642173d9b2c58b" |
||
2115 | }, |
||
2116 | "dist": { |
||
2117 | "type": "zip", |
||
2118 | "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/f39d8b4660d5cef43b0c3265ce642173d9b2c58b", |
||
2119 | "reference": "f39d8b4660d5cef43b0c3265ce642173d9b2c58b", |
||
2120 | "shasum": "" |
||
2121 | }, |
||
2122 | "require": { |
||
2123 | "doctrine/annotations": "^1.0", |
||
2124 | "doctrine/instantiator": "^1.0.3", |
||
2125 | "jms/metadata": "~1.1", |
||
2126 | "jms/parser-lib": "1.*", |
||
2127 | "php": ">=5.5.0", |
||
2128 | "phpcollection/phpcollection": "~0.1", |
||
2129 | "phpoption/phpoption": "^1.1" |
||
2130 | }, |
||
2131 | "conflict": { |
||
2132 | "twig/twig": "<1.12" |
||
2133 | }, |
||
2134 | "require-dev": { |
||
2135 | "doctrine/orm": "~2.1", |
||
2136 | "doctrine/phpcr-odm": "^1.3|^2.0", |
||
2137 | "ext-pdo_sqlite": "*", |
||
2138 | "jackalope/jackalope-doctrine-dbal": "^1.1.5", |
||
2139 | "phpunit/phpunit": "^4.8|^5.0", |
||
2140 | "propel/propel1": "~1.7", |
||
2141 | "symfony/filesystem": "^2.1", |
||
2142 | "symfony/form": "~2.1", |
||
2143 | "symfony/translation": "^2.1", |
||
2144 | "symfony/validator": "^2.2", |
||
2145 | "symfony/yaml": "^2.1", |
||
2146 | "twig/twig": "~1.12|~2.0" |
||
2147 | }, |
||
2148 | "suggest": { |
||
2149 | "symfony/yaml": "Required if you'd like to serialize data to YAML format." |
||
2150 | }, |
||
2151 | "type": "library", |
||
2152 | "extra": { |
||
2153 | "branch-alias": { |
||
2154 | "dev-master": "1.4-dev" |
||
2155 | } |
||
2156 | }, |
||
2157 | "autoload": { |
||
2158 | "psr-0": { |
||
2159 | "JMS\\Serializer": "src/" |
||
2160 | } |
||
2161 | }, |
||
2162 | "notification-url": "https://packagist.org/downloads/", |
||
2163 | "license": [ |
||
2164 | "Apache2" |
||
2165 | ], |
||
2166 | "authors": [ |
||
2167 | { |
||
2168 | "name": "Johannes M. Schmitt", |
||
2169 | "email": "[email protected]" |
||
2170 | } |
||
2171 | ], |
||
2172 | "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.", |
||
2173 | "homepage": "http://jmsyst.com/libs/serializer", |
||
2174 | "keywords": [ |
||
2175 | "deserialization", |
||
2176 | "jaxb", |
||
2177 | "json", |
||
2178 | "serialization", |
||
2179 | "xml" |
||
2180 | ], |
||
2181 | "time": "2016-11-13T10:20:11+00:00" |
||
2182 | }, |
||
2183 | { |
||
2184 | "name": "jms/serializer-bundle", |
||
2185 | "version": "1.1.0", |
||
2186 | "target-dir": "JMS/SerializerBundle", |
||
2187 | "source": { |
||
2188 | "type": "git", |
||
2189 | "url": "https://github.com/schmittjoh/JMSSerializerBundle.git", |
||
2190 | "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e" |
||
2191 | }, |
||
2192 | "dist": { |
||
2193 | "type": "zip", |
||
2194 | "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e", |
||
2195 | "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e", |
||
2196 | "shasum": "" |
||
2197 | }, |
||
2198 | "require": { |
||
2199 | "jms/serializer": "^1.0.0", |
||
2200 | "php": ">=5.4.0", |
||
2201 | "phpoption/phpoption": "^1.1.0", |
||
2202 | "symfony/framework-bundle": "~2.3|~3.0" |
||
2203 | }, |
||
2204 | "require-dev": { |
||
2205 | "doctrine/doctrine-bundle": "*", |
||
2206 | "doctrine/orm": "*", |
||
2207 | "symfony/browser-kit": "*", |
||
2208 | "symfony/class-loader": "*", |
||
2209 | "symfony/css-selector": "*", |
||
2210 | "symfony/finder": "*", |
||
2211 | "symfony/form": "*", |
||
2212 | "symfony/process": "*", |
||
2213 | "symfony/stopwatch": "*", |
||
2214 | "symfony/twig-bundle": "*", |
||
2215 | "symfony/validator": "*", |
||
2216 | "symfony/yaml": "*" |
||
2217 | }, |
||
2218 | "suggest": { |
||
2219 | "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3" |
||
2220 | }, |
||
2221 | "type": "symfony-bundle", |
||
2222 | "extra": { |
||
2223 | "branch-alias": { |
||
2224 | "dev-master": "1.1-dev" |
||
2225 | } |
||
2226 | }, |
||
2227 | "autoload": { |
||
2228 | "psr-0": { |
||
2229 | "JMS\\SerializerBundle": "" |
||
2230 | } |
||
2231 | }, |
||
2232 | "notification-url": "https://packagist.org/downloads/", |
||
2233 | "license": [ |
||
2234 | "Apache2" |
||
2235 | ], |
||
2236 | "authors": [ |
||
2237 | { |
||
2238 | "name": "Johannes M. Schmitt", |
||
2239 | "email": "[email protected]" |
||
2240 | } |
||
2241 | ], |
||
2242 | "description": "Allows you to easily serialize, and deserialize data of any complexity", |
||
2243 | "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle", |
||
2244 | "keywords": [ |
||
2245 | "deserialization", |
||
2246 | "jaxb", |
||
2247 | "json", |
||
2248 | "serialization", |
||
2249 | "xml" |
||
2250 | ], |
||
2251 | "time": "2015-11-10T12:26:42+00:00" |
||
2252 | }, |
||
2253 | { |
||
2254 | "name": "knplabs/gaufrette", |
||
2255 | "version": "0.2.1", |
||
2256 | "source": { |
||
2257 | "type": "git", |
||
2258 | "url": "https://github.com/KnpLabs/Gaufrette.git", |
||
2259 | "reference": "1696386ca66f2f046dea7892cf1f85fd82b5b68e" |
||
2260 | }, |
||
2261 | "dist": { |
||
2262 | "type": "zip", |
||
2263 | "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/1696386ca66f2f046dea7892cf1f85fd82b5b68e", |
||
2264 | "reference": "1696386ca66f2f046dea7892cf1f85fd82b5b68e", |
||
2265 | "shasum": "" |
||
2266 | }, |
||
2267 | "require": { |
||
2268 | "php": ">=5.3.2" |
||
2269 | }, |
||
2270 | "require-dev": { |
||
2271 | "amazonwebservices/aws-sdk-for-php": "1.5.*", |
||
2272 | "aws/aws-sdk-php": "~2", |
||
2273 | "doctrine/dbal": ">=2.3", |
||
2274 | "dropbox-php/dropbox-php": "*", |
||
2275 | "google/apiclient": "~1.1.3", |
||
2276 | "herzult/php-ssh": "*", |
||
2277 | "microsoft/windowsazure": "dev-master", |
||
2278 | "mikey179/vfsstream": "~1.2.0", |
||
2279 | "phpseclib/phpseclib": "^2.0", |
||
2280 | "phpspec/phpspec": "2.0.*", |
||
2281 | "phpunit/phpunit": "3.7.*", |
||
2282 | "rackspace/php-opencloud": "1.9.*" |
||
2283 | }, |
||
2284 | "suggest": { |
||
2285 | "amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters", |
||
2286 | "aws/aws-sdk-php": "to use the Amazon S3 adapter", |
||
2287 | "doctrine/dbal": "to use the Doctrine DBAL adapter", |
||
2288 | "dropbox-php/dropbox-php": "to use the Dropbox adapter", |
||
2289 | "ext-apc": "to use the APC adapter", |
||
2290 | "ext-curl": "*", |
||
2291 | "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters", |
||
2292 | "ext-mbstring": "*", |
||
2293 | "ext-mongo": "*", |
||
2294 | "ext-zip": "to use the Zip adapter", |
||
2295 | "google/apiclient": "to use GoogleCloudStorage adapter", |
||
2296 | "herzult/php-ssh": "to use SFtp adapter", |
||
2297 | "knplabs/knp-gaufrette-bundle": "to use with Symfony2", |
||
2298 | "microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter", |
||
2299 | "phpseclib/phpseclib": "to use PhpseclibSftp adapter", |
||
2300 | "rackspace/php-opencloud": "to use Opencloud adapter" |
||
2301 | }, |
||
2302 | "type": "library", |
||
2303 | "extra": { |
||
2304 | "branch-alias": { |
||
2305 | "dev-master": "0.4.x-dev" |
||
2306 | } |
||
2307 | }, |
||
2308 | "autoload": { |
||
2309 | "psr-0": { |
||
2310 | "Gaufrette": "src/" |
||
2311 | } |
||
2312 | }, |
||
2313 | "notification-url": "https://packagist.org/downloads/", |
||
2314 | "license": [ |
||
2315 | "MIT" |
||
2316 | ], |
||
2317 | "authors": [ |
||
2318 | { |
||
2319 | "name": "The contributors", |
||
2320 | "homepage": "http://github.com/knplabs/Gaufrette/contributors" |
||
2321 | }, |
||
2322 | { |
||
2323 | "name": "KnpLabs Team", |
||
2324 | "homepage": "http://knplabs.com" |
||
2325 | } |
||
2326 | ], |
||
2327 | "description": "PHP5 library that provides a filesystem abstraction layer", |
||
2328 | "homepage": "http://knplabs.com", |
||
2329 | "keywords": [ |
||
2330 | "abstraction", |
||
2331 | "file", |
||
2332 | "filesystem", |
||
2333 | "media" |
||
2334 | ], |
||
2335 | "time": "2016-03-03T09:36:22+00:00" |
||
2336 | }, |
||
2337 | { |
||
2338 | "name": "knplabs/knp-gaufrette-bundle", |
||
2339 | "version": "0.3.0", |
||
2340 | "source": { |
||
2341 | "type": "git", |
||
2342 | "url": "https://github.com/KnpLabs/KnpGaufretteBundle.git", |
||
2343 | "reference": "44cf552e14031517516458b0e394f16dd36a131b" |
||
2344 | }, |
||
2345 | "dist": { |
||
2346 | "type": "zip", |
||
2347 | "url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/44cf552e14031517516458b0e394f16dd36a131b", |
||
2348 | "reference": "44cf552e14031517516458b0e394f16dd36a131b", |
||
2349 | "shasum": "" |
||
2350 | }, |
||
2351 | "require": { |
||
2352 | "knplabs/gaufrette": "~0.1.7|~0.2", |
||
2353 | "symfony/framework-bundle": "~2.0|~3.0" |
||
2354 | }, |
||
2355 | "require-dev": { |
||
2356 | "phpunit/phpunit": "~4.2", |
||
2357 | "symfony/console": "~2.0|~3.0", |
||
2358 | "symfony/yaml": "~2.0|~3.0" |
||
2359 | }, |
||
2360 | "type": "symfony-bundle", |
||
2361 | "extra": { |
||
2362 | "branch-alias": { |
||
2363 | "dev-master": "0.4.x-dev" |
||
2364 | } |
||
2365 | }, |
||
2366 | "autoload": { |
||
2367 | "psr-4": { |
||
2368 | "Knp\\Bundle\\GaufretteBundle\\": "" |
||
2369 | } |
||
2370 | }, |
||
2371 | "notification-url": "https://packagist.org/downloads/", |
||
2372 | "license": [ |
||
2373 | "MIT" |
||
2374 | ], |
||
2375 | "authors": [ |
||
2376 | { |
||
2377 | "name": "The contributors", |
||
2378 | "homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors" |
||
2379 | }, |
||
2380 | { |
||
2381 | "name": "Antoine Hérault", |
||
2382 | "email": "[email protected]" |
||
2383 | } |
||
2384 | ], |
||
2385 | "description": "Allows to easily use the Gaufrette library in a Symfony project", |
||
2386 | "homepage": "http://knplabs.com", |
||
2387 | "keywords": [ |
||
2388 | "abstraction", |
||
2389 | "file", |
||
2390 | "filesystem", |
||
2391 | "media" |
||
2392 | ], |
||
2393 | "time": "2016-01-16T00:12:11+00:00" |
||
2394 | }, |
||
2395 | { |
||
2396 | "name": "knplabs/knp-menu", |
||
2397 | "version": "2.2.0", |
||
2398 | "source": { |
||
2399 | "type": "git", |
||
2400 | "url": "https://github.com/KnpLabs/KnpMenu.git", |
||
2401 | "reference": "964b5b3ca7fd23019147991f4f75f361d061eb20" |
||
2402 | }, |
||
2403 | "dist": { |
||
2404 | "type": "zip", |
||
2405 | "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/964b5b3ca7fd23019147991f4f75f361d061eb20", |
||
2406 | "reference": "964b5b3ca7fd23019147991f4f75f361d061eb20", |
||
2407 | "shasum": "" |
||
2408 | }, |
||
2409 | "require": { |
||
2410 | "php": ">=5.3.0" |
||
2411 | }, |
||
2412 | "require-dev": { |
||
2413 | "pimple/pimple": "~1.0", |
||
2414 | "silex/silex": "~1.0", |
||
2415 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
2416 | "symfony/routing": "~2.3|~3.0", |
||
2417 | "twig/twig": "~1.16|~2.0" |
||
2418 | }, |
||
2419 | "suggest": { |
||
2420 | "pimple/pimple": "for the built-in implementations of the menu provider and renderer provider", |
||
2421 | "silex/silex": "for the integration with your silex application", |
||
2422 | "twig/twig": "for the TwigRenderer and the integration with your templates" |
||
2423 | }, |
||
2424 | "type": "library", |
||
2425 | "extra": { |
||
2426 | "branch-alias": { |
||
2427 | "dev-master": "2.2-dev" |
||
2428 | } |
||
2429 | }, |
||
2430 | "autoload": { |
||
2431 | "psr-4": { |
||
2432 | "Knp\\Menu\\": "src/Knp/Menu" |
||
2433 | } |
||
2434 | }, |
||
2435 | "notification-url": "https://packagist.org/downloads/", |
||
2436 | "license": [ |
||
2437 | "MIT" |
||
2438 | ], |
||
2439 | "authors": [ |
||
2440 | { |
||
2441 | "name": "Christophe Coevoet", |
||
2442 | "email": "[email protected]" |
||
2443 | }, |
||
2444 | { |
||
2445 | "name": "Knplabs", |
||
2446 | "homepage": "http://knplabs.com" |
||
2447 | }, |
||
2448 | { |
||
2449 | "name": "Symfony Community", |
||
2450 | "homepage": "https://github.com/KnpLabs/KnpMenu/contributors" |
||
2451 | } |
||
2452 | ], |
||
2453 | "description": "An object oriented menu library", |
||
2454 | "homepage": "http://knplabs.com", |
||
2455 | "keywords": [ |
||
2456 | "menu", |
||
2457 | "tree" |
||
2458 | ], |
||
2459 | "time": "2016-09-22T07:36:19+00:00" |
||
2460 | }, |
||
2461 | { |
||
2462 | "name": "knplabs/knp-menu-bundle", |
||
2463 | "version": "2.1.3", |
||
2464 | "source": { |
||
2465 | "type": "git", |
||
2466 | "url": "https://github.com/KnpLabs/KnpMenuBundle.git", |
||
2467 | "reference": "0e4af7209dc03e39c51ec70b68ab2ba3177c25de" |
||
2468 | }, |
||
2469 | "dist": { |
||
2470 | "type": "zip", |
||
2471 | "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/0e4af7209dc03e39c51ec70b68ab2ba3177c25de", |
||
2472 | "reference": "0e4af7209dc03e39c51ec70b68ab2ba3177c25de", |
||
2473 | "shasum": "" |
||
2474 | }, |
||
2475 | "require": { |
||
2476 | "knplabs/knp-menu": "~2.2", |
||
2477 | "symfony/framework-bundle": "~2.3|~3.0" |
||
2478 | }, |
||
2479 | "require-dev": { |
||
2480 | "symfony/expression-language": "~2.4|~3.0", |
||
2481 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
2482 | }, |
||
2483 | "type": "symfony-bundle", |
||
2484 | "extra": { |
||
2485 | "branch-alias": { |
||
2486 | "dev-master": "2.2.x-dev" |
||
2487 | } |
||
2488 | }, |
||
2489 | "autoload": { |
||
2490 | "psr-4": { |
||
2491 | "Knp\\Bundle\\MenuBundle\\": "" |
||
2492 | } |
||
2493 | }, |
||
2494 | "notification-url": "https://packagist.org/downloads/", |
||
2495 | "license": [ |
||
2496 | "MIT" |
||
2497 | ], |
||
2498 | "authors": [ |
||
2499 | { |
||
2500 | "name": "Christophe Coevoet", |
||
2501 | "email": "[email protected]" |
||
2502 | }, |
||
2503 | { |
||
2504 | "name": "Knplabs", |
||
2505 | "homepage": "http://knplabs.com" |
||
2506 | }, |
||
2507 | { |
||
2508 | "name": "Symfony Community", |
||
2509 | "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors" |
||
2510 | } |
||
2511 | ], |
||
2512 | "description": "This bundle provides an integration of the KnpMenu library", |
||
2513 | "keywords": [ |
||
2514 | "menu" |
||
2515 | ], |
||
2516 | "time": "2016-09-22T12:24:40+00:00" |
||
2517 | }, |
||
2518 | { |
||
2519 | "name": "league/uri", |
||
2520 | "version": "4.2.2", |
||
2521 | "source": { |
||
2522 | "type": "git", |
||
2523 | "url": "https://github.com/thephpleague/uri.git", |
||
2524 | "reference": "a2e73bad7e60c3bc61b649680fb8b46876e342e3" |
||
2525 | }, |
||
2526 | "dist": { |
||
2527 | "type": "zip", |
||
2528 | "url": "https://api.github.com/repos/thephpleague/uri/zipball/a2e73bad7e60c3bc61b649680fb8b46876e342e3", |
||
2529 | "reference": "a2e73bad7e60c3bc61b649680fb8b46876e342e3", |
||
2530 | "shasum": "" |
||
2531 | }, |
||
2532 | "require": { |
||
2533 | "ext-fileinfo": "*", |
||
2534 | "ext-intl": "*", |
||
2535 | "ext-mbstring": "*", |
||
2536 | "jeremykendall/php-domain-parser": "^3.0", |
||
2537 | "php": ">=5.5.9", |
||
2538 | "psr/http-message": "^1.0" |
||
2539 | }, |
||
2540 | "require-dev": { |
||
2541 | "friendsofphp/php-cs-fixer": "^1.9", |
||
2542 | "phpunit/phpunit": "^4.0", |
||
2543 | "zendframework/zend-diactoros": "^1.3" |
||
2544 | }, |
||
2545 | "type": "library", |
||
2546 | "extra": { |
||
2547 | "branch-alias": { |
||
2548 | "dev-master": "4.2.x-dev" |
||
2549 | } |
||
2550 | }, |
||
2551 | "autoload": { |
||
2552 | "psr-4": { |
||
2553 | "League\\Uri\\": "src" |
||
2554 | }, |
||
2555 | "files": [ |
||
2556 | "src/functions_include.php" |
||
2557 | ] |
||
2558 | }, |
||
2559 | "notification-url": "https://packagist.org/downloads/", |
||
2560 | "license": [ |
||
2561 | "MIT" |
||
2562 | ], |
||
2563 | "authors": [ |
||
2564 | { |
||
2565 | "name": "Ignace Nyamagana Butera", |
||
2566 | "email": "[email protected]", |
||
2567 | "homepage": "https://nyamsprod.com" |
||
2568 | } |
||
2569 | ], |
||
2570 | "description": "URI manipulation library", |
||
2571 | "homepage": "http://uri.thephpleague.com", |
||
2572 | "keywords": [ |
||
2573 | "data-uri", |
||
2574 | "ftp", |
||
2575 | "http", |
||
2576 | "https", |
||
2577 | "parse_url", |
||
2578 | "psr-7", |
||
2579 | "rfc3986", |
||
2580 | "uri", |
||
2581 | "url", |
||
2582 | "ws" |
||
2583 | ], |
||
2584 | "time": "2016-12-12T11:36:42+00:00" |
||
2585 | }, |
||
2586 | { |
||
2587 | "name": "liip/imagine-bundle", |
||
2588 | "version": "1.7.1", |
||
2589 | "source": { |
||
2590 | "type": "git", |
||
2591 | "url": "https://github.com/liip/LiipImagineBundle.git", |
||
2592 | "reference": "d653f4d22b33c2c2870cb87df8a32508186a799a" |
||
2593 | }, |
||
2594 | "dist": { |
||
2595 | "type": "zip", |
||
2596 | "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/d653f4d22b33c2c2870cb87df8a32508186a799a", |
||
2597 | "reference": "d653f4d22b33c2c2870cb87df8a32508186a799a", |
||
2598 | "shasum": "" |
||
2599 | }, |
||
2600 | "require": { |
||
2601 | "imagine/imagine": "^0.6.3,<0.7", |
||
2602 | "php": "^5.3.9|^7.0", |
||
2603 | "symfony/asset": "~2.3|~3.0", |
||
2604 | "symfony/filesystem": "~2.3|~3.0", |
||
2605 | "symfony/finder": "~2.3|~3.0", |
||
2606 | "symfony/framework-bundle": "~2.3|~3.0", |
||
2607 | "symfony/options-resolver": "~2.3|~3.0", |
||
2608 | "symfony/process": "~2.3|~3.0", |
||
2609 | "symfony/templating": "~2.3|~3.0", |
||
2610 | "symfony/translation": "~2.3|~3.0" |
||
2611 | }, |
||
2612 | "require-dev": { |
||
2613 | "amazonwebservices/aws-sdk-for-php": "~1.0", |
||
2614 | "aws/aws-sdk-php": "~2.4", |
||
2615 | "doctrine/cache": "~1.1", |
||
2616 | "doctrine/orm": "~2.3", |
||
2617 | "ext-gd": "*", |
||
2618 | "friendsofphp/php-cs-fixer": "~2.0", |
||
2619 | "phpunit/phpunit": "~4.3", |
||
2620 | "psr/log": "~1.0", |
||
2621 | "satooshi/php-coveralls": "~1.0", |
||
2622 | "sllh/php-cs-fixer-styleci-bridge": "~2.1", |
||
2623 | "symfony/browser-kit": "~2.3|~3.0", |
||
2624 | "symfony/console": "~2.3|~3.0", |
||
2625 | "symfony/dependency-injection": "~2.3|~3.0", |
||
2626 | "symfony/form": "~2.3|~3.0", |
||
2627 | "symfony/phpunit-bridge": "~2.3|~3.0", |
||
2628 | "symfony/yaml": "~2.3|~3.0", |
||
2629 | "twig/twig": "~1.12" |
||
2630 | }, |
||
2631 | "suggest": { |
||
2632 | "amazonwebservices/aws-sdk-for-php": "Required to use AWS version 1 cache resolver.", |
||
2633 | "aws/aws-sdk-php": "Required to use AWS version 2/3 cache resolver.", |
||
2634 | "ext-exif": "Required to read metadata from Exif information", |
||
2635 | "league/flysystem": "Required to use FlySystem data loader or cache resolver.", |
||
2636 | "monolog/monolog": "A psr/log compatible logger is required to enable logging.", |
||
2637 | "twig/twig": "Required to use the provided Twig extension. Version 1.12 or greater needed." |
||
2638 | }, |
||
2639 | "type": "symfony-bundle", |
||
2640 | "extra": { |
||
2641 | "branch-alias": { |
||
2642 | "dev-master": "1.7.x-dev" |
||
2643 | } |
||
2644 | }, |
||
2645 | "autoload": { |
||
2646 | "psr-4": { |
||
2647 | "Liip\\ImagineBundle\\": "" |
||
2648 | } |
||
2649 | }, |
||
2650 | "notification-url": "https://packagist.org/downloads/", |
||
2651 | "license": [ |
||
2652 | "MIT" |
||
2653 | ], |
||
2654 | "authors": [ |
||
2655 | { |
||
2656 | "name": "Liip and other contributors", |
||
2657 | "homepage": "https://github.com/liip/LiipImagineBundle/contributors" |
||
2658 | } |
||
2659 | ], |
||
2660 | "description": "This Bundle assists in imagine manipulation using the imagine library", |
||
2661 | "homepage": "http://liip.ch", |
||
2662 | "keywords": [ |
||
2663 | "image", |
||
2664 | "imagine" |
||
2665 | ], |
||
2666 | "time": "2017-01-20T01:55:04+00:00" |
||
2667 | }, |
||
2668 | { |
||
2669 | "name": "mockery/mockery", |
||
2670 | "version": "0.9.7", |
||
2671 | "source": { |
||
2672 | "type": "git", |
||
2673 | "url": "https://github.com/mockery/mockery.git", |
||
2674 | "reference": "4de7969f4664da3cef1ccd83866c9f59378c3371" |
||
2675 | }, |
||
2676 | "dist": { |
||
2677 | "type": "zip", |
||
2678 | "url": "https://api.github.com/repos/mockery/mockery/zipball/4de7969f4664da3cef1ccd83866c9f59378c3371", |
||
2679 | "reference": "4de7969f4664da3cef1ccd83866c9f59378c3371", |
||
2680 | "shasum": "" |
||
2681 | }, |
||
2682 | "require": { |
||
2683 | "hamcrest/hamcrest-php": "~1.1", |
||
2684 | "lib-pcre": ">=7.0", |
||
2685 | "php": ">=5.3.2" |
||
2686 | }, |
||
2687 | "require-dev": { |
||
2688 | "phpunit/phpunit": "~4.0" |
||
2689 | }, |
||
2690 | "type": "library", |
||
2691 | "extra": { |
||
2692 | "branch-alias": { |
||
2693 | "dev-master": "0.9.x-dev" |
||
2694 | } |
||
2695 | }, |
||
2696 | "autoload": { |
||
2697 | "psr-0": { |
||
2698 | "Mockery": "library/" |
||
2699 | } |
||
2700 | }, |
||
2701 | "notification-url": "https://packagist.org/downloads/", |
||
2702 | "license": [ |
||
2703 | "BSD-3-Clause" |
||
2704 | ], |
||
2705 | "authors": [ |
||
2706 | { |
||
2707 | "name": "Pádraic Brady", |
||
2708 | "email": "[email protected]", |
||
2709 | "homepage": "http://blog.astrumfutura.com" |
||
2710 | }, |
||
2711 | { |
||
2712 | "name": "Dave Marshall", |
||
2713 | "email": "[email protected]", |
||
2714 | "homepage": "http://davedevelopment.co.uk" |
||
2715 | } |
||
2716 | ], |
||
2717 | "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.", |
||
2718 | "homepage": "http://github.com/padraic/mockery", |
||
2719 | "keywords": [ |
||
2720 | "BDD", |
||
2721 | "TDD", |
||
2722 | "library", |
||
2723 | "mock", |
||
2724 | "mock objects", |
||
2725 | "mockery", |
||
2726 | "stub", |
||
2727 | "test", |
||
2728 | "test double", |
||
2729 | "testing" |
||
2730 | ], |
||
2731 | "time": "2016-12-19T14:50:55+00:00" |
||
2732 | }, |
||
2733 | { |
||
2734 | "name": "monolog/monolog", |
||
2735 | "version": "1.22.0", |
||
2736 | "source": { |
||
2737 | "type": "git", |
||
2738 | "url": "https://github.com/Seldaek/monolog.git", |
||
2739 | "reference": "bad29cb8d18ab0315e6c477751418a82c850d558" |
||
2740 | }, |
||
2741 | "dist": { |
||
2742 | "type": "zip", |
||
2743 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558", |
||
2744 | "reference": "bad29cb8d18ab0315e6c477751418a82c850d558", |
||
2745 | "shasum": "" |
||
2746 | }, |
||
2747 | "require": { |
||
2748 | "php": ">=5.3.0", |
||
2749 | "psr/log": "~1.0" |
||
2750 | }, |
||
2751 | "provide": { |
||
2752 | "psr/log-implementation": "1.0.0" |
||
2753 | }, |
||
2754 | "require-dev": { |
||
2755 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
||
2756 | "doctrine/couchdb": "~1.0@dev", |
||
2757 | "graylog2/gelf-php": "~1.0", |
||
2758 | "jakub-onderka/php-parallel-lint": "0.9", |
||
2759 | "php-amqplib/php-amqplib": "~2.4", |
||
2760 | "php-console/php-console": "^3.1.3", |
||
2761 | "phpunit/phpunit": "~4.5", |
||
2762 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
2763 | "ruflin/elastica": ">=0.90 <3.0", |
||
2764 | "sentry/sentry": "^0.13", |
||
2765 | "swiftmailer/swiftmailer": "~5.3" |
||
2766 | }, |
||
2767 | "suggest": { |
||
2768 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
2769 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
2770 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
2771 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
2772 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
2773 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
2774 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
2775 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
2776 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
2777 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
2778 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
2779 | }, |
||
2780 | "type": "library", |
||
2781 | "extra": { |
||
2782 | "branch-alias": { |
||
2783 | "dev-master": "2.0.x-dev" |
||
2784 | } |
||
2785 | }, |
||
2786 | "autoload": { |
||
2787 | "psr-4": { |
||
2788 | "Monolog\\": "src/Monolog" |
||
2789 | } |
||
2790 | }, |
||
2791 | "notification-url": "https://packagist.org/downloads/", |
||
2792 | "license": [ |
||
2793 | "MIT" |
||
2794 | ], |
||
2795 | "authors": [ |
||
2796 | { |
||
2797 | "name": "Jordi Boggiano", |
||
2798 | "email": "[email protected]", |
||
2799 | "homepage": "http://seld.be" |
||
2800 | } |
||
2801 | ], |
||
2802 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
2803 | "homepage": "http://github.com/Seldaek/monolog", |
||
2804 | "keywords": [ |
||
2805 | "log", |
||
2806 | "logging", |
||
2807 | "psr-3" |
||
2808 | ], |
||
2809 | "time": "2016-11-26T00:15:39+00:00" |
||
2810 | }, |
||
2811 | { |
||
2812 | "name": "ocramius/proxy-manager", |
||
2813 | "version": "1.0.2", |
||
2814 | "source": { |
||
2815 | "type": "git", |
||
2816 | "url": "https://github.com/Ocramius/ProxyManager.git", |
||
2817 | "reference": "57e9272ec0e8deccf09421596e0e2252df440e11" |
||
2818 | }, |
||
2819 | "dist": { |
||
2820 | "type": "zip", |
||
2821 | "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11", |
||
2822 | "reference": "57e9272ec0e8deccf09421596e0e2252df440e11", |
||
2823 | "shasum": "" |
||
2824 | }, |
||
2825 | "require": { |
||
2826 | "php": ">=5.3.3", |
||
2827 | "zendframework/zend-code": ">2.2.5,<3.0" |
||
2828 | }, |
||
2829 | "require-dev": { |
||
2830 | "ext-phar": "*", |
||
2831 | "phpunit/phpunit": "~4.0", |
||
2832 | "squizlabs/php_codesniffer": "1.5.*" |
||
2833 | }, |
||
2834 | "suggest": { |
||
2835 | "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects", |
||
2836 | "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)", |
||
2837 | "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)", |
||
2838 | "zendframework/zend-stdlib": "To use the hydrator proxy", |
||
2839 | "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)" |
||
2840 | }, |
||
2841 | "type": "library", |
||
2842 | "extra": { |
||
2843 | "branch-alias": { |
||
2844 | "dev-master": "2.0.x-dev" |
||
2845 | } |
||
2846 | }, |
||
2847 | "autoload": { |
||
2848 | "psr-0": { |
||
2849 | "ProxyManager\\": "src" |
||
2850 | } |
||
2851 | }, |
||
2852 | "notification-url": "https://packagist.org/downloads/", |
||
2853 | "license": [ |
||
2854 | "MIT" |
||
2855 | ], |
||
2856 | "authors": [ |
||
2857 | { |
||
2858 | "name": "Marco Pivetta", |
||
2859 | "email": "[email protected]", |
||
2860 | "homepage": "http://ocramius.github.com/" |
||
2861 | } |
||
2862 | ], |
||
2863 | "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies", |
||
2864 | "homepage": "https://github.com/Ocramius/ProxyManager", |
||
2865 | "keywords": [ |
||
2866 | "aop", |
||
2867 | "lazy loading", |
||
2868 | "proxy", |
||
2869 | "proxy pattern", |
||
2870 | "service proxies" |
||
2871 | ], |
||
2872 | "time": "2015-08-09T04:28:19+00:00" |
||
2873 | }, |
||
2874 | { |
||
2875 | "name": "pagerfanta/pagerfanta", |
||
2876 | "version": "v1.0.4", |
||
2877 | "source": { |
||
2878 | "type": "git", |
||
2879 | "url": "https://github.com/whiteoctober/Pagerfanta.git", |
||
2880 | "reference": "f846c5e06bb66df659a688ea4734aab49de589d6" |
||
2881 | }, |
||
2882 | "dist": { |
||
2883 | "type": "zip", |
||
2884 | "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/f846c5e06bb66df659a688ea4734aab49de589d6", |
||
2885 | "reference": "f846c5e06bb66df659a688ea4734aab49de589d6", |
||
2886 | "shasum": "" |
||
2887 | }, |
||
2888 | "require": { |
||
2889 | "php": ">=5.3.0" |
||
2890 | }, |
||
2891 | "require-dev": { |
||
2892 | "doctrine/orm": "~2.3", |
||
2893 | "doctrine/phpcr-odm": "1.*", |
||
2894 | "jackalope/jackalope-doctrine-dbal": "1.*", |
||
2895 | "jmikola/geojson": "~1.0", |
||
2896 | "mandango/mandango": "~1.0@dev", |
||
2897 | "mandango/mondator": "~1.0@dev", |
||
2898 | "phpunit/phpunit": "~4 | ~5", |
||
2899 | "propel/propel1": "~1.6", |
||
2900 | "ruflin/elastica": "~1.3", |
||
2901 | "solarium/solarium": "~3.1" |
||
2902 | }, |
||
2903 | "suggest": { |
||
2904 | "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.", |
||
2905 | "doctrine/orm": "To use the DoctrineORMAdapter.", |
||
2906 | "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0", |
||
2907 | "mandango/mandango": "To use the MandangoAdapter.", |
||
2908 | "propel/propel1": "To use the PropelAdapter", |
||
2909 | "solarium/solarium": "To use the SolariumAdapter." |
||
2910 | }, |
||
2911 | "type": "library", |
||
2912 | "extra": { |
||
2913 | "branch-alias": { |
||
2914 | "dev-master": "1.0.x-dev" |
||
2915 | } |
||
2916 | }, |
||
2917 | "autoload": { |
||
2918 | "psr-0": { |
||
2919 | "Pagerfanta\\": "src/" |
||
2920 | } |
||
2921 | }, |
||
2922 | "notification-url": "https://packagist.org/downloads/", |
||
2923 | "license": [ |
||
2924 | "MIT" |
||
2925 | ], |
||
2926 | "authors": [ |
||
2927 | { |
||
2928 | "name": "Pablo Díez", |
||
2929 | "email": "[email protected]" |
||
2930 | } |
||
2931 | ], |
||
2932 | "description": "Pagination for PHP 5.3", |
||
2933 | "keywords": [ |
||
2934 | "page", |
||
2935 | "pagination", |
||
2936 | "paginator", |
||
2937 | "paging" |
||
2938 | ], |
||
2939 | "time": "2016-11-28T09:17:04+00:00" |
||
2940 | }, |
||
2941 | { |
||
2942 | "name": "paragonie/random_compat", |
||
2943 | "version": "v2.0.10", |
||
2944 | "source": { |
||
2945 | "type": "git", |
||
2946 | "url": "https://github.com/paragonie/random_compat.git", |
||
2947 | "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d" |
||
2948 | }, |
||
2949 | "dist": { |
||
2950 | "type": "zip", |
||
2951 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d", |
||
2952 | "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d", |
||
2953 | "shasum": "" |
||
2954 | }, |
||
2955 | "require": { |
||
2956 | "php": ">=5.2.0" |
||
2957 | }, |
||
2958 | "require-dev": { |
||
2959 | "phpunit/phpunit": "4.*|5.*" |
||
2960 | }, |
||
2961 | "suggest": { |
||
2962 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
2963 | }, |
||
2964 | "type": "library", |
||
2965 | "autoload": { |
||
2966 | "files": [ |
||
2967 | "lib/random.php" |
||
2968 | ] |
||
2969 | }, |
||
2970 | "notification-url": "https://packagist.org/downloads/", |
||
2971 | "license": [ |
||
2972 | "MIT" |
||
2973 | ], |
||
2974 | "authors": [ |
||
2975 | { |
||
2976 | "name": "Paragon Initiative Enterprises", |
||
2977 | "email": "[email protected]", |
||
2978 | "homepage": "https://paragonie.com" |
||
2979 | } |
||
2980 | ], |
||
2981 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
2982 | "keywords": [ |
||
2983 | "csprng", |
||
2984 | "pseudorandom", |
||
2985 | "random" |
||
2986 | ], |
||
2987 | "time": "2017-03-13T16:27:32+00:00" |
||
2988 | }, |
||
2989 | { |
||
2990 | "name": "payum/iso4217", |
||
2991 | "version": "1.0.1", |
||
2992 | "source": { |
||
2993 | "type": "git", |
||
2994 | "url": "https://github.com/Payum/iso4217.git", |
||
2995 | "reference": "6a45480e2818350dea58b7a076d0115aa7ff5789" |
||
2996 | }, |
||
2997 | "dist": { |
||
2998 | "type": "zip", |
||
2999 | "url": "https://api.github.com/repos/Payum/iso4217/zipball/6a45480e2818350dea58b7a076d0115aa7ff5789", |
||
3000 | "reference": "6a45480e2818350dea58b7a076d0115aa7ff5789", |
||
3001 | "shasum": "" |
||
3002 | }, |
||
3003 | "require": { |
||
3004 | "php": ">=5.3" |
||
3005 | }, |
||
3006 | "require-dev": { |
||
3007 | "phpunit/phpunit": "~4.0" |
||
3008 | }, |
||
3009 | "type": "library", |
||
3010 | "extra": { |
||
3011 | "branch-alias": { |
||
3012 | "dev-master": "1.0.x-dev" |
||
3013 | } |
||
3014 | }, |
||
3015 | "autoload": { |
||
3016 | "psr-4": { |
||
3017 | "Payum\\ISO4217\\": "." |
||
3018 | } |
||
3019 | }, |
||
3020 | "notification-url": "https://packagist.org/downloads/", |
||
3021 | "license": [ |
||
3022 | "MIT" |
||
3023 | ], |
||
3024 | "authors": [ |
||
3025 | { |
||
3026 | "name": "Rob Bast", |
||
3027 | "email": "[email protected]" |
||
3028 | }, |
||
3029 | { |
||
3030 | "name": "Community contributions", |
||
3031 | "homepage": "https://github.com/Payum/Payum/contributors" |
||
3032 | }, |
||
3033 | { |
||
3034 | "name": "Kotlyar Maksim", |
||
3035 | "email": "[email protected]" |
||
3036 | }, |
||
3037 | { |
||
3038 | "name": "Payum project", |
||
3039 | "homepage": "http://payum.org/" |
||
3040 | } |
||
3041 | ], |
||
3042 | "description": "ISO 4217 PHP Library", |
||
3043 | "homepage": "http://payum.org", |
||
3044 | "keywords": [ |
||
3045 | "4217", |
||
3046 | "ISO 4217", |
||
3047 | "currencies", |
||
3048 | "iso", |
||
3049 | "library" |
||
3050 | ], |
||
3051 | "time": "2016-08-04T08:15:12+00:00" |
||
3052 | }, |
||
3053 | { |
||
3054 | "name": "payum/payum", |
||
3055 | "version": "1.4.0", |
||
3056 | "source": { |
||
3057 | "type": "git", |
||
3058 | "url": "https://github.com/Payum/Payum.git", |
||
3059 | "reference": "3e120150602237516b09e79a1f22272e1256007e" |
||
3060 | }, |
||
3061 | "dist": { |
||
3062 | "type": "zip", |
||
3063 | "url": "https://api.github.com/repos/Payum/Payum/zipball/3e120150602237516b09e79a1f22272e1256007e", |
||
3064 | "reference": "3e120150602237516b09e79a1f22272e1256007e", |
||
3065 | "shasum": "" |
||
3066 | }, |
||
3067 | "require": { |
||
3068 | "league/uri": "~4.0", |
||
3069 | "payum/iso4217": "~1.0", |
||
3070 | "php": "^5.5.0|^7.0", |
||
3071 | "php-http/client-implementation": "^1.0", |
||
3072 | "php-http/message": "^1.0", |
||
3073 | "twig/twig": "~1.0|~2.0" |
||
3074 | }, |
||
3075 | "replace": { |
||
3076 | "payum/authorize-net-aim": "self.version", |
||
3077 | "payum/be2bill": "self.version", |
||
3078 | "payum/core": "^1", |
||
3079 | "payum/klarna-checkout": "self.version", |
||
3080 | "payum/klarna-invoice": "self.version", |
||
3081 | "payum/offline": "self.version", |
||
3082 | "payum/payex": "self.version", |
||
3083 | "payum/paypal-express-checkout-nvp": "self.version", |
||
3084 | "payum/paypal-ipn": "self.version", |
||
3085 | "payum/paypal-pro-checkout-nvp": "self.version", |
||
3086 | "payum/paypal-rest": "self.version", |
||
3087 | "payum/sofort": "self.version", |
||
3088 | "payum/stripe": "self.version" |
||
3089 | }, |
||
3090 | "require-dev": { |
||
3091 | "authorizenet/authorizenet": "~1.8", |
||
3092 | "defuse/php-encryption": "^2", |
||
3093 | "doctrine/orm": "2.5.*", |
||
3094 | "ext-curl": "*", |
||
3095 | "ext-pdo_sqlite": "*", |
||
3096 | "ext-soap": "*", |
||
3097 | "fp/klarna-invoice": "0.1.*", |
||
3098 | "klarna/checkout": "~1|~2.0", |
||
3099 | "omnipay/dummy": "~2.0", |
||
3100 | "paypal/rest-api-sdk-php": "0.5.*", |
||
3101 | "payum/omnipay-bridge": "^1", |
||
3102 | "php-http/guzzle6-adapter": "^1.1.1", |
||
3103 | "phpunit/phpunit": "~4.0", |
||
3104 | "propel/propel1": "~1.7", |
||
3105 | "psr/log": "~1.0", |
||
3106 | "sofort/sofortlib-php": "^3.0", |
||
3107 | "stripe/stripe-php": "~2.0|~3.0", |
||
3108 | "symfony/dependency-injection": "~2.8|~3.0", |
||
3109 | "symfony/form": "~2.8|~3.0", |
||
3110 | "symfony/http-foundation": "~2.8|~3.0", |
||
3111 | "symfony/http-kernel": "~2.8|~3.0", |
||
3112 | "symfony/phpunit-bridge": "~2.8|~3.0", |
||
3113 | "symfony/routing": "~2.8|~3.0", |
||
3114 | "symfony/templating": "~2.8|~3.0", |
||
3115 | "symfony/validator": "~2.8|~3.0", |
||
3116 | "zendframework/zend-db": "~2" |
||
3117 | }, |
||
3118 | "suggest": { |
||
3119 | "authorizenet/authorizenet": "~1.8 If you want to use Authorizenet.NET install authorizenet/authorizenet:~1.8 library", |
||
3120 | "defuse/php-encryption": "^2 If you want to encrypt gateways credentials in database", |
||
3121 | "fp/klarna-invoice": "0.1.* If you want to use Klarna Invoice install fp/klarna-invoice:0.1.* library", |
||
3122 | "klarna/checkout": "~1.0|~2.0 If you want to use Klarna Checkout install klarna/checkout:~1|~2.0 library", |
||
3123 | "paypal/rest-api-sdk-php": "0.5.* If you want to use PayPal REST API install paypal/rest-api-sdk-php:0.5.* library", |
||
3124 | "sofort/sofortlib-php": "~3.0 If you want to use Sofort install sofort/sofortlib-php:^3.0 library", |
||
3125 | "stripe/stripe-php": "~2.0|~3.0 If you want to use Stripe install stripe/stripe-php:~2.0|~3.0 library" |
||
3126 | }, |
||
3127 | "type": "library", |
||
3128 | "extra": { |
||
3129 | "branch-alias": { |
||
3130 | "dev-master": "1.4-dev" |
||
3131 | } |
||
3132 | }, |
||
3133 | "autoload": { |
||
3134 | "psr-0": { |
||
3135 | "Payum": "src/" |
||
3136 | } |
||
3137 | }, |
||
3138 | "notification-url": "https://packagist.org/downloads/", |
||
3139 | "license": [ |
||
3140 | "MIT" |
||
3141 | ], |
||
3142 | "authors": [ |
||
3143 | { |
||
3144 | "name": "Community contributions", |
||
3145 | "homepage": "https://github.com/Payum/Payum/contributors" |
||
3146 | }, |
||
3147 | { |
||
3148 | "name": "Kotlyar Maksim", |
||
3149 | "email": "[email protected]" |
||
3150 | }, |
||
3151 | { |
||
3152 | "name": "Payum project", |
||
3153 | "homepage": "http://payum.org/" |
||
3154 | } |
||
3155 | ], |
||
3156 | "description": "Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.", |
||
3157 | "homepage": "http://payum.org", |
||
3158 | "keywords": [ |
||
3159 | "authorize.net", |
||
3160 | "be2bill", |
||
3161 | "instant payment notification", |
||
3162 | "ipn", |
||
3163 | "jms payment", |
||
3164 | "payex", |
||
3165 | "payment", |
||
3166 | "payout", |
||
3167 | "paypal", |
||
3168 | "paypal digital goods", |
||
3169 | "paypal express", |
||
3170 | "paypal pro", |
||
3171 | "paypal rest", |
||
3172 | "recurring payment", |
||
3173 | "stripe", |
||
3174 | "stripe checkout", |
||
3175 | "stripe.js", |
||
3176 | "withdrawal" |
||
3177 | ], |
||
3178 | "time": "2017-03-24T08:36:36+00:00" |
||
3179 | }, |
||
3180 | { |
||
3181 | "name": "payum/payum-bundle", |
||
3182 | "version": "2.2.0", |
||
3183 | "source": { |
||
3184 | "type": "git", |
||
3185 | "url": "https://github.com/Payum/PayumBundle.git", |
||
3186 | "reference": "f016ab43c850414e5eaa23d74e7527c92d706ac9" |
||
3187 | }, |
||
3188 | "dist": { |
||
3189 | "type": "zip", |
||
3190 | "url": "https://api.github.com/repos/Payum/PayumBundle/zipball/f016ab43c850414e5eaa23d74e7527c92d706ac9", |
||
3191 | "reference": "f016ab43c850414e5eaa23d74e7527c92d706ac9", |
||
3192 | "shasum": "" |
||
3193 | }, |
||
3194 | "require": { |
||
3195 | "payum/core": "^1.4", |
||
3196 | "php": "^5.5.0|^7.0", |
||
3197 | "symfony/form": "~2.8|~3.0", |
||
3198 | "symfony/framework-bundle": "~2.8|~3.0", |
||
3199 | "symfony/validator": "~2.8|~3.0" |
||
3200 | }, |
||
3201 | "require-dev": { |
||
3202 | "defuse/php-encryption": "^2", |
||
3203 | "doctrine/orm": "~2.5", |
||
3204 | "ext-curl": "*", |
||
3205 | "ext-pdo_sqlite": "*", |
||
3206 | "ext-soap": "*", |
||
3207 | "fp/klarna-invoice": "0.1.*", |
||
3208 | "klarna/checkout": "~1|~2.0", |
||
3209 | "omnipay/dummy": "~2.0", |
||
3210 | "omnipay/paypal": "~2.0", |
||
3211 | "omnipay/stripe": "~2.0", |
||
3212 | "paypal/rest-api-sdk-php": "0.5.*", |
||
3213 | "payum/jms-payment-bridge": "^1@dev", |
||
3214 | "payum/omnipay-bridge": "^1@dev", |
||
3215 | "payum/payum": "^1.4@dev", |
||
3216 | "php-http/guzzle6-adapter": "^1", |
||
3217 | "phpunit/phpunit": "~4.0", |
||
3218 | "sonata-project/admin-bundle": "^3", |
||
3219 | "stripe/stripe-php": "~1.0", |
||
3220 | "symfony/browser-kit": "~2.8|~3.0", |
||
3221 | "symfony/class-loader": "~2.8|~3.0", |
||
3222 | "symfony/expression-language": "~2.8|~3.0", |
||
3223 | "symfony/phpunit-bridge": "~2.8|~3.0", |
||
3224 | "symfony/security-acl": "~2.8|~3.0", |
||
3225 | "symfony/twig-bundle": "^2.8|^3", |
||
3226 | "twig/twig": "~1.16|~2.0" |
||
3227 | }, |
||
3228 | "suggest": { |
||
3229 | "sonata-project/admin-bundle": "^3 If you want to configure payments in the backend." |
||
3230 | }, |
||
3231 | "type": "symfony-bundle", |
||
3232 | "extra": { |
||
3233 | "branch-alias": { |
||
3234 | "dev-master": "2.2-dev" |
||
3235 | } |
||
3236 | }, |
||
3237 | "autoload": { |
||
3238 | "psr-4": { |
||
3239 | "Payum\\Bundle\\PayumBundle\\": "" |
||
3240 | } |
||
3241 | }, |
||
3242 | "notification-url": "https://packagist.org/downloads/", |
||
3243 | "license": [ |
||
3244 | "MIT" |
||
3245 | ], |
||
3246 | "authors": [ |
||
3247 | { |
||
3248 | "name": "Community contributions", |
||
3249 | "homepage": "https://github.com/Payum/PayumBundle/contributors" |
||
3250 | }, |
||
3251 | { |
||
3252 | "name": "Kotlyar Maksim", |
||
3253 | "email": "[email protected]" |
||
3254 | }, |
||
3255 | { |
||
3256 | "name": "Payum project", |
||
3257 | "homepage": "http://payum.org/" |
||
3258 | } |
||
3259 | ], |
||
3260 | "description": "Rich payment solutions for symfony2. Paypal, payex, authorize.net, be2bill, omnipay, recurring payments, instant notifications and many more", |
||
3261 | "homepage": "http://payum.org", |
||
3262 | "keywords": [ |
||
3263 | "authorize.net", |
||
3264 | "be2bill", |
||
3265 | "instant notifications", |
||
3266 | "klarna", |
||
3267 | "offline", |
||
3268 | "omnipay", |
||
3269 | "payex", |
||
3270 | "payment", |
||
3271 | "paypal", |
||
3272 | "paypal express checkout", |
||
3273 | "paypal pro checkout", |
||
3274 | "recurring payment", |
||
3275 | "stripe", |
||
3276 | "stripe checkout", |
||
3277 | "stripe.js", |
||
3278 | "symfony" |
||
3279 | ], |
||
3280 | "time": "2017-03-28T11:02:38+00:00" |
||
3281 | }, |
||
3282 | { |
||
3283 | "name": "php-http/guzzle6-adapter", |
||
3284 | "version": "v1.1.1", |
||
3285 | "source": { |
||
3286 | "type": "git", |
||
3287 | "url": "https://github.com/php-http/guzzle6-adapter.git", |
||
3288 | "reference": "a56941f9dc6110409cfcddc91546ee97039277ab" |
||
3289 | }, |
||
3290 | "dist": { |
||
3291 | "type": "zip", |
||
3292 | "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab", |
||
3293 | "reference": "a56941f9dc6110409cfcddc91546ee97039277ab", |
||
3294 | "shasum": "" |
||
3295 | }, |
||
3296 | "require": { |
||
3297 | "guzzlehttp/guzzle": "^6.0", |
||
3298 | "php": ">=5.5.0", |
||
3299 | "php-http/httplug": "^1.0" |
||
3300 | }, |
||
3301 | "provide": { |
||
3302 | "php-http/async-client-implementation": "1.0", |
||
3303 | "php-http/client-implementation": "1.0" |
||
3304 | }, |
||
3305 | "require-dev": { |
||
3306 | "ext-curl": "*", |
||
3307 | "php-http/adapter-integration-tests": "^0.4" |
||
3308 | }, |
||
3309 | "type": "library", |
||
3310 | "extra": { |
||
3311 | "branch-alias": { |
||
3312 | "dev-master": "1.2-dev" |
||
3313 | } |
||
3314 | }, |
||
3315 | "autoload": { |
||
3316 | "psr-4": { |
||
3317 | "Http\\Adapter\\Guzzle6\\": "src/" |
||
3318 | } |
||
3319 | }, |
||
3320 | "notification-url": "https://packagist.org/downloads/", |
||
3321 | "license": [ |
||
3322 | "MIT" |
||
3323 | ], |
||
3324 | "authors": [ |
||
3325 | { |
||
3326 | "name": "Márk Sági-Kazár", |
||
3327 | "email": "[email protected]" |
||
3328 | }, |
||
3329 | { |
||
3330 | "name": "David de Boer", |
||
3331 | "email": "[email protected]" |
||
3332 | } |
||
3333 | ], |
||
3334 | "description": "Guzzle 6 HTTP Adapter", |
||
3335 | "homepage": "http://httplug.io", |
||
3336 | "keywords": [ |
||
3337 | "Guzzle", |
||
3338 | "http" |
||
3339 | ], |
||
3340 | "time": "2016-05-10T06:13:32+00:00" |
||
3341 | }, |
||
3342 | { |
||
3343 | "name": "php-http/httplug", |
||
3344 | "version": "v1.1.0", |
||
3345 | "source": { |
||
3346 | "type": "git", |
||
3347 | "url": "https://github.com/php-http/httplug.git", |
||
3348 | "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018" |
||
3349 | }, |
||
3350 | "dist": { |
||
3351 | "type": "zip", |
||
3352 | "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018", |
||
3353 | "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018", |
||
3354 | "shasum": "" |
||
3355 | }, |
||
3356 | "require": { |
||
3357 | "php": ">=5.4", |
||
3358 | "php-http/promise": "^1.0", |
||
3359 | "psr/http-message": "^1.0" |
||
3360 | }, |
||
3361 | "require-dev": { |
||
3362 | "henrikbjorn/phpspec-code-coverage": "^1.0", |
||
3363 | "phpspec/phpspec": "^2.4" |
||
3364 | }, |
||
3365 | "type": "library", |
||
3366 | "extra": { |
||
3367 | "branch-alias": { |
||
3368 | "dev-master": "1.1-dev" |
||
3369 | } |
||
3370 | }, |
||
3371 | "autoload": { |
||
3372 | "psr-4": { |
||
3373 | "Http\\Client\\": "src/" |
||
3374 | } |
||
3375 | }, |
||
3376 | "notification-url": "https://packagist.org/downloads/", |
||
3377 | "license": [ |
||
3378 | "MIT" |
||
3379 | ], |
||
3380 | "authors": [ |
||
3381 | { |
||
3382 | "name": "Eric GELOEN", |
||
3383 | "email": "[email protected]" |
||
3384 | }, |
||
3385 | { |
||
3386 | "name": "Márk Sági-Kazár", |
||
3387 | "email": "[email protected]" |
||
3388 | } |
||
3389 | ], |
||
3390 | "description": "HTTPlug, the HTTP client abstraction for PHP", |
||
3391 | "homepage": "http://httplug.io", |
||
3392 | "keywords": [ |
||
3393 | "client", |
||
3394 | "http" |
||
3395 | ], |
||
3396 | "time": "2016-08-31T08:30:17+00:00" |
||
3397 | }, |
||
3398 | { |
||
3399 | "name": "php-http/message", |
||
3400 | "version": "v1.4.1", |
||
3401 | "source": { |
||
3402 | "type": "git", |
||
3403 | "url": "https://github.com/php-http/message.git", |
||
3404 | "reference": "bfd895a4e753bdde99bed64d75b999e0c9fa6147" |
||
3405 | }, |
||
3406 | "dist": { |
||
3407 | "type": "zip", |
||
3408 | "url": "https://api.github.com/repos/php-http/message/zipball/bfd895a4e753bdde99bed64d75b999e0c9fa6147", |
||
3409 | "reference": "bfd895a4e753bdde99bed64d75b999e0c9fa6147", |
||
3410 | "shasum": "" |
||
3411 | }, |
||
3412 | "require": { |
||
3413 | "clue/stream-filter": "^1.3", |
||
3414 | "php": ">=5.4", |
||
3415 | "php-http/message-factory": "^1.0.2", |
||
3416 | "psr/http-message": "^1.0" |
||
3417 | }, |
||
3418 | "require-dev": { |
||
3419 | "akeneo/phpspec-skip-example-extension": "^1.0", |
||
3420 | "coduo/phpspec-data-provider-extension": "^1.0", |
||
3421 | "ext-zlib": "*", |
||
3422 | "guzzlehttp/psr7": "^1.0", |
||
3423 | "henrikbjorn/phpspec-code-coverage": "^1.0", |
||
3424 | "phpspec/phpspec": "^2.4", |
||
3425 | "slim/slim": "^3.0", |
||
3426 | "zendframework/zend-diactoros": "^1.0" |
||
3427 | }, |
||
3428 | "suggest": { |
||
3429 | "ext-zlib": "Used with compressor/decompressor streams", |
||
3430 | "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories", |
||
3431 | "slim/slim": "Used with Slim Framework PSR-7 implementation", |
||
3432 | "zendframework/zend-diactoros": "Used with Diactoros Factories" |
||
3433 | }, |
||
3434 | "type": "library", |
||
3435 | "extra": { |
||
3436 | "branch-alias": { |
||
3437 | "dev-master": "1.5-dev" |
||
3438 | } |
||
3439 | }, |
||
3440 | "autoload": { |
||
3441 | "psr-4": { |
||
3442 | "Http\\Message\\": "src/" |
||
3443 | }, |
||
3444 | "files": [ |
||
3445 | "src/filters.php" |
||
3446 | ] |
||
3447 | }, |
||
3448 | "notification-url": "https://packagist.org/downloads/", |
||
3449 | "license": [ |
||
3450 | "MIT" |
||
3451 | ], |
||
3452 | "authors": [ |
||
3453 | { |
||
3454 | "name": "Márk Sági-Kazár", |
||
3455 | "email": "[email protected]" |
||
3456 | } |
||
3457 | ], |
||
3458 | "description": "HTTP Message related tools", |
||
3459 | "homepage": "http://php-http.org", |
||
3460 | "keywords": [ |
||
3461 | "http", |
||
3462 | "message", |
||
3463 | "psr-7" |
||
3464 | ], |
||
3465 | "time": "2016-12-16T21:09:21+00:00" |
||
3466 | }, |
||
3467 | { |
||
3468 | "name": "php-http/message-factory", |
||
3469 | "version": "v1.0.2", |
||
3470 | "source": { |
||
3471 | "type": "git", |
||
3472 | "url": "https://github.com/php-http/message-factory.git", |
||
3473 | "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" |
||
3474 | }, |
||
3475 | "dist": { |
||
3476 | "type": "zip", |
||
3477 | "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", |
||
3478 | "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", |
||
3479 | "shasum": "" |
||
3480 | }, |
||
3481 | "require": { |
||
3482 | "php": ">=5.4", |
||
3483 | "psr/http-message": "^1.0" |
||
3484 | }, |
||
3485 | "type": "library", |
||
3486 | "extra": { |
||
3487 | "branch-alias": { |
||
3488 | "dev-master": "1.0-dev" |
||
3489 | } |
||
3490 | }, |
||
3491 | "autoload": { |
||
3492 | "psr-4": { |
||
3493 | "Http\\Message\\": "src/" |
||
3494 | } |
||
3495 | }, |
||
3496 | "notification-url": "https://packagist.org/downloads/", |
||
3497 | "license": [ |
||
3498 | "MIT" |
||
3499 | ], |
||
3500 | "authors": [ |
||
3501 | { |
||
3502 | "name": "Márk Sági-Kazár", |
||
3503 | "email": "[email protected]" |
||
3504 | } |
||
3505 | ], |
||
3506 | "description": "Factory interfaces for PSR-7 HTTP Message", |
||
3507 | "homepage": "http://php-http.org", |
||
3508 | "keywords": [ |
||
3509 | "factory", |
||
3510 | "http", |
||
3511 | "message", |
||
3512 | "stream", |
||
3513 | "uri" |
||
3514 | ], |
||
3515 | "time": "2015-12-19T14:08:53+00:00" |
||
3516 | }, |
||
3517 | { |
||
3518 | "name": "php-http/promise", |
||
3519 | "version": "v1.0.0", |
||
3520 | "source": { |
||
3521 | "type": "git", |
||
3522 | "url": "https://github.com/php-http/promise.git", |
||
3523 | "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980" |
||
3524 | }, |
||
3525 | "dist": { |
||
3526 | "type": "zip", |
||
3527 | "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980", |
||
3528 | "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980", |
||
3529 | "shasum": "" |
||
3530 | }, |
||
3531 | "require-dev": { |
||
3532 | "henrikbjorn/phpspec-code-coverage": "^1.0", |
||
3533 | "phpspec/phpspec": "^2.4" |
||
3534 | }, |
||
3535 | "type": "library", |
||
3536 | "extra": { |
||
3537 | "branch-alias": { |
||
3538 | "dev-master": "1.1-dev" |
||
3539 | } |
||
3540 | }, |
||
3541 | "autoload": { |
||
3542 | "psr-4": { |
||
3543 | "Http\\Promise\\": "src/" |
||
3544 | } |
||
3545 | }, |
||
3546 | "notification-url": "https://packagist.org/downloads/", |
||
3547 | "license": [ |
||
3548 | "MIT" |
||
3549 | ], |
||
3550 | "authors": [ |
||
3551 | { |
||
3552 | "name": "Márk Sági-Kazár", |
||
3553 | "email": "[email protected]" |
||
3554 | }, |
||
3555 | { |
||
3556 | "name": "Joel Wurtz", |
||
3557 | "email": "[email protected]" |
||
3558 | } |
||
3559 | ], |
||
3560 | "description": "Promise used for asynchronous HTTP requests", |
||
3561 | "homepage": "http://httplug.io", |
||
3562 | "keywords": [ |
||
3563 | "promise" |
||
3564 | ], |
||
3565 | "time": "2016-01-26T13:27:02+00:00" |
||
3566 | }, |
||
3567 | { |
||
3568 | "name": "phpcollection/phpcollection", |
||
3569 | "version": "0.5.0", |
||
3570 | "source": { |
||
3571 | "type": "git", |
||
3572 | "url": "https://github.com/schmittjoh/php-collection.git", |
||
3573 | "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6" |
||
3574 | }, |
||
3575 | "dist": { |
||
3576 | "type": "zip", |
||
3577 | "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", |
||
3578 | "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", |
||
3579 | "shasum": "" |
||
3580 | }, |
||
3581 | "require": { |
||
3582 | "phpoption/phpoption": "1.*" |
||
3583 | }, |
||
3584 | "type": "library", |
||
3585 | "extra": { |
||
3586 | "branch-alias": { |
||
3587 | "dev-master": "0.4-dev" |
||
3588 | } |
||
3589 | }, |
||
3590 | "autoload": { |
||
3591 | "psr-0": { |
||
3592 | "PhpCollection": "src/" |
||
3593 | } |
||
3594 | }, |
||
3595 | "notification-url": "https://packagist.org/downloads/", |
||
3596 | "license": [ |
||
3597 | "Apache2" |
||
3598 | ], |
||
3599 | "authors": [ |
||
3600 | { |
||
3601 | "name": "Johannes M. Schmitt", |
||
3602 | "email": "[email protected]" |
||
3603 | } |
||
3604 | ], |
||
3605 | "description": "General-Purpose Collection Library for PHP", |
||
3606 | "keywords": [ |
||
3607 | "collection", |
||
3608 | "list", |
||
3609 | "map", |
||
3610 | "sequence", |
||
3611 | "set" |
||
3612 | ], |
||
3613 | "time": "2015-05-17T12:39:23+00:00" |
||
3614 | }, |
||
3615 | { |
||
3616 | "name": "phpoption/phpoption", |
||
3617 | "version": "1.5.0", |
||
3618 | "source": { |
||
3619 | "type": "git", |
||
3620 | "url": "https://github.com/schmittjoh/php-option.git", |
||
3621 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" |
||
3622 | }, |
||
3623 | "dist": { |
||
3624 | "type": "zip", |
||
3625 | "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
3626 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
3627 | "shasum": "" |
||
3628 | }, |
||
3629 | "require": { |
||
3630 | "php": ">=5.3.0" |
||
3631 | }, |
||
3632 | "require-dev": { |
||
3633 | "phpunit/phpunit": "4.7.*" |
||
3634 | }, |
||
3635 | "type": "library", |
||
3636 | "extra": { |
||
3637 | "branch-alias": { |
||
3638 | "dev-master": "1.3-dev" |
||
3639 | } |
||
3640 | }, |
||
3641 | "autoload": { |
||
3642 | "psr-0": { |
||
3643 | "PhpOption\\": "src/" |
||
3644 | } |
||
3645 | }, |
||
3646 | "notification-url": "https://packagist.org/downloads/", |
||
3647 | "license": [ |
||
3648 | "Apache2" |
||
3649 | ], |
||
3650 | "authors": [ |
||
3651 | { |
||
3652 | "name": "Johannes M. Schmitt", |
||
3653 | "email": "[email protected]" |
||
3654 | } |
||
3655 | ], |
||
3656 | "description": "Option Type for PHP", |
||
3657 | "keywords": [ |
||
3658 | "language", |
||
3659 | "option", |
||
3660 | "php", |
||
3661 | "type" |
||
3662 | ], |
||
3663 | "time": "2015-07-25T16:39:46+00:00" |
||
3664 | }, |
||
3665 | { |
||
3666 | "name": "polishsymfonycommunity/symfony-mocker-container", |
||
3667 | "version": "v1.0.2", |
||
3668 | "source": { |
||
3669 | "type": "git", |
||
3670 | "url": "https://github.com/PolishSymfonyCommunity/SymfonyMockerContainer.git", |
||
3671 | "reference": "111537c17f32f1bda5ed0253e723b57915c08ff4" |
||
3672 | }, |
||
3673 | "dist": { |
||
3674 | "type": "zip", |
||
3675 | "url": "https://api.github.com/repos/PolishSymfonyCommunity/SymfonyMockerContainer/zipball/111537c17f32f1bda5ed0253e723b57915c08ff4", |
||
3676 | "reference": "111537c17f32f1bda5ed0253e723b57915c08ff4", |
||
3677 | "shasum": "" |
||
3678 | }, |
||
3679 | "require": { |
||
3680 | "mockery/mockery": ">=0.7.0", |
||
3681 | "php": ">=5.3.2", |
||
3682 | "symfony/dependency-injection": ">=2.0.0" |
||
3683 | }, |
||
3684 | "type": "library", |
||
3685 | "autoload": { |
||
3686 | "psr-0": { |
||
3687 | "PSS\\SymfonyMockerContainer": "src/" |
||
3688 | } |
||
3689 | }, |
||
3690 | "notification-url": "https://packagist.org/downloads/", |
||
3691 | "license": [ |
||
3692 | "MIT" |
||
3693 | ], |
||
3694 | "authors": [ |
||
3695 | { |
||
3696 | "name": "Polish Symfony Community", |
||
3697 | "homepage": "http://symfonylab.pl" |
||
3698 | }, |
||
3699 | { |
||
3700 | "name": "Jakub Zalas", |
||
3701 | "email": "[email protected]", |
||
3702 | "homepage": "http://www.zalas.eu" |
||
3703 | } |
||
3704 | ], |
||
3705 | "description": "Provides base Symfony dependency injection container enabling service mocking.", |
||
3706 | "homepage": "http://symfonylab.pl", |
||
3707 | "keywords": [ |
||
3708 | "BDD", |
||
3709 | "Behat", |
||
3710 | "TDD", |
||
3711 | "mock", |
||
3712 | "mockery", |
||
3713 | "test" |
||
3714 | ], |
||
3715 | "time": "2016-03-04T08:53:43+00:00" |
||
3716 | }, |
||
3717 | { |
||
3718 | "name": "psr/cache", |
||
3719 | "version": "1.0.1", |
||
3720 | "source": { |
||
3721 | "type": "git", |
||
3722 | "url": "https://github.com/php-fig/cache.git", |
||
3723 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
||
3724 | }, |
||
3725 | "dist": { |
||
3726 | "type": "zip", |
||
3727 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
3728 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
3729 | "shasum": "" |
||
3730 | }, |
||
3731 | "require": { |
||
3732 | "php": ">=5.3.0" |
||
3733 | }, |
||
3734 | "type": "library", |
||
3735 | "extra": { |
||
3736 | "branch-alias": { |
||
3737 | "dev-master": "1.0.x-dev" |
||
3738 | } |
||
3739 | }, |
||
3740 | "autoload": { |
||
3741 | "psr-4": { |
||
3742 | "Psr\\Cache\\": "src/" |
||
3743 | } |
||
3744 | }, |
||
3745 | "notification-url": "https://packagist.org/downloads/", |
||
3746 | "license": [ |
||
3747 | "MIT" |
||
3748 | ], |
||
3749 | "authors": [ |
||
3750 | { |
||
3751 | "name": "PHP-FIG", |
||
3752 | "homepage": "http://www.php-fig.org/" |
||
3753 | } |
||
3754 | ], |
||
3755 | "description": "Common interface for caching libraries", |
||
3756 | "keywords": [ |
||
3757 | "cache", |
||
3758 | "psr", |
||
3759 | "psr-6" |
||
3760 | ], |
||
3761 | "time": "2016-08-06T20:24:11+00:00" |
||
3762 | }, |
||
3763 | { |
||
3764 | "name": "psr/container", |
||
3765 | "version": "1.0.0", |
||
3766 | "source": { |
||
3767 | "type": "git", |
||
3768 | "url": "https://github.com/php-fig/container.git", |
||
3769 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
3770 | }, |
||
3771 | "dist": { |
||
3772 | "type": "zip", |
||
3773 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
3774 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
3775 | "shasum": "" |
||
3776 | }, |
||
3777 | "require": { |
||
3778 | "php": ">=5.3.0" |
||
3779 | }, |
||
3780 | "type": "library", |
||
3781 | "extra": { |
||
3782 | "branch-alias": { |
||
3783 | "dev-master": "1.0.x-dev" |
||
3784 | } |
||
3785 | }, |
||
3786 | "autoload": { |
||
3787 | "psr-4": { |
||
3788 | "Psr\\Container\\": "src/" |
||
3789 | } |
||
3790 | }, |
||
3791 | "notification-url": "https://packagist.org/downloads/", |
||
3792 | "license": [ |
||
3793 | "MIT" |
||
3794 | ], |
||
3795 | "authors": [ |
||
3796 | { |
||
3797 | "name": "PHP-FIG", |
||
3798 | "homepage": "http://www.php-fig.org/" |
||
3799 | } |
||
3800 | ], |
||
3801 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
3802 | "homepage": "https://github.com/php-fig/container", |
||
3803 | "keywords": [ |
||
3804 | "PSR-11", |
||
3805 | "container", |
||
3806 | "container-interface", |
||
3807 | "container-interop", |
||
3808 | "psr" |
||
3809 | ], |
||
3810 | "time": "2017-02-14T16:28:37+00:00" |
||
3811 | }, |
||
3812 | { |
||
3813 | "name": "psr/http-message", |
||
3814 | "version": "1.0.1", |
||
3815 | "source": { |
||
3816 | "type": "git", |
||
3817 | "url": "https://github.com/php-fig/http-message.git", |
||
3818 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
3819 | }, |
||
3820 | "dist": { |
||
3821 | "type": "zip", |
||
3822 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
3823 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
3824 | "shasum": "" |
||
3825 | }, |
||
3826 | "require": { |
||
3827 | "php": ">=5.3.0" |
||
3828 | }, |
||
3829 | "type": "library", |
||
3830 | "extra": { |
||
3831 | "branch-alias": { |
||
3832 | "dev-master": "1.0.x-dev" |
||
3833 | } |
||
3834 | }, |
||
3835 | "autoload": { |
||
3836 | "psr-4": { |
||
3837 | "Psr\\Http\\Message\\": "src/" |
||
3838 | } |
||
3839 | }, |
||
3840 | "notification-url": "https://packagist.org/downloads/", |
||
3841 | "license": [ |
||
3842 | "MIT" |
||
3843 | ], |
||
3844 | "authors": [ |
||
3845 | { |
||
3846 | "name": "PHP-FIG", |
||
3847 | "homepage": "http://www.php-fig.org/" |
||
3848 | } |
||
3849 | ], |
||
3850 | "description": "Common interface for HTTP messages", |
||
3851 | "homepage": "https://github.com/php-fig/http-message", |
||
3852 | "keywords": [ |
||
3853 | "http", |
||
3854 | "http-message", |
||
3855 | "psr", |
||
3856 | "psr-7", |
||
3857 | "request", |
||
3858 | "response" |
||
3859 | ], |
||
3860 | "time": "2016-08-06T14:39:51+00:00" |
||
3861 | }, |
||
3862 | { |
||
3863 | "name": "psr/link", |
||
3864 | "version": "1.0.0", |
||
3865 | "source": { |
||
3866 | "type": "git", |
||
3867 | "url": "https://github.com/php-fig/link.git", |
||
3868 | "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562" |
||
3869 | }, |
||
3870 | "dist": { |
||
3871 | "type": "zip", |
||
3872 | "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562", |
||
3873 | "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562", |
||
3874 | "shasum": "" |
||
3875 | }, |
||
3876 | "require": { |
||
3877 | "php": ">=5.3.0" |
||
3878 | }, |
||
3879 | "type": "library", |
||
3880 | "extra": { |
||
3881 | "branch-alias": { |
||
3882 | "dev-master": "1.0.x-dev" |
||
3883 | } |
||
3884 | }, |
||
3885 | "autoload": { |
||
3886 | "psr-4": { |
||
3887 | "Psr\\Link\\": "src/" |
||
3888 | } |
||
3889 | }, |
||
3890 | "notification-url": "https://packagist.org/downloads/", |
||
3891 | "license": [ |
||
3892 | "MIT" |
||
3893 | ], |
||
3894 | "authors": [ |
||
3895 | { |
||
3896 | "name": "PHP-FIG", |
||
3897 | "homepage": "http://www.php-fig.org/" |
||
3898 | } |
||
3899 | ], |
||
3900 | "description": "Common interfaces for HTTP links", |
||
3901 | "keywords": [ |
||
3902 | "http", |
||
3903 | "http-link", |
||
3904 | "link", |
||
3905 | "psr", |
||
3906 | "psr-13", |
||
3907 | "rest" |
||
3908 | ], |
||
3909 | "time": "2016-10-28T16:06:13+00:00" |
||
3910 | }, |
||
3911 | { |
||
3912 | "name": "psr/log", |
||
3913 | "version": "1.0.2", |
||
3914 | "source": { |
||
3915 | "type": "git", |
||
3916 | "url": "https://github.com/php-fig/log.git", |
||
3917 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
3918 | }, |
||
3919 | "dist": { |
||
3920 | "type": "zip", |
||
3921 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
3922 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
3923 | "shasum": "" |
||
3924 | }, |
||
3925 | "require": { |
||
3926 | "php": ">=5.3.0" |
||
3927 | }, |
||
3928 | "type": "library", |
||
3929 | "extra": { |
||
3930 | "branch-alias": { |
||
3931 | "dev-master": "1.0.x-dev" |
||
3932 | } |
||
3933 | }, |
||
3934 | "autoload": { |
||
3935 | "psr-4": { |
||
3936 | "Psr\\Log\\": "Psr/Log/" |
||
3937 | } |
||
3938 | }, |
||
3939 | "notification-url": "https://packagist.org/downloads/", |
||
3940 | "license": [ |
||
3941 | "MIT" |
||
3942 | ], |
||
3943 | "authors": [ |
||
3944 | { |
||
3945 | "name": "PHP-FIG", |
||
3946 | "homepage": "http://www.php-fig.org/" |
||
3947 | } |
||
3948 | ], |
||
3949 | "description": "Common interface for logging libraries", |
||
3950 | "homepage": "https://github.com/php-fig/log", |
||
3951 | "keywords": [ |
||
3952 | "log", |
||
3953 | "psr", |
||
3954 | "psr-3" |
||
3955 | ], |
||
3956 | "time": "2016-10-10T12:19:37+00:00" |
||
3957 | }, |
||
3958 | { |
||
3959 | "name": "psr/simple-cache", |
||
3960 | "version": "1.0.0", |
||
3961 | "source": { |
||
3962 | "type": "git", |
||
3963 | "url": "https://github.com/php-fig/simple-cache.git", |
||
3964 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24" |
||
3965 | }, |
||
3966 | "dist": { |
||
3967 | "type": "zip", |
||
3968 | "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
3969 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
3970 | "shasum": "" |
||
3971 | }, |
||
3972 | "require": { |
||
3973 | "php": ">=5.3.0" |
||
3974 | }, |
||
3975 | "type": "library", |
||
3976 | "extra": { |
||
3977 | "branch-alias": { |
||
3978 | "dev-master": "1.0.x-dev" |
||
3979 | } |
||
3980 | }, |
||
3981 | "autoload": { |
||
3982 | "psr-4": { |
||
3983 | "Psr\\SimpleCache\\": "src/" |
||
3984 | } |
||
3985 | }, |
||
3986 | "notification-url": "https://packagist.org/downloads/", |
||
3987 | "license": [ |
||
3988 | "MIT" |
||
3989 | ], |
||
3990 | "authors": [ |
||
3991 | { |
||
3992 | "name": "PHP-FIG", |
||
3993 | "homepage": "http://www.php-fig.org/" |
||
3994 | } |
||
3995 | ], |
||
3996 | "description": "Common interfaces for simple caching", |
||
3997 | "keywords": [ |
||
3998 | "cache", |
||
3999 | "caching", |
||
4000 | "psr", |
||
4001 | "psr-16", |
||
4002 | "simple-cache" |
||
4003 | ], |
||
4004 | "time": "2017-01-02T13:31:39+00:00" |
||
4005 | }, |
||
4006 | { |
||
4007 | "name": "sensio/distribution-bundle", |
||
4008 | "version": "v5.0.18", |
||
4009 | "source": { |
||
4010 | "type": "git", |
||
4011 | "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", |
||
4012 | "reference": "17846680901003d26d823c2e3ac9228702837916" |
||
4013 | }, |
||
4014 | "dist": { |
||
4015 | "type": "zip", |
||
4016 | "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/17846680901003d26d823c2e3ac9228702837916", |
||
4017 | "reference": "17846680901003d26d823c2e3ac9228702837916", |
||
4018 | "shasum": "" |
||
4019 | }, |
||
4020 | "require": { |
||
4021 | "php": ">=5.3.9", |
||
4022 | "sensiolabs/security-checker": "~3.0|~4.0", |
||
4023 | "symfony/class-loader": "~2.3|~3.0", |
||
4024 | "symfony/config": "~2.3|~3.0", |
||
4025 | "symfony/dependency-injection": "~2.3|~3.0", |
||
4026 | "symfony/filesystem": "~2.3|~3.0", |
||
4027 | "symfony/http-kernel": "~2.3|~3.0", |
||
4028 | "symfony/process": "~2.3|~3.0" |
||
4029 | }, |
||
4030 | "type": "symfony-bundle", |
||
4031 | "extra": { |
||
4032 | "branch-alias": { |
||
4033 | "dev-master": "5.0.x-dev" |
||
4034 | } |
||
4035 | }, |
||
4036 | "autoload": { |
||
4037 | "psr-4": { |
||
4038 | "Sensio\\Bundle\\DistributionBundle\\": "" |
||
4039 | } |
||
4040 | }, |
||
4041 | "notification-url": "https://packagist.org/downloads/", |
||
4042 | "license": [ |
||
4043 | "MIT" |
||
4044 | ], |
||
4045 | "authors": [ |
||
4046 | { |
||
4047 | "name": "Fabien Potencier", |
||
4048 | "email": "[email protected]" |
||
4049 | } |
||
4050 | ], |
||
4051 | "description": "Base bundle for Symfony Distributions", |
||
4052 | "keywords": [ |
||
4053 | "configuration", |
||
4054 | "distribution" |
||
4055 | ], |
||
4056 | "time": "2017-01-10T14:58:45+00:00" |
||
4057 | }, |
||
4058 | { |
||
4059 | "name": "sensiolabs/security-checker", |
||
4060 | "version": "v4.0.0", |
||
4061 | "source": { |
||
4062 | "type": "git", |
||
4063 | "url": "https://github.com/sensiolabs/security-checker.git", |
||
4064 | "reference": "116027b57b568ed61b7b1c80eeb4f6ee9e8c599c" |
||
4065 | }, |
||
4066 | "dist": { |
||
4067 | "type": "zip", |
||
4068 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/116027b57b568ed61b7b1c80eeb4f6ee9e8c599c", |
||
4069 | "reference": "116027b57b568ed61b7b1c80eeb4f6ee9e8c599c", |
||
4070 | "shasum": "" |
||
4071 | }, |
||
4072 | "require": { |
||
4073 | "symfony/console": "~2.7|~3.0" |
||
4074 | }, |
||
4075 | "bin": [ |
||
4076 | "security-checker" |
||
4077 | ], |
||
4078 | "type": "library", |
||
4079 | "extra": { |
||
4080 | "branch-alias": { |
||
4081 | "dev-master": "4.0-dev" |
||
4082 | } |
||
4083 | }, |
||
4084 | "autoload": { |
||
4085 | "psr-0": { |
||
4086 | "SensioLabs\\Security": "" |
||
4087 | } |
||
4088 | }, |
||
4089 | "notification-url": "https://packagist.org/downloads/", |
||
4090 | "license": [ |
||
4091 | "MIT" |
||
4092 | ], |
||
4093 | "authors": [ |
||
4094 | { |
||
4095 | "name": "Fabien Potencier", |
||
4096 | "email": "[email protected]" |
||
4097 | } |
||
4098 | ], |
||
4099 | "description": "A security checker for your composer.lock", |
||
4100 | "time": "2016-09-23T18:09:57+00:00" |
||
4101 | }, |
||
4102 | { |
||
4103 | "name": "sonata-project/block-bundle", |
||
4104 | "version": "3.3.2", |
||
4105 | "source": { |
||
4106 | "type": "git", |
||
4107 | "url": "https://github.com/sonata-project/SonataBlockBundle.git", |
||
4108 | "reference": "7cdf6e5620696cdd962eb4c404beeedaf20c3570" |
||
4109 | }, |
||
4110 | "dist": { |
||
4111 | "type": "zip", |
||
4112 | "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/7cdf6e5620696cdd962eb4c404beeedaf20c3570", |
||
4113 | "reference": "7cdf6e5620696cdd962eb4c404beeedaf20c3570", |
||
4114 | "shasum": "" |
||
4115 | }, |
||
4116 | "require": { |
||
4117 | "doctrine/common": "^2.3", |
||
4118 | "php": "^5.3 || ^7.0", |
||
4119 | "sonata-project/cache": "^1.0", |
||
4120 | "sonata-project/core-bundle": "^3.0", |
||
4121 | "symfony/form": "^2.3 || ^3.0", |
||
4122 | "symfony/http-kernel": "^2.3 || ^3.0" |
||
4123 | }, |
||
4124 | "require-dev": { |
||
4125 | "knplabs/knp-menu-bundle": "^2.0", |
||
4126 | "sllh/php-cs-fixer-styleci-bridge": "^2.0", |
||
4127 | "sonata-project/admin-bundle": "^3.0", |
||
4128 | "symfony/phpunit-bridge": "^2.7 || ^3.0" |
||
4129 | }, |
||
4130 | "suggest": { |
||
4131 | "knplabs/knp-menu-bundle": "^2.0", |
||
4132 | "sonata-project/cache-bundle": "^3.0" |
||
4133 | }, |
||
4134 | "type": "symfony-bundle", |
||
4135 | "extra": { |
||
4136 | "branch-alias": { |
||
4137 | "dev-master": "3.x-dev" |
||
4138 | } |
||
4139 | }, |
||
4140 | "autoload": { |
||
4141 | "psr-4": { |
||
4142 | "Sonata\\BlockBundle\\": "" |
||
4143 | }, |
||
4144 | "exclude-from-classmap": [ |
||
4145 | "Tests/" |
||
4146 | ], |
||
4147 | "files": [ |
||
4148 | "Resources/stubs/symfony2.php" |
||
4149 | ] |
||
4150 | }, |
||
4151 | "notification-url": "https://packagist.org/downloads/", |
||
4152 | "license": [ |
||
4153 | "MIT" |
||
4154 | ], |
||
4155 | "authors": [ |
||
4156 | { |
||
4157 | "name": "Sonata Community", |
||
4158 | "homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors" |
||
4159 | }, |
||
4160 | { |
||
4161 | "name": "Thomas Rabaix", |
||
4162 | "email": "[email protected]", |
||
4163 | "homepage": "https://sonata-project.org" |
||
4164 | } |
||
4165 | ], |
||
4166 | "description": "Symfony SonataBlockBundle", |
||
4167 | "homepage": "https://sonata-project.org/bundles/block", |
||
4168 | "keywords": [ |
||
4169 | "block", |
||
4170 | "sonata" |
||
4171 | ], |
||
4172 | "time": "2017-03-23T12:54:15+00:00" |
||
4173 | }, |
||
4174 | { |
||
4175 | "name": "sonata-project/cache", |
||
4176 | "version": "1.0.7", |
||
4177 | "source": { |
||
4178 | "type": "git", |
||
4179 | "url": "https://github.com/sonata-project/cache.git", |
||
4180 | "reference": "f2f6be96c270d6a2b1f26fdc1d6edcb586b60691" |
||
4181 | }, |
||
4182 | "dist": { |
||
4183 | "type": "zip", |
||
4184 | "url": "https://api.github.com/repos/sonata-project/cache/zipball/f2f6be96c270d6a2b1f26fdc1d6edcb586b60691", |
||
4185 | "reference": "f2f6be96c270d6a2b1f26fdc1d6edcb586b60691", |
||
4186 | "shasum": "" |
||
4187 | }, |
||
4188 | "require-dev": { |
||
4189 | "doctrine/orm": "~2.2", |
||
4190 | "doctrine/phpcr-odm": "~1.0", |
||
4191 | "fabpot/php-cs-fixer": "~0.1|~1.0", |
||
4192 | "jackalope/jackalope-doctrine-dbal": "~1.0", |
||
4193 | "predis/predis": "~0.8,<1.0", |
||
4194 | "psr/log": "~1.0", |
||
4195 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
4196 | }, |
||
4197 | "suggest": { |
||
4198 | "doctrine/orm": "ORM support", |
||
4199 | "doctrine/phpcr-odm": "PHPCR ODM support", |
||
4200 | "ext-apc": "Caching with ext/apc", |
||
4201 | "ext-memcached": "Caching with ext/memcached", |
||
4202 | "predis/predis": "Install redis php" |
||
4203 | }, |
||
4204 | "type": "library", |
||
4205 | "extra": { |
||
4206 | "branch-alias": { |
||
4207 | "dev-master": "1.x-dev" |
||
4208 | } |
||
4209 | }, |
||
4210 | "autoload": { |
||
4211 | "psr-4": { |
||
4212 | "Sonata\\Cache\\Tests\\": "test/", |
||
4213 | "Sonata\\Cache\\": "lib/" |
||
4214 | } |
||
4215 | }, |
||
4216 | "notification-url": "https://packagist.org/downloads/", |
||
4217 | "license": [ |
||
4218 | "MIT" |
||
4219 | ], |
||
4220 | "authors": [ |
||
4221 | { |
||
4222 | "name": "Thomas Rabaix", |
||
4223 | "email": "[email protected]", |
||
4224 | "homepage": "https://sonata-project.org/" |
||
4225 | } |
||
4226 | ], |
||
4227 | "description": "Cache library", |
||
4228 | "homepage": "https://github.com/sonata-project/cache", |
||
4229 | "keywords": [ |
||
4230 | "cache", |
||
4231 | "memcached", |
||
4232 | "mongodb", |
||
4233 | "redis" |
||
4234 | ], |
||
4235 | "time": "2015-09-18T14:40:58+00:00" |
||
4236 | }, |
||
4237 | { |
||
4238 | "name": "sonata-project/core-bundle", |
||
4239 | "version": "3.4.0", |
||
4240 | "source": { |
||
4241 | "type": "git", |
||
4242 | "url": "https://github.com/sonata-project/SonataCoreBundle.git", |
||
4243 | "reference": "a1b837101262af856c45b22e8f0887553edf0fb0" |
||
4244 | }, |
||
4245 | "dist": { |
||
4246 | "type": "zip", |
||
4247 | "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/a1b837101262af856c45b22e8f0887553edf0fb0", |
||
4248 | "reference": "a1b837101262af856c45b22e8f0887553edf0fb0", |
||
4249 | "shasum": "" |
||
4250 | }, |
||
4251 | "require": { |
||
4252 | "cocur/slugify": "^1.4 || ^2.0", |
||
4253 | "php": "^5.3 || ^7.0", |
||
4254 | "sonata-project/datagrid-bundle": "^2.0", |
||
4255 | "symfony/config": "^2.3 || ^3.0", |
||
4256 | "symfony/form": "^2.3.5 || ^3.0", |
||
4257 | "symfony/framework-bundle": "^2.3 || ^3.0", |
||
4258 | "symfony/http-foundation": "^2.3 || ^3.0", |
||
4259 | "symfony/property-access": "^2.3 || ^3.0", |
||
4260 | "symfony/security": "^2.3 || ^3.0", |
||
4261 | "symfony/translation": "^2.3 || ^3.0", |
||
4262 | "symfony/twig-bridge": "^2.3.5 || ^3.0", |
||
4263 | "symfony/validator": "^2.3 || ^3.0", |
||
4264 | "twig/extensions": "^1.0", |
||
4265 | "twig/twig": "^1.23 || ^2.0" |
||
4266 | }, |
||
4267 | "require-dev": { |
||
4268 | "doctrine/orm": "^2.4", |
||
4269 | "doctrine/phpcr-odm": "^1.0", |
||
4270 | "friendsofsymfony/rest-bundle": "^1.1 || ^2.0", |
||
4271 | "jackalope/jackalope-doctrine-dbal": "^1.0", |
||
4272 | "jms/serializer-bundle": "0.11 - 0.13 || ^1.0", |
||
4273 | "matthiasnoback/symfony-config-test": "^0.4 || ^1.0", |
||
4274 | "matthiasnoback/symfony-dependency-injection-test": "^0.7", |
||
4275 | "nelmio/api-doc-bundle": "^2.11", |
||
4276 | "sensio/framework-extra-bundle": "^2.3 || ^3.0", |
||
4277 | "sllh/php-cs-fixer-styleci-bridge": "^2.0", |
||
4278 | "sonata-project/exporter": "^1.3", |
||
4279 | "symfony/phpunit-bridge": "^2.7" |
||
4280 | }, |
||
4281 | "type": "symfony-bundle", |
||
4282 | "extra": { |
||
4283 | "branch-alias": { |
||
4284 | "dev-master": "3.x-dev" |
||
4285 | } |
||
4286 | }, |
||
4287 | "autoload": { |
||
4288 | "psr-4": { |
||
4289 | "Sonata\\CoreBundle\\": "" |
||
4290 | }, |
||
4291 | "exclude-from-classmap": [ |
||
4292 | "Tests/" |
||
4293 | ] |
||
4294 | }, |
||
4295 | "notification-url": "https://packagist.org/downloads/", |
||
4296 | "license": [ |
||
4297 | "MIT" |
||
4298 | ], |
||
4299 | "authors": [ |
||
4300 | { |
||
4301 | "name": "Sonata Community", |
||
4302 | "homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors" |
||
4303 | }, |
||
4304 | { |
||
4305 | "name": "Thomas Rabaix", |
||
4306 | "email": "[email protected]" |
||
4307 | } |
||
4308 | ], |
||
4309 | "description": "Symfony SonataCoreBundle", |
||
4310 | "homepage": "https://sonata-project.org/bundles/core", |
||
4311 | "keywords": [ |
||
4312 | "sonata" |
||
4313 | ], |
||
4314 | "time": "2017-05-09T15:05:32+00:00" |
||
4315 | }, |
||
4316 | { |
||
4317 | "name": "sonata-project/datagrid-bundle", |
||
4318 | "version": "2.2.1", |
||
4319 | "source": { |
||
4320 | "type": "git", |
||
4321 | "url": "https://github.com/sonata-project/SonataDatagridBundle.git", |
||
4322 | "reference": "8aa9183f2ba1724b290faacb83fb003123bae548" |
||
4323 | }, |
||
4324 | "dist": { |
||
4325 | "type": "zip", |
||
4326 | "url": "https://api.github.com/repos/sonata-project/SonataDatagridBundle/zipball/8aa9183f2ba1724b290faacb83fb003123bae548", |
||
4327 | "reference": "8aa9183f2ba1724b290faacb83fb003123bae548", |
||
4328 | "shasum": "" |
||
4329 | }, |
||
4330 | "require": { |
||
4331 | "php": "^5.3 || ^7.0", |
||
4332 | "symfony/dependency-injection": "^2.3 || ^3.0", |
||
4333 | "symfony/form": "^2.3 || ^3.0" |
||
4334 | }, |
||
4335 | "require-dev": { |
||
4336 | "doctrine/orm": "^2.4", |
||
4337 | "sllh/php-cs-fixer-styleci-bridge": "^2.0", |
||
4338 | "symfony/phpunit-bridge": "^2.7 || ^3.0" |
||
4339 | }, |
||
4340 | "type": "symfony-bundle", |
||
4341 | "extra": { |
||
4342 | "branch-alias": { |
||
4343 | "dev-master": "2.x-dev" |
||
4344 | } |
||
4345 | }, |
||
4346 | "autoload": { |
||
4347 | "psr-4": { |
||
4348 | "Sonata\\DatagridBundle\\": "" |
||
4349 | }, |
||
4350 | "exclude-from-classmap": [ |
||
4351 | "Tests/" |
||
4352 | ] |
||
4353 | }, |
||
4354 | "notification-url": "https://packagist.org/downloads/", |
||
4355 | "license": [ |
||
4356 | "MIT" |
||
4357 | ], |
||
4358 | "authors": [ |
||
4359 | { |
||
4360 | "name": "Sonata Community", |
||
4361 | "homepage": "https://github.com/sonata-project/SonataDatagridBundle/contributors" |
||
4362 | }, |
||
4363 | { |
||
4364 | "name": "Thomas Rabaix", |
||
4365 | "email": "[email protected]", |
||
4366 | "homepage": "https://sonata-project.org" |
||
4367 | } |
||
4368 | ], |
||
4369 | "description": "Symfony SonataDatagridBundle", |
||
4370 | "homepage": "https://sonata-project.org/bundles/datagrid", |
||
4371 | "keywords": [ |
||
4372 | "datagrid", |
||
4373 | "sonata" |
||
4374 | ], |
||
4375 | "time": "2017-02-09T16:25:20+00:00" |
||
4376 | }, |
||
4377 | { |
||
4378 | "name": "sonata-project/intl-bundle", |
||
4379 | "version": "2.3.0", |
||
4380 | "source": { |
||
4381 | "type": "git", |
||
4382 | "url": "https://github.com/sonata-project/SonataIntlBundle.git", |
||
4383 | "reference": "2ffb2444599cf5d9fff6d32ac0ba9e11e9b11225" |
||
4384 | }, |
||
4385 | "dist": { |
||
4386 | "type": "zip", |
||
4387 | "url": "https://api.github.com/repos/sonata-project/SonataIntlBundle/zipball/2ffb2444599cf5d9fff6d32ac0ba9e11e9b11225", |
||
4388 | "reference": "2ffb2444599cf5d9fff6d32ac0ba9e11e9b11225", |
||
4389 | "shasum": "" |
||
4390 | }, |
||
4391 | "require": { |
||
4392 | "php": "^5.3 || ^7.0", |
||
4393 | "symfony/dependency-injection": "^2.2 || ^3.0", |
||
4394 | "symfony/http-kernel": "^2.2 || ^3.0", |
||
4395 | "symfony/intl": "^2.3.21 || ^3.0", |
||
4396 | "symfony/templating": "^2.2 || ^3.0", |
||
4397 | "twig/twig": "^1.12 || ^2.0" |
||
4398 | }, |
||
4399 | "conflict": { |
||
4400 | "sonata-project/user-bundle": "<2.0 || >=4.0" |
||
4401 | }, |
||
4402 | "require-dev": { |
||
4403 | "matthiasnoback/symfony-dependency-injection-test": "^0.7.6", |
||
4404 | "sllh/php-cs-fixer-styleci-bridge": "^2.0", |
||
4405 | "symfony/phpunit-bridge": "^2.7 || ^3.0", |
||
4406 | "symfony/security": "^2.2 || ^3.0", |
||
4407 | "symfony/security-acl": "^2.2 || ^3.0" |
||
4408 | }, |
||
4409 | "suggest": { |
||
4410 | "sonata-project/user-bundle": "For user timezone detection" |
||
4411 | }, |
||
4412 | "type": "symfony-bundle", |
||
4413 | "extra": { |
||
4414 | "branch-alias": { |
||
4415 | "dev-master": "2.x-dev" |
||
4416 | } |
||
4417 | }, |
||
4418 | "autoload": { |
||
4419 | "psr-4": { |
||
4420 | "Sonata\\IntlBundle\\": "" |
||
4421 | }, |
||
4422 | "exclude-from-classmap": [ |
||
4423 | "Tests/" |
||
4424 | ] |
||
4425 | }, |
||
4426 | "notification-url": "https://packagist.org/downloads/", |
||
4427 | "license": [ |
||
4428 | "MIT" |
||
4429 | ], |
||
4430 | "authors": [ |
||
4431 | { |
||
4432 | "name": "Sonata Community", |
||
4433 | "homepage": "https://github.com/sonata-project/SonataIntlBundle/contributors" |
||
4434 | }, |
||
4435 | { |
||
4436 | "name": "Thomas Rabaix", |
||
4437 | "email": "[email protected]" |
||
4438 | } |
||
4439 | ], |
||
4440 | "description": "Symfony SonataIntlBundle", |
||
4441 | "homepage": "https://sonata-project.org/bundles/intl", |
||
4442 | "keywords": [ |
||
4443 | "date", |
||
4444 | "intl", |
||
4445 | "number", |
||
4446 | "sonata", |
||
4447 | "time" |
||
4448 | ], |
||
4449 | "time": "2017-01-17T11:04:35+00:00" |
||
4450 | }, |
||
4451 | { |
||
4452 | "name": "stof/doctrine-extensions-bundle", |
||
4453 | "version": "v1.2.2", |
||
4454 | "source": { |
||
4455 | "type": "git", |
||
4456 | "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git", |
||
4457 | "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25" |
||
4458 | }, |
||
4459 | "dist": { |
||
4460 | "type": "zip", |
||
4461 | "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/4e7499d25dc5d0862da09fa8e336164948a29a25", |
||
4462 | "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25", |
||
4463 | "shasum": "" |
||
4464 | }, |
||
4465 | "require": { |
||
4466 | "gedmo/doctrine-extensions": "^2.3.1", |
||
4467 | "php": ">=5.3.2", |
||
4468 | "symfony/framework-bundle": "~2.1|~3.0" |
||
4469 | }, |
||
4470 | "suggest": { |
||
4471 | "doctrine/doctrine-bundle": "to use the ORM extensions", |
||
4472 | "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions" |
||
4473 | }, |
||
4474 | "type": "symfony-bundle", |
||
4475 | "extra": { |
||
4476 | "branch-alias": { |
||
4477 | "dev-master": "1.2.x-dev" |
||
4478 | } |
||
4479 | }, |
||
4480 | "autoload": { |
||
4481 | "psr-4": { |
||
4482 | "Stof\\DoctrineExtensionsBundle\\": "" |
||
4483 | } |
||
4484 | }, |
||
4485 | "notification-url": "https://packagist.org/downloads/", |
||
4486 | "license": [ |
||
4487 | "MIT" |
||
4488 | ], |
||
4489 | "authors": [ |
||
4490 | { |
||
4491 | "name": "Christophe Coevoet", |
||
4492 | "email": "[email protected]" |
||
4493 | } |
||
4494 | ], |
||
4495 | "description": "Integration of the gedmo/doctrine-extensions with Symfony2", |
||
4496 | "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle", |
||
4497 | "keywords": [ |
||
4498 | "behaviors", |
||
4499 | "doctrine2", |
||
4500 | "extensions", |
||
4501 | "gedmo", |
||
4502 | "loggable", |
||
4503 | "nestedset", |
||
4504 | "sluggable", |
||
4505 | "sortable", |
||
4506 | "timestampable", |
||
4507 | "translatable", |
||
4508 | "tree" |
||
4509 | ], |
||
4510 | "time": "2016-01-26T23:58:32+00:00" |
||
4511 | }, |
||
4512 | { |
||
4513 | "name": "swiftmailer/swiftmailer", |
||
4514 | "version": "v5.4.5", |
||
4515 | "source": { |
||
4516 | "type": "git", |
||
4517 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
4518 | "reference": "cd142238a339459b10da3d8234220963f392540c" |
||
4519 | }, |
||
4520 | "dist": { |
||
4521 | "type": "zip", |
||
4522 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/cd142238a339459b10da3d8234220963f392540c", |
||
4523 | "reference": "cd142238a339459b10da3d8234220963f392540c", |
||
4524 | "shasum": "" |
||
4525 | }, |
||
4526 | "require": { |
||
4527 | "php": ">=5.3.3" |
||
4528 | }, |
||
4529 | "require-dev": { |
||
4530 | "mockery/mockery": "~0.9.1", |
||
4531 | "symfony/phpunit-bridge": "~3.2" |
||
4532 | }, |
||
4533 | "type": "library", |
||
4534 | "extra": { |
||
4535 | "branch-alias": { |
||
4536 | "dev-master": "5.4-dev" |
||
4537 | } |
||
4538 | }, |
||
4539 | "autoload": { |
||
4540 | "files": [ |
||
4541 | "lib/swift_required.php" |
||
4542 | ] |
||
4543 | }, |
||
4544 | "notification-url": "https://packagist.org/downloads/", |
||
4545 | "license": [ |
||
4546 | "MIT" |
||
4547 | ], |
||
4548 | "authors": [ |
||
4549 | { |
||
4550 | "name": "Chris Corbyn" |
||
4551 | }, |
||
4552 | { |
||
4553 | "name": "Fabien Potencier", |
||
4554 | "email": "[email protected]" |
||
4555 | } |
||
4556 | ], |
||
4557 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
4558 | "homepage": "http://swiftmailer.org", |
||
4559 | "keywords": [ |
||
4560 | "email", |
||
4561 | "mail", |
||
4562 | "mailer" |
||
4563 | ], |
||
4564 | "time": "2016-12-29T10:02:40+00:00" |
||
4565 | }, |
||
4566 | { |
||
4567 | "name": "symfony/monolog-bundle", |
||
4568 | "version": "v3.0.3", |
||
4569 | "source": { |
||
4570 | "type": "git", |
||
4571 | "url": "https://github.com/symfony/monolog-bundle.git", |
||
4572 | "reference": "ebce76a39a65495a66c34eb1574cc4b9e35a4e64" |
||
4573 | }, |
||
4574 | "dist": { |
||
4575 | "type": "zip", |
||
4576 | "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/ebce76a39a65495a66c34eb1574cc4b9e35a4e64", |
||
4577 | "reference": "ebce76a39a65495a66c34eb1574cc4b9e35a4e64", |
||
4578 | "shasum": "" |
||
4579 | }, |
||
4580 | "require": { |
||
4581 | "monolog/monolog": "~1.22", |
||
4582 | "php": ">=5.3.2", |
||
4583 | "symfony/config": "~2.7|~3.0", |
||
4584 | "symfony/dependency-injection": "~2.7|~3.0", |
||
4585 | "symfony/http-kernel": "~2.7|~3.0", |
||
4586 | "symfony/monolog-bridge": "~2.7|~3.0" |
||
4587 | }, |
||
4588 | "require-dev": { |
||
4589 | "phpunit/phpunit": "^4.8", |
||
4590 | "symfony/console": "~2.3|~3.0", |
||
4591 | "symfony/yaml": "~2.3|~3.0" |
||
4592 | }, |
||
4593 | "type": "symfony-bundle", |
||
4594 | "extra": { |
||
4595 | "branch-alias": { |
||
4596 | "dev-master": "3.x-dev" |
||
4597 | } |
||
4598 | }, |
||
4599 | "autoload": { |
||
4600 | "psr-4": { |
||
4601 | "Symfony\\Bundle\\MonologBundle\\": "" |
||
4602 | } |
||
4603 | }, |
||
4604 | "notification-url": "https://packagist.org/downloads/", |
||
4605 | "license": [ |
||
4606 | "MIT" |
||
4607 | ], |
||
4608 | "authors": [ |
||
4609 | { |
||
4610 | "name": "Symfony Community", |
||
4611 | "homepage": "http://symfony.com/contributors" |
||
4612 | }, |
||
4613 | { |
||
4614 | "name": "Fabien Potencier", |
||
4615 | "email": "[email protected]" |
||
4616 | } |
||
4617 | ], |
||
4618 | "description": "Symfony MonologBundle", |
||
4619 | "homepage": "http://symfony.com", |
||
4620 | "keywords": [ |
||
4621 | "log", |
||
4622 | "logging" |
||
4623 | ], |
||
4624 | "time": "2017-01-10T20:01:51+00:00" |
||
4625 | }, |
||
4626 | { |
||
4627 | "name": "symfony/polyfill-iconv", |
||
4628 | "version": "v1.3.0", |
||
4629 | "source": { |
||
4630 | "type": "git", |
||
4631 | "url": "https://github.com/symfony/polyfill-iconv.git", |
||
4632 | "reference": "cba36f3616d9866b3e52662e88da5c090fac1e97" |
||
4633 | }, |
||
4634 | "dist": { |
||
4635 | "type": "zip", |
||
4636 | "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/cba36f3616d9866b3e52662e88da5c090fac1e97", |
||
4637 | "reference": "cba36f3616d9866b3e52662e88da5c090fac1e97", |
||
4638 | "shasum": "" |
||
4639 | }, |
||
4640 | "require": { |
||
4641 | "php": ">=5.3.3" |
||
4642 | }, |
||
4643 | "suggest": { |
||
4644 | "ext-iconv": "For best performance" |
||
4645 | }, |
||
4646 | "type": "library", |
||
4647 | "extra": { |
||
4648 | "branch-alias": { |
||
4649 | "dev-master": "1.3-dev" |
||
4650 | } |
||
4651 | }, |
||
4652 | "autoload": { |
||
4653 | "psr-4": { |
||
4654 | "Symfony\\Polyfill\\Iconv\\": "" |
||
4655 | }, |
||
4656 | "files": [ |
||
4657 | "bootstrap.php" |
||
4658 | ] |
||
4659 | }, |
||
4660 | "notification-url": "https://packagist.org/downloads/", |
||
4661 | "license": [ |
||
4662 | "MIT" |
||
4663 | ], |
||
4664 | "authors": [ |
||
4665 | { |
||
4666 | "name": "Nicolas Grekas", |
||
4667 | "email": "[email protected]" |
||
4668 | }, |
||
4669 | { |
||
4670 | "name": "Symfony Community", |
||
4671 | "homepage": "https://symfony.com/contributors" |
||
4672 | } |
||
4673 | ], |
||
4674 | "description": "Symfony polyfill for the Iconv extension", |
||
4675 | "homepage": "https://symfony.com", |
||
4676 | "keywords": [ |
||
4677 | "compatibility", |
||
4678 | "iconv", |
||
4679 | "polyfill", |
||
4680 | "portable", |
||
4681 | "shim" |
||
4682 | ], |
||
4683 | "time": "2016-11-14T01:06:16+00:00" |
||
4684 | }, |
||
4685 | { |
||
4686 | "name": "symfony/polyfill-intl-icu", |
||
4687 | "version": "v1.3.0", |
||
4688 | "source": { |
||
4689 | "type": "git", |
||
4690 | "url": "https://github.com/symfony/polyfill-intl-icu.git", |
||
4691 | "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4" |
||
4692 | }, |
||
4693 | "dist": { |
||
4694 | "type": "zip", |
||
4695 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2d6e2b20d457603eefb6e614286c22efca30fdb4", |
||
4696 | "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4", |
||
4697 | "shasum": "" |
||
4698 | }, |
||
4699 | "require": { |
||
4700 | "php": ">=5.3.3", |
||
4701 | "symfony/intl": "~2.3|~3.0" |
||
4702 | }, |
||
4703 | "suggest": { |
||
4704 | "ext-intl": "For best performance" |
||
4705 | }, |
||
4706 | "type": "library", |
||
4707 | "extra": { |
||
4708 | "branch-alias": { |
||
4709 | "dev-master": "1.3-dev" |
||
4710 | } |
||
4711 | }, |
||
4712 | "autoload": { |
||
4713 | "files": [ |
||
4714 | "bootstrap.php" |
||
4715 | ] |
||
4716 | }, |
||
4717 | "notification-url": "https://packagist.org/downloads/", |
||
4718 | "license": [ |
||
4719 | "MIT" |
||
4720 | ], |
||
4721 | "authors": [ |
||
4722 | { |
||
4723 | "name": "Nicolas Grekas", |
||
4724 | "email": "[email protected]" |
||
4725 | }, |
||
4726 | { |
||
4727 | "name": "Symfony Community", |
||
4728 | "homepage": "https://symfony.com/contributors" |
||
4729 | } |
||
4730 | ], |
||
4731 | "description": "Symfony polyfill for intl's ICU-related data and classes", |
||
4732 | "homepage": "https://symfony.com", |
||
4733 | "keywords": [ |
||
4734 | "compatibility", |
||
4735 | "icu", |
||
4736 | "intl", |
||
4737 | "polyfill", |
||
4738 | "portable", |
||
4739 | "shim" |
||
4740 | ], |
||
4741 | "time": "2016-11-14T01:06:16+00:00" |
||
4742 | }, |
||
4743 | { |
||
4744 | "name": "symfony/polyfill-mbstring", |
||
4745 | "version": "v1.3.0", |
||
4746 | "source": { |
||
4747 | "type": "git", |
||
4748 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
4749 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" |
||
4750 | }, |
||
4751 | "dist": { |
||
4752 | "type": "zip", |
||
4753 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", |
||
4754 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", |
||
4755 | "shasum": "" |
||
4756 | }, |
||
4757 | "require": { |
||
4758 | "php": ">=5.3.3" |
||
4759 | }, |
||
4760 | "suggest": { |
||
4761 | "ext-mbstring": "For best performance" |
||
4762 | }, |
||
4763 | "type": "library", |
||
4764 | "extra": { |
||
4765 | "branch-alias": { |
||
4766 | "dev-master": "1.3-dev" |
||
4767 | } |
||
4768 | }, |
||
4769 | "autoload": { |
||
4770 | "psr-4": { |
||
4771 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
4772 | }, |
||
4773 | "files": [ |
||
4774 | "bootstrap.php" |
||
4775 | ] |
||
4776 | }, |
||
4777 | "notification-url": "https://packagist.org/downloads/", |
||
4778 | "license": [ |
||
4779 | "MIT" |
||
4780 | ], |
||
4781 | "authors": [ |
||
4782 | { |
||
4783 | "name": "Nicolas Grekas", |
||
4784 | "email": "[email protected]" |
||
4785 | }, |
||
4786 | { |
||
4787 | "name": "Symfony Community", |
||
4788 | "homepage": "https://symfony.com/contributors" |
||
4789 | } |
||
4790 | ], |
||
4791 | "description": "Symfony polyfill for the Mbstring extension", |
||
4792 | "homepage": "https://symfony.com", |
||
4793 | "keywords": [ |
||
4794 | "compatibility", |
||
4795 | "mbstring", |
||
4796 | "polyfill", |
||
4797 | "portable", |
||
4798 | "shim" |
||
4799 | ], |
||
4800 | "time": "2016-11-14T01:06:16+00:00" |
||
4801 | }, |
||
4802 | { |
||
4803 | "name": "symfony/polyfill-php56", |
||
4804 | "version": "v1.4.0", |
||
4805 | "source": { |
||
4806 | "type": "git", |
||
4807 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
4808 | "reference": "bc0b7d6cb36b10cfabb170a3e359944a95174929" |
||
4809 | }, |
||
4810 | "dist": { |
||
4811 | "type": "zip", |
||
4812 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/bc0b7d6cb36b10cfabb170a3e359944a95174929", |
||
4813 | "reference": "bc0b7d6cb36b10cfabb170a3e359944a95174929", |
||
4814 | "shasum": "" |
||
4815 | }, |
||
4816 | "require": { |
||
4817 | "php": ">=5.3.3", |
||
4818 | "symfony/polyfill-util": "~1.0" |
||
4819 | }, |
||
4820 | "type": "library", |
||
4821 | "extra": { |
||
4822 | "branch-alias": { |
||
4823 | "dev-master": "1.4-dev" |
||
4824 | } |
||
4825 | }, |
||
4826 | "autoload": { |
||
4827 | "psr-4": { |
||
4828 | "Symfony\\Polyfill\\Php56\\": "" |
||
4829 | }, |
||
4830 | "files": [ |
||
4831 | "bootstrap.php" |
||
4832 | ] |
||
4833 | }, |
||
4834 | "notification-url": "https://packagist.org/downloads/", |
||
4835 | "license": [ |
||
4836 | "MIT" |
||
4837 | ], |
||
4838 | "authors": [ |
||
4839 | { |
||
4840 | "name": "Nicolas Grekas", |
||
4841 | "email": "[email protected]" |
||
4842 | }, |
||
4843 | { |
||
4844 | "name": "Symfony Community", |
||
4845 | "homepage": "https://symfony.com/contributors" |
||
4846 | } |
||
4847 | ], |
||
4848 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
4849 | "homepage": "https://symfony.com", |
||
4850 | "keywords": [ |
||
4851 | "compatibility", |
||
4852 | "polyfill", |
||
4853 | "portable", |
||
4854 | "shim" |
||
4855 | ], |
||
4856 | "time": "2017-06-09T08:25:21+00:00" |
||
4857 | }, |
||
4858 | { |
||
4859 | "name": "symfony/polyfill-php70", |
||
4860 | "version": "v1.4.0", |
||
4861 | "source": { |
||
4862 | "type": "git", |
||
4863 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
4864 | "reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874" |
||
4865 | }, |
||
4866 | "dist": { |
||
4867 | "type": "zip", |
||
4868 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/032fd647d5c11a9ceab8ee8747e13b5448e93874", |
||
4869 | "reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874", |
||
4870 | "shasum": "" |
||
4871 | }, |
||
4872 | "require": { |
||
4873 | "paragonie/random_compat": "~1.0|~2.0", |
||
4874 | "php": ">=5.3.3" |
||
4875 | }, |
||
4876 | "type": "library", |
||
4877 | "extra": { |
||
4878 | "branch-alias": { |
||
4879 | "dev-master": "1.4-dev" |
||
4880 | } |
||
4881 | }, |
||
4882 | "autoload": { |
||
4883 | "psr-4": { |
||
4884 | "Symfony\\Polyfill\\Php70\\": "" |
||
4885 | }, |
||
4886 | "files": [ |
||
4887 | "bootstrap.php" |
||
4888 | ], |
||
4889 | "classmap": [ |
||
4890 | "Resources/stubs" |
||
4891 | ] |
||
4892 | }, |
||
4893 | "notification-url": "https://packagist.org/downloads/", |
||
4894 | "license": [ |
||
4895 | "MIT" |
||
4896 | ], |
||
4897 | "authors": [ |
||
4898 | { |
||
4899 | "name": "Nicolas Grekas", |
||
4900 | "email": "[email protected]" |
||
4901 | }, |
||
4902 | { |
||
4903 | "name": "Symfony Community", |
||
4904 | "homepage": "https://symfony.com/contributors" |
||
4905 | } |
||
4906 | ], |
||
4907 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
4908 | "homepage": "https://symfony.com", |
||
4909 | "keywords": [ |
||
4910 | "compatibility", |
||
4911 | "polyfill", |
||
4912 | "portable", |
||
4913 | "shim" |
||
4914 | ], |
||
4915 | "time": "2017-06-09T14:24:12+00:00" |
||
4916 | }, |
||
4917 | { |
||
4918 | "name": "symfony/polyfill-util", |
||
4919 | "version": "v1.4.0", |
||
4920 | "source": { |
||
4921 | "type": "git", |
||
4922 | "url": "https://github.com/symfony/polyfill-util.git", |
||
4923 | "reference": "ebccbde4aad410f6438d86d7d261c6b4d2b9a51d" |
||
4924 | }, |
||
4925 | "dist": { |
||
4926 | "type": "zip", |
||
4927 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ebccbde4aad410f6438d86d7d261c6b4d2b9a51d", |
||
4928 | "reference": "ebccbde4aad410f6438d86d7d261c6b4d2b9a51d", |
||
4929 | "shasum": "" |
||
4930 | }, |
||
4931 | "require": { |
||
4932 | "php": ">=5.3.3" |
||
4933 | }, |
||
4934 | "type": "library", |
||
4935 | "extra": { |
||
4936 | "branch-alias": { |
||
4937 | "dev-master": "1.4-dev" |
||
4938 | } |
||
4939 | }, |
||
4940 | "autoload": { |
||
4941 | "psr-4": { |
||
4942 | "Symfony\\Polyfill\\Util\\": "" |
||
4943 | } |
||
4944 | }, |
||
4945 | "notification-url": "https://packagist.org/downloads/", |
||
4946 | "license": [ |
||
4947 | "MIT" |
||
4948 | ], |
||
4949 | "authors": [ |
||
4950 | { |
||
4951 | "name": "Nicolas Grekas", |
||
4952 | "email": "[email protected]" |
||
4953 | }, |
||
4954 | { |
||
4955 | "name": "Symfony Community", |
||
4956 | "homepage": "https://symfony.com/contributors" |
||
4957 | } |
||
4958 | ], |
||
4959 | "description": "Symfony utilities for portability of PHP codes", |
||
4960 | "homepage": "https://symfony.com", |
||
4961 | "keywords": [ |
||
4962 | "compat", |
||
4963 | "compatibility", |
||
4964 | "polyfill", |
||
4965 | "shim" |
||
4966 | ], |
||
4967 | "time": "2017-06-09T08:25:21+00:00" |
||
4968 | }, |
||
4969 | { |
||
4970 | "name": "symfony/swiftmailer-bundle", |
||
4971 | "version": "v2.4.2", |
||
4972 | "source": { |
||
4973 | "type": "git", |
||
4974 | "url": "https://github.com/symfony/swiftmailer-bundle.git", |
||
4975 | "reference": "ad751095576ce0c12a284e30e3fff80c91f27225" |
||
4976 | }, |
||
4977 | "dist": { |
||
4978 | "type": "zip", |
||
4979 | "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/ad751095576ce0c12a284e30e3fff80c91f27225", |
||
4980 | "reference": "ad751095576ce0c12a284e30e3fff80c91f27225", |
||
4981 | "shasum": "" |
||
4982 | }, |
||
4983 | "require": { |
||
4984 | "php": ">=5.3.2", |
||
4985 | "swiftmailer/swiftmailer": ">=4.2.0,~5.0", |
||
4986 | "symfony/config": "~2.7|~3.0", |
||
4987 | "symfony/dependency-injection": "~2.7|~3.0", |
||
4988 | "symfony/http-kernel": "~2.7|~3.0" |
||
4989 | }, |
||
4990 | "require-dev": { |
||
4991 | "symfony/console": "~2.7|~3.0", |
||
4992 | "symfony/framework-bundle": "~2.7|~3.0", |
||
4993 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
4994 | "symfony/yaml": "~2.7|~3.0" |
||
4995 | }, |
||
4996 | "suggest": { |
||
4997 | "psr/log": "Allows logging" |
||
4998 | }, |
||
4999 | "type": "symfony-bundle", |
||
5000 | "extra": { |
||
5001 | "branch-alias": { |
||
5002 | "dev-master": "2.4-dev" |
||
5003 | } |
||
5004 | }, |
||
5005 | "autoload": { |
||
5006 | "psr-4": { |
||
5007 | "Symfony\\Bundle\\SwiftmailerBundle\\": "" |
||
5008 | } |
||
5009 | }, |
||
5010 | "notification-url": "https://packagist.org/downloads/", |
||
5011 | "license": [ |
||
5012 | "MIT" |
||
5013 | ], |
||
5014 | "authors": [ |
||
5015 | { |
||
5016 | "name": "Symfony Community", |
||
5017 | "homepage": "http://symfony.com/contributors" |
||
5018 | }, |
||
5019 | { |
||
5020 | "name": "Fabien Potencier", |
||
5021 | "email": "[email protected]" |
||
5022 | } |
||
5023 | ], |
||
5024 | "description": "Symfony SwiftmailerBundle", |
||
5025 | "homepage": "http://symfony.com", |
||
5026 | "time": "2016-12-20T04:44:33+00:00" |
||
5027 | }, |
||
5028 | { |
||
5029 | "name": "symfony/symfony", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
5030 | "version": "v3.3.3", |
||
5031 | "source": { |
||
5032 | "type": "git", |
||
5033 | "url": "https://github.com/symfony/symfony.git", |
||
5034 | "reference": "098bb166d51cdf0b0541550d037bb3ad1f8fa846" |
||
5035 | }, |
||
5036 | "dist": { |
||
5037 | "type": "zip", |
||
5038 | "url": "https://api.github.com/repos/symfony/symfony/zipball/098bb166d51cdf0b0541550d037bb3ad1f8fa846", |
||
5039 | "reference": "098bb166d51cdf0b0541550d037bb3ad1f8fa846", |
||
5040 | "shasum": "" |
||
5041 | }, |
||
5042 | "require": { |
||
5043 | "doctrine/common": "~2.4", |
||
5044 | "fig/link-util": "^1.0", |
||
5045 | "php": ">=5.5.9", |
||
5046 | "psr/cache": "~1.0", |
||
5047 | "psr/container": "^1.0", |
||
5048 | "psr/link": "^1.0", |
||
5049 | "psr/log": "~1.0", |
||
5050 | "psr/simple-cache": "^1.0", |
||
5051 | "symfony/polyfill-intl-icu": "~1.0", |
||
5052 | "symfony/polyfill-mbstring": "~1.0", |
||
5053 | "symfony/polyfill-php56": "~1.0", |
||
5054 | "symfony/polyfill-php70": "~1.0", |
||
5055 | "symfony/polyfill-util": "~1.0", |
||
5056 | "twig/twig": "~1.34|~2.4" |
||
5057 | }, |
||
5058 | "conflict": { |
||
5059 | "phpdocumentor/reflection-docblock": "<3.0", |
||
5060 | "phpdocumentor/type-resolver": "<0.2.0", |
||
5061 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
5062 | }, |
||
5063 | "provide": { |
||
5064 | "psr/cache-implementation": "1.0", |
||
5065 | "psr/container-implementation": "1.0", |
||
5066 | "psr/simple-cache-implementation": "1.0" |
||
5067 | }, |
||
5068 | "replace": { |
||
5069 | "symfony/asset": "self.version", |
||
5070 | "symfony/browser-kit": "self.version", |
||
5071 | "symfony/cache": "self.version", |
||
5072 | "symfony/class-loader": "self.version", |
||
5073 | "symfony/config": "self.version", |
||
5074 | "symfony/console": "self.version", |
||
5075 | "symfony/css-selector": "self.version", |
||
5076 | "symfony/debug": "self.version", |
||
5077 | "symfony/debug-bundle": "self.version", |
||
5078 | "symfony/dependency-injection": "self.version", |
||
5079 | "symfony/doctrine-bridge": "self.version", |
||
5080 | "symfony/dom-crawler": "self.version", |
||
5081 | "symfony/dotenv": "self.version", |
||
5082 | "symfony/event-dispatcher": "self.version", |
||
5083 | "symfony/expression-language": "self.version", |
||
5084 | "symfony/filesystem": "self.version", |
||
5085 | "symfony/finder": "self.version", |
||
5086 | "symfony/form": "self.version", |
||
5087 | "symfony/framework-bundle": "self.version", |
||
5088 | "symfony/http-foundation": "self.version", |
||
5089 | "symfony/http-kernel": "self.version", |
||
5090 | "symfony/inflector": "self.version", |
||
5091 | "symfony/intl": "self.version", |
||
5092 | "symfony/ldap": "self.version", |
||
5093 | "symfony/monolog-bridge": "self.version", |
||
5094 | "symfony/options-resolver": "self.version", |
||
5095 | "symfony/process": "self.version", |
||
5096 | "symfony/property-access": "self.version", |
||
5097 | "symfony/property-info": "self.version", |
||
5098 | "symfony/proxy-manager-bridge": "self.version", |
||
5099 | "symfony/routing": "self.version", |
||
5100 | "symfony/security": "self.version", |
||
5101 | "symfony/security-bundle": "self.version", |
||
5102 | "symfony/security-core": "self.version", |
||
5103 | "symfony/security-csrf": "self.version", |
||
5104 | "symfony/security-guard": "self.version", |
||
5105 | "symfony/security-http": "self.version", |
||
5106 | "symfony/serializer": "self.version", |
||
5107 | "symfony/stopwatch": "self.version", |
||
5108 | "symfony/templating": "self.version", |
||
5109 | "symfony/translation": "self.version", |
||
5110 | "symfony/twig-bridge": "self.version", |
||
5111 | "symfony/twig-bundle": "self.version", |
||
5112 | "symfony/validator": "self.version", |
||
5113 | "symfony/var-dumper": "self.version", |
||
5114 | "symfony/web-link": "self.version", |
||
5115 | "symfony/web-profiler-bundle": "self.version", |
||
5116 | "symfony/web-server-bundle": "self.version", |
||
5117 | "symfony/workflow": "self.version", |
||
5118 | "symfony/yaml": "self.version" |
||
5119 | }, |
||
5120 | "require-dev": { |
||
5121 | "cache/integration-tests": "dev-master", |
||
5122 | "doctrine/cache": "~1.6", |
||
5123 | "doctrine/data-fixtures": "1.0.*", |
||
5124 | "doctrine/dbal": "~2.4", |
||
5125 | "doctrine/doctrine-bundle": "~1.4", |
||
5126 | "doctrine/orm": "~2.4,>=2.4.5", |
||
5127 | "egulias/email-validator": "~1.2,>=1.2.8|~2.0", |
||
5128 | "monolog/monolog": "~1.11", |
||
5129 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0", |
||
5130 | "phpdocumentor/reflection-docblock": "^3.0", |
||
5131 | "predis/predis": "~1.0", |
||
5132 | "sensio/framework-extra-bundle": "^3.0.2", |
||
5133 | "symfony/phpunit-bridge": "~3.2", |
||
5134 | "symfony/polyfill-apcu": "~1.1", |
||
5135 | "symfony/security-acl": "~2.8|~3.0" |
||
5136 | }, |
||
5137 | "type": "library", |
||
5138 | "extra": { |
||
5139 | "branch-alias": { |
||
5140 | "dev-master": "3.3-dev" |
||
5141 | } |
||
5142 | }, |
||
5143 | "autoload": { |
||
5144 | "psr-4": { |
||
5145 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", |
||
5146 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", |
||
5147 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", |
||
5148 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", |
||
5149 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", |
||
5150 | "Symfony\\Component\\": "src/Symfony/Component/" |
||
5151 | }, |
||
5152 | "classmap": [ |
||
5153 | "src/Symfony/Component/Intl/Resources/stubs" |
||
5154 | ], |
||
5155 | "exclude-from-classmap": [ |
||
5156 | "**/Tests/" |
||
5157 | ] |
||
5158 | }, |
||
5159 | "notification-url": "https://packagist.org/downloads/", |
||
5160 | "license": [ |
||
5161 | "MIT" |
||
5162 | ], |
||
5163 | "authors": [ |
||
5164 | { |
||
5165 | "name": "Fabien Potencier", |
||
5166 | "email": "[email protected]" |
||
5167 | }, |
||
5168 | { |
||
5169 | "name": "Symfony Community", |
||
5170 | "homepage": "https://symfony.com/contributors" |
||
5171 | } |
||
5172 | ], |
||
5173 | "description": "The Symfony PHP framework", |
||
5174 | "homepage": "https://symfony.com", |
||
5175 | "keywords": [ |
||
5176 | "framework" |
||
5177 | ], |
||
5178 | "time": "2017-07-04T06:03:16+00:00" |
||
5179 | }, |
||
5180 | { |
||
5181 | "name": "twig/extensions", |
||
5182 | "version": "v1.4.1", |
||
5183 | "source": { |
||
5184 | "type": "git", |
||
5185 | "url": "https://github.com/twigphp/Twig-extensions.git", |
||
5186 | "reference": "f0bb8431c8691f5a39f1017d9a5967a082bf01ff" |
||
5187 | }, |
||
5188 | "dist": { |
||
5189 | "type": "zip", |
||
5190 | "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/f0bb8431c8691f5a39f1017d9a5967a082bf01ff", |
||
5191 | "reference": "f0bb8431c8691f5a39f1017d9a5967a082bf01ff", |
||
5192 | "shasum": "" |
||
5193 | }, |
||
5194 | "require": { |
||
5195 | "twig/twig": "~1.20|~2.0" |
||
5196 | }, |
||
5197 | "require-dev": { |
||
5198 | "symfony/translation": "~2.3" |
||
5199 | }, |
||
5200 | "suggest": { |
||
5201 | "symfony/translation": "Allow the time_diff output to be translated" |
||
5202 | }, |
||
5203 | "type": "library", |
||
5204 | "extra": { |
||
5205 | "branch-alias": { |
||
5206 | "dev-master": "1.4-dev" |
||
5207 | } |
||
5208 | }, |
||
5209 | "autoload": { |
||
5210 | "psr-0": { |
||
5211 | "Twig_Extensions_": "lib/" |
||
5212 | } |
||
5213 | }, |
||
5214 | "notification-url": "https://packagist.org/downloads/", |
||
5215 | "license": [ |
||
5216 | "MIT" |
||
5217 | ], |
||
5218 | "authors": [ |
||
5219 | { |
||
5220 | "name": "Fabien Potencier", |
||
5221 | "email": "[email protected]" |
||
5222 | } |
||
5223 | ], |
||
5224 | "description": "Common additional features for Twig that do not directly belong in core", |
||
5225 | "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html", |
||
5226 | "keywords": [ |
||
5227 | "i18n", |
||
5228 | "text" |
||
5229 | ], |
||
5230 | "time": "2016-10-25T17:34:14+00:00" |
||
5231 | }, |
||
5232 | { |
||
5233 | "name": "twig/twig", |
||
5234 | "version": "v1.34.4", |
||
5235 | "source": { |
||
5236 | "type": "git", |
||
5237 | "url": "https://github.com/twigphp/Twig.git", |
||
5238 | "reference": "f878bab48edb66ad9c6ed626bf817f60c6c096ee" |
||
5239 | }, |
||
5240 | "dist": { |
||
5241 | "type": "zip", |
||
5242 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/f878bab48edb66ad9c6ed626bf817f60c6c096ee", |
||
5243 | "reference": "f878bab48edb66ad9c6ed626bf817f60c6c096ee", |
||
5244 | "shasum": "" |
||
5245 | }, |
||
5246 | "require": { |
||
5247 | "php": ">=5.3.3" |
||
5248 | }, |
||
5249 | "require-dev": { |
||
5250 | "psr/container": "^1.0", |
||
5251 | "symfony/debug": "~2.7", |
||
5252 | "symfony/phpunit-bridge": "~3.3@dev" |
||
5253 | }, |
||
5254 | "type": "library", |
||
5255 | "extra": { |
||
5256 | "branch-alias": { |
||
5257 | "dev-master": "1.34-dev" |
||
5258 | } |
||
5259 | }, |
||
5260 | "autoload": { |
||
5261 | "psr-0": { |
||
5262 | "Twig_": "lib/" |
||
5263 | }, |
||
5264 | "psr-4": { |
||
5265 | "Twig\\": "src/" |
||
5266 | } |
||
5267 | }, |
||
5268 | "notification-url": "https://packagist.org/downloads/", |
||
5269 | "license": [ |
||
5270 | "BSD-3-Clause" |
||
5271 | ], |
||
5272 | "authors": [ |
||
5273 | { |
||
5274 | "name": "Fabien Potencier", |
||
5275 | "email": "[email protected]", |
||
5276 | "homepage": "http://fabien.potencier.org", |
||
5277 | "role": "Lead Developer" |
||
5278 | }, |
||
5279 | { |
||
5280 | "name": "Armin Ronacher", |
||
5281 | "email": "[email protected]", |
||
5282 | "role": "Project Founder" |
||
5283 | }, |
||
5284 | { |
||
5285 | "name": "Twig Team", |
||
5286 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
5287 | "role": "Contributors" |
||
5288 | } |
||
5289 | ], |
||
5290 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
5291 | "homepage": "http://twig.sensiolabs.org", |
||
5292 | "keywords": [ |
||
5293 | "templating" |
||
5294 | ], |
||
5295 | "time": "2017-07-04T13:19:31+00:00" |
||
5296 | }, |
||
5297 | { |
||
5298 | "name": "webmozart/assert", |
||
5299 | "version": "1.2.0", |
||
5300 | "source": { |
||
5301 | "type": "git", |
||
5302 | "url": "https://github.com/webmozart/assert.git", |
||
5303 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" |
||
5304 | }, |
||
5305 | "dist": { |
||
5306 | "type": "zip", |
||
5307 | "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
5308 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
5309 | "shasum": "" |
||
5310 | }, |
||
5311 | "require": { |
||
5312 | "php": "^5.3.3 || ^7.0" |
||
5313 | }, |
||
5314 | "require-dev": { |
||
5315 | "phpunit/phpunit": "^4.6", |
||
5316 | "sebastian/version": "^1.0.1" |
||
5317 | }, |
||
5318 | "type": "library", |
||
5319 | "extra": { |
||
5320 | "branch-alias": { |
||
5321 | "dev-master": "1.3-dev" |
||
5322 | } |
||
5323 | }, |
||
5324 | "autoload": { |
||
5325 | "psr-4": { |
||
5326 | "Webmozart\\Assert\\": "src/" |
||
5327 | } |
||
5328 | }, |
||
5329 | "notification-url": "https://packagist.org/downloads/", |
||
5330 | "license": [ |
||
5331 | "MIT" |
||
5332 | ], |
||
5333 | "authors": [ |
||
5334 | { |
||
5335 | "name": "Bernhard Schussek", |
||
5336 | "email": "[email protected]" |
||
5337 | } |
||
5338 | ], |
||
5339 | "description": "Assertions to validate method input/output with nice error messages.", |
||
5340 | "keywords": [ |
||
5341 | "assert", |
||
5342 | "check", |
||
5343 | "validate" |
||
5344 | ], |
||
5345 | "time": "2016-11-23T20:04:58+00:00" |
||
5346 | }, |
||
5347 | { |
||
5348 | "name": "white-october/pagerfanta-bundle", |
||
5349 | "version": "v1.0.8", |
||
5350 | "source": { |
||
5351 | "type": "git", |
||
5352 | "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git", |
||
5353 | "reference": "ba78522935b141e7e3dee637dc0095fb44fde65b" |
||
5354 | }, |
||
5355 | "dist": { |
||
5356 | "type": "zip", |
||
5357 | "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/ba78522935b141e7e3dee637dc0095fb44fde65b", |
||
5358 | "reference": "ba78522935b141e7e3dee637dc0095fb44fde65b", |
||
5359 | "shasum": "" |
||
5360 | }, |
||
5361 | "require": { |
||
5362 | "pagerfanta/pagerfanta": "1.0.*", |
||
5363 | "symfony/framework-bundle": "~2.3|~3.0", |
||
5364 | "symfony/property-access": "~2.3|~3.0", |
||
5365 | "symfony/twig-bundle": "~2.3|~3.0" |
||
5366 | }, |
||
5367 | "require-dev": { |
||
5368 | "phpunit/phpunit": "~3.7", |
||
5369 | "symfony/symfony": "~2.3|~3.0" |
||
5370 | }, |
||
5371 | "type": "symfony-bundle", |
||
5372 | "extra": { |
||
5373 | "branch-alias": { |
||
5374 | "dev-master": "1.0.x-dev" |
||
5375 | } |
||
5376 | }, |
||
5377 | "autoload": { |
||
5378 | "psr-4": { |
||
5379 | "WhiteOctober\\PagerfantaBundle\\": "" |
||
5380 | } |
||
5381 | }, |
||
5382 | "notification-url": "https://packagist.org/downloads/", |
||
5383 | "license": [ |
||
5384 | "MIT" |
||
5385 | ], |
||
5386 | "authors": [ |
||
5387 | { |
||
5388 | "name": "Pablo Díez", |
||
5389 | "email": "[email protected]" |
||
5390 | } |
||
5391 | ], |
||
5392 | "description": "Bundle to use Pagerfanta with Symfony2", |
||
5393 | "keywords": [ |
||
5394 | "page", |
||
5395 | "paging" |
||
5396 | ], |
||
5397 | "time": "2017-02-10T16:54:59+00:00" |
||
5398 | }, |
||
5399 | { |
||
5400 | "name": "willdurand/hateoas", |
||
5401 | "version": "2.10.0", |
||
5402 | "source": { |
||
5403 | "type": "git", |
||
5404 | "url": "https://github.com/willdurand/Hateoas.git", |
||
5405 | "reference": "ada89d867e47040f8c4be3be2c8e7930a3d01189" |
||
5406 | }, |
||
5407 | "dist": { |
||
5408 | "type": "zip", |
||
5409 | "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/ada89d867e47040f8c4be3be2c8e7930a3d01189", |
||
5410 | "reference": "ada89d867e47040f8c4be3be2c8e7930a3d01189", |
||
5411 | "shasum": "" |
||
5412 | }, |
||
5413 | "require": { |
||
5414 | "doctrine/annotations": "~1.0", |
||
5415 | "doctrine/common": "~2.0", |
||
5416 | "jms/metadata": "~1.1", |
||
5417 | "jms/serializer": "~1.0", |
||
5418 | "php": ">=5.4", |
||
5419 | "phpoption/phpoption": ">=1.1.0,<2.0-dev", |
||
5420 | "symfony/expression-language": "~2.4 || ~3.0" |
||
5421 | }, |
||
5422 | "require-dev": { |
||
5423 | "pagerfanta/pagerfanta": "~1.0", |
||
5424 | "phpunit/phpunit": "~4.5", |
||
5425 | "symfony/dependency-injection": "~2.4 || ~3.0", |
||
5426 | "symfony/routing": "~2.4 || ~3.0", |
||
5427 | "symfony/yaml": "~2.4 || ~3.0", |
||
5428 | "twig/twig": "~1.12" |
||
5429 | }, |
||
5430 | "suggest": { |
||
5431 | "symfony/routing": "To use the SymfonyRouteFactory.", |
||
5432 | "symfony/yaml": "To use yaml based configuration.", |
||
5433 | "twig/twig": "To use the Twig extensions." |
||
5434 | }, |
||
5435 | "type": "library", |
||
5436 | "extra": { |
||
5437 | "branch-alias": { |
||
5438 | "dev-master": "2.10-dev" |
||
5439 | } |
||
5440 | }, |
||
5441 | "autoload": { |
||
5442 | "psr-0": { |
||
5443 | "Hateoas": "src/" |
||
5444 | } |
||
5445 | }, |
||
5446 | "notification-url": "https://packagist.org/downloads/", |
||
5447 | "license": [ |
||
5448 | "MIT" |
||
5449 | ], |
||
5450 | "authors": [ |
||
5451 | { |
||
5452 | "name": "Adrien Brault", |
||
5453 | "email": "[email protected]" |
||
5454 | }, |
||
5455 | { |
||
5456 | "name": "William Durand", |
||
5457 | "email": "[email protected]" |
||
5458 | } |
||
5459 | ], |
||
5460 | "description": "A PHP library to support implementing representations for HATEOAS REST web services", |
||
5461 | "time": "2016-05-19T11:30:35+00:00" |
||
5462 | }, |
||
5463 | { |
||
5464 | "name": "willdurand/hateoas-bundle", |
||
5465 | "version": "1.2.0", |
||
5466 | "target-dir": "Bazinga/Bundle/HateoasBundle", |
||
5467 | "source": { |
||
5468 | "type": "git", |
||
5469 | "url": "https://github.com/willdurand/BazingaHateoasBundle.git", |
||
5470 | "reference": "7c73a949c72dc6bc7363f76c11e70e655b19d94b" |
||
5471 | }, |
||
5472 | "dist": { |
||
5473 | "type": "zip", |
||
5474 | "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/7c73a949c72dc6bc7363f76c11e70e655b19d94b", |
||
5475 | "reference": "7c73a949c72dc6bc7363f76c11e70e655b19d94b", |
||
5476 | "shasum": "" |
||
5477 | }, |
||
5478 | "require": { |
||
5479 | "jms/serializer-bundle": "~1.0", |
||
5480 | "php": ">5.4", |
||
5481 | "symfony/framework-bundle": "~2.2 || ~3.0", |
||
5482 | "willdurand/hateoas": "^2.10.0" |
||
5483 | }, |
||
5484 | "require-dev": { |
||
5485 | "phpunit/phpunit": "~4.5", |
||
5486 | "symfony/expression-language": "~2.4 || ~3.0", |
||
5487 | "twig/twig": "~1.12" |
||
5488 | }, |
||
5489 | "type": "symfony-bundle", |
||
5490 | "extra": { |
||
5491 | "branch-alias": { |
||
5492 | "dev-master": "1.2-dev" |
||
5493 | } |
||
5494 | }, |
||
5495 | "autoload": { |
||
5496 | "psr-0": { |
||
5497 | "Bazinga\\Bundle\\HateoasBundle": "" |
||
5498 | } |
||
5499 | }, |
||
5500 | "notification-url": "https://packagist.org/downloads/", |
||
5501 | "license": [ |
||
5502 | "MIT" |
||
5503 | ], |
||
5504 | "authors": [ |
||
5505 | { |
||
5506 | "name": "William Durand", |
||
5507 | "email": "[email protected]" |
||
5508 | } |
||
5509 | ], |
||
5510 | "description": "Integration of Hateoas into Symfony2.", |
||
5511 | "keywords": [ |
||
5512 | "HATEOAS", |
||
5513 | "rest" |
||
5514 | ], |
||
5515 | "time": "2016-05-31T13:55:14+00:00" |
||
5516 | }, |
||
5517 | { |
||
5518 | "name": "willdurand/jsonp-callback-validator", |
||
5519 | "version": "v1.1.0", |
||
5520 | "source": { |
||
5521 | "type": "git", |
||
5522 | "url": "https://github.com/willdurand/JsonpCallbackValidator.git", |
||
5523 | "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909" |
||
5524 | }, |
||
5525 | "dist": { |
||
5526 | "type": "zip", |
||
5527 | "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909", |
||
5528 | "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909", |
||
5529 | "shasum": "" |
||
5530 | }, |
||
5531 | "require": { |
||
5532 | "php": ">=5.3.0" |
||
5533 | }, |
||
5534 | "require-dev": { |
||
5535 | "phpunit/phpunit": "~3.7" |
||
5536 | }, |
||
5537 | "type": "library", |
||
5538 | "autoload": { |
||
5539 | "psr-0": { |
||
5540 | "JsonpCallbackValidator": "src/" |
||
5541 | } |
||
5542 | }, |
||
5543 | "notification-url": "https://packagist.org/downloads/", |
||
5544 | "license": [ |
||
5545 | "MIT" |
||
5546 | ], |
||
5547 | "authors": [ |
||
5548 | { |
||
5549 | "name": "William Durand", |
||
5550 | "email": "[email protected]", |
||
5551 | "homepage": "http://www.willdurand.fr" |
||
5552 | } |
||
5553 | ], |
||
5554 | "description": "JSONP callback validator.", |
||
5555 | "time": "2014-01-20T22:35:06+00:00" |
||
5556 | }, |
||
5557 | { |
||
5558 | "name": "willdurand/negotiation", |
||
5559 | "version": "v2.2.1", |
||
5560 | "source": { |
||
5561 | "type": "git", |
||
5562 | "url": "https://github.com/willdurand/Negotiation.git", |
||
5563 | "reference": "1f210db45723b21edd69f39794662b8d64656b93" |
||
5564 | }, |
||
5565 | "dist": { |
||
5566 | "type": "zip", |
||
5567 | "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/1f210db45723b21edd69f39794662b8d64656b93", |
||
5568 | "reference": "1f210db45723b21edd69f39794662b8d64656b93", |
||
5569 | "shasum": "" |
||
5570 | }, |
||
5571 | "require": { |
||
5572 | "php": ">=5.4.0" |
||
5573 | }, |
||
5574 | "require-dev": { |
||
5575 | "phpunit/phpunit": "~4.5" |
||
5576 | }, |
||
5577 | "type": "library", |
||
5578 | "extra": { |
||
5579 | "branch-alias": { |
||
5580 | "dev-master": "2.2-dev" |
||
5581 | } |
||
5582 | }, |
||
5583 | "autoload": { |
||
5584 | "psr-4": { |
||
5585 | "Negotiation\\": "src/Negotiation" |
||
5586 | } |
||
5587 | }, |
||
5588 | "notification-url": "https://packagist.org/downloads/", |
||
5589 | "license": [ |
||
5590 | "MIT" |
||
5591 | ], |
||
5592 | "authors": [ |
||
5593 | { |
||
5594 | "name": "William Durand", |
||
5595 | "email": "[email protected]" |
||
5596 | } |
||
5597 | ], |
||
5598 | "description": "Content Negotiation tools for PHP provided as a standalone library.", |
||
5599 | "homepage": "http://williamdurand.fr/Negotiation/", |
||
5600 | "keywords": [ |
||
5601 | "accept", |
||
5602 | "content", |
||
5603 | "format", |
||
5604 | "header", |
||
5605 | "negotiation" |
||
5606 | ], |
||
5607 | "time": "2016-10-14T09:17:47+00:00" |
||
5608 | }, |
||
5609 | { |
||
5610 | "name": "winzou/state-machine", |
||
5611 | "version": "0.3.2", |
||
5612 | "source": { |
||
5613 | "type": "git", |
||
5614 | "url": "https://github.com/winzou/state-machine.git", |
||
5615 | "reference": "4ef48e7bba494514f36884a618a9b889eec3a5b0" |
||
5616 | }, |
||
5617 | "dist": { |
||
5618 | "type": "zip", |
||
5619 | "url": "https://api.github.com/repos/winzou/state-machine/zipball/4ef48e7bba494514f36884a618a9b889eec3a5b0", |
||
5620 | "reference": "4ef48e7bba494514f36884a618a9b889eec3a5b0", |
||
5621 | "shasum": "" |
||
5622 | }, |
||
5623 | "require": { |
||
5624 | "php": ">=5.3.0", |
||
5625 | "symfony/event-dispatcher": "~2.1|~3.0", |
||
5626 | "symfony/expression-language": "~2.4|~3.0", |
||
5627 | "symfony/property-access": "~2.1|~3.0" |
||
5628 | }, |
||
5629 | "require-dev": { |
||
5630 | "phpspec/phpspec": "~2.0", |
||
5631 | "twig/twig": "~1.0" |
||
5632 | }, |
||
5633 | "suggest": { |
||
5634 | "twig/twig": "Access the state machine in your twig templates (~1.0)" |
||
5635 | }, |
||
5636 | "type": "library", |
||
5637 | "autoload": { |
||
5638 | "psr-0": { |
||
5639 | "SM": "src/" |
||
5640 | } |
||
5641 | }, |
||
5642 | "notification-url": "https://packagist.org/downloads/", |
||
5643 | "license": [ |
||
5644 | "MIT" |
||
5645 | ], |
||
5646 | "authors": [ |
||
5647 | { |
||
5648 | "name": "Alexandre Bacco", |
||
5649 | "email": "[email protected]", |
||
5650 | "homepage": "http://alex.bacco.fr" |
||
5651 | } |
||
5652 | ], |
||
5653 | "description": "A very lightweight yet powerful PHP state machine", |
||
5654 | "homepage": "https://github.com/winzou/StateMachine", |
||
5655 | "keywords": [ |
||
5656 | "callback", |
||
5657 | "event", |
||
5658 | "state", |
||
5659 | "statemachine" |
||
5660 | ], |
||
5661 | "time": "2016-11-03T13:24:00+00:00" |
||
5662 | }, |
||
5663 | { |
||
5664 | "name": "winzou/state-machine-bundle", |
||
5665 | "version": "v0.3.0", |
||
5666 | "source": { |
||
5667 | "type": "git", |
||
5668 | "url": "https://github.com/winzou/StateMachineBundle.git", |
||
5669 | "reference": "ce9e0c50ecf6a257fe59ee5ad087710efd905f77" |
||
5670 | }, |
||
5671 | "dist": { |
||
5672 | "type": "zip", |
||
5673 | "url": "https://api.github.com/repos/winzou/StateMachineBundle/zipball/ce9e0c50ecf6a257fe59ee5ad087710efd905f77", |
||
5674 | "reference": "ce9e0c50ecf6a257fe59ee5ad087710efd905f77", |
||
5675 | "shasum": "" |
||
5676 | }, |
||
5677 | "require": { |
||
5678 | "php": ">5.3.0", |
||
5679 | "symfony/framework-bundle": "~2.1|~3.0", |
||
5680 | "winzou/state-machine": "~0.3" |
||
5681 | }, |
||
5682 | "require-dev": { |
||
5683 | "phpspec/phpspec": "~2.0" |
||
5684 | }, |
||
5685 | "type": "symfony-bundle", |
||
5686 | "autoload": { |
||
5687 | "psr-4": { |
||
5688 | "winzou\\Bundle\\StateMachineBundle\\": "" |
||
5689 | } |
||
5690 | }, |
||
5691 | "notification-url": "https://packagist.org/downloads/", |
||
5692 | "license": [ |
||
5693 | "MIT" |
||
5694 | ], |
||
5695 | "authors": [ |
||
5696 | { |
||
5697 | "name": "Alexandre Bacco", |
||
5698 | "homepage": "http://alex.bacco.fr" |
||
5699 | } |
||
5700 | ], |
||
5701 | "description": "Bundle for the very lightweight yet powerful PHP state machine", |
||
5702 | "keywords": [ |
||
5703 | "bundle", |
||
5704 | "statemachine", |
||
5705 | "symfony" |
||
5706 | ], |
||
5707 | "time": "2016-10-28T03:32:52+00:00" |
||
5708 | }, |
||
5709 | { |
||
5710 | "name": "zendframework/zend-code", |
||
5711 | "version": "2.6.3", |
||
5712 | "source": { |
||
5713 | "type": "git", |
||
5714 | "url": "https://github.com/zendframework/zend-code.git", |
||
5715 | "reference": "95033f061b083e16cdee60530ec260d7d628b887" |
||
5716 | }, |
||
5717 | "dist": { |
||
5718 | "type": "zip", |
||
5719 | "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887", |
||
5720 | "reference": "95033f061b083e16cdee60530ec260d7d628b887", |
||
5721 | "shasum": "" |
||
5722 | }, |
||
5723 | "require": { |
||
5724 | "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6", |
||
5725 | "zendframework/zend-eventmanager": "^2.6 || ^3.0" |
||
5726 | }, |
||
5727 | "require-dev": { |
||
5728 | "doctrine/annotations": "~1.0", |
||
5729 | "fabpot/php-cs-fixer": "1.7.*", |
||
5730 | "phpunit/phpunit": "^4.8.21", |
||
5731 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
5732 | }, |
||
5733 | "suggest": { |
||
5734 | "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", |
||
5735 | "zendframework/zend-stdlib": "Zend\\Stdlib component" |
||
5736 | }, |
||
5737 | "type": "library", |
||
5738 | "extra": { |
||
5739 | "branch-alias": { |
||
5740 | "dev-master": "2.6-dev", |
||
5741 | "dev-develop": "2.7-dev" |
||
5742 | } |
||
5743 | }, |
||
5744 | "autoload": { |
||
5745 | "psr-4": { |
||
5746 | "Zend\\Code\\": "src/" |
||
5747 | } |
||
5748 | }, |
||
5749 | "notification-url": "https://packagist.org/downloads/", |
||
5750 | "license": [ |
||
5751 | "BSD-3-Clause" |
||
5752 | ], |
||
5753 | "description": "provides facilities to generate arbitrary code using an object oriented interface", |
||
5754 | "homepage": "https://github.com/zendframework/zend-code", |
||
5755 | "keywords": [ |
||
5756 | "code", |
||
5757 | "zf2" |
||
5758 | ], |
||
5759 | "time": "2016-04-20T17:26:42+00:00" |
||
5760 | }, |
||
5761 | { |
||
5762 | "name": "zendframework/zend-eventmanager", |
||
5763 | "version": "3.1.0", |
||
5764 | "source": { |
||
5765 | "type": "git", |
||
5766 | "url": "https://github.com/zendframework/zend-eventmanager.git", |
||
5767 | "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d" |
||
5768 | }, |
||
5769 | "dist": { |
||
5770 | "type": "zip", |
||
5771 | "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/c3bce7b7d47c54040b9ae51bc55491c72513b75d", |
||
5772 | "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d", |
||
5773 | "shasum": "" |
||
5774 | }, |
||
5775 | "require": { |
||
5776 | "php": "^5.6 || ^7.0" |
||
5777 | }, |
||
5778 | "require-dev": { |
||
5779 | "athletic/athletic": "^0.1", |
||
5780 | "container-interop/container-interop": "^1.1.0", |
||
5781 | "phpunit/phpunit": "^5.6", |
||
5782 | "zendframework/zend-coding-standard": "~1.0.0", |
||
5783 | "zendframework/zend-stdlib": "^2.7.3 || ^3.0" |
||
5784 | }, |
||
5785 | "suggest": { |
||
5786 | "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", |
||
5787 | "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" |
||
5788 | }, |
||
5789 | "type": "library", |
||
5790 | "extra": { |
||
5791 | "branch-alias": { |
||
5792 | "dev-master": "3.1-dev", |
||
5793 | "dev-develop": "3.2-dev" |
||
5794 | } |
||
5795 | }, |
||
5796 | "autoload": { |
||
5797 | "psr-4": { |
||
5798 | "Zend\\EventManager\\": "src/" |
||
5799 | } |
||
5800 | }, |
||
5801 | "notification-url": "https://packagist.org/downloads/", |
||
5802 | "license": [ |
||
5803 | "BSD-3-Clause" |
||
5804 | ], |
||
5805 | "description": "Trigger and listen to events within a PHP application", |
||
5806 | "homepage": "https://github.com/zendframework/zend-eventmanager", |
||
5807 | "keywords": [ |
||
5808 | "event", |
||
5809 | "eventmanager", |
||
5810 | "events", |
||
5811 | "zf2" |
||
5812 | ], |
||
5813 | "time": "2016-12-19T21:47:12+00:00" |
||
5814 | }, |
||
5815 | { |
||
5816 | "name": "zendframework/zend-hydrator", |
||
5817 | "version": "2.2.1", |
||
5818 | "source": { |
||
5819 | "type": "git", |
||
5820 | "url": "https://github.com/zendframework/zend-hydrator.git", |
||
5821 | "reference": "0ac0d3e569781f1895670b0c8d0dc7f25b8a3182" |
||
5822 | }, |
||
5823 | "dist": { |
||
5824 | "type": "zip", |
||
5825 | "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/0ac0d3e569781f1895670b0c8d0dc7f25b8a3182", |
||
5826 | "reference": "0ac0d3e569781f1895670b0c8d0dc7f25b8a3182", |
||
5827 | "shasum": "" |
||
5828 | }, |
||
5829 | "require": { |
||
5830 | "php": "^5.5 || ^7.0", |
||
5831 | "zendframework/zend-stdlib": "^3.0" |
||
5832 | }, |
||
5833 | "require-dev": { |
||
5834 | "phpunit/phpunit": "^4.5", |
||
5835 | "squizlabs/php_codesniffer": "^2.3.1", |
||
5836 | "zendframework/zend-eventmanager": "^3.0", |
||
5837 | "zendframework/zend-filter": "^2.6", |
||
5838 | "zendframework/zend-inputfilter": "^2.6", |
||
5839 | "zendframework/zend-serializer": "^2.6.1", |
||
5840 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" |
||
5841 | }, |
||
5842 | "suggest": { |
||
5843 | "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage", |
||
5844 | "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage", |
||
5845 | "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy", |
||
5846 | "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage" |
||
5847 | }, |
||
5848 | "type": "library", |
||
5849 | "extra": { |
||
5850 | "branch-alias": { |
||
5851 | "dev-release-1.0": "1.0-dev", |
||
5852 | "dev-release-1.1": "1.1-dev", |
||
5853 | "dev-master": "2.2-dev", |
||
5854 | "dev-develop": "2.3-dev" |
||
5855 | }, |
||
5856 | "zf": { |
||
5857 | "component": "Zend\\Hydrator", |
||
5858 | "config-provider": "Zend\\Hydrator\\ConfigProvider" |
||
5859 | } |
||
5860 | }, |
||
5861 | "autoload": { |
||
5862 | "psr-4": { |
||
5863 | "Zend\\Hydrator\\": "src/" |
||
5864 | } |
||
5865 | }, |
||
5866 | "notification-url": "https://packagist.org/downloads/", |
||
5867 | "license": [ |
||
5868 | "BSD-3-Clause" |
||
5869 | ], |
||
5870 | "homepage": "https://github.com/zendframework/zend-hydrator", |
||
5871 | "keywords": [ |
||
5872 | "hydrator", |
||
5873 | "zf2" |
||
5874 | ], |
||
5875 | "time": "2016-04-18T17:59:29+00:00" |
||
5876 | }, |
||
5877 | { |
||
5878 | "name": "zendframework/zend-stdlib", |
||
5879 | "version": "3.1.0", |
||
5880 | "source": { |
||
5881 | "type": "git", |
||
5882 | "url": "https://github.com/zendframework/zend-stdlib.git", |
||
5883 | "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78" |
||
5884 | }, |
||
5885 | "dist": { |
||
5886 | "type": "zip", |
||
5887 | "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/debedcfc373a293f9250cc9aa03cf121428c8e78", |
||
5888 | "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78", |
||
5889 | "shasum": "" |
||
5890 | }, |
||
5891 | "require": { |
||
5892 | "php": "^5.6 || ^7.0" |
||
5893 | }, |
||
5894 | "require-dev": { |
||
5895 | "athletic/athletic": "~0.1", |
||
5896 | "phpunit/phpunit": "~4.0", |
||
5897 | "squizlabs/php_codesniffer": "^2.6.2" |
||
5898 | }, |
||
5899 | "type": "library", |
||
5900 | "extra": { |
||
5901 | "branch-alias": { |
||
5902 | "dev-master": "3.1-dev", |
||
5903 | "dev-develop": "3.2-dev" |
||
5904 | } |
||
5905 | }, |
||
5906 | "autoload": { |
||
5907 | "psr-4": { |
||
5908 | "Zend\\Stdlib\\": "src/" |
||
5909 | } |
||
5910 | }, |
||
5911 | "notification-url": "https://packagist.org/downloads/", |
||
5912 | "license": [ |
||
5913 | "BSD-3-Clause" |
||
5914 | ], |
||
5915 | "homepage": "https://github.com/zendframework/zend-stdlib", |
||
5916 | "keywords": [ |
||
5917 | "stdlib", |
||
5918 | "zf2" |
||
5919 | ], |
||
5920 | "time": "2016-09-13T14:38:50+00:00" |
||
5921 | } |
||
5922 | ], |
||
5923 | "packages-dev": [ |
||
5924 | { |
||
5925 | "name": "akeneo/phpspec-skip-example-extension", |
||
5926 | "version": "v3.0.0-alpha1", |
||
5927 | "source": { |
||
5928 | "type": "git", |
||
5929 | "url": "https://github.com/akeneo/PhpSpecSkipExampleExtension.git", |
||
5930 | "reference": "4aab9c7ac66caf4c488a9008981f0b62627edad6" |
||
5931 | }, |
||
5932 | "dist": { |
||
5933 | "type": "zip", |
||
5934 | "url": "https://api.github.com/repos/akeneo/PhpSpecSkipExampleExtension/zipball/4aab9c7ac66caf4c488a9008981f0b62627edad6", |
||
5935 | "reference": "4aab9c7ac66caf4c488a9008981f0b62627edad6", |
||
5936 | "shasum": "" |
||
5937 | }, |
||
5938 | "require": { |
||
5939 | "phpspec/phpspec": "^4.0" |
||
5940 | }, |
||
5941 | "type": "library", |
||
5942 | "extra": { |
||
5943 | "branch-alias": { |
||
5944 | "dev-master": "3.0.x-dev", |
||
5945 | "dev-2.0": "2.0.x-dev", |
||
5946 | "dev-1.2": "1.2.x-dev", |
||
5947 | "dev-1.1": "1.1.x-dev", |
||
5948 | "dev-1.0": "1.0.x-dev" |
||
5949 | } |
||
5950 | }, |
||
5951 | "autoload": { |
||
5952 | "psr-0": { |
||
5953 | "Akeneo": "src/" |
||
5954 | } |
||
5955 | }, |
||
5956 | "notification-url": "https://packagist.org/downloads/", |
||
5957 | "license": [ |
||
5958 | "MIT" |
||
5959 | ], |
||
5960 | "authors": [ |
||
5961 | { |
||
5962 | "name": "Gildas Quéméner", |
||
5963 | "email": "[email protected]" |
||
5964 | }, |
||
5965 | { |
||
5966 | "name": "Nicolas Dupont", |
||
5967 | "email": "[email protected]" |
||
5968 | }, |
||
5969 | { |
||
5970 | "name": "Kamil Kokot", |
||
5971 | "email": "[email protected]" |
||
5972 | } |
||
5973 | ], |
||
5974 | "description": "Skip your PhpSpec examples through annotations", |
||
5975 | "time": "2017-07-10T13:11:28+00:00" |
||
5976 | }, |
||
5977 | { |
||
5978 | "name": "behat/behat", |
||
5979 | "version": "v3.3.0", |
||
5980 | "source": { |
||
5981 | "type": "git", |
||
5982 | "url": "https://github.com/Behat/Behat.git", |
||
5983 | "reference": "15a3a1857457eaa29cdf41564a5e421effb09526" |
||
5984 | }, |
||
5985 | "dist": { |
||
5986 | "type": "zip", |
||
5987 | "url": "https://api.github.com/repos/Behat/Behat/zipball/15a3a1857457eaa29cdf41564a5e421effb09526", |
||
5988 | "reference": "15a3a1857457eaa29cdf41564a5e421effb09526", |
||
5989 | "shasum": "" |
||
5990 | }, |
||
5991 | "require": { |
||
5992 | "behat/gherkin": "^4.4.4", |
||
5993 | "behat/transliterator": "~1.0", |
||
5994 | "container-interop/container-interop": "^1.1", |
||
5995 | "ext-mbstring": "*", |
||
5996 | "php": ">=5.3.3", |
||
5997 | "symfony/class-loader": "~2.1||~3.0", |
||
5998 | "symfony/config": "~2.3||~3.0", |
||
5999 | "symfony/console": "~2.5||~3.0", |
||
6000 | "symfony/dependency-injection": "~2.1||~3.0", |
||
6001 | "symfony/event-dispatcher": "~2.1||~3.0", |
||
6002 | "symfony/translation": "~2.3||~3.0", |
||
6003 | "symfony/yaml": "~2.1||~3.0" |
||
6004 | }, |
||
6005 | "require-dev": { |
||
6006 | "herrera-io/box": "~1.6.1", |
||
6007 | "phpunit/phpunit": "~4.5", |
||
6008 | "symfony/process": "~2.5|~3.0" |
||
6009 | }, |
||
6010 | "suggest": { |
||
6011 | "behat/mink-extension": "for integration with Mink testing framework", |
||
6012 | "behat/symfony2-extension": "for integration with Symfony2 web framework", |
||
6013 | "behat/yii-extension": "for integration with Yii web framework" |
||
6014 | }, |
||
6015 | "bin": [ |
||
6016 | "bin/behat" |
||
6017 | ], |
||
6018 | "type": "library", |
||
6019 | "extra": { |
||
6020 | "branch-alias": { |
||
6021 | "dev-master": "3.2.x-dev" |
||
6022 | } |
||
6023 | }, |
||
6024 | "autoload": { |
||
6025 | "psr-0": { |
||
6026 | "Behat\\Behat": "src/", |
||
6027 | "Behat\\Testwork": "src/" |
||
6028 | } |
||
6029 | }, |
||
6030 | "notification-url": "https://packagist.org/downloads/", |
||
6031 | "license": [ |
||
6032 | "MIT" |
||
6033 | ], |
||
6034 | "authors": [ |
||
6035 | { |
||
6036 | "name": "Konstantin Kudryashov", |
||
6037 | "email": "[email protected]", |
||
6038 | "homepage": "http://everzet.com" |
||
6039 | } |
||
6040 | ], |
||
6041 | "description": "Scenario-oriented BDD framework for PHP 5.3", |
||
6042 | "homepage": "http://behat.org/", |
||
6043 | "keywords": [ |
||
6044 | "Agile", |
||
6045 | "BDD", |
||
6046 | "ScenarioBDD", |
||
6047 | "Scrum", |
||
6048 | "StoryBDD", |
||
6049 | "User story", |
||
6050 | "business", |
||
6051 | "development", |
||
6052 | "documentation", |
||
6053 | "examples", |
||
6054 | "symfony", |
||
6055 | "testing" |
||
6056 | ], |
||
6057 | "time": "2016-12-25T13:43:52+00:00" |
||
6058 | }, |
||
6059 | { |
||
6060 | "name": "behat/gherkin", |
||
6061 | "version": "v4.4.5", |
||
6062 | "source": { |
||
6063 | "type": "git", |
||
6064 | "url": "https://github.com/Behat/Gherkin.git", |
||
6065 | "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74" |
||
6066 | }, |
||
6067 | "dist": { |
||
6068 | "type": "zip", |
||
6069 | "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74", |
||
6070 | "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74", |
||
6071 | "shasum": "" |
||
6072 | }, |
||
6073 | "require": { |
||
6074 | "php": ">=5.3.1" |
||
6075 | }, |
||
6076 | "require-dev": { |
||
6077 | "phpunit/phpunit": "~4.5|~5", |
||
6078 | "symfony/phpunit-bridge": "~2.7|~3", |
||
6079 | "symfony/yaml": "~2.3|~3" |
||
6080 | }, |
||
6081 | "suggest": { |
||
6082 | "symfony/yaml": "If you want to parse features, represented in YAML files" |
||
6083 | }, |
||
6084 | "type": "library", |
||
6085 | "extra": { |
||
6086 | "branch-alias": { |
||
6087 | "dev-master": "4.4-dev" |
||
6088 | } |
||
6089 | }, |
||
6090 | "autoload": { |
||
6091 | "psr-0": { |
||
6092 | "Behat\\Gherkin": "src/" |
||
6093 | } |
||
6094 | }, |
||
6095 | "notification-url": "https://packagist.org/downloads/", |
||
6096 | "license": [ |
||
6097 | "MIT" |
||
6098 | ], |
||
6099 | "authors": [ |
||
6100 | { |
||
6101 | "name": "Konstantin Kudryashov", |
||
6102 | "email": "[email protected]", |
||
6103 | "homepage": "http://everzet.com" |
||
6104 | } |
||
6105 | ], |
||
6106 | "description": "Gherkin DSL parser for PHP 5.3", |
||
6107 | "homepage": "http://behat.org/", |
||
6108 | "keywords": [ |
||
6109 | "BDD", |
||
6110 | "Behat", |
||
6111 | "Cucumber", |
||
6112 | "DSL", |
||
6113 | "gherkin", |
||
6114 | "parser" |
||
6115 | ], |
||
6116 | "time": "2016-10-30T11:50:56+00:00" |
||
6117 | }, |
||
6118 | { |
||
6119 | "name": "behat/mink", |
||
6120 | "version": "v1.7.1", |
||
6121 | "source": { |
||
6122 | "type": "git", |
||
6123 | "url": "https://github.com/minkphp/Mink.git", |
||
6124 | "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9" |
||
6125 | }, |
||
6126 | "dist": { |
||
6127 | "type": "zip", |
||
6128 | "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9", |
||
6129 | "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9", |
||
6130 | "shasum": "" |
||
6131 | }, |
||
6132 | "require": { |
||
6133 | "php": ">=5.3.1", |
||
6134 | "symfony/css-selector": "~2.1|~3.0" |
||
6135 | }, |
||
6136 | "require-dev": { |
||
6137 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
6138 | }, |
||
6139 | "suggest": { |
||
6140 | "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", |
||
6141 | "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", |
||
6142 | "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", |
||
6143 | "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)" |
||
6144 | }, |
||
6145 | "type": "library", |
||
6146 | "extra": { |
||
6147 | "branch-alias": { |
||
6148 | "dev-master": "1.7.x-dev" |
||
6149 | } |
||
6150 | }, |
||
6151 | "autoload": { |
||
6152 | "psr-4": { |
||
6153 | "Behat\\Mink\\": "src/" |
||
6154 | } |
||
6155 | }, |
||
6156 | "notification-url": "https://packagist.org/downloads/", |
||
6157 | "license": [ |
||
6158 | "MIT" |
||
6159 | ], |
||
6160 | "authors": [ |
||
6161 | { |
||
6162 | "name": "Konstantin Kudryashov", |
||
6163 | "email": "[email protected]", |
||
6164 | "homepage": "http://everzet.com" |
||
6165 | } |
||
6166 | ], |
||
6167 | "description": "Browser controller/emulator abstraction for PHP", |
||
6168 | "homepage": "http://mink.behat.org/", |
||
6169 | "keywords": [ |
||
6170 | "browser", |
||
6171 | "testing", |
||
6172 | "web" |
||
6173 | ], |
||
6174 | "time": "2016-03-05T08:26:18+00:00" |
||
6175 | }, |
||
6176 | { |
||
6177 | "name": "behat/mink-browserkit-driver", |
||
6178 | "version": "v1.3.2", |
||
6179 | "source": { |
||
6180 | "type": "git", |
||
6181 | "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", |
||
6182 | "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb" |
||
6183 | }, |
||
6184 | "dist": { |
||
6185 | "type": "zip", |
||
6186 | "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb", |
||
6187 | "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb", |
||
6188 | "shasum": "" |
||
6189 | }, |
||
6190 | "require": { |
||
6191 | "behat/mink": "^1.7.1@dev", |
||
6192 | "php": ">=5.3.6", |
||
6193 | "symfony/browser-kit": "~2.3|~3.0", |
||
6194 | "symfony/dom-crawler": "~2.3|~3.0" |
||
6195 | }, |
||
6196 | "require-dev": { |
||
6197 | "silex/silex": "~1.2", |
||
6198 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
6199 | }, |
||
6200 | "type": "mink-driver", |
||
6201 | "extra": { |
||
6202 | "branch-alias": { |
||
6203 | "dev-master": "1.3.x-dev" |
||
6204 | } |
||
6205 | }, |
||
6206 | "autoload": { |
||
6207 | "psr-4": { |
||
6208 | "Behat\\Mink\\Driver\\": "src/" |
||
6209 | } |
||
6210 | }, |
||
6211 | "notification-url": "https://packagist.org/downloads/", |
||
6212 | "license": [ |
||
6213 | "MIT" |
||
6214 | ], |
||
6215 | "authors": [ |
||
6216 | { |
||
6217 | "name": "Konstantin Kudryashov", |
||
6218 | "email": "[email protected]", |
||
6219 | "homepage": "http://everzet.com" |
||
6220 | } |
||
6221 | ], |
||
6222 | "description": "Symfony2 BrowserKit driver for Mink framework", |
||
6223 | "homepage": "http://mink.behat.org/", |
||
6224 | "keywords": [ |
||
6225 | "Mink", |
||
6226 | "Symfony2", |
||
6227 | "browser", |
||
6228 | "testing" |
||
6229 | ], |
||
6230 | "time": "2016-03-05T08:59:47+00:00" |
||
6231 | }, |
||
6232 | { |
||
6233 | "name": "behat/mink-extension", |
||
6234 | "version": "v2.2", |
||
6235 | "source": { |
||
6236 | "type": "git", |
||
6237 | "url": "https://github.com/Behat/MinkExtension.git", |
||
6238 | "reference": "5b4bda64ff456104564317e212c823e45cad9d59" |
||
6239 | }, |
||
6240 | "dist": { |
||
6241 | "type": "zip", |
||
6242 | "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59", |
||
6243 | "reference": "5b4bda64ff456104564317e212c823e45cad9d59", |
||
6244 | "shasum": "" |
||
6245 | }, |
||
6246 | "require": { |
||
6247 | "behat/behat": "~3.0,>=3.0.5", |
||
6248 | "behat/mink": "~1.5", |
||
6249 | "php": ">=5.3.2", |
||
6250 | "symfony/config": "~2.2|~3.0" |
||
6251 | }, |
||
6252 | "require-dev": { |
||
6253 | "behat/mink-goutte-driver": "~1.1", |
||
6254 | "phpspec/phpspec": "~2.0" |
||
6255 | }, |
||
6256 | "type": "behat-extension", |
||
6257 | "extra": { |
||
6258 | "branch-alias": { |
||
6259 | "dev-master": "2.1.x-dev" |
||
6260 | } |
||
6261 | }, |
||
6262 | "autoload": { |
||
6263 | "psr-0": { |
||
6264 | "Behat\\MinkExtension": "src/" |
||
6265 | } |
||
6266 | }, |
||
6267 | "notification-url": "https://packagist.org/downloads/", |
||
6268 | "license": [ |
||
6269 | "MIT" |
||
6270 | ], |
||
6271 | "authors": [ |
||
6272 | { |
||
6273 | "name": "Christophe Coevoet", |
||
6274 | "email": "[email protected]" |
||
6275 | }, |
||
6276 | { |
||
6277 | "name": "Konstantin Kudryashov", |
||
6278 | "email": "[email protected]" |
||
6279 | } |
||
6280 | ], |
||
6281 | "description": "Mink extension for Behat", |
||
6282 | "homepage": "http://extensions.behat.org/mink", |
||
6283 | "keywords": [ |
||
6284 | "browser", |
||
6285 | "gui", |
||
6286 | "test", |
||
6287 | "web" |
||
6288 | ], |
||
6289 | "time": "2016-02-15T07:55:18+00:00" |
||
6290 | }, |
||
6291 | { |
||
6292 | "name": "behat/mink-selenium2-driver", |
||
6293 | "version": "v1.3.1", |
||
6294 | "source": { |
||
6295 | "type": "git", |
||
6296 | "url": "https://github.com/minkphp/MinkSelenium2Driver.git", |
||
6297 | "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288" |
||
6298 | }, |
||
6299 | "dist": { |
||
6300 | "type": "zip", |
||
6301 | "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288", |
||
6302 | "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288", |
||
6303 | "shasum": "" |
||
6304 | }, |
||
6305 | "require": { |
||
6306 | "behat/mink": "~1.7@dev", |
||
6307 | "instaclick/php-webdriver": "~1.1", |
||
6308 | "php": ">=5.3.1" |
||
6309 | }, |
||
6310 | "require-dev": { |
||
6311 | "symfony/phpunit-bridge": "~2.7" |
||
6312 | }, |
||
6313 | "type": "mink-driver", |
||
6314 | "extra": { |
||
6315 | "branch-alias": { |
||
6316 | "dev-master": "1.3.x-dev" |
||
6317 | } |
||
6318 | }, |
||
6319 | "autoload": { |
||
6320 | "psr-4": { |
||
6321 | "Behat\\Mink\\Driver\\": "src/" |
||
6322 | } |
||
6323 | }, |
||
6324 | "notification-url": "https://packagist.org/downloads/", |
||
6325 | "license": [ |
||
6326 | "MIT" |
||
6327 | ], |
||
6328 | "authors": [ |
||
6329 | { |
||
6330 | "name": "Konstantin Kudryashov", |
||
6331 | "email": "[email protected]", |
||
6332 | "homepage": "http://everzet.com" |
||
6333 | }, |
||
6334 | { |
||
6335 | "name": "Pete Otaqui", |
||
6336 | "email": "[email protected]", |
||
6337 | "homepage": "https://github.com/pete-otaqui" |
||
6338 | } |
||
6339 | ], |
||
6340 | "description": "Selenium2 (WebDriver) driver for Mink framework", |
||
6341 | "homepage": "http://mink.behat.org/", |
||
6342 | "keywords": [ |
||
6343 | "ajax", |
||
6344 | "browser", |
||
6345 | "javascript", |
||
6346 | "selenium", |
||
6347 | "testing", |
||
6348 | "webdriver" |
||
6349 | ], |
||
6350 | "time": "2016-03-05T09:10:18+00:00" |
||
6351 | }, |
||
6352 | { |
||
6353 | "name": "coduo/php-matcher", |
||
6354 | "version": "2.1.0", |
||
6355 | "source": { |
||
6356 | "type": "git", |
||
6357 | "url": "https://github.com/coduo/php-matcher.git", |
||
6358 | "reference": "80ce761282da62db12906885f58d1e4bbddb525f" |
||
6359 | }, |
||
6360 | "dist": { |
||
6361 | "type": "zip", |
||
6362 | "url": "https://api.github.com/repos/coduo/php-matcher/zipball/80ce761282da62db12906885f58d1e4bbddb525f", |
||
6363 | "reference": "80ce761282da62db12906885f58d1e4bbddb525f", |
||
6364 | "shasum": "" |
||
6365 | }, |
||
6366 | "require": { |
||
6367 | "coduo/php-to-string": "^2", |
||
6368 | "doctrine/lexer": "1.0.*", |
||
6369 | "ext-filter": "*", |
||
6370 | "openlss/lib-array2xml": "~0.0.9", |
||
6371 | "php": ">=5.3.0", |
||
6372 | "symfony/expression-language": "^2.3|^3.0", |
||
6373 | "symfony/property-access": "^2.3|^3.0" |
||
6374 | }, |
||
6375 | "require-dev": { |
||
6376 | "phpunit/phpunit": "^4.8" |
||
6377 | }, |
||
6378 | "type": "library", |
||
6379 | "extra": { |
||
6380 | "branch-alias": { |
||
6381 | "dev-master": "2.1-dev" |
||
6382 | } |
||
6383 | }, |
||
6384 | "autoload": { |
||
6385 | "psr-4": { |
||
6386 | "Coduo\\PHPMatcher\\": "src/" |
||
6387 | } |
||
6388 | }, |
||
6389 | "notification-url": "https://packagist.org/downloads/", |
||
6390 | "license": [ |
||
6391 | "MIT" |
||
6392 | ], |
||
6393 | "authors": [ |
||
6394 | { |
||
6395 | "name": "Norbert Orzechowicz", |
||
6396 | "email": "[email protected]" |
||
6397 | }, |
||
6398 | { |
||
6399 | "name": "Michał Dąbrowski", |
||
6400 | "email": "[email protected]" |
||
6401 | } |
||
6402 | ], |
||
6403 | "description": "PHP Matcher enables you to match values with patterns", |
||
6404 | "keywords": [ |
||
6405 | "Match", |
||
6406 | "json", |
||
6407 | "matcher", |
||
6408 | "tests" |
||
6409 | ], |
||
6410 | "time": "2016-10-20T14:41:41+00:00" |
||
6411 | }, |
||
6412 | { |
||
6413 | "name": "coduo/php-to-string", |
||
6414 | "version": "2.0.1", |
||
6415 | "source": { |
||
6416 | "type": "git", |
||
6417 | "url": "https://github.com/coduo/php-to-string.git", |
||
6418 | "reference": "4c1d7e2e76017719edc70e944ace0ec570748a78" |
||
6419 | }, |
||
6420 | "dist": { |
||
6421 | "type": "zip", |
||
6422 | "url": "https://api.github.com/repos/coduo/php-to-string/zipball/4c1d7e2e76017719edc70e944ace0ec570748a78", |
||
6423 | "reference": "4c1d7e2e76017719edc70e944ace0ec570748a78", |
||
6424 | "shasum": "" |
||
6425 | }, |
||
6426 | "require": { |
||
6427 | "php": ">=5.3.0" |
||
6428 | }, |
||
6429 | "require-dev": { |
||
6430 | "coduo/phpspec-data-provider-extension": "^1", |
||
6431 | "phpspec/phpspec": "^2" |
||
6432 | }, |
||
6433 | "type": "library", |
||
6434 | "extra": { |
||
6435 | "branch-alias": { |
||
6436 | "dev-master": "2.1-dev" |
||
6437 | } |
||
6438 | }, |
||
6439 | "autoload": { |
||
6440 | "psr-0": { |
||
6441 | "": "src" |
||
6442 | } |
||
6443 | }, |
||
6444 | "notification-url": "https://packagist.org/downloads/", |
||
6445 | "license": [ |
||
6446 | "MIT" |
||
6447 | ], |
||
6448 | "authors": [ |
||
6449 | { |
||
6450 | "name": "Norbert Orzechowicz", |
||
6451 | "email": "[email protected]" |
||
6452 | }, |
||
6453 | { |
||
6454 | "name": "Michał Dąbrowski", |
||
6455 | "email": "[email protected]" |
||
6456 | } |
||
6457 | ], |
||
6458 | "keywords": [ |
||
6459 | "php", |
||
6460 | "string", |
||
6461 | "to", |
||
6462 | "to string" |
||
6463 | ], |
||
6464 | "time": "2016-01-20T18:29:02+00:00" |
||
6465 | }, |
||
6466 | { |
||
6467 | "name": "container-interop/container-interop", |
||
6468 | "version": "1.1.0", |
||
6469 | "source": { |
||
6470 | "type": "git", |
||
6471 | "url": "https://github.com/container-interop/container-interop.git", |
||
6472 | "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e" |
||
6473 | }, |
||
6474 | "dist": { |
||
6475 | "type": "zip", |
||
6476 | "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e", |
||
6477 | "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e", |
||
6478 | "shasum": "" |
||
6479 | }, |
||
6480 | "type": "library", |
||
6481 | "autoload": { |
||
6482 | "psr-4": { |
||
6483 | "Interop\\Container\\": "src/Interop/Container/" |
||
6484 | } |
||
6485 | }, |
||
6486 | "notification-url": "https://packagist.org/downloads/", |
||
6487 | "license": [ |
||
6488 | "MIT" |
||
6489 | ], |
||
6490 | "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", |
||
6491 | "time": "2014-12-30T15:22:37+00:00" |
||
6492 | }, |
||
6493 | { |
||
6494 | "name": "dama/doctrine-test-bundle", |
||
6495 | "version": "v1.0.9", |
||
6496 | "source": { |
||
6497 | "type": "git", |
||
6498 | "url": "https://github.com/dmaicher/doctrine-test-bundle.git", |
||
6499 | "reference": "516bb505e8f7fbd5b7bc0ae69e738dfcf7e9ffd4" |
||
6500 | }, |
||
6501 | "dist": { |
||
6502 | "type": "zip", |
||
6503 | "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/516bb505e8f7fbd5b7bc0ae69e738dfcf7e9ffd4", |
||
6504 | "reference": "516bb505e8f7fbd5b7bc0ae69e738dfcf7e9ffd4", |
||
6505 | "shasum": "" |
||
6506 | }, |
||
6507 | "require": { |
||
6508 | "doctrine/dbal": "~2.5", |
||
6509 | "doctrine/doctrine-bundle": "~1.4", |
||
6510 | "php": ">=5.5.0", |
||
6511 | "phpunit/phpunit": "~4.1|~5.0", |
||
6512 | "symfony/symfony": "~2.3|~3.0" |
||
6513 | }, |
||
6514 | "type": "library", |
||
6515 | "extra": { |
||
6516 | "branch-alias": { |
||
6517 | "dev-master": "1.1.x-dev" |
||
6518 | } |
||
6519 | }, |
||
6520 | "autoload": { |
||
6521 | "psr-4": { |
||
6522 | "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle" |
||
6523 | } |
||
6524 | }, |
||
6525 | "notification-url": "https://packagist.org/downloads/", |
||
6526 | "license": [ |
||
6527 | "MIT" |
||
6528 | ], |
||
6529 | "authors": [ |
||
6530 | { |
||
6531 | "name": "David Maicher", |
||
6532 | "email": "[email protected]" |
||
6533 | } |
||
6534 | ], |
||
6535 | "description": "Symfony 2/3 bundle to isolate doctrine database tests and improve test performance", |
||
6536 | "keywords": [ |
||
6537 | "Symfony 3", |
||
6538 | "doctrine", |
||
6539 | "isolation", |
||
6540 | "performance", |
||
6541 | "symfony", |
||
6542 | "symfony 2", |
||
6543 | "tests" |
||
6544 | ], |
||
6545 | "time": "2017-01-04T19:24:03+00:00" |
||
6546 | }, |
||
6547 | { |
||
6548 | "name": "friends-of-behat/context-service-extension", |
||
6549 | "version": "v1.0.0", |
||
6550 | "source": { |
||
6551 | "type": "git", |
||
6552 | "url": "https://github.com/FriendsOfBehat/ContextServiceExtension.git", |
||
6553 | "reference": "b03e3a87a948e79ae33a2a72bb5f4f72ec13787c" |
||
6554 | }, |
||
6555 | "dist": { |
||
6556 | "type": "zip", |
||
6557 | "url": "https://api.github.com/repos/FriendsOfBehat/ContextServiceExtension/zipball/b03e3a87a948e79ae33a2a72bb5f4f72ec13787c", |
||
6558 | "reference": "b03e3a87a948e79ae33a2a72bb5f4f72ec13787c", |
||
6559 | "shasum": "" |
||
6560 | }, |
||
6561 | "require": { |
||
6562 | "behat/behat": "^3.1", |
||
6563 | "php": "^7.1", |
||
6564 | "symfony/dependency-injection": "^2.8|^3.0" |
||
6565 | }, |
||
6566 | "require-dev": { |
||
6567 | "friends-of-behat/cross-container-extension": "^1.0", |
||
6568 | "friends-of-behat/test-context": "^1.0", |
||
6569 | "phpspec/phpspec": "^4.0@alpha" |
||
6570 | }, |
||
6571 | "suggest": { |
||
6572 | "friends-of-behat/cross-container-extension": "^1.0", |
||
6573 | "ocramius/proxy-manager": "^1.0|^2.0", |
||
6574 | "symfony/proxy-manager-bridge": "^2.8|^3.0" |
||
6575 | }, |
||
6576 | "type": "library", |
||
6577 | "autoload": { |
||
6578 | "psr-4": { |
||
6579 | "FriendsOfBehat\\ContextServiceExtension\\": "src/" |
||
6580 | } |
||
6581 | }, |
||
6582 | "notification-url": "https://packagist.org/downloads/", |
||
6583 | "license": [ |
||
6584 | "MIT" |
||
6585 | ], |
||
6586 | "authors": [ |
||
6587 | { |
||
6588 | "name": "Kamil Kokot", |
||
6589 | "email": "[email protected]", |
||
6590 | "homepage": "http://kamil.kokot.me" |
||
6591 | } |
||
6592 | ], |
||
6593 | "description": "Allows to declare and use contexts services in scenario scoped container.", |
||
6594 | "time": "2017-07-10T21:52:32+00:00" |
||
6595 | }, |
||
6596 | { |
||
6597 | "name": "friends-of-behat/cross-container-extension", |
||
6598 | "version": "v1.0.0", |
||
6599 | "source": { |
||
6600 | "type": "git", |
||
6601 | "url": "https://github.com/FriendsOfBehat/CrossContainerExtension.git", |
||
6602 | "reference": "dc185a67181da54702f1efa3d5ca0e289131f771" |
||
6603 | }, |
||
6604 | "dist": { |
||
6605 | "type": "zip", |
||
6606 | "url": "https://api.github.com/repos/FriendsOfBehat/CrossContainerExtension/zipball/dc185a67181da54702f1efa3d5ca0e289131f771", |
||
6607 | "reference": "dc185a67181da54702f1efa3d5ca0e289131f771", |
||
6608 | "shasum": "" |
||
6609 | }, |
||
6610 | "require": { |
||
6611 | "behat/behat": "^3.1", |
||
6612 | "php": "^7.1", |
||
6613 | "symfony/dependency-injection": "^2.8|^3.0" |
||
6614 | }, |
||
6615 | "require-dev": { |
||
6616 | "friends-of-behat/test-context": "^1.0", |
||
6617 | "phpspec/phpspec": "^4.0@alpha", |
||
6618 | "phpunit/phpunit": "^5.7.13|^6.0", |
||
6619 | "symfony/http-kernel": "^2.8|^3.0" |
||
6620 | }, |
||
6621 | "suggest": { |
||
6622 | "symfony/http-kernel": "^2.8|^3.0" |
||
6623 | }, |
||
6624 | "type": "library", |
||
6625 | "autoload": { |
||
6626 | "psr-4": { |
||
6627 | "FriendsOfBehat\\CrossContainerExtension\\": "src/" |
||
6628 | } |
||
6629 | }, |
||
6630 | "notification-url": "https://packagist.org/downloads/", |
||
6631 | "license": [ |
||
6632 | "MIT" |
||
6633 | ], |
||
6634 | "authors": [ |
||
6635 | { |
||
6636 | "name": "Kamil Kokot", |
||
6637 | "email": "[email protected]", |
||
6638 | "homepage": "http://kamil.kokot.me" |
||
6639 | } |
||
6640 | ], |
||
6641 | "description": "Makes possible to inject services and parameters from other containers.", |
||
6642 | "time": "2017-07-10T21:28:32+00:00" |
||
6643 | }, |
||
6644 | { |
||
6645 | "name": "friends-of-behat/service-container-extension", |
||
6646 | "version": "v1.0.0", |
||
6647 | "source": { |
||
6648 | "type": "git", |
||
6649 | "url": "https://github.com/FriendsOfBehat/ServiceContainerExtension.git", |
||
6650 | "reference": "016d600fc99f1fc237503aa05e3b22ccad032b31" |
||
6651 | }, |
||
6652 | "dist": { |
||
6653 | "type": "zip", |
||
6654 | "url": "https://api.github.com/repos/FriendsOfBehat/ServiceContainerExtension/zipball/016d600fc99f1fc237503aa05e3b22ccad032b31", |
||
6655 | "reference": "016d600fc99f1fc237503aa05e3b22ccad032b31", |
||
6656 | "shasum": "" |
||
6657 | }, |
||
6658 | "require": { |
||
6659 | "behat/behat": "^3.1", |
||
6660 | "php": "^7.1" |
||
6661 | }, |
||
6662 | "require-dev": { |
||
6663 | "friends-of-behat/cross-container-extension": "^1.0", |
||
6664 | "friends-of-behat/test-context": "^1.0", |
||
6665 | "symfony/process": "^2.7|^3.0" |
||
6666 | }, |
||
6667 | "suggest": { |
||
6668 | "friends-of-behat/cross-container-extension": "^1.0" |
||
6669 | }, |
||
6670 | "type": "library", |
||
6671 | "autoload": { |
||
6672 | "psr-4": { |
||
6673 | "FriendsOfBehat\\ServiceContainerExtension\\": "src/" |
||
6674 | } |
||
6675 | }, |
||
6676 | "notification-url": "https://packagist.org/downloads/", |
||
6677 | "license": [ |
||
6678 | "MIT" |
||
6679 | ], |
||
6680 | "authors": [ |
||
6681 | { |
||
6682 | "name": "Kamil Kokot", |
||
6683 | "email": "[email protected]", |
||
6684 | "homepage": "http://kamil.kokot.me" |
||
6685 | } |
||
6686 | ], |
||
6687 | "description": "Allows to declare own services inside Behat container without writing an extension.", |
||
6688 | "time": "2017-07-10T21:46:01+00:00" |
||
6689 | }, |
||
6690 | { |
||
6691 | "name": "friends-of-behat/symfony-extension", |
||
6692 | "version": "v1.0.0", |
||
6693 | "source": { |
||
6694 | "type": "git", |
||
6695 | "url": "https://github.com/FriendsOfBehat/SymfonyExtension.git", |
||
6696 | "reference": "5e05e35c20204353e05680b8694d29d3ed637d33" |
||
6697 | }, |
||
6698 | "dist": { |
||
6699 | "type": "zip", |
||
6700 | "url": "https://api.github.com/repos/FriendsOfBehat/SymfonyExtension/zipball/5e05e35c20204353e05680b8694d29d3ed637d33", |
||
6701 | "reference": "5e05e35c20204353e05680b8694d29d3ed637d33", |
||
6702 | "shasum": "" |
||
6703 | }, |
||
6704 | "require": { |
||
6705 | "behat/behat": "^3.1", |
||
6706 | "php": "^7.1", |
||
6707 | "symfony/http-kernel": "^2.7|^3.0" |
||
6708 | }, |
||
6709 | "require-dev": { |
||
6710 | "behat/mink": "^1.7", |
||
6711 | "behat/mink-browserkit-driver": "^1.3", |
||
6712 | "behat/mink-extension": "^2.2", |
||
6713 | "friends-of-behat/cross-container-extension": "^1.0", |
||
6714 | "friends-of-behat/test-context": "^1.0", |
||
6715 | "symfony/framework-bundle": "^2.7|^3.0" |
||
6716 | }, |
||
6717 | "suggest": { |
||
6718 | "behat/mink-browserkit-driver": "^1.3", |
||
6719 | "friends-of-behat/cross-container-extension": "^1.0" |
||
6720 | }, |
||
6721 | "type": "library", |
||
6722 | "autoload": { |
||
6723 | "psr-4": { |
||
6724 | "FriendsOfBehat\\SymfonyExtension\\": "src/" |
||
6725 | } |
||
6726 | }, |
||
6727 | "notification-url": "https://packagist.org/downloads/", |
||
6728 | "license": [ |
||
6729 | "MIT" |
||
6730 | ], |
||
6731 | "authors": [ |
||
6732 | { |
||
6733 | "name": "Kamil Kokot", |
||
6734 | "email": "[email protected]", |
||
6735 | "homepage": "http://kamil.kokot.me" |
||
6736 | } |
||
6737 | ], |
||
6738 | "description": "Integrates Behat with Symfony (both 2 and 3).", |
||
6739 | "time": "2017-07-10T21:45:28+00:00" |
||
6740 | }, |
||
6741 | { |
||
6742 | "name": "friends-of-behat/variadic-extension", |
||
6743 | "version": "v1.0.0", |
||
6744 | "source": { |
||
6745 | "type": "git", |
||
6746 | "url": "https://github.com/FriendsOfBehat/VariadicExtension.git", |
||
6747 | "reference": "ba3964027fef9a4c77c57693ac22bd67eb6b22e2" |
||
6748 | }, |
||
6749 | "dist": { |
||
6750 | "type": "zip", |
||
6751 | "url": "https://api.github.com/repos/FriendsOfBehat/VariadicExtension/zipball/ba3964027fef9a4c77c57693ac22bd67eb6b22e2", |
||
6752 | "reference": "ba3964027fef9a4c77c57693ac22bd67eb6b22e2", |
||
6753 | "shasum": "" |
||
6754 | }, |
||
6755 | "require": { |
||
6756 | "behat/behat": "^3.1", |
||
6757 | "php": "^7.1", |
||
6758 | "symfony/dependency-injection": "^2.8|^3.0" |
||
6759 | }, |
||
6760 | "require-dev": { |
||
6761 | "friends-of-behat/test-context": "^1.0" |
||
6762 | }, |
||
6763 | "type": "library", |
||
6764 | "autoload": { |
||
6765 | "psr-4": { |
||
6766 | "FriendsOfBehat\\VariadicExtension\\": "src/" |
||
6767 | } |
||
6768 | }, |
||
6769 | "notification-url": "https://packagist.org/downloads/", |
||
6770 | "license": [ |
||
6771 | "MIT" |
||
6772 | ], |
||
6773 | "authors": [ |
||
6774 | { |
||
6775 | "name": "Łukasz Chruściel", |
||
6776 | "email": "[email protected]" |
||
6777 | } |
||
6778 | ], |
||
6779 | "description": "Variadic support for behat context arguments", |
||
6780 | "time": "2017-07-10T20:43:33+00:00" |
||
6781 | }, |
||
6782 | { |
||
6783 | "name": "hwi/oauth-bundle", |
||
6784 | "version": "0.5.3", |
||
6785 | "source": { |
||
6786 | "type": "git", |
||
6787 | "url": "https://github.com/hwi/HWIOAuthBundle.git", |
||
6788 | "reference": "50f4bcbe5c217cfdf0f7f40a174b87199b76d1e1" |
||
6789 | }, |
||
6790 | "dist": { |
||
6791 | "type": "zip", |
||
6792 | "url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/50f4bcbe5c217cfdf0f7f40a174b87199b76d1e1", |
||
6793 | "reference": "50f4bcbe5c217cfdf0f7f40a174b87199b76d1e1", |
||
6794 | "shasum": "" |
||
6795 | }, |
||
6796 | "require": { |
||
6797 | "kriswallsmith/buzz": "~0.13", |
||
6798 | "php": "^5.3.3|^7.0", |
||
6799 | "symfony/form": "^2.3|^3.0", |
||
6800 | "symfony/framework-bundle": "^2.3|^3.0", |
||
6801 | "symfony/options-resolver": "^2.3|^3.0", |
||
6802 | "symfony/security-bundle": "^2.3|^3.0", |
||
6803 | "symfony/templating": "^2.7|^3.0", |
||
6804 | "symfony/yaml": "^2.3|^3.0" |
||
6805 | }, |
||
6806 | "conflict": { |
||
6807 | "twig/twig": "<1.12" |
||
6808 | }, |
||
6809 | "require-dev": { |
||
6810 | "doctrine/orm": "^2.3", |
||
6811 | "friendsofphp/php-cs-fixer": "^2.0", |
||
6812 | "friendsofsymfony/user-bundle": "^1.3|^2.0", |
||
6813 | "phpunit/phpunit": "^4.8|^5.0", |
||
6814 | "symfony/phpunit-bridge": "^2.7|^3.0", |
||
6815 | "symfony/property-access": "^2.3|^3.0", |
||
6816 | "symfony/stopwatch": "^2.5|^3.0", |
||
6817 | "symfony/twig-bundle": "^2.3|^3.0", |
||
6818 | "symfony/validator": "^2.3|^3.0" |
||
6819 | }, |
||
6820 | "suggest": { |
||
6821 | "doctrine/doctrine-bundle": "to use Doctrine user provider", |
||
6822 | "friendsofsymfony/user-bundle": "to connect FOSUB with this bundle", |
||
6823 | "symfony/property-access": "to use FOSUB integration with this bundle", |
||
6824 | "symfony/twig-bundle": "to use the Twig hwi_oauth_* functions" |
||
6825 | }, |
||
6826 | "type": "symfony-bundle", |
||
6827 | "extra": { |
||
6828 | "branch-alias": { |
||
6829 | "dev-master": "0.5-dev" |
||
6830 | } |
||
6831 | }, |
||
6832 | "autoload": { |
||
6833 | "psr-4": { |
||
6834 | "HWI\\Bundle\\OAuthBundle\\": "" |
||
6835 | }, |
||
6836 | "exclude-from-classmap": [ |
||
6837 | "/Tests/" |
||
6838 | ] |
||
6839 | }, |
||
6840 | "notification-url": "https://packagist.org/downloads/", |
||
6841 | "license": [ |
||
6842 | "MIT" |
||
6843 | ], |
||
6844 | "authors": [ |
||
6845 | { |
||
6846 | "name": "Contributors", |
||
6847 | "homepage": "https://github.com/hwi/HWIOAuthBundle/contributors" |
||
6848 | }, |
||
6849 | { |
||
6850 | "name": "Joseph Bielawski", |
||
6851 | "email": "[email protected]" |
||
6852 | }, |
||
6853 | { |
||
6854 | "name": "Alexander", |
||
6855 | "email": "[email protected]" |
||
6856 | }, |
||
6857 | { |
||
6858 | "name": "Geoffrey Bachelet", |
||
6859 | "email": "[email protected]" |
||
6860 | } |
||
6861 | ], |
||
6862 | "description": "Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.", |
||
6863 | "homepage": "http://github.com/hwi/HWIOAuthBundle", |
||
6864 | "keywords": [ |
||
6865 | "37signals", |
||
6866 | "Authentication", |
||
6867 | "Deezer", |
||
6868 | "EVE Online", |
||
6869 | "amazon", |
||
6870 | "asana", |
||
6871 | "auth0", |
||
6872 | "azure", |
||
6873 | "bitbucket", |
||
6874 | "bitly", |
||
6875 | "box", |
||
6876 | "bufferapp", |
||
6877 | "clever", |
||
6878 | "dailymotion", |
||
6879 | "deviantart", |
||
6880 | "discogs", |
||
6881 | "disqus", |
||
6882 | "dropbox", |
||
6883 | "eventbrite", |
||
6884 | "facebook", |
||
6885 | "firewall", |
||
6886 | "fiware", |
||
6887 | "flickr", |
||
6888 | "foursquare", |
||
6889 | "github", |
||
6890 | "google", |
||
6891 | "hubic", |
||
6892 | "instagram", |
||
6893 | "jawbone", |
||
6894 | "jira", |
||
6895 | "linkedin", |
||
6896 | "mail.ru", |
||
6897 | "oauth", |
||
6898 | "oauth1", |
||
6899 | "oauth2", |
||
6900 | "odnoklassniki", |
||
6901 | "paypal", |
||
6902 | "qq", |
||
6903 | "reddit", |
||
6904 | "runkeeper", |
||
6905 | "salesforce", |
||
6906 | "security", |
||
6907 | "sensio connect", |
||
6908 | "sina weibo", |
||
6909 | "slack", |
||
6910 | "sound cloud", |
||
6911 | "spotify", |
||
6912 | "stack exchange", |
||
6913 | "stereomood", |
||
6914 | "strava", |
||
6915 | "toshl", |
||
6916 | "trakt", |
||
6917 | "trello", |
||
6918 | "twitch", |
||
6919 | "twitter", |
||
6920 | "vkontakte", |
||
6921 | "wechat", |
||
6922 | "windows live", |
||
6923 | "wordpress", |
||
6924 | "wunderlist", |
||
6925 | "xing", |
||
6926 | "yahoo", |
||
6927 | "yandex", |
||
6928 | "youtube" |
||
6929 | ], |
||
6930 | "time": "2017-01-08T14:13:58+00:00" |
||
6931 | }, |
||
6932 | { |
||
6933 | "name": "instaclick/php-webdriver", |
||
6934 | "version": "1.4.3", |
||
6935 | "source": { |
||
6936 | "type": "git", |
||
6937 | "url": "https://github.com/instaclick/php-webdriver.git", |
||
6938 | "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb" |
||
6939 | }, |
||
6940 | "dist": { |
||
6941 | "type": "zip", |
||
6942 | "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb", |
||
6943 | "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb", |
||
6944 | "shasum": "" |
||
6945 | }, |
||
6946 | "require": { |
||
6947 | "ext-curl": "*", |
||
6948 | "php": ">=5.3.2" |
||
6949 | }, |
||
6950 | "require-dev": { |
||
6951 | "satooshi/php-coveralls": "dev-master" |
||
6952 | }, |
||
6953 | "type": "library", |
||
6954 | "extra": { |
||
6955 | "branch-alias": { |
||
6956 | "dev-master": "1.4.x-dev" |
||
6957 | } |
||
6958 | }, |
||
6959 | "autoload": { |
||
6960 | "psr-0": { |
||
6961 | "WebDriver": "lib/" |
||
6962 | } |
||
6963 | }, |
||
6964 | "notification-url": "https://packagist.org/downloads/", |
||
6965 | "license": [ |
||
6966 | "Apache-2.0" |
||
6967 | ], |
||
6968 | "authors": [ |
||
6969 | { |
||
6970 | "name": "Justin Bishop", |
||
6971 | "email": "[email protected]", |
||
6972 | "role": "Developer" |
||
6973 | }, |
||
6974 | { |
||
6975 | "name": "Anthon Pang", |
||
6976 | "email": "[email protected]", |
||
6977 | "role": "Fork Maintainer" |
||
6978 | } |
||
6979 | ], |
||
6980 | "description": "PHP WebDriver for Selenium 2", |
||
6981 | "homepage": "http://instaclick.com/", |
||
6982 | "keywords": [ |
||
6983 | "browser", |
||
6984 | "selenium", |
||
6985 | "webdriver", |
||
6986 | "webtest" |
||
6987 | ], |
||
6988 | "time": "2015-06-15T20:19:33+00:00" |
||
6989 | }, |
||
6990 | { |
||
6991 | "name": "kriswallsmith/buzz", |
||
6992 | "version": "v0.15", |
||
6993 | "source": { |
||
6994 | "type": "git", |
||
6995 | "url": "https://github.com/kriswallsmith/Buzz.git", |
||
6996 | "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8" |
||
6997 | }, |
||
6998 | "dist": { |
||
6999 | "type": "zip", |
||
7000 | "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d4041666c3ffb379af02a92dabe81c904b35fab8", |
||
7001 | "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8", |
||
7002 | "shasum": "" |
||
7003 | }, |
||
7004 | "require": { |
||
7005 | "php": ">=5.3.0" |
||
7006 | }, |
||
7007 | "require-dev": { |
||
7008 | "phpunit/phpunit": "3.7.*" |
||
7009 | }, |
||
7010 | "suggest": { |
||
7011 | "ext-curl": "*" |
||
7012 | }, |
||
7013 | "type": "library", |
||
7014 | "autoload": { |
||
7015 | "psr-0": { |
||
7016 | "Buzz": "lib/" |
||
7017 | } |
||
7018 | }, |
||
7019 | "notification-url": "https://packagist.org/downloads/", |
||
7020 | "license": [ |
||
7021 | "MIT" |
||
7022 | ], |
||
7023 | "authors": [ |
||
7024 | { |
||
7025 | "name": "Kris Wallsmith", |
||
7026 | "email": "[email protected]", |
||
7027 | "homepage": "http://kriswallsmith.net/" |
||
7028 | } |
||
7029 | ], |
||
7030 | "description": "Lightweight HTTP client", |
||
7031 | "homepage": "https://github.com/kriswallsmith/Buzz", |
||
7032 | "keywords": [ |
||
7033 | "curl", |
||
7034 | "http client" |
||
7035 | ], |
||
7036 | "time": "2015-06-25T17:26:56+00:00" |
||
7037 | }, |
||
7038 | { |
||
7039 | "name": "lakion/api-test-case", |
||
7040 | "version": "v1.1.0", |
||
7041 | "source": { |
||
7042 | "type": "git", |
||
7043 | "url": "https://github.com/Lakion/ApiTestCase.git", |
||
7044 | "reference": "bd1f742a698255356b0308493231a29a4c880a95" |
||
7045 | }, |
||
7046 | "dist": { |
||
7047 | "type": "zip", |
||
7048 | "url": "https://api.github.com/repos/Lakion/ApiTestCase/zipball/bd1f742a698255356b0308493231a29a4c880a95", |
||
7049 | "reference": "bd1f742a698255356b0308493231a29a4c880a95", |
||
7050 | "shasum": "" |
||
7051 | }, |
||
7052 | "require": { |
||
7053 | "coduo/php-matcher": "^2.0", |
||
7054 | "doctrine/data-fixtures": "^1.1", |
||
7055 | "doctrine/doctrine-bundle": "^1.6.3", |
||
7056 | "doctrine/orm": "^2.4.8", |
||
7057 | "nelmio/alice": "^2.1.4", |
||
7058 | "php": "^5.6|^7.0", |
||
7059 | "phpspec/php-diff": "^1.0", |
||
7060 | "phpunit/phpunit": "^4.8.26|^5.0", |
||
7061 | "polishsymfonycommunity/symfony-mocker-container": "^1.0", |
||
7062 | "symfony/browser-kit": "^2.7.13|^3.0", |
||
7063 | "symfony/finder": "^2.7.13|^3.0", |
||
7064 | "symfony/framework-bundle": "^2.7.13|^3.0" |
||
7065 | }, |
||
7066 | "require-dev": { |
||
7067 | "symfony/serializer": "^2.7.13|^3.0" |
||
7068 | }, |
||
7069 | "type": "library", |
||
7070 | "extra": { |
||
7071 | "branch-alias": { |
||
7072 | "dev-master": "1.0-dev" |
||
7073 | } |
||
7074 | }, |
||
7075 | "autoload": { |
||
7076 | "psr-4": { |
||
7077 | "Lakion\\ApiTestCase\\": "src/" |
||
7078 | } |
||
7079 | }, |
||
7080 | "notification-url": "https://packagist.org/downloads/", |
||
7081 | "license": [ |
||
7082 | "MIT" |
||
7083 | ], |
||
7084 | "authors": [ |
||
7085 | { |
||
7086 | "name": "Łukasz Chruściel", |
||
7087 | "email": "[email protected]" |
||
7088 | }, |
||
7089 | { |
||
7090 | "name": "Michał Marcinkowski", |
||
7091 | "email": "[email protected]" |
||
7092 | }, |
||
7093 | { |
||
7094 | "name": "Paweł Jędrzejewski", |
||
7095 | "email": "[email protected]", |
||
7096 | "homepage": "http://pjedrzejewski.com" |
||
7097 | }, |
||
7098 | { |
||
7099 | "name": "Arkadiusz Krakowiak", |
||
7100 | "email": "[email protected]" |
||
7101 | } |
||
7102 | ], |
||
7103 | "description": "Perfect PHPUnit TestCase for JSON/XML API TDD with Symfony.", |
||
7104 | "keywords": [ |
||
7105 | "Symfony2", |
||
7106 | "TDD", |
||
7107 | "api", |
||
7108 | "doctrine", |
||
7109 | "json", |
||
7110 | "phpunit", |
||
7111 | "symfony", |
||
7112 | "testcase", |
||
7113 | "xml" |
||
7114 | ], |
||
7115 | "time": "2017-01-04T10:06:20+00:00" |
||
7116 | }, |
||
7117 | { |
||
7118 | "name": "lakion/mink-debug-extension", |
||
7119 | "version": "v1.2.3", |
||
7120 | "source": { |
||
7121 | "type": "git", |
||
7122 | "url": "https://github.com/Lakion/MinkDebugExtension.git", |
||
7123 | "reference": "fb04a47076df15ff38e6c7d298aac93dd6a63468" |
||
7124 | }, |
||
7125 | "dist": { |
||
7126 | "type": "zip", |
||
7127 | "url": "https://api.github.com/repos/Lakion/MinkDebugExtension/zipball/fb04a47076df15ff38e6c7d298aac93dd6a63468", |
||
7128 | "reference": "fb04a47076df15ff38e6c7d298aac93dd6a63468", |
||
7129 | "shasum": "" |
||
7130 | }, |
||
7131 | "require": { |
||
7132 | "behat/behat": "^3.0.5", |
||
7133 | "behat/mink-extension": "^2.0.1", |
||
7134 | "php": "^5.5.9|^7.0" |
||
7135 | }, |
||
7136 | "require-dev": { |
||
7137 | "behat/mink-goutte-driver": "^1.1", |
||
7138 | "behat/mink-selenium2-driver": "^1.2", |
||
7139 | "phpspec/phpspec": "^2.0" |
||
7140 | }, |
||
7141 | "suggest": { |
||
7142 | "behat/mink-browserkit-driver": "To get request debug information included in log file", |
||
7143 | "behat/mink-selenium2-driver": "To get screenshots" |
||
7144 | }, |
||
7145 | "bin": [ |
||
7146 | "travis/tools/upload-screenshots", |
||
7147 | "travis/tools/upload-textfiles", |
||
7148 | "travis/tools/wait-for-port" |
||
7149 | ], |
||
7150 | "type": "behat-extension", |
||
7151 | "autoload": { |
||
7152 | "psr-4": { |
||
7153 | "Lakion\\Behat\\MinkDebugExtension\\": "src/" |
||
7154 | } |
||
7155 | }, |
||
7156 | "notification-url": "https://packagist.org/downloads/", |
||
7157 | "license": [ |
||
7158 | "MIT" |
||
7159 | ], |
||
7160 | "authors": [ |
||
7161 | { |
||
7162 | "name": "Kamil Kokot", |
||
7163 | "email": "[email protected]", |
||
7164 | "homepage": "http://kamil.kokot.me" |
||
7165 | } |
||
7166 | ], |
||
7167 | "description": "Debug extension for Behat", |
||
7168 | "homepage": "https://github.com/Lakion/MinkDebugExtension", |
||
7169 | "keywords": [ |
||
7170 | "Behat", |
||
7171 | "Mink", |
||
7172 | "debug", |
||
7173 | "logging" |
||
7174 | ], |
||
7175 | "time": "2016-10-27T15:30:36+00:00" |
||
7176 | }, |
||
7177 | { |
||
7178 | "name": "malukenho/kawaii-gherkin", |
||
7179 | "version": "0.1.3", |
||
7180 | "source": { |
||
7181 | "type": "git", |
||
7182 | "url": "https://github.com/malukenho/kawaii-gherkin.git", |
||
7183 | "reference": "eb70f7bf017e597b611cb85e2238d7dc94315eb6" |
||
7184 | }, |
||
7185 | "dist": { |
||
7186 | "type": "zip", |
||
7187 | "url": "https://api.github.com/repos/malukenho/kawaii-gherkin/zipball/eb70f7bf017e597b611cb85e2238d7dc94315eb6", |
||
7188 | "reference": "eb70f7bf017e597b611cb85e2238d7dc94315eb6", |
||
7189 | "shasum": "" |
||
7190 | }, |
||
7191 | "require": { |
||
7192 | "behat/gherkin": "^4.4", |
||
7193 | "php": "~5.5|^7.0", |
||
7194 | "sebastian/diff": "~1.2", |
||
7195 | "symfony/console": "~2.0|^3.0", |
||
7196 | "symfony/finder": "~2.0|^3.0" |
||
7197 | }, |
||
7198 | "require-dev": { |
||
7199 | "phpunit/phpunit": "^4.0" |
||
7200 | }, |
||
7201 | "bin": [ |
||
7202 | "bin/kawaii" |
||
7203 | ], |
||
7204 | "type": "library", |
||
7205 | "autoload": { |
||
7206 | "psr-4": { |
||
7207 | "KawaiiGherkin\\": "src/" |
||
7208 | } |
||
7209 | }, |
||
7210 | "notification-url": "https://packagist.org/downloads/", |
||
7211 | "license": [ |
||
7212 | "MIT" |
||
7213 | ], |
||
7214 | "authors": [ |
||
7215 | { |
||
7216 | "name": "Jefersson Nathan", |
||
7217 | "email": "[email protected]" |
||
7218 | } |
||
7219 | ], |
||
7220 | "description": "A small library to check and fix annoying gherkin code style", |
||
7221 | "homepage": "https://github.com/malukenho/kawaii-gherkin", |
||
7222 | "keywords": [ |
||
7223 | "Code style", |
||
7224 | "code standard", |
||
7225 | "gherkin" |
||
7226 | ], |
||
7227 | "time": "2016-03-31T11:32:46+00:00" |
||
7228 | }, |
||
7229 | { |
||
7230 | "name": "matthiasnoback/symfony-config-test", |
||
7231 | "version": "v2.1.0", |
||
7232 | "source": { |
||
7233 | "type": "git", |
||
7234 | "url": "https://github.com/matthiasnoback/SymfonyConfigTest.git", |
||
7235 | "reference": "dbf93be91b8004203029301bf98142bd06de4f5a" |
||
7236 | }, |
||
7237 | "dist": { |
||
7238 | "type": "zip", |
||
7239 | "url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/dbf93be91b8004203029301bf98142bd06de4f5a", |
||
7240 | "reference": "dbf93be91b8004203029301bf98142bd06de4f5a", |
||
7241 | "shasum": "" |
||
7242 | }, |
||
7243 | "require": { |
||
7244 | "php": "^5.3|^7.0", |
||
7245 | "sebastian/exporter": "^1.0|^2.0", |
||
7246 | "symfony/config": "^2.3|^3.0" |
||
7247 | }, |
||
7248 | "require-dev": { |
||
7249 | "phpunit/phpunit": "^4.0|^5.0" |
||
7250 | }, |
||
7251 | "type": "library", |
||
7252 | "autoload": { |
||
7253 | "psr-4": { |
||
7254 | "Matthias\\SymfonyConfigTest\\": "" |
||
7255 | } |
||
7256 | }, |
||
7257 | "notification-url": "https://packagist.org/downloads/", |
||
7258 | "license": [ |
||
7259 | "MIT" |
||
7260 | ], |
||
7261 | "authors": [ |
||
7262 | { |
||
7263 | "name": "Matthias Noback", |
||
7264 | "email": "[email protected]", |
||
7265 | "homepage": "http://php-and-symfony.matthiasnoback.nl" |
||
7266 | } |
||
7267 | ], |
||
7268 | "description": "Library for testing user classes related to the Symfony Config Component", |
||
7269 | "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest", |
||
7270 | "keywords": [ |
||
7271 | "config", |
||
7272 | "phpunit", |
||
7273 | "symfony" |
||
7274 | ], |
||
7275 | "time": "2016-11-30T15:53:12+00:00" |
||
7276 | }, |
||
7277 | { |
||
7278 | "name": "matthiasnoback/symfony-dependency-injection-test", |
||
7279 | "version": "v1.1.0", |
||
7280 | "source": { |
||
7281 | "type": "git", |
||
7282 | "url": "https://github.com/matthiasnoback/SymfonyDependencyInjectionTest.git", |
||
7283 | "reference": "95c3b8f0f708fcc49360412f84186d562add50dc" |
||
7284 | }, |
||
7285 | "dist": { |
||
7286 | "type": "zip", |
||
7287 | "url": "https://api.github.com/repos/matthiasnoback/SymfonyDependencyInjectionTest/zipball/95c3b8f0f708fcc49360412f84186d562add50dc", |
||
7288 | "reference": "95c3b8f0f708fcc49360412f84186d562add50dc", |
||
7289 | "shasum": "" |
||
7290 | }, |
||
7291 | "require": { |
||
7292 | "matthiasnoback/symfony-config-test": "^1.0|^2.0", |
||
7293 | "sebastian/exporter": "^1.0|^2.0", |
||
7294 | "symfony/config": "^2.3|^3.0", |
||
7295 | "symfony/dependency-injection": "^2.3|^3.0", |
||
7296 | "symfony/yaml": "^2.7|^3.0" |
||
7297 | }, |
||
7298 | "require-dev": { |
||
7299 | "phpunit/phpunit": "^4.0|^5.0" |
||
7300 | }, |
||
7301 | "type": "library", |
||
7302 | "autoload": { |
||
7303 | "psr-4": { |
||
7304 | "Matthias\\SymfonyDependencyInjectionTest\\": "" |
||
7305 | } |
||
7306 | }, |
||
7307 | "notification-url": "https://packagist.org/downloads/", |
||
7308 | "license": [ |
||
7309 | "MIT" |
||
7310 | ], |
||
7311 | "authors": [ |
||
7312 | { |
||
7313 | "name": "Matthias Noback", |
||
7314 | "email": "[email protected]", |
||
7315 | "homepage": "http://php-and-symfony.matthiasnoback.nl" |
||
7316 | } |
||
7317 | ], |
||
7318 | "description": "Library for testing user classes related to the Symfony Dependency Injection Component", |
||
7319 | "homepage": "http://github.com/matthiasnoback/SymfonyDependencyInjectionTest", |
||
7320 | "keywords": [ |
||
7321 | "Symfony2", |
||
7322 | "dependency injection", |
||
7323 | "phpunit" |
||
7324 | ], |
||
7325 | "time": "2016-11-30T15:51:50+00:00" |
||
7326 | }, |
||
7327 | { |
||
7328 | "name": "mikey179/vfsStream", |
||
7329 | "version": "v1.6.4", |
||
7330 | "source": { |
||
7331 | "type": "git", |
||
7332 | "url": "https://github.com/mikey179/vfsStream.git", |
||
7333 | "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592" |
||
7334 | }, |
||
7335 | "dist": { |
||
7336 | "type": "zip", |
||
7337 | "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/0247f57b2245e8ad2e689d7cee754b45fbabd592", |
||
7338 | "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592", |
||
7339 | "shasum": "" |
||
7340 | }, |
||
7341 | "require": { |
||
7342 | "php": ">=5.3.0" |
||
7343 | }, |
||
7344 | "require-dev": { |
||
7345 | "phpunit/phpunit": "~4.5" |
||
7346 | }, |
||
7347 | "type": "library", |
||
7348 | "extra": { |
||
7349 | "branch-alias": { |
||
7350 | "dev-master": "1.6.x-dev" |
||
7351 | } |
||
7352 | }, |
||
7353 | "autoload": { |
||
7354 | "psr-0": { |
||
7355 | "org\\bovigo\\vfs\\": "src/main/php" |
||
7356 | } |
||
7357 | }, |
||
7358 | "notification-url": "https://packagist.org/downloads/", |
||
7359 | "license": [ |
||
7360 | "BSD-3-Clause" |
||
7361 | ], |
||
7362 | "authors": [ |
||
7363 | { |
||
7364 | "name": "Frank Kleine", |
||
7365 | "homepage": "http://frankkleine.de/", |
||
7366 | "role": "Developer" |
||
7367 | } |
||
7368 | ], |
||
7369 | "description": "Virtual file system to mock the real file system in unit tests.", |
||
7370 | "homepage": "http://vfs.bovigo.org/", |
||
7371 | "time": "2016-07-18T14:02:57+00:00" |
||
7372 | }, |
||
7373 | { |
||
7374 | "name": "myclabs/deep-copy", |
||
7375 | "version": "1.6.0", |
||
7376 | "source": { |
||
7377 | "type": "git", |
||
7378 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
7379 | "reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe" |
||
7380 | }, |
||
7381 | "dist": { |
||
7382 | "type": "zip", |
||
7383 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/5a5a9fc8025a08d8919be87d6884d5a92520cefe", |
||
7384 | "reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe", |
||
7385 | "shasum": "" |
||
7386 | }, |
||
7387 | "require": { |
||
7388 | "php": ">=5.4.0" |
||
7389 | }, |
||
7390 | "require-dev": { |
||
7391 | "doctrine/collections": "1.*", |
||
7392 | "phpunit/phpunit": "~4.1" |
||
7393 | }, |
||
7394 | "type": "library", |
||
7395 | "autoload": { |
||
7396 | "psr-4": { |
||
7397 | "DeepCopy\\": "src/DeepCopy/" |
||
7398 | } |
||
7399 | }, |
||
7400 | "notification-url": "https://packagist.org/downloads/", |
||
7401 | "license": [ |
||
7402 | "MIT" |
||
7403 | ], |
||
7404 | "description": "Create deep copies (clones) of your objects", |
||
7405 | "homepage": "https://github.com/myclabs/DeepCopy", |
||
7406 | "keywords": [ |
||
7407 | "clone", |
||
7408 | "copy", |
||
7409 | "duplicate", |
||
7410 | "object", |
||
7411 | "object graph" |
||
7412 | ], |
||
7413 | "time": "2017-01-26T22:05:40+00:00" |
||
7414 | }, |
||
7415 | { |
||
7416 | "name": "nelmio/alice", |
||
7417 | "version": "2.2.2", |
||
7418 | "source": { |
||
7419 | "type": "git", |
||
7420 | "url": "https://github.com/nelmio/alice.git", |
||
7421 | "reference": "be940d30a450043c7991f2bc6ad19682db98c8cf" |
||
7422 | }, |
||
7423 | "dist": { |
||
7424 | "type": "zip", |
||
7425 | "url": "https://api.github.com/repos/nelmio/alice/zipball/be940d30a450043c7991f2bc6ad19682db98c8cf", |
||
7426 | "reference": "be940d30a450043c7991f2bc6ad19682db98c8cf", |
||
7427 | "shasum": "" |
||
7428 | }, |
||
7429 | "require": { |
||
7430 | "fzaninotto/faker": "^1.0", |
||
7431 | "php": "^5.6||^7.0", |
||
7432 | "symfony/yaml": "^2.0||^3.0" |
||
7433 | }, |
||
7434 | "require-dev": { |
||
7435 | "doctrine/common": "^2.3", |
||
7436 | "phpunit/phpunit": "^5.0||^4.0", |
||
7437 | "symfony/phpunit-bridge": "^3.0", |
||
7438 | "symfony/property-access": "^2.2||^3.0" |
||
7439 | }, |
||
7440 | "type": "library", |
||
7441 | "extra": { |
||
7442 | "branch-alias": { |
||
7443 | "dev-master": "3.0.x-dev" |
||
7444 | } |
||
7445 | }, |
||
7446 | "autoload": { |
||
7447 | "psr-4": { |
||
7448 | "Nelmio\\Alice\\": "src/Nelmio/Alice" |
||
7449 | } |
||
7450 | }, |
||
7451 | "notification-url": "https://packagist.org/downloads/", |
||
7452 | "license": [ |
||
7453 | "MIT" |
||
7454 | ], |
||
7455 | "authors": [ |
||
7456 | { |
||
7457 | "name": "Jordi Boggiano", |
||
7458 | "email": "[email protected]" |
||
7459 | }, |
||
7460 | { |
||
7461 | "name": "Tim Shelburne", |
||
7462 | "email": "[email protected]" |
||
7463 | }, |
||
7464 | { |
||
7465 | "name": "Théo FIDRY", |
||
7466 | "email": "[email protected]" |
||
7467 | } |
||
7468 | ], |
||
7469 | "description": "Expressive fixtures generator", |
||
7470 | "keywords": [ |
||
7471 | "Fixture", |
||
7472 | "data", |
||
7473 | "orm", |
||
7474 | "test" |
||
7475 | ], |
||
7476 | "time": "2016-07-15T19:50:38+00:00" |
||
7477 | }, |
||
7478 | { |
||
7479 | "name": "openlss/lib-array2xml", |
||
7480 | "version": "0.0.10", |
||
7481 | "source": { |
||
7482 | "type": "git", |
||
7483 | "url": "https://github.com/openlss/lib-array2xml.git", |
||
7484 | "reference": "f6686668959a342ec326c5ad82ac557d767f34ef" |
||
7485 | }, |
||
7486 | "dist": { |
||
7487 | "type": "zip", |
||
7488 | "url": "https://api.github.com/repos/openlss/lib-array2xml/zipball/f6686668959a342ec326c5ad82ac557d767f34ef", |
||
7489 | "reference": "f6686668959a342ec326c5ad82ac557d767f34ef", |
||
7490 | "shasum": "" |
||
7491 | }, |
||
7492 | "require": { |
||
7493 | "php": ">=5.3.2" |
||
7494 | }, |
||
7495 | "type": "library", |
||
7496 | "autoload": { |
||
7497 | "psr-0": { |
||
7498 | "LSS": "" |
||
7499 | } |
||
7500 | }, |
||
7501 | "notification-url": "https://packagist.org/downloads/", |
||
7502 | "license": [ |
||
7503 | "Apache-2.0" |
||
7504 | ], |
||
7505 | "authors": [ |
||
7506 | { |
||
7507 | "name": "Bryan Tong", |
||
7508 | "email": "[email protected]", |
||
7509 | "homepage": "http://bryantong.com" |
||
7510 | }, |
||
7511 | { |
||
7512 | "name": "Tony Butler", |
||
7513 | "email": "[email protected]", |
||
7514 | "homepage": "http://openlss.org" |
||
7515 | } |
||
7516 | ], |
||
7517 | "description": "Array2XML conversion library credit to lalit.org", |
||
7518 | "homepage": "http://openlss.org", |
||
7519 | "keywords": [ |
||
7520 | "array", |
||
7521 | "array conversion", |
||
7522 | "xml", |
||
7523 | "xml conversion" |
||
7524 | ], |
||
7525 | "time": "2015-09-16T18:59:23+00:00" |
||
7526 | }, |
||
7527 | { |
||
7528 | "name": "pamil/prophecy-common", |
||
7529 | "version": "v0.1.0", |
||
7530 | "source": { |
||
7531 | "type": "git", |
||
7532 | "url": "https://github.com/pamil/prophecy-common.git", |
||
7533 | "reference": "1f51e88b488511260b8fbccdf5ac3b46dad3139c" |
||
7534 | }, |
||
7535 | "dist": { |
||
7536 | "type": "zip", |
||
7537 | "url": "https://api.github.com/repos/pamil/prophecy-common/zipball/1f51e88b488511260b8fbccdf5ac3b46dad3139c", |
||
7538 | "reference": "1f51e88b488511260b8fbccdf5ac3b46dad3139c", |
||
7539 | "shasum": "" |
||
7540 | }, |
||
7541 | "require": { |
||
7542 | "phpspec/prophecy": "^1.0" |
||
7543 | }, |
||
7544 | "require-dev": { |
||
7545 | "phpspec/phpspec": "^2.5" |
||
7546 | }, |
||
7547 | "type": "library", |
||
7548 | "autoload": { |
||
7549 | "psr-4": { |
||
7550 | "Pamil\\ProphecyCommon\\": "src/" |
||
7551 | } |
||
7552 | }, |
||
7553 | "notification-url": "https://packagist.org/downloads/", |
||
7554 | "license": [ |
||
7555 | "MIT" |
||
7556 | ], |
||
7557 | "authors": [ |
||
7558 | { |
||
7559 | "name": "Kamil Kokot", |
||
7560 | "email": "[email protected]", |
||
7561 | "homepage": "http://kamil.kokot.me" |
||
7562 | } |
||
7563 | ], |
||
7564 | "description": "Common helper classes for Prophecy", |
||
7565 | "time": "2016-05-06T08:34:42+00:00" |
||
7566 | }, |
||
7567 | { |
||
7568 | "name": "phpdocumentor/reflection-common", |
||
7569 | "version": "1.0", |
||
7570 | "source": { |
||
7571 | "type": "git", |
||
7572 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
7573 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" |
||
7574 | }, |
||
7575 | "dist": { |
||
7576 | "type": "zip", |
||
7577 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
7578 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
7579 | "shasum": "" |
||
7580 | }, |
||
7581 | "require": { |
||
7582 | "php": ">=5.5" |
||
7583 | }, |
||
7584 | "require-dev": { |
||
7585 | "phpunit/phpunit": "^4.6" |
||
7586 | }, |
||
7587 | "type": "library", |
||
7588 | "extra": { |
||
7589 | "branch-alias": { |
||
7590 | "dev-master": "1.0.x-dev" |
||
7591 | } |
||
7592 | }, |
||
7593 | "autoload": { |
||
7594 | "psr-4": { |
||
7595 | "phpDocumentor\\Reflection\\": [ |
||
7596 | "src" |
||
7597 | ] |
||
7598 | } |
||
7599 | }, |
||
7600 | "notification-url": "https://packagist.org/downloads/", |
||
7601 | "license": [ |
||
7602 | "MIT" |
||
7603 | ], |
||
7604 | "authors": [ |
||
7605 | { |
||
7606 | "name": "Jaap van Otterdijk", |
||
7607 | "email": "[email protected]" |
||
7608 | } |
||
7609 | ], |
||
7610 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
7611 | "homepage": "http://www.phpdoc.org", |
||
7612 | "keywords": [ |
||
7613 | "FQSEN", |
||
7614 | "phpDocumentor", |
||
7615 | "phpdoc", |
||
7616 | "reflection", |
||
7617 | "static analysis" |
||
7618 | ], |
||
7619 | "time": "2015-12-27T11:43:31+00:00" |
||
7620 | }, |
||
7621 | { |
||
7622 | "name": "phpdocumentor/reflection-docblock", |
||
7623 | "version": "3.1.1", |
||
7624 | "source": { |
||
7625 | "type": "git", |
||
7626 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
7627 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e" |
||
7628 | }, |
||
7629 | "dist": { |
||
7630 | "type": "zip", |
||
7631 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
7632 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
7633 | "shasum": "" |
||
7634 | }, |
||
7635 | "require": { |
||
7636 | "php": ">=5.5", |
||
7637 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
7638 | "phpdocumentor/type-resolver": "^0.2.0", |
||
7639 | "webmozart/assert": "^1.0" |
||
7640 | }, |
||
7641 | "require-dev": { |
||
7642 | "mockery/mockery": "^0.9.4", |
||
7643 | "phpunit/phpunit": "^4.4" |
||
7644 | }, |
||
7645 | "type": "library", |
||
7646 | "autoload": { |
||
7647 | "psr-4": { |
||
7648 | "phpDocumentor\\Reflection\\": [ |
||
7649 | "src/" |
||
7650 | ] |
||
7651 | } |
||
7652 | }, |
||
7653 | "notification-url": "https://packagist.org/downloads/", |
||
7654 | "license": [ |
||
7655 | "MIT" |
||
7656 | ], |
||
7657 | "authors": [ |
||
7658 | { |
||
7659 | "name": "Mike van Riel", |
||
7660 | "email": "[email protected]" |
||
7661 | } |
||
7662 | ], |
||
7663 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
7664 | "time": "2016-09-30T07:12:33+00:00" |
||
7665 | }, |
||
7666 | { |
||
7667 | "name": "phpdocumentor/type-resolver", |
||
7668 | "version": "0.2.1", |
||
7669 | "source": { |
||
7670 | "type": "git", |
||
7671 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
7672 | "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb" |
||
7673 | }, |
||
7674 | "dist": { |
||
7675 | "type": "zip", |
||
7676 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", |
||
7677 | "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", |
||
7678 | "shasum": "" |
||
7679 | }, |
||
7680 | "require": { |
||
7681 | "php": ">=5.5", |
||
7682 | "phpdocumentor/reflection-common": "^1.0" |
||
7683 | }, |
||
7684 | "require-dev": { |
||
7685 | "mockery/mockery": "^0.9.4", |
||
7686 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
7687 | }, |
||
7688 | "type": "library", |
||
7689 | "extra": { |
||
7690 | "branch-alias": { |
||
7691 | "dev-master": "1.0.x-dev" |
||
7692 | } |
||
7693 | }, |
||
7694 | "autoload": { |
||
7695 | "psr-4": { |
||
7696 | "phpDocumentor\\Reflection\\": [ |
||
7697 | "src/" |
||
7698 | ] |
||
7699 | } |
||
7700 | }, |
||
7701 | "notification-url": "https://packagist.org/downloads/", |
||
7702 | "license": [ |
||
7703 | "MIT" |
||
7704 | ], |
||
7705 | "authors": [ |
||
7706 | { |
||
7707 | "name": "Mike van Riel", |
||
7708 | "email": "[email protected]" |
||
7709 | } |
||
7710 | ], |
||
7711 | "time": "2016-11-25T06:54:22+00:00" |
||
7712 | }, |
||
7713 | { |
||
7714 | "name": "phpspec/php-diff", |
||
7715 | "version": "v1.1.0", |
||
7716 | "source": { |
||
7717 | "type": "git", |
||
7718 | "url": "https://github.com/phpspec/php-diff.git", |
||
7719 | "reference": "0464787bfa7cd13576c5a1e318709768798bec6a" |
||
7720 | }, |
||
7721 | "dist": { |
||
7722 | "type": "zip", |
||
7723 | "url": "https://api.github.com/repos/phpspec/php-diff/zipball/0464787bfa7cd13576c5a1e318709768798bec6a", |
||
7724 | "reference": "0464787bfa7cd13576c5a1e318709768798bec6a", |
||
7725 | "shasum": "" |
||
7726 | }, |
||
7727 | "type": "library", |
||
7728 | "extra": { |
||
7729 | "branch-alias": { |
||
7730 | "dev-master": "1.0.x-dev" |
||
7731 | } |
||
7732 | }, |
||
7733 | "autoload": { |
||
7734 | "psr-0": { |
||
7735 | "Diff": "lib/" |
||
7736 | } |
||
7737 | }, |
||
7738 | "notification-url": "https://packagist.org/downloads/", |
||
7739 | "license": [ |
||
7740 | "BSD-3-Clause" |
||
7741 | ], |
||
7742 | "authors": [ |
||
7743 | { |
||
7744 | "name": "Chris Boulton", |
||
7745 | "homepage": "http://github.com/chrisboulton" |
||
7746 | } |
||
7747 | ], |
||
7748 | "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", |
||
7749 | "time": "2016-04-07T12:29:16+00:00" |
||
7750 | }, |
||
7751 | { |
||
7752 | "name": "phpspec/phpspec", |
||
7753 | "version": "4.0.0-alpha2", |
||
7754 | "source": { |
||
7755 | "type": "git", |
||
7756 | "url": "https://github.com/phpspec/phpspec.git", |
||
7757 | "reference": "f78d6d6d878a0eb95f13d6a2cffc6be05c1e1329" |
||
7758 | }, |
||
7759 | "dist": { |
||
7760 | "type": "zip", |
||
7761 | "url": "https://api.github.com/repos/phpspec/phpspec/zipball/f78d6d6d878a0eb95f13d6a2cffc6be05c1e1329", |
||
7762 | "reference": "f78d6d6d878a0eb95f13d6a2cffc6be05c1e1329", |
||
7763 | "shasum": "" |
||
7764 | }, |
||
7765 | "require": { |
||
7766 | "doctrine/instantiator": "^1.0.5", |
||
7767 | "ext-tokenizer": "*", |
||
7768 | "php": "^7.0,<7.2", |
||
7769 | "phpspec/php-diff": "^1.0.0", |
||
7770 | "phpspec/prophecy": "^1.5", |
||
7771 | "sebastian/exporter": "^1.0 || ^2.0 || ^3.0", |
||
7772 | "symfony/console": "^3.2", |
||
7773 | "symfony/event-dispatcher": "^3.2", |
||
7774 | "symfony/finder": "^3.2", |
||
7775 | "symfony/process": "^3.2", |
||
7776 | "symfony/yaml": "^3.2" |
||
7777 | }, |
||
7778 | "require-dev": { |
||
7779 | "behat/behat": "^3.3", |
||
7780 | "phpunit/phpunit": "^5.7|^6.0", |
||
7781 | "symfony/filesystem": "^3.2" |
||
7782 | }, |
||
7783 | "suggest": { |
||
7784 | "phpspec/nyan-formatters": "Adds Nyan formatters" |
||
7785 | }, |
||
7786 | "bin": [ |
||
7787 | "bin/phpspec" |
||
7788 | ], |
||
7789 | "type": "library", |
||
7790 | "extra": { |
||
7791 | "branch-alias": { |
||
7792 | "dev-master": "4.0.x-dev" |
||
7793 | } |
||
7794 | }, |
||
7795 | "autoload": { |
||
7796 | "psr-0": { |
||
7797 | "PhpSpec": "src/" |
||
7798 | } |
||
7799 | }, |
||
7800 | "notification-url": "https://packagist.org/downloads/", |
||
7801 | "license": [ |
||
7802 | "MIT" |
||
7803 | ], |
||
7804 | "authors": [ |
||
7805 | { |
||
7806 | "name": "Konstantin Kudryashov", |
||
7807 | "email": "[email protected]", |
||
7808 | "homepage": "http://everzet.com" |
||
7809 | }, |
||
7810 | { |
||
7811 | "name": "Marcello Duarte", |
||
7812 | "homepage": "http://marcelloduarte.net/" |
||
7813 | }, |
||
7814 | { |
||
7815 | "name": "Ciaran McNulty", |
||
7816 | "homepage": "https://ciaranmcnulty.com/" |
||
7817 | } |
||
7818 | ], |
||
7819 | "description": "Specification-oriented BDD framework for PHP 5.6+", |
||
7820 | "homepage": "http://phpspec.net/", |
||
7821 | "keywords": [ |
||
7822 | "BDD", |
||
7823 | "SpecBDD", |
||
7824 | "TDD", |
||
7825 | "spec", |
||
7826 | "specification", |
||
7827 | "testing", |
||
7828 | "tests" |
||
7829 | ], |
||
7830 | "time": "2017-06-19T11:18:32+00:00" |
||
7831 | }, |
||
7832 | { |
||
7833 | "name": "phpspec/prophecy", |
||
7834 | "version": "v1.6.2", |
||
7835 | "source": { |
||
7836 | "type": "git", |
||
7837 | "url": "https://github.com/phpspec/prophecy.git", |
||
7838 | "reference": "6c52c2722f8460122f96f86346600e1077ce22cb" |
||
7839 | }, |
||
7840 | "dist": { |
||
7841 | "type": "zip", |
||
7842 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb", |
||
7843 | "reference": "6c52c2722f8460122f96f86346600e1077ce22cb", |
||
7844 | "shasum": "" |
||
7845 | }, |
||
7846 | "require": { |
||
7847 | "doctrine/instantiator": "^1.0.2", |
||
7848 | "php": "^5.3|^7.0", |
||
7849 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
||
7850 | "sebastian/comparator": "^1.1", |
||
7851 | "sebastian/recursion-context": "^1.0|^2.0" |
||
7852 | }, |
||
7853 | "require-dev": { |
||
7854 | "phpspec/phpspec": "^2.0", |
||
7855 | "phpunit/phpunit": "^4.8 || ^5.6.5" |
||
7856 | }, |
||
7857 | "type": "library", |
||
7858 | "extra": { |
||
7859 | "branch-alias": { |
||
7860 | "dev-master": "1.6.x-dev" |
||
7861 | } |
||
7862 | }, |
||
7863 | "autoload": { |
||
7864 | "psr-0": { |
||
7865 | "Prophecy\\": "src/" |
||
7866 | } |
||
7867 | }, |
||
7868 | "notification-url": "https://packagist.org/downloads/", |
||
7869 | "license": [ |
||
7870 | "MIT" |
||
7871 | ], |
||
7872 | "authors": [ |
||
7873 | { |
||
7874 | "name": "Konstantin Kudryashov", |
||
7875 | "email": "[email protected]", |
||
7876 | "homepage": "http://everzet.com" |
||
7877 | }, |
||
7878 | { |
||
7879 | "name": "Marcello Duarte", |
||
7880 | "email": "[email protected]" |
||
7881 | } |
||
7882 | ], |
||
7883 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
7884 | "homepage": "https://github.com/phpspec/prophecy", |
||
7885 | "keywords": [ |
||
7886 | "Double", |
||
7887 | "Dummy", |
||
7888 | "fake", |
||
7889 | "mock", |
||
7890 | "spy", |
||
7891 | "stub" |
||
7892 | ], |
||
7893 | "time": "2016-11-21T14:58:47+00:00" |
||
7894 | }, |
||
7895 | { |
||
7896 | "name": "phpunit/php-code-coverage", |
||
7897 | "version": "4.0.5", |
||
7898 | "source": { |
||
7899 | "type": "git", |
||
7900 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
7901 | "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971" |
||
7902 | }, |
||
7903 | "dist": { |
||
7904 | "type": "zip", |
||
7905 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c19cfc7cbb0e9338d8c469c7eedecc2a428b0971", |
||
7906 | "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971", |
||
7907 | "shasum": "" |
||
7908 | }, |
||
7909 | "require": { |
||
7910 | "php": "^5.6 || ^7.0", |
||
7911 | "phpunit/php-file-iterator": "~1.3", |
||
7912 | "phpunit/php-text-template": "~1.2", |
||
7913 | "phpunit/php-token-stream": "^1.4.2", |
||
7914 | "sebastian/code-unit-reverse-lookup": "~1.0", |
||
7915 | "sebastian/environment": "^1.3.2 || ^2.0", |
||
7916 | "sebastian/version": "~1.0|~2.0" |
||
7917 | }, |
||
7918 | "require-dev": { |
||
7919 | "ext-xdebug": ">=2.1.4", |
||
7920 | "phpunit/phpunit": "^5.4" |
||
7921 | }, |
||
7922 | "suggest": { |
||
7923 | "ext-dom": "*", |
||
7924 | "ext-xdebug": ">=2.4.0", |
||
7925 | "ext-xmlwriter": "*" |
||
7926 | }, |
||
7927 | "type": "library", |
||
7928 | "extra": { |
||
7929 | "branch-alias": { |
||
7930 | "dev-master": "4.0.x-dev" |
||
7931 | } |
||
7932 | }, |
||
7933 | "autoload": { |
||
7934 | "classmap": [ |
||
7935 | "src/" |
||
7936 | ] |
||
7937 | }, |
||
7938 | "notification-url": "https://packagist.org/downloads/", |
||
7939 | "license": [ |
||
7940 | "BSD-3-Clause" |
||
7941 | ], |
||
7942 | "authors": [ |
||
7943 | { |
||
7944 | "name": "Sebastian Bergmann", |
||
7945 | "email": "[email protected]", |
||
7946 | "role": "lead" |
||
7947 | } |
||
7948 | ], |
||
7949 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
7950 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
7951 | "keywords": [ |
||
7952 | "coverage", |
||
7953 | "testing", |
||
7954 | "xunit" |
||
7955 | ], |
||
7956 | "time": "2017-01-20T15:06:43+00:00" |
||
7957 | }, |
||
7958 | { |
||
7959 | "name": "phpunit/php-file-iterator", |
||
7960 | "version": "1.4.2", |
||
7961 | "source": { |
||
7962 | "type": "git", |
||
7963 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
7964 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" |
||
7965 | }, |
||
7966 | "dist": { |
||
7967 | "type": "zip", |
||
7968 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
7969 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
7970 | "shasum": "" |
||
7971 | }, |
||
7972 | "require": { |
||
7973 | "php": ">=5.3.3" |
||
7974 | }, |
||
7975 | "type": "library", |
||
7976 | "extra": { |
||
7977 | "branch-alias": { |
||
7978 | "dev-master": "1.4.x-dev" |
||
7979 | } |
||
7980 | }, |
||
7981 | "autoload": { |
||
7982 | "classmap": [ |
||
7983 | "src/" |
||
7984 | ] |
||
7985 | }, |
||
7986 | "notification-url": "https://packagist.org/downloads/", |
||
7987 | "license": [ |
||
7988 | "BSD-3-Clause" |
||
7989 | ], |
||
7990 | "authors": [ |
||
7991 | { |
||
7992 | "name": "Sebastian Bergmann", |
||
7993 | "email": "[email protected]", |
||
7994 | "role": "lead" |
||
7995 | } |
||
7996 | ], |
||
7997 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
7998 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
7999 | "keywords": [ |
||
8000 | "filesystem", |
||
8001 | "iterator" |
||
8002 | ], |
||
8003 | "time": "2016-10-03T07:40:28+00:00" |
||
8004 | }, |
||
8005 | { |
||
8006 | "name": "phpunit/php-text-template", |
||
8007 | "version": "1.2.1", |
||
8008 | "source": { |
||
8009 | "type": "git", |
||
8010 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
8011 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
8012 | }, |
||
8013 | "dist": { |
||
8014 | "type": "zip", |
||
8015 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
8016 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
8017 | "shasum": "" |
||
8018 | }, |
||
8019 | "require": { |
||
8020 | "php": ">=5.3.3" |
||
8021 | }, |
||
8022 | "type": "library", |
||
8023 | "autoload": { |
||
8024 | "classmap": [ |
||
8025 | "src/" |
||
8026 | ] |
||
8027 | }, |
||
8028 | "notification-url": "https://packagist.org/downloads/", |
||
8029 | "license": [ |
||
8030 | "BSD-3-Clause" |
||
8031 | ], |
||
8032 | "authors": [ |
||
8033 | { |
||
8034 | "name": "Sebastian Bergmann", |
||
8035 | "email": "[email protected]", |
||
8036 | "role": "lead" |
||
8037 | } |
||
8038 | ], |
||
8039 | "description": "Simple template engine.", |
||
8040 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
8041 | "keywords": [ |
||
8042 | "template" |
||
8043 | ], |
||
8044 | "time": "2015-06-21T13:50:34+00:00" |
||
8045 | }, |
||
8046 | { |
||
8047 | "name": "phpunit/php-timer", |
||
8048 | "version": "1.0.8", |
||
8049 | "source": { |
||
8050 | "type": "git", |
||
8051 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
8052 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
8053 | }, |
||
8054 | "dist": { |
||
8055 | "type": "zip", |
||
8056 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
8057 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
8058 | "shasum": "" |
||
8059 | }, |
||
8060 | "require": { |
||
8061 | "php": ">=5.3.3" |
||
8062 | }, |
||
8063 | "require-dev": { |
||
8064 | "phpunit/phpunit": "~4|~5" |
||
8065 | }, |
||
8066 | "type": "library", |
||
8067 | "autoload": { |
||
8068 | "classmap": [ |
||
8069 | "src/" |
||
8070 | ] |
||
8071 | }, |
||
8072 | "notification-url": "https://packagist.org/downloads/", |
||
8073 | "license": [ |
||
8074 | "BSD-3-Clause" |
||
8075 | ], |
||
8076 | "authors": [ |
||
8077 | { |
||
8078 | "name": "Sebastian Bergmann", |
||
8079 | "email": "[email protected]", |
||
8080 | "role": "lead" |
||
8081 | } |
||
8082 | ], |
||
8083 | "description": "Utility class for timing", |
||
8084 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
8085 | "keywords": [ |
||
8086 | "timer" |
||
8087 | ], |
||
8088 | "time": "2016-05-12T18:03:57+00:00" |
||
8089 | }, |
||
8090 | { |
||
8091 | "name": "phpunit/php-token-stream", |
||
8092 | "version": "1.4.9", |
||
8093 | "source": { |
||
8094 | "type": "git", |
||
8095 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
8096 | "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b" |
||
8097 | }, |
||
8098 | "dist": { |
||
8099 | "type": "zip", |
||
8100 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b", |
||
8101 | "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b", |
||
8102 | "shasum": "" |
||
8103 | }, |
||
8104 | "require": { |
||
8105 | "ext-tokenizer": "*", |
||
8106 | "php": ">=5.3.3" |
||
8107 | }, |
||
8108 | "require-dev": { |
||
8109 | "phpunit/phpunit": "~4.2" |
||
8110 | }, |
||
8111 | "type": "library", |
||
8112 | "extra": { |
||
8113 | "branch-alias": { |
||
8114 | "dev-master": "1.4-dev" |
||
8115 | } |
||
8116 | }, |
||
8117 | "autoload": { |
||
8118 | "classmap": [ |
||
8119 | "src/" |
||
8120 | ] |
||
8121 | }, |
||
8122 | "notification-url": "https://packagist.org/downloads/", |
||
8123 | "license": [ |
||
8124 | "BSD-3-Clause" |
||
8125 | ], |
||
8126 | "authors": [ |
||
8127 | { |
||
8128 | "name": "Sebastian Bergmann", |
||
8129 | "email": "[email protected]" |
||
8130 | } |
||
8131 | ], |
||
8132 | "description": "Wrapper around PHP's tokenizer extension.", |
||
8133 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
8134 | "keywords": [ |
||
8135 | "tokenizer" |
||
8136 | ], |
||
8137 | "time": "2016-11-15T14:06:22+00:00" |
||
8138 | }, |
||
8139 | { |
||
8140 | "name": "phpunit/phpunit", |
||
8141 | "version": "5.7.9", |
||
8142 | "source": { |
||
8143 | "type": "git", |
||
8144 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
8145 | "reference": "69f832b87c731d5cacad7f91948778fe98335fdd" |
||
8146 | }, |
||
8147 | "dist": { |
||
8148 | "type": "zip", |
||
8149 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/69f832b87c731d5cacad7f91948778fe98335fdd", |
||
8150 | "reference": "69f832b87c731d5cacad7f91948778fe98335fdd", |
||
8151 | "shasum": "" |
||
8152 | }, |
||
8153 | "require": { |
||
8154 | "ext-dom": "*", |
||
8155 | "ext-json": "*", |
||
8156 | "ext-libxml": "*", |
||
8157 | "ext-mbstring": "*", |
||
8158 | "ext-xml": "*", |
||
8159 | "myclabs/deep-copy": "~1.3", |
||
8160 | "php": "^5.6 || ^7.0", |
||
8161 | "phpspec/prophecy": "^1.6.2", |
||
8162 | "phpunit/php-code-coverage": "^4.0.4", |
||
8163 | "phpunit/php-file-iterator": "~1.4", |
||
8164 | "phpunit/php-text-template": "~1.2", |
||
8165 | "phpunit/php-timer": "^1.0.6", |
||
8166 | "phpunit/phpunit-mock-objects": "^3.2", |
||
8167 | "sebastian/comparator": "~1.2.2", |
||
8168 | "sebastian/diff": "~1.2", |
||
8169 | "sebastian/environment": "^1.3.4 || ^2.0", |
||
8170 | "sebastian/exporter": "~2.0", |
||
8171 | "sebastian/global-state": "^1.0 || ^2.0", |
||
8172 | "sebastian/object-enumerator": "~2.0", |
||
8173 | "sebastian/resource-operations": "~1.0", |
||
8174 | "sebastian/version": "~1.0|~2.0", |
||
8175 | "symfony/yaml": "~2.1|~3.0" |
||
8176 | }, |
||
8177 | "conflict": { |
||
8178 | "phpdocumentor/reflection-docblock": "3.0.2" |
||
8179 | }, |
||
8180 | "require-dev": { |
||
8181 | "ext-pdo": "*" |
||
8182 | }, |
||
8183 | "suggest": { |
||
8184 | "ext-xdebug": "*", |
||
8185 | "phpunit/php-invoker": "~1.1" |
||
8186 | }, |
||
8187 | "bin": [ |
||
8188 | "phpunit" |
||
8189 | ], |
||
8190 | "type": "library", |
||
8191 | "extra": { |
||
8192 | "branch-alias": { |
||
8193 | "dev-master": "5.7.x-dev" |
||
8194 | } |
||
8195 | }, |
||
8196 | "autoload": { |
||
8197 | "classmap": [ |
||
8198 | "src/" |
||
8199 | ] |
||
8200 | }, |
||
8201 | "notification-url": "https://packagist.org/downloads/", |
||
8202 | "license": [ |
||
8203 | "BSD-3-Clause" |
||
8204 | ], |
||
8205 | "authors": [ |
||
8206 | { |
||
8207 | "name": "Sebastian Bergmann", |
||
8208 | "email": "[email protected]", |
||
8209 | "role": "lead" |
||
8210 | } |
||
8211 | ], |
||
8212 | "description": "The PHP Unit Testing framework.", |
||
8213 | "homepage": "https://phpunit.de/", |
||
8214 | "keywords": [ |
||
8215 | "phpunit", |
||
8216 | "testing", |
||
8217 | "xunit" |
||
8218 | ], |
||
8219 | "time": "2017-01-28T06:14:33+00:00" |
||
8220 | }, |
||
8221 | { |
||
8222 | "name": "phpunit/phpunit-mock-objects", |
||
8223 | "version": "3.4.3", |
||
8224 | "source": { |
||
8225 | "type": "git", |
||
8226 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
8227 | "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24" |
||
8228 | }, |
||
8229 | "dist": { |
||
8230 | "type": "zip", |
||
8231 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24", |
||
8232 | "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24", |
||
8233 | "shasum": "" |
||
8234 | }, |
||
8235 | "require": { |
||
8236 | "doctrine/instantiator": "^1.0.2", |
||
8237 | "php": "^5.6 || ^7.0", |
||
8238 | "phpunit/php-text-template": "^1.2", |
||
8239 | "sebastian/exporter": "^1.2 || ^2.0" |
||
8240 | }, |
||
8241 | "conflict": { |
||
8242 | "phpunit/phpunit": "<5.4.0" |
||
8243 | }, |
||
8244 | "require-dev": { |
||
8245 | "phpunit/phpunit": "^5.4" |
||
8246 | }, |
||
8247 | "suggest": { |
||
8248 | "ext-soap": "*" |
||
8249 | }, |
||
8250 | "type": "library", |
||
8251 | "extra": { |
||
8252 | "branch-alias": { |
||
8253 | "dev-master": "3.2.x-dev" |
||
8254 | } |
||
8255 | }, |
||
8256 | "autoload": { |
||
8257 | "classmap": [ |
||
8258 | "src/" |
||
8259 | ] |
||
8260 | }, |
||
8261 | "notification-url": "https://packagist.org/downloads/", |
||
8262 | "license": [ |
||
8263 | "BSD-3-Clause" |
||
8264 | ], |
||
8265 | "authors": [ |
||
8266 | { |
||
8267 | "name": "Sebastian Bergmann", |
||
8268 | "email": "[email protected]", |
||
8269 | "role": "lead" |
||
8270 | } |
||
8271 | ], |
||
8272 | "description": "Mock Object library for PHPUnit", |
||
8273 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
8274 | "keywords": [ |
||
8275 | "mock", |
||
8276 | "xunit" |
||
8277 | ], |
||
8278 | "time": "2016-12-08T20:27:08+00:00" |
||
8279 | }, |
||
8280 | { |
||
8281 | "name": "se/selenium-server-standalone", |
||
8282 | "version": "v2.53.1", |
||
8283 | "source": { |
||
8284 | "type": "git", |
||
8285 | "url": "https://github.com/sveneisenschmidt/selenium-server-standalone.git", |
||
8286 | "reference": "ef4eea9c99efb9c0e3084e9cae625662ccd43361" |
||
8287 | }, |
||
8288 | "dist": { |
||
8289 | "type": "zip", |
||
8290 | "url": "https://api.github.com/repos/sveneisenschmidt/selenium-server-standalone/zipball/ef4eea9c99efb9c0e3084e9cae625662ccd43361", |
||
8291 | "reference": "ef4eea9c99efb9c0e3084e9cae625662ccd43361", |
||
8292 | "shasum": "" |
||
8293 | }, |
||
8294 | "require-dev": { |
||
8295 | "phpunit/phpunit": "~4.0" |
||
8296 | }, |
||
8297 | "bin": [ |
||
8298 | "bin/selenium-server-standalone" |
||
8299 | ], |
||
8300 | "type": "library", |
||
8301 | "notification-url": "https://packagist.org/downloads/", |
||
8302 | "license": [ |
||
8303 | "Apache 2.0" |
||
8304 | ], |
||
8305 | "authors": [ |
||
8306 | { |
||
8307 | "name": "Sven Eisenschmidt", |
||
8308 | "email": "[email protected]" |
||
8309 | } |
||
8310 | ], |
||
8311 | "description": "Composer distribution of Selenium Server Standalone, the browser automation framework. Adds a executable to your composer bin directory.", |
||
8312 | "homepage": "https://github.com/sveneisenschmidt/selenium-server-standalone", |
||
8313 | "keywords": [ |
||
8314 | "selenium", |
||
8315 | "testing" |
||
8316 | ], |
||
8317 | "time": "2016-07-01T14:16:52+00:00" |
||
8318 | }, |
||
8319 | { |
||
8320 | "name": "sebastian/code-unit-reverse-lookup", |
||
8321 | "version": "1.0.0", |
||
8322 | "source": { |
||
8323 | "type": "git", |
||
8324 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
8325 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe" |
||
8326 | }, |
||
8327 | "dist": { |
||
8328 | "type": "zip", |
||
8329 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
8330 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
8331 | "shasum": "" |
||
8332 | }, |
||
8333 | "require": { |
||
8334 | "php": ">=5.6" |
||
8335 | }, |
||
8336 | "require-dev": { |
||
8337 | "phpunit/phpunit": "~5" |
||
8338 | }, |
||
8339 | "type": "library", |
||
8340 | "extra": { |
||
8341 | "branch-alias": { |
||
8342 | "dev-master": "1.0.x-dev" |
||
8343 | } |
||
8344 | }, |
||
8345 | "autoload": { |
||
8346 | "classmap": [ |
||
8347 | "src/" |
||
8348 | ] |
||
8349 | }, |
||
8350 | "notification-url": "https://packagist.org/downloads/", |
||
8351 | "license": [ |
||
8352 | "BSD-3-Clause" |
||
8353 | ], |
||
8354 | "authors": [ |
||
8355 | { |
||
8356 | "name": "Sebastian Bergmann", |
||
8357 | "email": "[email protected]" |
||
8358 | } |
||
8359 | ], |
||
8360 | "description": "Looks up which function or method a line of code belongs to", |
||
8361 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
8362 | "time": "2016-02-13T06:45:14+00:00" |
||
8363 | }, |
||
8364 | { |
||
8365 | "name": "sebastian/comparator", |
||
8366 | "version": "1.2.4", |
||
8367 | "source": { |
||
8368 | "type": "git", |
||
8369 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
8370 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" |
||
8371 | }, |
||
8372 | "dist": { |
||
8373 | "type": "zip", |
||
8374 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
8375 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
8376 | "shasum": "" |
||
8377 | }, |
||
8378 | "require": { |
||
8379 | "php": ">=5.3.3", |
||
8380 | "sebastian/diff": "~1.2", |
||
8381 | "sebastian/exporter": "~1.2 || ~2.0" |
||
8382 | }, |
||
8383 | "require-dev": { |
||
8384 | "phpunit/phpunit": "~4.4" |
||
8385 | }, |
||
8386 | "type": "library", |
||
8387 | "extra": { |
||
8388 | "branch-alias": { |
||
8389 | "dev-master": "1.2.x-dev" |
||
8390 | } |
||
8391 | }, |
||
8392 | "autoload": { |
||
8393 | "classmap": [ |
||
8394 | "src/" |
||
8395 | ] |
||
8396 | }, |
||
8397 | "notification-url": "https://packagist.org/downloads/", |
||
8398 | "license": [ |
||
8399 | "BSD-3-Clause" |
||
8400 | ], |
||
8401 | "authors": [ |
||
8402 | { |
||
8403 | "name": "Jeff Welch", |
||
8404 | "email": "[email protected]" |
||
8405 | }, |
||
8406 | { |
||
8407 | "name": "Volker Dusch", |
||
8408 | "email": "[email protected]" |
||
8409 | }, |
||
8410 | { |
||
8411 | "name": "Bernhard Schussek", |
||
8412 | "email": "[email protected]" |
||
8413 | }, |
||
8414 | { |
||
8415 | "name": "Sebastian Bergmann", |
||
8416 | "email": "[email protected]" |
||
8417 | } |
||
8418 | ], |
||
8419 | "description": "Provides the functionality to compare PHP values for equality", |
||
8420 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
8421 | "keywords": [ |
||
8422 | "comparator", |
||
8423 | "compare", |
||
8424 | "equality" |
||
8425 | ], |
||
8426 | "time": "2017-01-29T09:50:25+00:00" |
||
8427 | }, |
||
8428 | { |
||
8429 | "name": "sebastian/diff", |
||
8430 | "version": "1.4.1", |
||
8431 | "source": { |
||
8432 | "type": "git", |
||
8433 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
8434 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
8435 | }, |
||
8436 | "dist": { |
||
8437 | "type": "zip", |
||
8438 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
8439 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
8440 | "shasum": "" |
||
8441 | }, |
||
8442 | "require": { |
||
8443 | "php": ">=5.3.3" |
||
8444 | }, |
||
8445 | "require-dev": { |
||
8446 | "phpunit/phpunit": "~4.8" |
||
8447 | }, |
||
8448 | "type": "library", |
||
8449 | "extra": { |
||
8450 | "branch-alias": { |
||
8451 | "dev-master": "1.4-dev" |
||
8452 | } |
||
8453 | }, |
||
8454 | "autoload": { |
||
8455 | "classmap": [ |
||
8456 | "src/" |
||
8457 | ] |
||
8458 | }, |
||
8459 | "notification-url": "https://packagist.org/downloads/", |
||
8460 | "license": [ |
||
8461 | "BSD-3-Clause" |
||
8462 | ], |
||
8463 | "authors": [ |
||
8464 | { |
||
8465 | "name": "Kore Nordmann", |
||
8466 | "email": "[email protected]" |
||
8467 | }, |
||
8468 | { |
||
8469 | "name": "Sebastian Bergmann", |
||
8470 | "email": "[email protected]" |
||
8471 | } |
||
8472 | ], |
||
8473 | "description": "Diff implementation", |
||
8474 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
8475 | "keywords": [ |
||
8476 | "diff" |
||
8477 | ], |
||
8478 | "time": "2015-12-08T07:14:41+00:00" |
||
8479 | }, |
||
8480 | { |
||
8481 | "name": "sebastian/environment", |
||
8482 | "version": "2.0.0", |
||
8483 | "source": { |
||
8484 | "type": "git", |
||
8485 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
8486 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" |
||
8487 | }, |
||
8488 | "dist": { |
||
8489 | "type": "zip", |
||
8490 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
8491 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
8492 | "shasum": "" |
||
8493 | }, |
||
8494 | "require": { |
||
8495 | "php": "^5.6 || ^7.0" |
||
8496 | }, |
||
8497 | "require-dev": { |
||
8498 | "phpunit/phpunit": "^5.0" |
||
8499 | }, |
||
8500 | "type": "library", |
||
8501 | "extra": { |
||
8502 | "branch-alias": { |
||
8503 | "dev-master": "2.0.x-dev" |
||
8504 | } |
||
8505 | }, |
||
8506 | "autoload": { |
||
8507 | "classmap": [ |
||
8508 | "src/" |
||
8509 | ] |
||
8510 | }, |
||
8511 | "notification-url": "https://packagist.org/downloads/", |
||
8512 | "license": [ |
||
8513 | "BSD-3-Clause" |
||
8514 | ], |
||
8515 | "authors": [ |
||
8516 | { |
||
8517 | "name": "Sebastian Bergmann", |
||
8518 | "email": "[email protected]" |
||
8519 | } |
||
8520 | ], |
||
8521 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
8522 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
8523 | "keywords": [ |
||
8524 | "Xdebug", |
||
8525 | "environment", |
||
8526 | "hhvm" |
||
8527 | ], |
||
8528 | "time": "2016-11-26T07:53:53+00:00" |
||
8529 | }, |
||
8530 | { |
||
8531 | "name": "sebastian/exporter", |
||
8532 | "version": "2.0.0", |
||
8533 | "source": { |
||
8534 | "type": "git", |
||
8535 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
8536 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" |
||
8537 | }, |
||
8538 | "dist": { |
||
8539 | "type": "zip", |
||
8540 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
8541 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
8542 | "shasum": "" |
||
8543 | }, |
||
8544 | "require": { |
||
8545 | "php": ">=5.3.3", |
||
8546 | "sebastian/recursion-context": "~2.0" |
||
8547 | }, |
||
8548 | "require-dev": { |
||
8549 | "ext-mbstring": "*", |
||
8550 | "phpunit/phpunit": "~4.4" |
||
8551 | }, |
||
8552 | "type": "library", |
||
8553 | "extra": { |
||
8554 | "branch-alias": { |
||
8555 | "dev-master": "2.0.x-dev" |
||
8556 | } |
||
8557 | }, |
||
8558 | "autoload": { |
||
8559 | "classmap": [ |
||
8560 | "src/" |
||
8561 | ] |
||
8562 | }, |
||
8563 | "notification-url": "https://packagist.org/downloads/", |
||
8564 | "license": [ |
||
8565 | "BSD-3-Clause" |
||
8566 | ], |
||
8567 | "authors": [ |
||
8568 | { |
||
8569 | "name": "Jeff Welch", |
||
8570 | "email": "[email protected]" |
||
8571 | }, |
||
8572 | { |
||
8573 | "name": "Volker Dusch", |
||
8574 | "email": "[email protected]" |
||
8575 | }, |
||
8576 | { |
||
8577 | "name": "Bernhard Schussek", |
||
8578 | "email": "[email protected]" |
||
8579 | }, |
||
8580 | { |
||
8581 | "name": "Sebastian Bergmann", |
||
8582 | "email": "[email protected]" |
||
8583 | }, |
||
8584 | { |
||
8585 | "name": "Adam Harvey", |
||
8586 | "email": "[email protected]" |
||
8587 | } |
||
8588 | ], |
||
8589 | "description": "Provides the functionality to export PHP variables for visualization", |
||
8590 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
8591 | "keywords": [ |
||
8592 | "export", |
||
8593 | "exporter" |
||
8594 | ], |
||
8595 | "time": "2016-11-19T08:54:04+00:00" |
||
8596 | }, |
||
8597 | { |
||
8598 | "name": "sebastian/global-state", |
||
8599 | "version": "1.1.1", |
||
8600 | "source": { |
||
8601 | "type": "git", |
||
8602 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
8603 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
8604 | }, |
||
8605 | "dist": { |
||
8606 | "type": "zip", |
||
8607 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
8608 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
8609 | "shasum": "" |
||
8610 | }, |
||
8611 | "require": { |
||
8612 | "php": ">=5.3.3" |
||
8613 | }, |
||
8614 | "require-dev": { |
||
8615 | "phpunit/phpunit": "~4.2" |
||
8616 | }, |
||
8617 | "suggest": { |
||
8618 | "ext-uopz": "*" |
||
8619 | }, |
||
8620 | "type": "library", |
||
8621 | "extra": { |
||
8622 | "branch-alias": { |
||
8623 | "dev-master": "1.0-dev" |
||
8624 | } |
||
8625 | }, |
||
8626 | "autoload": { |
||
8627 | "classmap": [ |
||
8628 | "src/" |
||
8629 | ] |
||
8630 | }, |
||
8631 | "notification-url": "https://packagist.org/downloads/", |
||
8632 | "license": [ |
||
8633 | "BSD-3-Clause" |
||
8634 | ], |
||
8635 | "authors": [ |
||
8636 | { |
||
8637 | "name": "Sebastian Bergmann", |
||
8638 | "email": "[email protected]" |
||
8639 | } |
||
8640 | ], |
||
8641 | "description": "Snapshotting of global state", |
||
8642 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
8643 | "keywords": [ |
||
8644 | "global state" |
||
8645 | ], |
||
8646 | "time": "2015-10-12T03:26:01+00:00" |
||
8647 | }, |
||
8648 | { |
||
8649 | "name": "sebastian/object-enumerator", |
||
8650 | "version": "2.0.0", |
||
8651 | "source": { |
||
8652 | "type": "git", |
||
8653 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
8654 | "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35" |
||
8655 | }, |
||
8656 | "dist": { |
||
8657 | "type": "zip", |
||
8658 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35", |
||
8659 | "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35", |
||
8660 | "shasum": "" |
||
8661 | }, |
||
8662 | "require": { |
||
8663 | "php": ">=5.6", |
||
8664 | "sebastian/recursion-context": "~2.0" |
||
8665 | }, |
||
8666 | "require-dev": { |
||
8667 | "phpunit/phpunit": "~5" |
||
8668 | }, |
||
8669 | "type": "library", |
||
8670 | "extra": { |
||
8671 | "branch-alias": { |
||
8672 | "dev-master": "2.0.x-dev" |
||
8673 | } |
||
8674 | }, |
||
8675 | "autoload": { |
||
8676 | "classmap": [ |
||
8677 | "src/" |
||
8678 | ] |
||
8679 | }, |
||
8680 | "notification-url": "https://packagist.org/downloads/", |
||
8681 | "license": [ |
||
8682 | "BSD-3-Clause" |
||
8683 | ], |
||
8684 | "authors": [ |
||
8685 | { |
||
8686 | "name": "Sebastian Bergmann", |
||
8687 | "email": "[email protected]" |
||
8688 | } |
||
8689 | ], |
||
8690 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
8691 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
8692 | "time": "2016-11-19T07:35:10+00:00" |
||
8693 | }, |
||
8694 | { |
||
8695 | "name": "sebastian/recursion-context", |
||
8696 | "version": "2.0.0", |
||
8697 | "source": { |
||
8698 | "type": "git", |
||
8699 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
8700 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" |
||
8701 | }, |
||
8702 | "dist": { |
||
8703 | "type": "zip", |
||
8704 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
8705 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
8706 | "shasum": "" |
||
8707 | }, |
||
8708 | "require": { |
||
8709 | "php": ">=5.3.3" |
||
8710 | }, |
||
8711 | "require-dev": { |
||
8712 | "phpunit/phpunit": "~4.4" |
||
8713 | }, |
||
8714 | "type": "library", |
||
8715 | "extra": { |
||
8716 | "branch-alias": { |
||
8717 | "dev-master": "2.0.x-dev" |
||
8718 | } |
||
8719 | }, |
||
8720 | "autoload": { |
||
8721 | "classmap": [ |
||
8722 | "src/" |
||
8723 | ] |
||
8724 | }, |
||
8725 | "notification-url": "https://packagist.org/downloads/", |
||
8726 | "license": [ |
||
8727 | "BSD-3-Clause" |
||
8728 | ], |
||
8729 | "authors": [ |
||
8730 | { |
||
8731 | "name": "Jeff Welch", |
||
8732 | "email": "[email protected]" |
||
8733 | }, |
||
8734 | { |
||
8735 | "name": "Sebastian Bergmann", |
||
8736 | "email": "[email protected]" |
||
8737 | }, |
||
8738 | { |
||
8739 | "name": "Adam Harvey", |
||
8740 | "email": "[email protected]" |
||
8741 | } |
||
8742 | ], |
||
8743 | "description": "Provides functionality to recursively process PHP variables", |
||
8744 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
8745 | "time": "2016-11-19T07:33:16+00:00" |
||
8746 | }, |
||
8747 | { |
||
8748 | "name": "sebastian/resource-operations", |
||
8749 | "version": "1.0.0", |
||
8750 | "source": { |
||
8751 | "type": "git", |
||
8752 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
8753 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
8754 | }, |
||
8755 | "dist": { |
||
8756 | "type": "zip", |
||
8757 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
8758 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
8759 | "shasum": "" |
||
8760 | }, |
||
8761 | "require": { |
||
8762 | "php": ">=5.6.0" |
||
8763 | }, |
||
8764 | "type": "library", |
||
8765 | "extra": { |
||
8766 | "branch-alias": { |
||
8767 | "dev-master": "1.0.x-dev" |
||
8768 | } |
||
8769 | }, |
||
8770 | "autoload": { |
||
8771 | "classmap": [ |
||
8772 | "src/" |
||
8773 | ] |
||
8774 | }, |
||
8775 | "notification-url": "https://packagist.org/downloads/", |
||
8776 | "license": [ |
||
8777 | "BSD-3-Clause" |
||
8778 | ], |
||
8779 | "authors": [ |
||
8780 | { |
||
8781 | "name": "Sebastian Bergmann", |
||
8782 | "email": "[email protected]" |
||
8783 | } |
||
8784 | ], |
||
8785 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
8786 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
8787 | "time": "2015-07-28T20:34:47+00:00" |
||
8788 | }, |
||
8789 | { |
||
8790 | "name": "sebastian/version", |
||
8791 | "version": "2.0.1", |
||
8792 | "source": { |
||
8793 | "type": "git", |
||
8794 | "url": "https://github.com/sebastianbergmann/version.git", |
||
8795 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
8796 | }, |
||
8797 | "dist": { |
||
8798 | "type": "zip", |
||
8799 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
8800 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
8801 | "shasum": "" |
||
8802 | }, |
||
8803 | "require": { |
||
8804 | "php": ">=5.6" |
||
8805 | }, |
||
8806 | "type": "library", |
||
8807 | "extra": { |
||
8808 | "branch-alias": { |
||
8809 | "dev-master": "2.0.x-dev" |
||
8810 | } |
||
8811 | }, |
||
8812 | "autoload": { |
||
8813 | "classmap": [ |
||
8814 | "src/" |
||
8815 | ] |
||
8816 | }, |
||
8817 | "notification-url": "https://packagist.org/downloads/", |
||
8818 | "license": [ |
||
8819 | "BSD-3-Clause" |
||
8820 | ], |
||
8821 | "authors": [ |
||
8822 | { |
||
8823 | "name": "Sebastian Bergmann", |
||
8824 | "email": "[email protected]", |
||
8825 | "role": "lead" |
||
8826 | } |
||
8827 | ], |
||
8828 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
8829 | "homepage": "https://github.com/sebastianbergmann/version", |
||
8830 | "time": "2016-10-03T07:35:21+00:00" |
||
8831 | }, |
||
8832 | { |
||
8833 | "name": "stripe/stripe-php", |
||
8834 | "version": "v4.4.0", |
||
8835 | "source": { |
||
8836 | "type": "git", |
||
8837 | "url": "https://github.com/stripe/stripe-php.git", |
||
8838 | "reference": "9ec772fe502995850954dbc15b1f38e6f9159a4d" |
||
8839 | }, |
||
8840 | "dist": { |
||
8841 | "type": "zip", |
||
8842 | "url": "https://api.github.com/repos/stripe/stripe-php/zipball/9ec772fe502995850954dbc15b1f38e6f9159a4d", |
||
8843 | "reference": "9ec772fe502995850954dbc15b1f38e6f9159a4d", |
||
8844 | "shasum": "" |
||
8845 | }, |
||
8846 | "require": { |
||
8847 | "ext-curl": "*", |
||
8848 | "ext-json": "*", |
||
8849 | "ext-mbstring": "*", |
||
8850 | "php": ">=5.3.3" |
||
8851 | }, |
||
8852 | "require-dev": { |
||
8853 | "phpunit/phpunit": "~4.0", |
||
8854 | "satooshi/php-coveralls": "~0.6.1", |
||
8855 | "squizlabs/php_codesniffer": "~2.0" |
||
8856 | }, |
||
8857 | "type": "library", |
||
8858 | "extra": { |
||
8859 | "branch-alias": { |
||
8860 | "dev-master": "2.0-dev" |
||
8861 | } |
||
8862 | }, |
||
8863 | "autoload": { |
||
8864 | "psr-4": { |
||
8865 | "Stripe\\": "lib/" |
||
8866 | } |
||
8867 | }, |
||
8868 | "notification-url": "https://packagist.org/downloads/", |
||
8869 | "license": [ |
||
8870 | "MIT" |
||
8871 | ], |
||
8872 | "authors": [ |
||
8873 | { |
||
8874 | "name": "Stripe and contributors", |
||
8875 | "homepage": "https://github.com/stripe/stripe-php/contributors" |
||
8876 | } |
||
8877 | ], |
||
8878 | "description": "Stripe PHP Library", |
||
8879 | "homepage": "https://stripe.com/", |
||
8880 | "keywords": [ |
||
8881 | "api", |
||
8882 | "payment processing", |
||
8883 | "stripe" |
||
8884 | ], |
||
8885 | "time": "2017-01-18T18:55:45+00:00" |
||
8886 | } |
||
8887 | ], |
||
8888 | "aliases": [], |
||
8889 | "minimum-stability": "stable", |
||
8890 | "stability-flags": { |
||
8891 | "akeneo/phpspec-skip-example-extension": 15, |
||
8892 | "phpspec/phpspec": 15 |
||
8893 | }, |
||
8894 | "prefer-stable": false, |
||
8895 | "prefer-lowest": false, |
||
8896 | "platform": { |
||
8897 | "php": "^7.1", |
||
8898 | "ext-exif": "*", |
||
8899 | "ext-fileinfo": "*", |
||
8900 | "ext-gd": "*" |
||
8901 | }, |
||
8902 | "platform-dev": [] |
||
8903 | } |
||
8904 |