1 | { |
||
2 | "_readme": [ |
||
3 | "This file locks the dependencies of your project to a known state", |
||
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
||
5 | "This file is @generated automatically" |
||
6 | ], |
||
7 | "content-hash": "c0989eaf3dc4029f04abacc2b196216f", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "api-platform/core", |
||
11 | "version": "v2.0.8", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/api-platform/core.git", |
||
15 | "reference": "c3f56dbde4ba46b6838e4ebac6c1be9640b36943" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/api-platform/core/zipball/c3f56dbde4ba46b6838e4ebac6c1be9640b36943", |
||
20 | "reference": "c3f56dbde4ba46b6838e4ebac6c1be9640b36943", |
||
21 | "shasum": "" |
||
22 | }, |
||
23 | "require": { |
||
24 | "doctrine/inflector": "^1.0", |
||
25 | "php": ">=7.0", |
||
26 | "psr/cache": "^1.0", |
||
27 | "symfony/http-foundation": "^2.7 || ^3.0", |
||
28 | "symfony/http-kernel": "^2.7 || ^3.0", |
||
29 | "symfony/property-access": "^2.7 || ^3.0", |
||
30 | "symfony/property-info": "^3.1", |
||
31 | "symfony/serializer": "^3.1", |
||
32 | "willdurand/negotiation": "^2.0.3" |
||
33 | }, |
||
34 | "require-dev": { |
||
35 | "behat/behat": "^3.1", |
||
36 | "behat/mink": "^1.7", |
||
37 | "behat/mink-browserkit-driver": "^1.3.1", |
||
38 | "behat/mink-extension": "^2.2", |
||
39 | "behat/symfony2-extension": "^2.1", |
||
40 | "behatch/contexts": "^2.6", |
||
41 | "doctrine/annotations": "^1.2", |
||
42 | "doctrine/doctrine-bundle": "^1.6.3", |
||
43 | "doctrine/orm": "^2.5", |
||
44 | "friendsofsymfony/user-bundle": "^2.0", |
||
45 | "nelmio/api-doc-bundle": "^2.11.2", |
||
46 | "php-mock/php-mock-phpunit": "^1.1", |
||
47 | "phpdocumentor/reflection-docblock": "^3.0", |
||
48 | "phpdocumentor/type-resolver": "^0.2", |
||
49 | "phpunit/phpunit": "^5.6.8", |
||
50 | "psr/log": "^1.0", |
||
51 | "symfony/asset": "^2.7 || ^3.0", |
||
52 | "symfony/cache": "^3.1", |
||
53 | "symfony/config": "^3.2", |
||
54 | "symfony/dependency-injection": "^2.7 || ^3.0", |
||
55 | "symfony/doctrine-bridge": "^2.8 || ^3.0", |
||
56 | "symfony/finder": "^2.7 || ^3.0", |
||
57 | "symfony/framework-bundle": "^3.1", |
||
58 | "symfony/phpunit-bridge": "^2.7 || ^3.0", |
||
59 | "symfony/security": "^2.7 || ^3.0", |
||
60 | "symfony/twig-bundle": "^2.8 || ^3.1", |
||
61 | "symfony/validator": "^2.7 || ^3.0" |
||
62 | }, |
||
63 | "suggest": { |
||
64 | "friendsofsymfony/user-bundle": "To use the FOSUserBundle bridge.", |
||
65 | "phpdocumentor/reflection-docblock": "To support extracting metadata from PHPDoc.", |
||
66 | "psr/cache-implementation": "To use metadata caching.", |
||
67 | "symfony/cache": "To have metadata caching when using Symfony integration.", |
||
68 | "symfony/config": "To load XML configuration files.", |
||
69 | "symfony/twig-bundle": "To use the Swagger UI integration." |
||
70 | }, |
||
71 | "type": "library", |
||
72 | "extra": { |
||
73 | "branch-alias": { |
||
74 | "dev-master": "2.0.x-dev" |
||
75 | } |
||
76 | }, |
||
77 | "autoload": { |
||
78 | "psr-4": { |
||
79 | "ApiPlatform\\Core\\": "src/" |
||
80 | } |
||
81 | }, |
||
82 | "notification-url": "https://packagist.org/downloads/", |
||
83 | "license": [ |
||
84 | "MIT" |
||
85 | ], |
||
86 | "authors": [ |
||
87 | { |
||
88 | "name": "Kévin Dunglas", |
||
89 | "email": "[email protected]", |
||
90 | "homepage": "https://dunglas.fr" |
||
91 | } |
||
92 | ], |
||
93 | "description": "The ultimate solution to create web APIs.", |
||
94 | "homepage": "https://api-platform.com", |
||
95 | "keywords": [ |
||
96 | "Hydra", |
||
97 | "JSON-LD", |
||
98 | "api", |
||
99 | "hal", |
||
100 | "json", |
||
101 | "rest", |
||
102 | "swagger" |
||
103 | ], |
||
104 | "time": "2017-05-15T13:41:12+00:00" |
||
105 | }, |
||
106 | { |
||
107 | "name": "behat/transliterator", |
||
108 | "version": "v1.2.0", |
||
109 | "source": { |
||
110 | "type": "git", |
||
111 | "url": "https://github.com/Behat/Transliterator.git", |
||
112 | "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c" |
||
113 | }, |
||
114 | "dist": { |
||
115 | "type": "zip", |
||
116 | "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c", |
||
117 | "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c", |
||
118 | "shasum": "" |
||
119 | }, |
||
120 | "require": { |
||
121 | "php": ">=5.3.3" |
||
122 | }, |
||
123 | "require-dev": { |
||
124 | "chuyskywalker/rolling-curl": "^3.1", |
||
125 | "php-yaoi/php-yaoi": "^1.0" |
||
126 | }, |
||
127 | "type": "library", |
||
128 | "extra": { |
||
129 | "branch-alias": { |
||
130 | "dev-master": "1.2-dev" |
||
131 | } |
||
132 | }, |
||
133 | "autoload": { |
||
134 | "psr-0": { |
||
135 | "Behat\\Transliterator": "src/" |
||
136 | } |
||
137 | }, |
||
138 | "notification-url": "https://packagist.org/downloads/", |
||
139 | "license": [ |
||
140 | "Artistic-1.0" |
||
141 | ], |
||
142 | "description": "String transliterator", |
||
143 | "keywords": [ |
||
144 | "i18n", |
||
145 | "slug", |
||
146 | "transliterator" |
||
147 | ], |
||
148 | "time": "2017-04-04T11:38:05+00:00" |
||
149 | }, |
||
150 | { |
||
151 | "name": "composer/ca-bundle", |
||
152 | "version": "1.0.7", |
||
153 | "source": { |
||
154 | "type": "git", |
||
155 | "url": "https://github.com/composer/ca-bundle.git", |
||
156 | "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12" |
||
157 | }, |
||
158 | "dist": { |
||
159 | "type": "zip", |
||
160 | "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b17e6153cb7f33c7e44eb59578dc12eee5dc8e12", |
||
161 | "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12", |
||
162 | "shasum": "" |
||
163 | }, |
||
164 | "require": { |
||
165 | "ext-openssl": "*", |
||
166 | "ext-pcre": "*", |
||
167 | "php": "^5.3.2 || ^7.0" |
||
168 | }, |
||
169 | "require-dev": { |
||
170 | "phpunit/phpunit": "^4.5", |
||
171 | "psr/log": "^1.0", |
||
172 | "symfony/process": "^2.5 || ^3.0" |
||
173 | }, |
||
174 | "suggest": { |
||
175 | "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+" |
||
176 | }, |
||
177 | "type": "library", |
||
178 | "extra": { |
||
179 | "branch-alias": { |
||
180 | "dev-master": "1.x-dev" |
||
181 | } |
||
182 | }, |
||
183 | "autoload": { |
||
184 | "psr-4": { |
||
185 | "Composer\\CaBundle\\": "src" |
||
186 | } |
||
187 | }, |
||
188 | "notification-url": "https://packagist.org/downloads/", |
||
189 | "license": [ |
||
190 | "MIT" |
||
191 | ], |
||
192 | "authors": [ |
||
193 | { |
||
194 | "name": "Jordi Boggiano", |
||
195 | "email": "[email protected]", |
||
196 | "homepage": "http://seld.be" |
||
197 | } |
||
198 | ], |
||
199 | "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", |
||
200 | "keywords": [ |
||
201 | "cabundle", |
||
202 | "cacert", |
||
203 | "certificate", |
||
204 | "ssl", |
||
205 | "tls" |
||
206 | ], |
||
207 | "time": "2017-03-06T11:59:08+00:00" |
||
208 | }, |
||
209 | { |
||
210 | "name": "craue/formflow-bundle", |
||
211 | "version": "dev-master", |
||
212 | "source": { |
||
213 | "type": "git", |
||
214 | "url": "https://github.com/craue/CraueFormFlowBundle.git", |
||
215 | "reference": "d1a301012d74b2ea1faccbfefa5361595b822f59" |
||
216 | }, |
||
217 | "dist": { |
||
218 | "type": "zip", |
||
219 | "url": "https://api.github.com/repos/craue/CraueFormFlowBundle/zipball/d1a301012d74b2ea1faccbfefa5361595b822f59", |
||
220 | "reference": "d1a301012d74b2ea1faccbfefa5361595b822f59", |
||
221 | "shasum": "" |
||
222 | }, |
||
223 | "require": { |
||
224 | "paragonie/random_compat": "^1|^2", |
||
225 | "php": "^5.3.9|~7.0", |
||
226 | "symfony/form": "~2.7|~3.0", |
||
227 | "symfony/http-kernel": "~2.7|~3.0", |
||
228 | "symfony/translation": "~2.7|~3.0", |
||
229 | "symfony/yaml": "~2.7|~3.0" |
||
230 | }, |
||
231 | "require-dev": { |
||
232 | "doctrine/doctrine-bundle": "~1.0", |
||
233 | "phpunit/phpunit": "^4.8.35|~5.7|~6.0", |
||
234 | "sensio/framework-extra-bundle": "~3.0", |
||
235 | "symfony/phpunit-bridge": "^3.2.5|~3.3@dev", |
||
236 | "symfony/symfony": "~2.7|~3.0" |
||
237 | }, |
||
238 | "type": "symfony-bundle", |
||
239 | "extra": { |
||
240 | "branch-alias": { |
||
241 | "dev-master": "3.0.x-dev" |
||
242 | } |
||
243 | }, |
||
244 | "autoload": { |
||
245 | "psr-4": { |
||
246 | "Craue\\FormFlowBundle\\": "" |
||
247 | } |
||
248 | }, |
||
249 | "notification-url": "https://packagist.org/downloads/", |
||
250 | "license": [ |
||
251 | "MIT" |
||
252 | ], |
||
253 | "authors": [ |
||
254 | { |
||
255 | "name": "Christian Raue", |
||
256 | "email": "[email protected]" |
||
257 | }, |
||
258 | { |
||
259 | "name": "Symfony Community", |
||
260 | "homepage": "https://github.com/craue/CraueFormFlowBundle/contributors" |
||
261 | } |
||
262 | ], |
||
263 | "description": "Multi-step forms for your Symfony project.", |
||
264 | "homepage": "https://github.com/craue/CraueFormFlowBundle", |
||
265 | "keywords": [ |
||
266 | "Symfony2", |
||
267 | "form", |
||
268 | "step", |
||
269 | "symfony3", |
||
270 | "wizard" |
||
271 | ], |
||
272 | "time": "2017-05-22T09:03:49+00:00" |
||
273 | }, |
||
274 | { |
||
275 | "name": "digitalstate/core", |
||
276 | "version": "dev-develop", |
||
277 | "source": { |
||
278 | "type": "git", |
||
279 | "url": "https://github.com/DigitalState/Core.git", |
||
280 | "reference": "e70a7542b512aeb0615291e0f8c7b39965b79cf7" |
||
281 | }, |
||
282 | "dist": { |
||
283 | "type": "zip", |
||
284 | "url": "https://api.github.com/repos/DigitalState/Core/zipball/e70a7542b512aeb0615291e0f8c7b39965b79cf7", |
||
285 | "reference": "e70a7542b512aeb0615291e0f8c7b39965b79cf7", |
||
286 | "shasum": "" |
||
287 | }, |
||
288 | "require": { |
||
289 | "api-platform/core": "^2.0", |
||
290 | "doctrine/orm": "^2.5", |
||
291 | "guzzlehttp/guzzle": "^6.2", |
||
292 | "lexik/jwt-authentication-bundle": "^2.2", |
||
293 | "php": ">=7.0", |
||
294 | "predis/predis": "^1.1", |
||
295 | "ramsey/uuid": "^3.6", |
||
296 | "snc/redis-bundle": "^2.0", |
||
297 | "symfony/symfony": "3.2.*" |
||
298 | }, |
||
299 | "require-dev": { |
||
300 | "doctrine/doctrine-fixtures-bundle": "^2.3" |
||
301 | }, |
||
302 | "type": "project", |
||
303 | "extra": { |
||
304 | "branch-alias": [] |
||
305 | }, |
||
306 | "autoload": { |
||
307 | "psr-4": { |
||
308 | "": "src/" |
||
309 | } |
||
310 | }, |
||
311 | "notification-url": "https://packagist.org/downloads/", |
||
312 | "license": [ |
||
313 | "MIT" |
||
314 | ], |
||
315 | "description": "The DigitalState Core", |
||
316 | "homepage": "https://digitalstate.ca", |
||
317 | "time": "2018-04-30T15:53:46+00:00" |
||
318 | }, |
||
319 | { |
||
320 | "name": "doctrine/annotations", |
||
321 | "version": "v1.4.0", |
||
322 | "source": { |
||
323 | "type": "git", |
||
324 | "url": "https://github.com/doctrine/annotations.git", |
||
325 | "reference": "54cacc9b81758b14e3ce750f205a393d52339e97" |
||
326 | }, |
||
327 | "dist": { |
||
328 | "type": "zip", |
||
329 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97", |
||
330 | "reference": "54cacc9b81758b14e3ce750f205a393d52339e97", |
||
331 | "shasum": "" |
||
332 | }, |
||
333 | "require": { |
||
334 | "doctrine/lexer": "1.*", |
||
335 | "php": "^5.6 || ^7.0" |
||
336 | }, |
||
337 | "require-dev": { |
||
338 | "doctrine/cache": "1.*", |
||
339 | "phpunit/phpunit": "^5.7" |
||
340 | }, |
||
341 | "type": "library", |
||
342 | "extra": { |
||
343 | "branch-alias": { |
||
344 | "dev-master": "1.4.x-dev" |
||
345 | } |
||
346 | }, |
||
347 | "autoload": { |
||
348 | "psr-4": { |
||
349 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
350 | } |
||
351 | }, |
||
352 | "notification-url": "https://packagist.org/downloads/", |
||
353 | "license": [ |
||
354 | "MIT" |
||
355 | ], |
||
356 | "authors": [ |
||
357 | { |
||
358 | "name": "Roman Borschel", |
||
359 | "email": "[email protected]" |
||
360 | }, |
||
361 | { |
||
362 | "name": "Benjamin Eberlei", |
||
363 | "email": "[email protected]" |
||
364 | }, |
||
365 | { |
||
366 | "name": "Guilherme Blanco", |
||
367 | "email": "[email protected]" |
||
368 | }, |
||
369 | { |
||
370 | "name": "Jonathan Wage", |
||
371 | "email": "[email protected]" |
||
372 | }, |
||
373 | { |
||
374 | "name": "Johannes Schmitt", |
||
375 | "email": "[email protected]" |
||
376 | } |
||
377 | ], |
||
378 | "description": "Docblock Annotations Parser", |
||
379 | "homepage": "http://www.doctrine-project.org", |
||
380 | "keywords": [ |
||
381 | "annotations", |
||
382 | "docblock", |
||
383 | "parser" |
||
384 | ], |
||
385 | "time": "2017-02-24T16:22:25+00:00" |
||
386 | }, |
||
387 | { |
||
388 | "name": "doctrine/cache", |
||
389 | "version": "v1.6.1", |
||
390 | "source": { |
||
391 | "type": "git", |
||
392 | "url": "https://github.com/doctrine/cache.git", |
||
393 | "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3" |
||
394 | }, |
||
395 | "dist": { |
||
396 | "type": "zip", |
||
397 | "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3", |
||
398 | "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3", |
||
399 | "shasum": "" |
||
400 | }, |
||
401 | "require": { |
||
402 | "php": "~5.5|~7.0" |
||
403 | }, |
||
404 | "conflict": { |
||
405 | "doctrine/common": ">2.2,<2.4" |
||
406 | }, |
||
407 | "require-dev": { |
||
408 | "phpunit/phpunit": "~4.8|~5.0", |
||
409 | "predis/predis": "~1.0", |
||
410 | "satooshi/php-coveralls": "~0.6" |
||
411 | }, |
||
412 | "type": "library", |
||
413 | "extra": { |
||
414 | "branch-alias": { |
||
415 | "dev-master": "1.6.x-dev" |
||
416 | } |
||
417 | }, |
||
418 | "autoload": { |
||
419 | "psr-4": { |
||
420 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
421 | } |
||
422 | }, |
||
423 | "notification-url": "https://packagist.org/downloads/", |
||
424 | "license": [ |
||
425 | "MIT" |
||
426 | ], |
||
427 | "authors": [ |
||
428 | { |
||
429 | "name": "Roman Borschel", |
||
430 | "email": "[email protected]" |
||
431 | }, |
||
432 | { |
||
433 | "name": "Benjamin Eberlei", |
||
434 | "email": "[email protected]" |
||
435 | }, |
||
436 | { |
||
437 | "name": "Guilherme Blanco", |
||
438 | "email": "[email protected]" |
||
439 | }, |
||
440 | { |
||
441 | "name": "Jonathan Wage", |
||
442 | "email": "[email protected]" |
||
443 | }, |
||
444 | { |
||
445 | "name": "Johannes Schmitt", |
||
446 | "email": "[email protected]" |
||
447 | } |
||
448 | ], |
||
449 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
450 | "homepage": "http://www.doctrine-project.org", |
||
451 | "keywords": [ |
||
452 | "cache", |
||
453 | "caching" |
||
454 | ], |
||
455 | "time": "2016-10-29T11:16:17+00:00" |
||
456 | }, |
||
457 | { |
||
458 | "name": "doctrine/collections", |
||
459 | "version": "v1.4.0", |
||
460 | "source": { |
||
461 | "type": "git", |
||
462 | "url": "https://github.com/doctrine/collections.git", |
||
463 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" |
||
464 | }, |
||
465 | "dist": { |
||
466 | "type": "zip", |
||
467 | "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", |
||
468 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", |
||
469 | "shasum": "" |
||
470 | }, |
||
471 | "require": { |
||
472 | "php": "^5.6 || ^7.0" |
||
473 | }, |
||
474 | "require-dev": { |
||
475 | "doctrine/coding-standard": "~0.1@dev", |
||
476 | "phpunit/phpunit": "^5.7" |
||
477 | }, |
||
478 | "type": "library", |
||
479 | "extra": { |
||
480 | "branch-alias": { |
||
481 | "dev-master": "1.3.x-dev" |
||
482 | } |
||
483 | }, |
||
484 | "autoload": { |
||
485 | "psr-0": { |
||
486 | "Doctrine\\Common\\Collections\\": "lib/" |
||
487 | } |
||
488 | }, |
||
489 | "notification-url": "https://packagist.org/downloads/", |
||
490 | "license": [ |
||
491 | "MIT" |
||
492 | ], |
||
493 | "authors": [ |
||
494 | { |
||
495 | "name": "Roman Borschel", |
||
496 | "email": "[email protected]" |
||
497 | }, |
||
498 | { |
||
499 | "name": "Benjamin Eberlei", |
||
500 | "email": "[email protected]" |
||
501 | }, |
||
502 | { |
||
503 | "name": "Guilherme Blanco", |
||
504 | "email": "[email protected]" |
||
505 | }, |
||
506 | { |
||
507 | "name": "Jonathan Wage", |
||
508 | "email": "[email protected]" |
||
509 | }, |
||
510 | { |
||
511 | "name": "Johannes Schmitt", |
||
512 | "email": "[email protected]" |
||
513 | } |
||
514 | ], |
||
515 | "description": "Collections Abstraction library", |
||
516 | "homepage": "http://www.doctrine-project.org", |
||
517 | "keywords": [ |
||
518 | "array", |
||
519 | "collections", |
||
520 | "iterator" |
||
521 | ], |
||
522 | "time": "2017-01-03T10:49:41+00:00" |
||
523 | }, |
||
524 | { |
||
525 | "name": "doctrine/common", |
||
526 | "version": "v2.7.2", |
||
527 | "source": { |
||
528 | "type": "git", |
||
529 | "url": "https://github.com/doctrine/common.git", |
||
530 | "reference": "930297026c8009a567ac051fd545bf6124150347" |
||
531 | }, |
||
532 | "dist": { |
||
533 | "type": "zip", |
||
534 | "url": "https://api.github.com/repos/doctrine/common/zipball/930297026c8009a567ac051fd545bf6124150347", |
||
535 | "reference": "930297026c8009a567ac051fd545bf6124150347", |
||
536 | "shasum": "" |
||
537 | }, |
||
538 | "require": { |
||
539 | "doctrine/annotations": "1.*", |
||
540 | "doctrine/cache": "1.*", |
||
541 | "doctrine/collections": "1.*", |
||
542 | "doctrine/inflector": "1.*", |
||
543 | "doctrine/lexer": "1.*", |
||
544 | "php": "~5.6|~7.0" |
||
545 | }, |
||
546 | "require-dev": { |
||
547 | "phpunit/phpunit": "^5.4.6" |
||
548 | }, |
||
549 | "type": "library", |
||
550 | "extra": { |
||
551 | "branch-alias": { |
||
552 | "dev-master": "2.7.x-dev" |
||
553 | } |
||
554 | }, |
||
555 | "autoload": { |
||
556 | "psr-4": { |
||
557 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
558 | } |
||
559 | }, |
||
560 | "notification-url": "https://packagist.org/downloads/", |
||
561 | "license": [ |
||
562 | "MIT" |
||
563 | ], |
||
564 | "authors": [ |
||
565 | { |
||
566 | "name": "Roman Borschel", |
||
567 | "email": "[email protected]" |
||
568 | }, |
||
569 | { |
||
570 | "name": "Benjamin Eberlei", |
||
571 | "email": "[email protected]" |
||
572 | }, |
||
573 | { |
||
574 | "name": "Guilherme Blanco", |
||
575 | "email": "[email protected]" |
||
576 | }, |
||
577 | { |
||
578 | "name": "Jonathan Wage", |
||
579 | "email": "[email protected]" |
||
580 | }, |
||
581 | { |
||
582 | "name": "Johannes Schmitt", |
||
583 | "email": "[email protected]" |
||
584 | } |
||
585 | ], |
||
586 | "description": "Common Library for Doctrine projects", |
||
587 | "homepage": "http://www.doctrine-project.org", |
||
588 | "keywords": [ |
||
589 | "annotations", |
||
590 | "collections", |
||
591 | "eventmanager", |
||
592 | "persistence", |
||
593 | "spl" |
||
594 | ], |
||
595 | "time": "2017-01-13T14:02:13+00:00" |
||
596 | }, |
||
597 | { |
||
598 | "name": "doctrine/dbal", |
||
599 | "version": "v2.5.12", |
||
600 | "source": { |
||
601 | "type": "git", |
||
602 | "url": "https://github.com/doctrine/dbal.git", |
||
603 | "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44" |
||
604 | }, |
||
605 | "dist": { |
||
606 | "type": "zip", |
||
607 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/7b9e911f9d8b30d43b96853dab26898c710d8f44", |
||
608 | "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44", |
||
609 | "shasum": "" |
||
610 | }, |
||
611 | "require": { |
||
612 | "doctrine/common": ">=2.4,<2.8-dev", |
||
613 | "php": ">=5.3.2" |
||
614 | }, |
||
615 | "require-dev": { |
||
616 | "phpunit/phpunit": "4.*", |
||
617 | "symfony/console": "2.*||^3.0" |
||
618 | }, |
||
619 | "suggest": { |
||
620 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
621 | }, |
||
622 | "bin": [ |
||
623 | "bin/doctrine-dbal" |
||
624 | ], |
||
625 | "type": "library", |
||
626 | "extra": { |
||
627 | "branch-alias": { |
||
628 | "dev-master": "2.5.x-dev" |
||
629 | } |
||
630 | }, |
||
631 | "autoload": { |
||
632 | "psr-0": { |
||
633 | "Doctrine\\DBAL\\": "lib/" |
||
634 | } |
||
635 | }, |
||
636 | "notification-url": "https://packagist.org/downloads/", |
||
637 | "license": [ |
||
638 | "MIT" |
||
639 | ], |
||
640 | "authors": [ |
||
641 | { |
||
642 | "name": "Roman Borschel", |
||
643 | "email": "[email protected]" |
||
644 | }, |
||
645 | { |
||
646 | "name": "Benjamin Eberlei", |
||
647 | "email": "[email protected]" |
||
648 | }, |
||
649 | { |
||
650 | "name": "Guilherme Blanco", |
||
651 | "email": "[email protected]" |
||
652 | }, |
||
653 | { |
||
654 | "name": "Jonathan Wage", |
||
655 | "email": "[email protected]" |
||
656 | } |
||
657 | ], |
||
658 | "description": "Database Abstraction Layer", |
||
659 | "homepage": "http://www.doctrine-project.org", |
||
660 | "keywords": [ |
||
661 | "database", |
||
662 | "dbal", |
||
663 | "persistence", |
||
664 | "queryobject" |
||
665 | ], |
||
666 | "time": "2017-02-08T12:53:47+00:00" |
||
667 | }, |
||
668 | { |
||
669 | "name": "doctrine/doctrine-bundle", |
||
670 | "version": "1.6.8", |
||
671 | "source": { |
||
672 | "type": "git", |
||
673 | "url": "https://github.com/doctrine/DoctrineBundle.git", |
||
674 | "reference": "6e96577cbbdbb5b6dcca2ff203d665976b51beb0" |
||
675 | }, |
||
676 | "dist": { |
||
677 | "type": "zip", |
||
678 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/6e96577cbbdbb5b6dcca2ff203d665976b51beb0", |
||
679 | "reference": "6e96577cbbdbb5b6dcca2ff203d665976b51beb0", |
||
680 | "shasum": "" |
||
681 | }, |
||
682 | "require": { |
||
683 | "doctrine/dbal": "~2.3", |
||
684 | "doctrine/doctrine-cache-bundle": "~1.2", |
||
685 | "jdorn/sql-formatter": "~1.1", |
||
686 | "php": ">=5.5.9", |
||
687 | "symfony/console": "~2.7|~3.0|~4.0", |
||
688 | "symfony/dependency-injection": "~2.7|~3.0|~4.0", |
||
689 | "symfony/doctrine-bridge": "~2.7|~3.0|~4.0", |
||
690 | "symfony/framework-bundle": "~2.7|~3.0|~4.0" |
||
691 | }, |
||
692 | "require-dev": { |
||
693 | "doctrine/orm": "~2.3", |
||
694 | "phpunit/phpunit": "~4", |
||
695 | "satooshi/php-coveralls": "^1.0", |
||
696 | "symfony/phpunit-bridge": "~2.7|~3.0|~4.0", |
||
697 | "symfony/property-info": "~2.8|~3.0|~4.0", |
||
698 | "symfony/validator": "~2.7|~3.0|~4.0", |
||
699 | "symfony/yaml": "~2.7|~3.0|~4.0", |
||
700 | "twig/twig": "~1.12|~2.0" |
||
701 | }, |
||
702 | "suggest": { |
||
703 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
||
704 | "symfony/web-profiler-bundle": "To use the data collector." |
||
705 | }, |
||
706 | "type": "symfony-bundle", |
||
707 | "extra": { |
||
708 | "branch-alias": { |
||
709 | "dev-master": "1.6.x-dev" |
||
710 | } |
||
711 | }, |
||
712 | "autoload": { |
||
713 | "psr-4": { |
||
714 | "Doctrine\\Bundle\\DoctrineBundle\\": "" |
||
715 | } |
||
716 | }, |
||
717 | "notification-url": "https://packagist.org/downloads/", |
||
718 | "license": [ |
||
719 | "MIT" |
||
720 | ], |
||
721 | "authors": [ |
||
722 | { |
||
723 | "name": "Symfony Community", |
||
724 | "homepage": "http://symfony.com/contributors" |
||
725 | }, |
||
726 | { |
||
727 | "name": "Benjamin Eberlei", |
||
728 | "email": "[email protected]" |
||
729 | }, |
||
730 | { |
||
731 | "name": "Doctrine Project", |
||
732 | "homepage": "http://www.doctrine-project.org/" |
||
733 | }, |
||
734 | { |
||
735 | "name": "Fabien Potencier", |
||
736 | "email": "[email protected]" |
||
737 | } |
||
738 | ], |
||
739 | "description": "Symfony DoctrineBundle", |
||
740 | "homepage": "http://www.doctrine-project.org", |
||
741 | "keywords": [ |
||
742 | "database", |
||
743 | "dbal", |
||
744 | "orm", |
||
745 | "persistence" |
||
746 | ], |
||
747 | "time": "2017-05-18T08:15:18+00:00" |
||
748 | }, |
||
749 | { |
||
750 | "name": "doctrine/doctrine-cache-bundle", |
||
751 | "version": "1.3.0", |
||
752 | "source": { |
||
753 | "type": "git", |
||
754 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", |
||
755 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504" |
||
756 | }, |
||
757 | "dist": { |
||
758 | "type": "zip", |
||
759 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
760 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
761 | "shasum": "" |
||
762 | }, |
||
763 | "require": { |
||
764 | "doctrine/cache": "^1.4.2", |
||
765 | "doctrine/inflector": "~1.0", |
||
766 | "php": ">=5.3.2", |
||
767 | "symfony/doctrine-bridge": "~2.2|~3.0" |
||
768 | }, |
||
769 | "require-dev": { |
||
770 | "instaclick/coding-standard": "~1.1", |
||
771 | "instaclick/object-calisthenics-sniffs": "dev-master", |
||
772 | "instaclick/symfony2-coding-standard": "dev-remaster", |
||
773 | "phpunit/phpunit": "~4", |
||
774 | "predis/predis": "~0.8", |
||
775 | "satooshi/php-coveralls": "~0.6.1", |
||
776 | "squizlabs/php_codesniffer": "~1.5", |
||
777 | "symfony/console": "~2.2|~3.0", |
||
778 | "symfony/finder": "~2.2|~3.0", |
||
779 | "symfony/framework-bundle": "~2.2|~3.0", |
||
780 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
781 | "symfony/security-acl": "~2.3|~3.0", |
||
782 | "symfony/validator": "~2.2|~3.0", |
||
783 | "symfony/yaml": "~2.2|~3.0" |
||
784 | }, |
||
785 | "suggest": { |
||
786 | "symfony/security-acl": "For using this bundle to cache ACLs" |
||
787 | }, |
||
788 | "type": "symfony-bundle", |
||
789 | "extra": { |
||
790 | "branch-alias": { |
||
791 | "dev-master": "1.2.x-dev" |
||
792 | } |
||
793 | }, |
||
794 | "autoload": { |
||
795 | "psr-4": { |
||
796 | "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" |
||
797 | } |
||
798 | }, |
||
799 | "notification-url": "https://packagist.org/downloads/", |
||
800 | "license": [ |
||
801 | "MIT" |
||
802 | ], |
||
803 | "authors": [ |
||
804 | { |
||
805 | "name": "Symfony Community", |
||
806 | "homepage": "http://symfony.com/contributors" |
||
807 | }, |
||
808 | { |
||
809 | "name": "Benjamin Eberlei", |
||
810 | "email": "[email protected]" |
||
811 | }, |
||
812 | { |
||
813 | "name": "Fabio B. Silva", |
||
814 | "email": "[email protected]" |
||
815 | }, |
||
816 | { |
||
817 | "name": "Guilherme Blanco", |
||
818 | "email": "[email protected]" |
||
819 | }, |
||
820 | { |
||
821 | "name": "Doctrine Project", |
||
822 | "homepage": "http://www.doctrine-project.org/" |
||
823 | }, |
||
824 | { |
||
825 | "name": "Fabien Potencier", |
||
826 | "email": "[email protected]" |
||
827 | } |
||
828 | ], |
||
829 | "description": "Symfony Bundle for Doctrine Cache", |
||
830 | "homepage": "http://www.doctrine-project.org", |
||
831 | "keywords": [ |
||
832 | "cache", |
||
833 | "caching" |
||
834 | ], |
||
835 | "time": "2016-01-26T17:28:51+00:00" |
||
836 | }, |
||
837 | { |
||
838 | "name": "doctrine/doctrine-migrations-bundle", |
||
839 | "version": "v1.2.1", |
||
840 | "source": { |
||
841 | "type": "git", |
||
842 | "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", |
||
843 | "reference": "6276139e0b913a4e5120fc36bb5b0eae8ac549bc" |
||
844 | }, |
||
845 | "dist": { |
||
846 | "type": "zip", |
||
847 | "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/6276139e0b913a4e5120fc36bb5b0eae8ac549bc", |
||
848 | "reference": "6276139e0b913a4e5120fc36bb5b0eae8ac549bc", |
||
849 | "shasum": "" |
||
850 | }, |
||
851 | "require": { |
||
852 | "doctrine/doctrine-bundle": "~1.0", |
||
853 | "doctrine/migrations": "^1.1", |
||
854 | "php": ">=5.4.0", |
||
855 | "symfony/framework-bundle": "~2.3|~3.0" |
||
856 | }, |
||
857 | "require-dev": { |
||
858 | "phpunit/phpunit": "~4.8" |
||
859 | }, |
||
860 | "type": "symfony-bundle", |
||
861 | "extra": { |
||
862 | "branch-alias": { |
||
863 | "dev-master": "1.2-dev" |
||
864 | } |
||
865 | }, |
||
866 | "autoload": { |
||
867 | "psr-4": { |
||
868 | "Doctrine\\Bundle\\MigrationsBundle\\": "" |
||
869 | } |
||
870 | }, |
||
871 | "notification-url": "https://packagist.org/downloads/", |
||
872 | "license": [ |
||
873 | "MIT" |
||
874 | ], |
||
875 | "authors": [ |
||
876 | { |
||
877 | "name": "Symfony Community", |
||
878 | "homepage": "http://symfony.com/contributors" |
||
879 | }, |
||
880 | { |
||
881 | "name": "Doctrine Project", |
||
882 | "homepage": "http://www.doctrine-project.org" |
||
883 | }, |
||
884 | { |
||
885 | "name": "Fabien Potencier", |
||
886 | "email": "[email protected]" |
||
887 | } |
||
888 | ], |
||
889 | "description": "Symfony DoctrineMigrationsBundle", |
||
890 | "homepage": "http://www.doctrine-project.org", |
||
891 | "keywords": [ |
||
892 | "dbal", |
||
893 | "migrations", |
||
894 | "schema" |
||
895 | ], |
||
896 | "time": "2016-12-05T18:36:37+00:00" |
||
897 | }, |
||
898 | { |
||
899 | "name": "doctrine/inflector", |
||
900 | "version": "v1.1.0", |
||
901 | "source": { |
||
902 | "type": "git", |
||
903 | "url": "https://github.com/doctrine/inflector.git", |
||
904 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
905 | }, |
||
906 | "dist": { |
||
907 | "type": "zip", |
||
908 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
909 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
910 | "shasum": "" |
||
911 | }, |
||
912 | "require": { |
||
913 | "php": ">=5.3.2" |
||
914 | }, |
||
915 | "require-dev": { |
||
916 | "phpunit/phpunit": "4.*" |
||
917 | }, |
||
918 | "type": "library", |
||
919 | "extra": { |
||
920 | "branch-alias": { |
||
921 | "dev-master": "1.1.x-dev" |
||
922 | } |
||
923 | }, |
||
924 | "autoload": { |
||
925 | "psr-0": { |
||
926 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
927 | } |
||
928 | }, |
||
929 | "notification-url": "https://packagist.org/downloads/", |
||
930 | "license": [ |
||
931 | "MIT" |
||
932 | ], |
||
933 | "authors": [ |
||
934 | { |
||
935 | "name": "Roman Borschel", |
||
936 | "email": "[email protected]" |
||
937 | }, |
||
938 | { |
||
939 | "name": "Benjamin Eberlei", |
||
940 | "email": "[email protected]" |
||
941 | }, |
||
942 | { |
||
943 | "name": "Guilherme Blanco", |
||
944 | "email": "[email protected]" |
||
945 | }, |
||
946 | { |
||
947 | "name": "Jonathan Wage", |
||
948 | "email": "[email protected]" |
||
949 | }, |
||
950 | { |
||
951 | "name": "Johannes Schmitt", |
||
952 | "email": "[email protected]" |
||
953 | } |
||
954 | ], |
||
955 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
956 | "homepage": "http://www.doctrine-project.org", |
||
957 | "keywords": [ |
||
958 | "inflection", |
||
959 | "pluralize", |
||
960 | "singularize", |
||
961 | "string" |
||
962 | ], |
||
963 | "time": "2015-11-06T14:35:42+00:00" |
||
964 | }, |
||
965 | { |
||
966 | "name": "doctrine/instantiator", |
||
967 | "version": "1.0.5", |
||
968 | "source": { |
||
969 | "type": "git", |
||
970 | "url": "https://github.com/doctrine/instantiator.git", |
||
971 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
972 | }, |
||
973 | "dist": { |
||
974 | "type": "zip", |
||
975 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
976 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
977 | "shasum": "" |
||
978 | }, |
||
979 | "require": { |
||
980 | "php": ">=5.3,<8.0-DEV" |
||
981 | }, |
||
982 | "require-dev": { |
||
983 | "athletic/athletic": "~0.1.8", |
||
984 | "ext-pdo": "*", |
||
985 | "ext-phar": "*", |
||
986 | "phpunit/phpunit": "~4.0", |
||
987 | "squizlabs/php_codesniffer": "~2.0" |
||
988 | }, |
||
989 | "type": "library", |
||
990 | "extra": { |
||
991 | "branch-alias": { |
||
992 | "dev-master": "1.0.x-dev" |
||
993 | } |
||
994 | }, |
||
995 | "autoload": { |
||
996 | "psr-4": { |
||
997 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
998 | } |
||
999 | }, |
||
1000 | "notification-url": "https://packagist.org/downloads/", |
||
1001 | "license": [ |
||
1002 | "MIT" |
||
1003 | ], |
||
1004 | "authors": [ |
||
1005 | { |
||
1006 | "name": "Marco Pivetta", |
||
1007 | "email": "[email protected]", |
||
1008 | "homepage": "http://ocramius.github.com/" |
||
1009 | } |
||
1010 | ], |
||
1011 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
1012 | "homepage": "https://github.com/doctrine/instantiator", |
||
1013 | "keywords": [ |
||
1014 | "constructor", |
||
1015 | "instantiate" |
||
1016 | ], |
||
1017 | "time": "2015-06-14T21:17:01+00:00" |
||
1018 | }, |
||
1019 | { |
||
1020 | "name": "doctrine/lexer", |
||
1021 | "version": "v1.0.1", |
||
1022 | "source": { |
||
1023 | "type": "git", |
||
1024 | "url": "https://github.com/doctrine/lexer.git", |
||
1025 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
1026 | }, |
||
1027 | "dist": { |
||
1028 | "type": "zip", |
||
1029 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
1030 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
1031 | "shasum": "" |
||
1032 | }, |
||
1033 | "require": { |
||
1034 | "php": ">=5.3.2" |
||
1035 | }, |
||
1036 | "type": "library", |
||
1037 | "extra": { |
||
1038 | "branch-alias": { |
||
1039 | "dev-master": "1.0.x-dev" |
||
1040 | } |
||
1041 | }, |
||
1042 | "autoload": { |
||
1043 | "psr-0": { |
||
1044 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
1045 | } |
||
1046 | }, |
||
1047 | "notification-url": "https://packagist.org/downloads/", |
||
1048 | "license": [ |
||
1049 | "MIT" |
||
1050 | ], |
||
1051 | "authors": [ |
||
1052 | { |
||
1053 | "name": "Roman Borschel", |
||
1054 | "email": "[email protected]" |
||
1055 | }, |
||
1056 | { |
||
1057 | "name": "Guilherme Blanco", |
||
1058 | "email": "[email protected]" |
||
1059 | }, |
||
1060 | { |
||
1061 | "name": "Johannes Schmitt", |
||
1062 | "email": "[email protected]" |
||
1063 | } |
||
1064 | ], |
||
1065 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
1066 | "homepage": "http://www.doctrine-project.org", |
||
1067 | "keywords": [ |
||
1068 | "lexer", |
||
1069 | "parser" |
||
1070 | ], |
||
1071 | "time": "2014-09-09T13:34:57+00:00" |
||
1072 | }, |
||
1073 | { |
||
1074 | "name": "doctrine/migrations", |
||
1075 | "version": "v1.5.0", |
||
1076 | "source": { |
||
1077 | "type": "git", |
||
1078 | "url": "https://github.com/doctrine/migrations.git", |
||
1079 | "reference": "c81147c0f2938a6566594455367e095150547f72" |
||
1080 | }, |
||
1081 | "dist": { |
||
1082 | "type": "zip", |
||
1083 | "url": "https://api.github.com/repos/doctrine/migrations/zipball/c81147c0f2938a6566594455367e095150547f72", |
||
1084 | "reference": "c81147c0f2938a6566594455367e095150547f72", |
||
1085 | "shasum": "" |
||
1086 | }, |
||
1087 | "require": { |
||
1088 | "doctrine/dbal": "~2.2", |
||
1089 | "ocramius/proxy-manager": "^1.0|^2.0", |
||
1090 | "php": "^5.5|^7.0", |
||
1091 | "symfony/console": "~2.3|~3.0", |
||
1092 | "symfony/yaml": "~2.3|~3.0" |
||
1093 | }, |
||
1094 | "require-dev": { |
||
1095 | "doctrine/coding-standard": "dev-master", |
||
1096 | "doctrine/orm": "2.*", |
||
1097 | "jdorn/sql-formatter": "~1.1", |
||
1098 | "johnkary/phpunit-speedtrap": "~1.0@dev", |
||
1099 | "mikey179/vfsstream": "^1.6", |
||
1100 | "mockery/mockery": "^0.9.4", |
||
1101 | "phpunit/phpunit": "~4.7", |
||
1102 | "satooshi/php-coveralls": "^1.0" |
||
1103 | }, |
||
1104 | "suggest": { |
||
1105 | "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command." |
||
1106 | }, |
||
1107 | "bin": [ |
||
1108 | "bin/doctrine-migrations" |
||
1109 | ], |
||
1110 | "type": "library", |
||
1111 | "extra": { |
||
1112 | "branch-alias": { |
||
1113 | "dev-master": "v1.6.x-dev" |
||
1114 | } |
||
1115 | }, |
||
1116 | "autoload": { |
||
1117 | "psr-4": { |
||
1118 | "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations" |
||
1119 | } |
||
1120 | }, |
||
1121 | "notification-url": "https://packagist.org/downloads/", |
||
1122 | "license": [ |
||
1123 | "LGPL-2.1" |
||
1124 | ], |
||
1125 | "authors": [ |
||
1126 | { |
||
1127 | "name": "Benjamin Eberlei", |
||
1128 | "email": "[email protected]" |
||
1129 | }, |
||
1130 | { |
||
1131 | "name": "Jonathan Wage", |
||
1132 | "email": "[email protected]" |
||
1133 | }, |
||
1134 | { |
||
1135 | "name": "Michael Simonson", |
||
1136 | "email": "[email protected]" |
||
1137 | } |
||
1138 | ], |
||
1139 | "description": "Database Schema migrations using Doctrine DBAL", |
||
1140 | "homepage": "http://www.doctrine-project.org", |
||
1141 | "keywords": [ |
||
1142 | "database", |
||
1143 | "migrations" |
||
1144 | ], |
||
1145 | "time": "2016-12-25T22:54:00+00:00" |
||
1146 | }, |
||
1147 | { |
||
1148 | "name": "doctrine/orm", |
||
1149 | "version": "v2.5.6", |
||
1150 | "source": { |
||
1151 | "type": "git", |
||
1152 | "url": "https://github.com/doctrine/doctrine2.git", |
||
1153 | "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b" |
||
1154 | }, |
||
1155 | "dist": { |
||
1156 | "type": "zip", |
||
1157 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/e6c434196c8ef058239aaa0724b4aadb0107940b", |
||
1158 | "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b", |
||
1159 | "shasum": "" |
||
1160 | }, |
||
1161 | "require": { |
||
1162 | "doctrine/cache": "~1.4", |
||
1163 | "doctrine/collections": "~1.2", |
||
1164 | "doctrine/common": ">=2.5-dev,<2.8-dev", |
||
1165 | "doctrine/dbal": ">=2.5-dev,<2.6-dev", |
||
1166 | "doctrine/instantiator": "~1.0.1", |
||
1167 | "ext-pdo": "*", |
||
1168 | "php": ">=5.4", |
||
1169 | "symfony/console": "~2.5|~3.0" |
||
1170 | }, |
||
1171 | "require-dev": { |
||
1172 | "phpunit/phpunit": "~4.0", |
||
1173 | "symfony/yaml": "~2.3|~3.0" |
||
1174 | }, |
||
1175 | "suggest": { |
||
1176 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
1177 | }, |
||
1178 | "bin": [ |
||
1179 | "bin/doctrine", |
||
1180 | "bin/doctrine.php" |
||
1181 | ], |
||
1182 | "type": "library", |
||
1183 | "extra": { |
||
1184 | "branch-alias": { |
||
1185 | "dev-master": "2.6.x-dev" |
||
1186 | } |
||
1187 | }, |
||
1188 | "autoload": { |
||
1189 | "psr-0": { |
||
1190 | "Doctrine\\ORM\\": "lib/" |
||
1191 | } |
||
1192 | }, |
||
1193 | "notification-url": "https://packagist.org/downloads/", |
||
1194 | "license": [ |
||
1195 | "MIT" |
||
1196 | ], |
||
1197 | "authors": [ |
||
1198 | { |
||
1199 | "name": "Roman Borschel", |
||
1200 | "email": "[email protected]" |
||
1201 | }, |
||
1202 | { |
||
1203 | "name": "Benjamin Eberlei", |
||
1204 | "email": "[email protected]" |
||
1205 | }, |
||
1206 | { |
||
1207 | "name": "Guilherme Blanco", |
||
1208 | "email": "[email protected]" |
||
1209 | }, |
||
1210 | { |
||
1211 | "name": "Jonathan Wage", |
||
1212 | "email": "[email protected]" |
||
1213 | } |
||
1214 | ], |
||
1215 | "description": "Object-Relational-Mapper for PHP", |
||
1216 | "homepage": "http://www.doctrine-project.org", |
||
1217 | "keywords": [ |
||
1218 | "database", |
||
1219 | "orm" |
||
1220 | ], |
||
1221 | "time": "2016-12-18T15:42:34+00:00" |
||
1222 | }, |
||
1223 | { |
||
1224 | "name": "dunglas/action-bundle", |
||
1225 | "version": "v0.3.1", |
||
1226 | "source": { |
||
1227 | "type": "git", |
||
1228 | "url": "https://github.com/dunglas/DunglasActionBundle.git", |
||
1229 | "reference": "3a72abd4ff43cae6e528c0e5973d9e9cc8945a2b" |
||
1230 | }, |
||
1231 | "dist": { |
||
1232 | "type": "zip", |
||
1233 | "url": "https://api.github.com/repos/dunglas/DunglasActionBundle/zipball/3a72abd4ff43cae6e528c0e5973d9e9cc8945a2b", |
||
1234 | "reference": "3a72abd4ff43cae6e528c0e5973d9e9cc8945a2b", |
||
1235 | "shasum": "" |
||
1236 | }, |
||
1237 | "require": { |
||
1238 | "php": ">=5.5.9 <7.2.0", |
||
1239 | "symfony/config": "~2.8||~3.0", |
||
1240 | "symfony/dependency-injection": "~2.8||~3.0", |
||
1241 | "symfony/finder": "~2.8||~3.0", |
||
1242 | "symfony/http-kernel": "~2.8||~3.0" |
||
1243 | }, |
||
1244 | "conflict": { |
||
1245 | "symfony/framework-bundle": "<2.8.5||>3.0,<3.0.5" |
||
1246 | }, |
||
1247 | "require-dev": { |
||
1248 | "phpunit/phpunit": "^5.0||^4.6", |
||
1249 | "sensio/framework-extra-bundle": "^3.0.10", |
||
1250 | "symfony/browser-kit": "~2.8||~3.0", |
||
1251 | "symfony/console": "~2.8||~3.0", |
||
1252 | "symfony/expression-language": "~2.8||~3.0", |
||
1253 | "symfony/framework-bundle": "~2.8||~3.0" |
||
1254 | }, |
||
1255 | "type": "symfony-bundle", |
||
1256 | "extra": { |
||
1257 | "branch-alias": { |
||
1258 | "dev-master": "1.0.x-dev" |
||
1259 | } |
||
1260 | }, |
||
1261 | "autoload": { |
||
1262 | "psr-4": { |
||
1263 | "Dunglas\\ActionBundle\\": "" |
||
1264 | }, |
||
1265 | "exclude-from-classmap": [ |
||
1266 | "/Tests/" |
||
1267 | ] |
||
1268 | }, |
||
1269 | "notification-url": "https://packagist.org/downloads/", |
||
1270 | "license": [ |
||
1271 | "MIT" |
||
1272 | ], |
||
1273 | "authors": [ |
||
1274 | { |
||
1275 | "name": "Kévin Dunglas", |
||
1276 | "email": "[email protected]", |
||
1277 | "homepage": "https://dunglas.fr" |
||
1278 | } |
||
1279 | ], |
||
1280 | "description": "Symfony controllers, redesigned", |
||
1281 | "homepage": "https://dunglas.fr/2016/01/dunglasactionbundle-symfony-controllers-redesigned/", |
||
1282 | "keywords": [ |
||
1283 | "Autowiring", |
||
1284 | "action", |
||
1285 | "controllers", |
||
1286 | "routing", |
||
1287 | "symfony" |
||
1288 | ], |
||
1289 | "time": "2016-09-29T06:34:48+00:00" |
||
1290 | }, |
||
1291 | { |
||
1292 | "name": "dunglas/doctrine-json-odm", |
||
1293 | "version": "v0.1.1", |
||
1294 | "source": { |
||
1295 | "type": "git", |
||
1296 | "url": "https://github.com/dunglas/doctrine-json-odm.git", |
||
1297 | "reference": "2de29f7fe6125d75a8d08ff86ec943a36f38bf40" |
||
1298 | }, |
||
1299 | "dist": { |
||
1300 | "type": "zip", |
||
1301 | "url": "https://api.github.com/repos/dunglas/doctrine-json-odm/zipball/2de29f7fe6125d75a8d08ff86ec943a36f38bf40", |
||
1302 | "reference": "2de29f7fe6125d75a8d08ff86ec943a36f38bf40", |
||
1303 | "shasum": "" |
||
1304 | }, |
||
1305 | "require": { |
||
1306 | "doctrine/orm": "^2.5", |
||
1307 | "php": ">=5.5.9", |
||
1308 | "symfony/serializer": "^2.8 || ^3.0 || ^4.0" |
||
1309 | }, |
||
1310 | "require-dev": { |
||
1311 | "doctrine/doctrine-bundle": "^1.6", |
||
1312 | "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0", |
||
1313 | "symfony/finder": "^2.8 || ^3.0 || ^4.0", |
||
1314 | "symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0", |
||
1315 | "symfony/property-access": "^2.8 || ^3.0 || ^4.0", |
||
1316 | "symfony/property-info": "^2.8 || ^3.0 || ^4.0" |
||
1317 | }, |
||
1318 | "suggest": { |
||
1319 | "symfony/property-access": "To support complex objects.", |
||
1320 | "symfony/property-info": "To support complex objects.", |
||
1321 | "symfony/symfony": "To use the provided bundle." |
||
1322 | }, |
||
1323 | "type": "library", |
||
1324 | "extra": { |
||
1325 | "branch-alias": { |
||
1326 | "dev-master": "1.0.x-dev" |
||
1327 | } |
||
1328 | }, |
||
1329 | "autoload": { |
||
1330 | "psr-4": { |
||
1331 | "Dunglas\\DoctrineJsonOdm\\": "src/" |
||
1332 | } |
||
1333 | }, |
||
1334 | "notification-url": "https://packagist.org/downloads/", |
||
1335 | "license": [ |
||
1336 | "MIT" |
||
1337 | ], |
||
1338 | "authors": [ |
||
1339 | { |
||
1340 | "name": "Kévin Dunglas", |
||
1341 | "email": "[email protected]", |
||
1342 | "homepage": "https://dunglas.fr" |
||
1343 | } |
||
1344 | ], |
||
1345 | "description": "An object document mapper for Doctrine ORM using JSON types of modern RDBMS.", |
||
1346 | "homepage": "https://dunglas.fr", |
||
1347 | "keywords": [ |
||
1348 | "database", |
||
1349 | "json", |
||
1350 | "mysql", |
||
1351 | "odm", |
||
1352 | "orm", |
||
1353 | "postgresql", |
||
1354 | "rdbms" |
||
1355 | ], |
||
1356 | "time": "2017-11-19T16:41:08+00:00" |
||
1357 | }, |
||
1358 | { |
||
1359 | "name": "guzzlehttp/guzzle", |
||
1360 | "version": "6.2.3", |
||
1361 | "source": { |
||
1362 | "type": "git", |
||
1363 | "url": "https://github.com/guzzle/guzzle.git", |
||
1364 | "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006" |
||
1365 | }, |
||
1366 | "dist": { |
||
1367 | "type": "zip", |
||
1368 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006", |
||
1369 | "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006", |
||
1370 | "shasum": "" |
||
1371 | }, |
||
1372 | "require": { |
||
1373 | "guzzlehttp/promises": "^1.0", |
||
1374 | "guzzlehttp/psr7": "^1.4", |
||
1375 | "php": ">=5.5" |
||
1376 | }, |
||
1377 | "require-dev": { |
||
1378 | "ext-curl": "*", |
||
1379 | "phpunit/phpunit": "^4.0", |
||
1380 | "psr/log": "^1.0" |
||
1381 | }, |
||
1382 | "type": "library", |
||
1383 | "extra": { |
||
1384 | "branch-alias": { |
||
1385 | "dev-master": "6.2-dev" |
||
1386 | } |
||
1387 | }, |
||
1388 | "autoload": { |
||
1389 | "files": [ |
||
1390 | "src/functions_include.php" |
||
1391 | ], |
||
1392 | "psr-4": { |
||
1393 | "GuzzleHttp\\": "src/" |
||
1394 | } |
||
1395 | }, |
||
1396 | "notification-url": "https://packagist.org/downloads/", |
||
1397 | "license": [ |
||
1398 | "MIT" |
||
1399 | ], |
||
1400 | "authors": [ |
||
1401 | { |
||
1402 | "name": "Michael Dowling", |
||
1403 | "email": "[email protected]", |
||
1404 | "homepage": "https://github.com/mtdowling" |
||
1405 | } |
||
1406 | ], |
||
1407 | "description": "Guzzle is a PHP HTTP client library", |
||
1408 | "homepage": "http://guzzlephp.org/", |
||
1409 | "keywords": [ |
||
1410 | "client", |
||
1411 | "curl", |
||
1412 | "framework", |
||
1413 | "http", |
||
1414 | "http client", |
||
1415 | "rest", |
||
1416 | "web service" |
||
1417 | ], |
||
1418 | "time": "2017-02-28T22:50:30+00:00" |
||
1419 | }, |
||
1420 | { |
||
1421 | "name": "guzzlehttp/promises", |
||
1422 | "version": "v1.3.1", |
||
1423 | "source": { |
||
1424 | "type": "git", |
||
1425 | "url": "https://github.com/guzzle/promises.git", |
||
1426 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
1427 | }, |
||
1428 | "dist": { |
||
1429 | "type": "zip", |
||
1430 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
1431 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
1432 | "shasum": "" |
||
1433 | }, |
||
1434 | "require": { |
||
1435 | "php": ">=5.5.0" |
||
1436 | }, |
||
1437 | "require-dev": { |
||
1438 | "phpunit/phpunit": "^4.0" |
||
1439 | }, |
||
1440 | "type": "library", |
||
1441 | "extra": { |
||
1442 | "branch-alias": { |
||
1443 | "dev-master": "1.4-dev" |
||
1444 | } |
||
1445 | }, |
||
1446 | "autoload": { |
||
1447 | "psr-4": { |
||
1448 | "GuzzleHttp\\Promise\\": "src/" |
||
1449 | }, |
||
1450 | "files": [ |
||
1451 | "src/functions_include.php" |
||
1452 | ] |
||
1453 | }, |
||
1454 | "notification-url": "https://packagist.org/downloads/", |
||
1455 | "license": [ |
||
1456 | "MIT" |
||
1457 | ], |
||
1458 | "authors": [ |
||
1459 | { |
||
1460 | "name": "Michael Dowling", |
||
1461 | "email": "[email protected]", |
||
1462 | "homepage": "https://github.com/mtdowling" |
||
1463 | } |
||
1464 | ], |
||
1465 | "description": "Guzzle promises library", |
||
1466 | "keywords": [ |
||
1467 | "promise" |
||
1468 | ], |
||
1469 | "time": "2016-12-20T10:07:11+00:00" |
||
1470 | }, |
||
1471 | { |
||
1472 | "name": "guzzlehttp/psr7", |
||
1473 | "version": "1.4.2", |
||
1474 | "source": { |
||
1475 | "type": "git", |
||
1476 | "url": "https://github.com/guzzle/psr7.git", |
||
1477 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" |
||
1478 | }, |
||
1479 | "dist": { |
||
1480 | "type": "zip", |
||
1481 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
1482 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
1483 | "shasum": "" |
||
1484 | }, |
||
1485 | "require": { |
||
1486 | "php": ">=5.4.0", |
||
1487 | "psr/http-message": "~1.0" |
||
1488 | }, |
||
1489 | "provide": { |
||
1490 | "psr/http-message-implementation": "1.0" |
||
1491 | }, |
||
1492 | "require-dev": { |
||
1493 | "phpunit/phpunit": "~4.0" |
||
1494 | }, |
||
1495 | "type": "library", |
||
1496 | "extra": { |
||
1497 | "branch-alias": { |
||
1498 | "dev-master": "1.4-dev" |
||
1499 | } |
||
1500 | }, |
||
1501 | "autoload": { |
||
1502 | "psr-4": { |
||
1503 | "GuzzleHttp\\Psr7\\": "src/" |
||
1504 | }, |
||
1505 | "files": [ |
||
1506 | "src/functions_include.php" |
||
1507 | ] |
||
1508 | }, |
||
1509 | "notification-url": "https://packagist.org/downloads/", |
||
1510 | "license": [ |
||
1511 | "MIT" |
||
1512 | ], |
||
1513 | "authors": [ |
||
1514 | { |
||
1515 | "name": "Michael Dowling", |
||
1516 | "email": "[email protected]", |
||
1517 | "homepage": "https://github.com/mtdowling" |
||
1518 | }, |
||
1519 | { |
||
1520 | "name": "Tobias Schultze", |
||
1521 | "homepage": "https://github.com/Tobion" |
||
1522 | } |
||
1523 | ], |
||
1524 | "description": "PSR-7 message implementation that also provides common utility methods", |
||
1525 | "keywords": [ |
||
1526 | "http", |
||
1527 | "message", |
||
1528 | "request", |
||
1529 | "response", |
||
1530 | "stream", |
||
1531 | "uri", |
||
1532 | "url" |
||
1533 | ], |
||
1534 | "time": "2017-03-20T17:10:46+00:00" |
||
1535 | }, |
||
1536 | { |
||
1537 | "name": "incenteev/composer-parameter-handler", |
||
1538 | "version": "v2.1.2", |
||
1539 | "source": { |
||
1540 | "type": "git", |
||
1541 | "url": "https://github.com/Incenteev/ParameterHandler.git", |
||
1542 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc" |
||
1543 | }, |
||
1544 | "dist": { |
||
1545 | "type": "zip", |
||
1546 | "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
1547 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
1548 | "shasum": "" |
||
1549 | }, |
||
1550 | "require": { |
||
1551 | "php": ">=5.3.3", |
||
1552 | "symfony/yaml": "~2.3|~3.0" |
||
1553 | }, |
||
1554 | "require-dev": { |
||
1555 | "composer/composer": "1.0.*@dev", |
||
1556 | "phpspec/prophecy-phpunit": "~1.0", |
||
1557 | "symfony/filesystem": "~2.2" |
||
1558 | }, |
||
1559 | "type": "library", |
||
1560 | "extra": { |
||
1561 | "branch-alias": { |
||
1562 | "dev-master": "2.1.x-dev" |
||
1563 | } |
||
1564 | }, |
||
1565 | "autoload": { |
||
1566 | "psr-4": { |
||
1567 | "Incenteev\\ParameterHandler\\": "" |
||
1568 | } |
||
1569 | }, |
||
1570 | "notification-url": "https://packagist.org/downloads/", |
||
1571 | "license": [ |
||
1572 | "MIT" |
||
1573 | ], |
||
1574 | "authors": [ |
||
1575 | { |
||
1576 | "name": "Christophe Coevoet", |
||
1577 | "email": "[email protected]" |
||
1578 | } |
||
1579 | ], |
||
1580 | "description": "Composer script handling your ignored parameter file", |
||
1581 | "homepage": "https://github.com/Incenteev/ParameterHandler", |
||
1582 | "keywords": [ |
||
1583 | "parameters management" |
||
1584 | ], |
||
1585 | "time": "2015-11-10T17:04:01+00:00" |
||
1586 | }, |
||
1587 | { |
||
1588 | "name": "jdorn/sql-formatter", |
||
1589 | "version": "v1.2.17", |
||
1590 | "source": { |
||
1591 | "type": "git", |
||
1592 | "url": "https://github.com/jdorn/sql-formatter.git", |
||
1593 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
||
1594 | }, |
||
1595 | "dist": { |
||
1596 | "type": "zip", |
||
1597 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
1598 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
1599 | "shasum": "" |
||
1600 | }, |
||
1601 | "require": { |
||
1602 | "php": ">=5.2.4" |
||
1603 | }, |
||
1604 | "require-dev": { |
||
1605 | "phpunit/phpunit": "3.7.*" |
||
1606 | }, |
||
1607 | "type": "library", |
||
1608 | "extra": { |
||
1609 | "branch-alias": { |
||
1610 | "dev-master": "1.3.x-dev" |
||
1611 | } |
||
1612 | }, |
||
1613 | "autoload": { |
||
1614 | "classmap": [ |
||
1615 | "lib" |
||
1616 | ] |
||
1617 | }, |
||
1618 | "notification-url": "https://packagist.org/downloads/", |
||
1619 | "license": [ |
||
1620 | "MIT" |
||
1621 | ], |
||
1622 | "authors": [ |
||
1623 | { |
||
1624 | "name": "Jeremy Dorn", |
||
1625 | "email": "[email protected]", |
||
1626 | "homepage": "http://jeremydorn.com/" |
||
1627 | } |
||
1628 | ], |
||
1629 | "description": "a PHP SQL highlighting library", |
||
1630 | "homepage": "https://github.com/jdorn/sql-formatter/", |
||
1631 | "keywords": [ |
||
1632 | "highlight", |
||
1633 | "sql" |
||
1634 | ], |
||
1635 | "time": "2014-01-12T16:20:24+00:00" |
||
1636 | }, |
||
1637 | { |
||
1638 | "name": "knplabs/doctrine-behaviors", |
||
1639 | "version": "1.4.0", |
||
1640 | "source": { |
||
1641 | "type": "git", |
||
1642 | "url": "https://github.com/KnpLabs/DoctrineBehaviors.git", |
||
1643 | "reference": "c41433f5519d791d2fbdb2164633035c173b9db1" |
||
1644 | }, |
||
1645 | "dist": { |
||
1646 | "type": "zip", |
||
1647 | "url": "https://api.github.com/repos/KnpLabs/DoctrineBehaviors/zipball/c41433f5519d791d2fbdb2164633035c173b9db1", |
||
1648 | "reference": "c41433f5519d791d2fbdb2164633035c173b9db1", |
||
1649 | "shasum": "" |
||
1650 | }, |
||
1651 | "require": { |
||
1652 | "behat/transliterator": "~1.0", |
||
1653 | "doctrine/common": ">=2.2", |
||
1654 | "php": ">=5.4" |
||
1655 | }, |
||
1656 | "require-dev": { |
||
1657 | "doctrine/orm": ">=2.2", |
||
1658 | "ext-pdo_mysql": "*", |
||
1659 | "ext-pdo_pgsql": "*", |
||
1660 | "ext-pdo_sqlite": "*", |
||
1661 | "hexmedia/yaml-linter": "~0.1", |
||
1662 | "jakub-onderka/php-parallel-lint": "~0.8", |
||
1663 | "phpunit/phpunit": "~4.8" |
||
1664 | }, |
||
1665 | "suggest": { |
||
1666 | "symfony/framework-bundle": "To be able to use it as a bundle" |
||
1667 | }, |
||
1668 | "type": "library", |
||
1669 | "extra": { |
||
1670 | "branch-alias": { |
||
1671 | "dev-master": "1.1.x-dev" |
||
1672 | } |
||
1673 | }, |
||
1674 | "autoload": { |
||
1675 | "psr-4": { |
||
1676 | "Knp\\DoctrineBehaviors\\": "src/" |
||
1677 | } |
||
1678 | }, |
||
1679 | "notification-url": "https://packagist.org/downloads/", |
||
1680 | "license": [ |
||
1681 | "MIT" |
||
1682 | ], |
||
1683 | "authors": [ |
||
1684 | { |
||
1685 | "name": "KnpLabs", |
||
1686 | "homepage": "http://knplabs.com" |
||
1687 | } |
||
1688 | ], |
||
1689 | "description": "Doctrine2 behavior traits", |
||
1690 | "homepage": "http://knplabs.com", |
||
1691 | "keywords": [ |
||
1692 | "Blameable", |
||
1693 | "behaviors", |
||
1694 | "doctrine2", |
||
1695 | "filterable", |
||
1696 | "softdeletable", |
||
1697 | "timestampable", |
||
1698 | "translatable", |
||
1699 | "tree" |
||
1700 | ], |
||
1701 | "time": "2016-09-30T06:03:12+00:00" |
||
1702 | }, |
||
1703 | { |
||
1704 | "name": "lexik/jwt-authentication-bundle", |
||
1705 | "version": "v2.4.0", |
||
1706 | "source": { |
||
1707 | "type": "git", |
||
1708 | "url": "https://github.com/lexik/LexikJWTAuthenticationBundle.git", |
||
1709 | "reference": "b0d64729f57a76fd0bce2100a487af2e0aa99936" |
||
1710 | }, |
||
1711 | "dist": { |
||
1712 | "type": "zip", |
||
1713 | "url": "https://api.github.com/repos/lexik/LexikJWTAuthenticationBundle/zipball/b0d64729f57a76fd0bce2100a487af2e0aa99936", |
||
1714 | "reference": "b0d64729f57a76fd0bce2100a487af2e0aa99936", |
||
1715 | "shasum": "" |
||
1716 | }, |
||
1717 | "require": { |
||
1718 | "namshi/jose": "^7.2", |
||
1719 | "php": "^5.5|^7.0", |
||
1720 | "symfony/console": "^2.8|^3.0", |
||
1721 | "symfony/framework-bundle": "^2.8|^3.0", |
||
1722 | "symfony/security-bundle": "^2.8|^3.0" |
||
1723 | }, |
||
1724 | "require-dev": { |
||
1725 | "friendsofphp/php-cs-fixer": "^1.1", |
||
1726 | "lcobucci/jwt": "~3.2", |
||
1727 | "phpunit/phpunit": "^4.8|^5.0", |
||
1728 | "symfony/browser-kit": "^2.8|^3.0", |
||
1729 | "symfony/dom-crawler": "^2.8|^3.0", |
||
1730 | "symfony/phpunit-bridge": "~3.2", |
||
1731 | "symfony/yaml": "^2.8|^3.0" |
||
1732 | }, |
||
1733 | "suggest": { |
||
1734 | "gesdinet/jwt-refresh-token-bundle": "Implements a refresh token system over Json Web Tokens in Symfony", |
||
1735 | "lcobucci/jwt": "For using the LcobucciJWTEncoder", |
||
1736 | "spomky-labs/lexik-jose-bridge": "Provides a JWT Token encoder with encryption support" |
||
1737 | }, |
||
1738 | "type": "symfony-bundle", |
||
1739 | "extra": { |
||
1740 | "branch-alias": { |
||
1741 | "dev-master": "2.x-dev" |
||
1742 | } |
||
1743 | }, |
||
1744 | "autoload": { |
||
1745 | "psr-4": { |
||
1746 | "Lexik\\Bundle\\JWTAuthenticationBundle\\": "" |
||
1747 | }, |
||
1748 | "exclude-from-classmap": [ |
||
1749 | "/Tests/" |
||
1750 | ] |
||
1751 | }, |
||
1752 | "notification-url": "https://packagist.org/downloads/", |
||
1753 | "license": [ |
||
1754 | "MIT" |
||
1755 | ], |
||
1756 | "authors": [ |
||
1757 | { |
||
1758 | "name": "Robin Chalas", |
||
1759 | "email": "[email protected]", |
||
1760 | "homepage": "https://github.com/chalasr" |
||
1761 | }, |
||
1762 | { |
||
1763 | "name": "Jeremy Barthe", |
||
1764 | "email": "[email protected]", |
||
1765 | "homepage": "https://github.com/jeremyb" |
||
1766 | }, |
||
1767 | { |
||
1768 | "name": "Nicolas Cabot", |
||
1769 | "email": "[email protected]", |
||
1770 | "homepage": "https://github.com/slashfan" |
||
1771 | }, |
||
1772 | { |
||
1773 | "name": "Cedric Girard", |
||
1774 | "email": "[email protected]", |
||
1775 | "homepage": "https://github.com/cedric-g" |
||
1776 | }, |
||
1777 | { |
||
1778 | "name": "Lexik Community", |
||
1779 | "homepage": "https://github.com/lexik/LexikJWTAuthenticationBundle/graphs/contributors" |
||
1780 | }, |
||
1781 | { |
||
1782 | "name": "Dev Lexik", |
||
1783 | "email": "[email protected]", |
||
1784 | "homepage": "https://github.com/lexik" |
||
1785 | } |
||
1786 | ], |
||
1787 | "description": "This bundle provides JWT authentication for your Symfony REST API", |
||
1788 | "homepage": "https://github.com/lexik/LexikJWTAuthenticationBundle", |
||
1789 | "keywords": [ |
||
1790 | "Authentication", |
||
1791 | "JWS", |
||
1792 | "api", |
||
1793 | "bundle", |
||
1794 | "jwt", |
||
1795 | "rest", |
||
1796 | "symfony" |
||
1797 | ], |
||
1798 | "time": "2017-05-08T10:16:54+00:00" |
||
1799 | }, |
||
1800 | { |
||
1801 | "name": "monolog/monolog", |
||
1802 | "version": "1.22.1", |
||
1803 | "source": { |
||
1804 | "type": "git", |
||
1805 | "url": "https://github.com/Seldaek/monolog.git", |
||
1806 | "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0" |
||
1807 | }, |
||
1808 | "dist": { |
||
1809 | "type": "zip", |
||
1810 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0", |
||
1811 | "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0", |
||
1812 | "shasum": "" |
||
1813 | }, |
||
1814 | "require": { |
||
1815 | "php": ">=5.3.0", |
||
1816 | "psr/log": "~1.0" |
||
1817 | }, |
||
1818 | "provide": { |
||
1819 | "psr/log-implementation": "1.0.0" |
||
1820 | }, |
||
1821 | "require-dev": { |
||
1822 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
||
1823 | "doctrine/couchdb": "~1.0@dev", |
||
1824 | "graylog2/gelf-php": "~1.0", |
||
1825 | "jakub-onderka/php-parallel-lint": "0.9", |
||
1826 | "php-amqplib/php-amqplib": "~2.4", |
||
1827 | "php-console/php-console": "^3.1.3", |
||
1828 | "phpunit/phpunit": "~4.5", |
||
1829 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
1830 | "ruflin/elastica": ">=0.90 <3.0", |
||
1831 | "sentry/sentry": "^0.13", |
||
1832 | "swiftmailer/swiftmailer": "~5.3" |
||
1833 | }, |
||
1834 | "suggest": { |
||
1835 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
1836 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
1837 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
1838 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
1839 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
1840 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
1841 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
1842 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
1843 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
1844 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
1845 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
1846 | }, |
||
1847 | "type": "library", |
||
1848 | "extra": { |
||
1849 | "branch-alias": { |
||
1850 | "dev-master": "2.0.x-dev" |
||
1851 | } |
||
1852 | }, |
||
1853 | "autoload": { |
||
1854 | "psr-4": { |
||
1855 | "Monolog\\": "src/Monolog" |
||
1856 | } |
||
1857 | }, |
||
1858 | "notification-url": "https://packagist.org/downloads/", |
||
1859 | "license": [ |
||
1860 | "MIT" |
||
1861 | ], |
||
1862 | "authors": [ |
||
1863 | { |
||
1864 | "name": "Jordi Boggiano", |
||
1865 | "email": "[email protected]", |
||
1866 | "homepage": "http://seld.be" |
||
1867 | } |
||
1868 | ], |
||
1869 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
1870 | "homepage": "http://github.com/Seldaek/monolog", |
||
1871 | "keywords": [ |
||
1872 | "log", |
||
1873 | "logging", |
||
1874 | "psr-3" |
||
1875 | ], |
||
1876 | "time": "2017-03-13T07:08:03+00:00" |
||
1877 | }, |
||
1878 | { |
||
1879 | "name": "namshi/jose", |
||
1880 | "version": "7.2.3", |
||
1881 | "source": { |
||
1882 | "type": "git", |
||
1883 | "url": "https://github.com/namshi/jose.git", |
||
1884 | "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff" |
||
1885 | }, |
||
1886 | "dist": { |
||
1887 | "type": "zip", |
||
1888 | "url": "https://api.github.com/repos/namshi/jose/zipball/89a24d7eb3040e285dd5925fcad992378b82bcff", |
||
1889 | "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff", |
||
1890 | "shasum": "" |
||
1891 | }, |
||
1892 | "require": { |
||
1893 | "ext-date": "*", |
||
1894 | "ext-hash": "*", |
||
1895 | "ext-json": "*", |
||
1896 | "ext-pcre": "*", |
||
1897 | "ext-spl": "*", |
||
1898 | "php": ">=5.5", |
||
1899 | "symfony/polyfill-php56": "^1.0" |
||
1900 | }, |
||
1901 | "require-dev": { |
||
1902 | "phpseclib/phpseclib": "^2.0", |
||
1903 | "phpunit/phpunit": "^4.5|^5.0", |
||
1904 | "satooshi/php-coveralls": "^1.0" |
||
1905 | }, |
||
1906 | "suggest": { |
||
1907 | "ext-openssl": "Allows to use OpenSSL as crypto engine.", |
||
1908 | "phpseclib/phpseclib": "Allows to use Phpseclib as crypto engine, use version ^2.0." |
||
1909 | }, |
||
1910 | "type": "library", |
||
1911 | "autoload": { |
||
1912 | "psr-4": { |
||
1913 | "Namshi\\JOSE\\": "src/Namshi/JOSE/" |
||
1914 | } |
||
1915 | }, |
||
1916 | "notification-url": "https://packagist.org/downloads/", |
||
1917 | "license": [ |
||
1918 | "MIT" |
||
1919 | ], |
||
1920 | "authors": [ |
||
1921 | { |
||
1922 | "name": "Alessandro Nadalin", |
||
1923 | "email": "[email protected]" |
||
1924 | }, |
||
1925 | { |
||
1926 | "name": "Alessandro Cinelli (cirpo)", |
||
1927 | "email": "[email protected]" |
||
1928 | } |
||
1929 | ], |
||
1930 | "description": "JSON Object Signing and Encryption library for PHP.", |
||
1931 | "keywords": [ |
||
1932 | "JSON Web Signature", |
||
1933 | "JSON Web Token", |
||
1934 | "JWS", |
||
1935 | "json", |
||
1936 | "jwt", |
||
1937 | "token" |
||
1938 | ], |
||
1939 | "time": "2016-12-05T07:27:31+00:00" |
||
1940 | }, |
||
1941 | { |
||
1942 | "name": "nelmio/cors-bundle", |
||
1943 | "version": "1.5.3", |
||
1944 | "source": { |
||
1945 | "type": "git", |
||
1946 | "url": "https://github.com/nelmio/NelmioCorsBundle.git", |
||
1947 | "reference": "ac6576a599d7db9c2c6022602c188a5594216056" |
||
1948 | }, |
||
1949 | "dist": { |
||
1950 | "type": "zip", |
||
1951 | "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/ac6576a599d7db9c2c6022602c188a5594216056", |
||
1952 | "reference": "ac6576a599d7db9c2c6022602c188a5594216056", |
||
1953 | "shasum": "" |
||
1954 | }, |
||
1955 | "require": { |
||
1956 | "symfony/framework-bundle": "^2.7 || ^3.0" |
||
1957 | }, |
||
1958 | "require-dev": { |
||
1959 | "matthiasnoback/symfony-dependency-injection-test": "^0.7.6", |
||
1960 | "mockery/mockery": "0.9.*" |
||
1961 | }, |
||
1962 | "type": "symfony-bundle", |
||
1963 | "extra": { |
||
1964 | "branch-alias": { |
||
1965 | "dev-master": "1.5.x-dev" |
||
1966 | } |
||
1967 | }, |
||
1968 | "autoload": { |
||
1969 | "psr-4": { |
||
1970 | "Nelmio\\CorsBundle\\": "" |
||
1971 | }, |
||
1972 | "exclude-from-classmap": [ |
||
1973 | "/Tests/" |
||
1974 | ] |
||
1975 | }, |
||
1976 | "notification-url": "https://packagist.org/downloads/", |
||
1977 | "license": [ |
||
1978 | "MIT" |
||
1979 | ], |
||
1980 | "authors": [ |
||
1981 | { |
||
1982 | "name": "Nelmio", |
||
1983 | "homepage": "http://nelm.io" |
||
1984 | }, |
||
1985 | { |
||
1986 | "name": "Symfony Community", |
||
1987 | "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors" |
||
1988 | } |
||
1989 | ], |
||
1990 | "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application", |
||
1991 | "keywords": [ |
||
1992 | "api", |
||
1993 | "cors", |
||
1994 | "crossdomain" |
||
1995 | ], |
||
1996 | "time": "2017-04-24T09:12:42+00:00" |
||
1997 | }, |
||
1998 | { |
||
1999 | "name": "ocramius/package-versions", |
||
2000 | "version": "1.1.2", |
||
2001 | "source": { |
||
2002 | "type": "git", |
||
2003 | "url": "https://github.com/Ocramius/PackageVersions.git", |
||
2004 | "reference": "51e867c70f0799790b3e82276875414ce13daaca" |
||
2005 | }, |
||
2006 | "dist": { |
||
2007 | "type": "zip", |
||
2008 | "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/51e867c70f0799790b3e82276875414ce13daaca", |
||
2009 | "reference": "51e867c70f0799790b3e82276875414ce13daaca", |
||
2010 | "shasum": "" |
||
2011 | }, |
||
2012 | "require": { |
||
2013 | "composer-plugin-api": "^1.0", |
||
2014 | "php": "~7.0" |
||
2015 | }, |
||
2016 | "require-dev": { |
||
2017 | "composer/composer": "^1.3", |
||
2018 | "ext-zip": "*", |
||
2019 | "phpunit/phpunit": "^5.4.7" |
||
2020 | }, |
||
2021 | "type": "composer-plugin", |
||
2022 | "extra": { |
||
2023 | "class": "PackageVersions\\Installer", |
||
2024 | "branch-alias": { |
||
2025 | "dev-master": "2.0.x-dev" |
||
2026 | } |
||
2027 | }, |
||
2028 | "autoload": { |
||
2029 | "psr-4": { |
||
2030 | "PackageVersions\\": "src/PackageVersions" |
||
2031 | } |
||
2032 | }, |
||
2033 | "notification-url": "https://packagist.org/downloads/", |
||
2034 | "license": [ |
||
2035 | "MIT" |
||
2036 | ], |
||
2037 | "authors": [ |
||
2038 | { |
||
2039 | "name": "Marco Pivetta", |
||
2040 | "email": "[email protected]" |
||
2041 | } |
||
2042 | ], |
||
2043 | "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", |
||
2044 | "time": "2016-12-30T09:49:15+00:00" |
||
2045 | }, |
||
2046 | { |
||
2047 | "name": "ocramius/proxy-manager", |
||
2048 | "version": "2.1.1", |
||
2049 | "source": { |
||
2050 | "type": "git", |
||
2051 | "url": "https://github.com/Ocramius/ProxyManager.git", |
||
2052 | "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7" |
||
2053 | }, |
||
2054 | "dist": { |
||
2055 | "type": "zip", |
||
2056 | "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7", |
||
2057 | "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7", |
||
2058 | "shasum": "" |
||
2059 | }, |
||
2060 | "require": { |
||
2061 | "ocramius/package-versions": "^1.1.1", |
||
2062 | "php": "^7.1.0", |
||
2063 | "zendframework/zend-code": "^3.1.0" |
||
2064 | }, |
||
2065 | "require-dev": { |
||
2066 | "couscous/couscous": "^1.5.2", |
||
2067 | "ext-phar": "*", |
||
2068 | "humbug/humbug": "dev-master@DEV", |
||
2069 | "nikic/php-parser": "^3.0.4", |
||
2070 | "phpbench/phpbench": "^0.12.2", |
||
2071 | "phpstan/phpstan": "^0.6.4", |
||
2072 | "phpunit/phpunit": "^5.6.4", |
||
2073 | "phpunit/phpunit-mock-objects": "^3.4.1", |
||
2074 | "squizlabs/php_codesniffer": "^2.7.0" |
||
2075 | }, |
||
2076 | "suggest": { |
||
2077 | "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects", |
||
2078 | "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)", |
||
2079 | "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)", |
||
2080 | "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)" |
||
2081 | }, |
||
2082 | "type": "library", |
||
2083 | "extra": { |
||
2084 | "branch-alias": { |
||
2085 | "dev-master": "3.0.x-dev" |
||
2086 | } |
||
2087 | }, |
||
2088 | "autoload": { |
||
2089 | "psr-0": { |
||
2090 | "ProxyManager\\": "src" |
||
2091 | } |
||
2092 | }, |
||
2093 | "notification-url": "https://packagist.org/downloads/", |
||
2094 | "license": [ |
||
2095 | "MIT" |
||
2096 | ], |
||
2097 | "authors": [ |
||
2098 | { |
||
2099 | "name": "Marco Pivetta", |
||
2100 | "email": "[email protected]", |
||
2101 | "homepage": "http://ocramius.github.io/" |
||
2102 | } |
||
2103 | ], |
||
2104 | "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies", |
||
2105 | "homepage": "https://github.com/Ocramius/ProxyManager", |
||
2106 | "keywords": [ |
||
2107 | "aop", |
||
2108 | "lazy loading", |
||
2109 | "proxy", |
||
2110 | "proxy pattern", |
||
2111 | "service proxies" |
||
2112 | ], |
||
2113 | "time": "2017-05-04T11:12:50+00:00" |
||
2114 | }, |
||
2115 | { |
||
2116 | "name": "paragonie/random_compat", |
||
2117 | "version": "v2.0.10", |
||
2118 | "source": { |
||
2119 | "type": "git", |
||
2120 | "url": "https://github.com/paragonie/random_compat.git", |
||
2121 | "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d" |
||
2122 | }, |
||
2123 | "dist": { |
||
2124 | "type": "zip", |
||
2125 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d", |
||
2126 | "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d", |
||
2127 | "shasum": "" |
||
2128 | }, |
||
2129 | "require": { |
||
2130 | "php": ">=5.2.0" |
||
2131 | }, |
||
2132 | "require-dev": { |
||
2133 | "phpunit/phpunit": "4.*|5.*" |
||
2134 | }, |
||
2135 | "suggest": { |
||
2136 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
2137 | }, |
||
2138 | "type": "library", |
||
2139 | "autoload": { |
||
2140 | "files": [ |
||
2141 | "lib/random.php" |
||
2142 | ] |
||
2143 | }, |
||
2144 | "notification-url": "https://packagist.org/downloads/", |
||
2145 | "license": [ |
||
2146 | "MIT" |
||
2147 | ], |
||
2148 | "authors": [ |
||
2149 | { |
||
2150 | "name": "Paragon Initiative Enterprises", |
||
2151 | "email": "[email protected]", |
||
2152 | "homepage": "https://paragonie.com" |
||
2153 | } |
||
2154 | ], |
||
2155 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
2156 | "keywords": [ |
||
2157 | "csprng", |
||
2158 | "pseudorandom", |
||
2159 | "random" |
||
2160 | ], |
||
2161 | "time": "2017-03-13T16:27:32+00:00" |
||
2162 | }, |
||
2163 | { |
||
2164 | "name": "phpdocumentor/reflection-common", |
||
2165 | "version": "1.0", |
||
2166 | "source": { |
||
2167 | "type": "git", |
||
2168 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
2169 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" |
||
2170 | }, |
||
2171 | "dist": { |
||
2172 | "type": "zip", |
||
2173 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
2174 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
2175 | "shasum": "" |
||
2176 | }, |
||
2177 | "require": { |
||
2178 | "php": ">=5.5" |
||
2179 | }, |
||
2180 | "require-dev": { |
||
2181 | "phpunit/phpunit": "^4.6" |
||
2182 | }, |
||
2183 | "type": "library", |
||
2184 | "extra": { |
||
2185 | "branch-alias": { |
||
2186 | "dev-master": "1.0.x-dev" |
||
2187 | } |
||
2188 | }, |
||
2189 | "autoload": { |
||
2190 | "psr-4": { |
||
2191 | "phpDocumentor\\Reflection\\": [ |
||
2192 | "src" |
||
2193 | ] |
||
2194 | } |
||
2195 | }, |
||
2196 | "notification-url": "https://packagist.org/downloads/", |
||
2197 | "license": [ |
||
2198 | "MIT" |
||
2199 | ], |
||
2200 | "authors": [ |
||
2201 | { |
||
2202 | "name": "Jaap van Otterdijk", |
||
2203 | "email": "[email protected]" |
||
2204 | } |
||
2205 | ], |
||
2206 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
2207 | "homepage": "http://www.phpdoc.org", |
||
2208 | "keywords": [ |
||
2209 | "FQSEN", |
||
2210 | "phpDocumentor", |
||
2211 | "phpdoc", |
||
2212 | "reflection", |
||
2213 | "static analysis" |
||
2214 | ], |
||
2215 | "time": "2015-12-27T11:43:31+00:00" |
||
2216 | }, |
||
2217 | { |
||
2218 | "name": "phpdocumentor/reflection-docblock", |
||
2219 | "version": "3.1.1", |
||
2220 | "source": { |
||
2221 | "type": "git", |
||
2222 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
2223 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e" |
||
2224 | }, |
||
2225 | "dist": { |
||
2226 | "type": "zip", |
||
2227 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
2228 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
2229 | "shasum": "" |
||
2230 | }, |
||
2231 | "require": { |
||
2232 | "php": ">=5.5", |
||
2233 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
2234 | "phpdocumentor/type-resolver": "^0.2.0", |
||
2235 | "webmozart/assert": "^1.0" |
||
2236 | }, |
||
2237 | "require-dev": { |
||
2238 | "mockery/mockery": "^0.9.4", |
||
2239 | "phpunit/phpunit": "^4.4" |
||
2240 | }, |
||
2241 | "type": "library", |
||
2242 | "autoload": { |
||
2243 | "psr-4": { |
||
2244 | "phpDocumentor\\Reflection\\": [ |
||
2245 | "src/" |
||
2246 | ] |
||
2247 | } |
||
2248 | }, |
||
2249 | "notification-url": "https://packagist.org/downloads/", |
||
2250 | "license": [ |
||
2251 | "MIT" |
||
2252 | ], |
||
2253 | "authors": [ |
||
2254 | { |
||
2255 | "name": "Mike van Riel", |
||
2256 | "email": "[email protected]" |
||
2257 | } |
||
2258 | ], |
||
2259 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
2260 | "time": "2016-09-30T07:12:33+00:00" |
||
2261 | }, |
||
2262 | { |
||
2263 | "name": "phpdocumentor/type-resolver", |
||
2264 | "version": "0.2.1", |
||
2265 | "source": { |
||
2266 | "type": "git", |
||
2267 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
2268 | "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb" |
||
2269 | }, |
||
2270 | "dist": { |
||
2271 | "type": "zip", |
||
2272 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", |
||
2273 | "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", |
||
2274 | "shasum": "" |
||
2275 | }, |
||
2276 | "require": { |
||
2277 | "php": ">=5.5", |
||
2278 | "phpdocumentor/reflection-common": "^1.0" |
||
2279 | }, |
||
2280 | "require-dev": { |
||
2281 | "mockery/mockery": "^0.9.4", |
||
2282 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
2283 | }, |
||
2284 | "type": "library", |
||
2285 | "extra": { |
||
2286 | "branch-alias": { |
||
2287 | "dev-master": "1.0.x-dev" |
||
2288 | } |
||
2289 | }, |
||
2290 | "autoload": { |
||
2291 | "psr-4": { |
||
2292 | "phpDocumentor\\Reflection\\": [ |
||
2293 | "src/" |
||
2294 | ] |
||
2295 | } |
||
2296 | }, |
||
2297 | "notification-url": "https://packagist.org/downloads/", |
||
2298 | "license": [ |
||
2299 | "MIT" |
||
2300 | ], |
||
2301 | "authors": [ |
||
2302 | { |
||
2303 | "name": "Mike van Riel", |
||
2304 | "email": "[email protected]" |
||
2305 | } |
||
2306 | ], |
||
2307 | "time": "2016-11-25T06:54:22+00:00" |
||
2308 | }, |
||
2309 | { |
||
2310 | "name": "predis/predis", |
||
2311 | "version": "v1.1.1", |
||
2312 | "source": { |
||
2313 | "type": "git", |
||
2314 | "url": "https://github.com/nrk/predis.git", |
||
2315 | "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1" |
||
2316 | }, |
||
2317 | "dist": { |
||
2318 | "type": "zip", |
||
2319 | "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1", |
||
2320 | "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1", |
||
2321 | "shasum": "" |
||
2322 | }, |
||
2323 | "require": { |
||
2324 | "php": ">=5.3.9" |
||
2325 | }, |
||
2326 | "require-dev": { |
||
2327 | "phpunit/phpunit": "~4.8" |
||
2328 | }, |
||
2329 | "suggest": { |
||
2330 | "ext-curl": "Allows access to Webdis when paired with phpiredis", |
||
2331 | "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" |
||
2332 | }, |
||
2333 | "type": "library", |
||
2334 | "autoload": { |
||
2335 | "psr-4": { |
||
2336 | "Predis\\": "src/" |
||
2337 | } |
||
2338 | }, |
||
2339 | "notification-url": "https://packagist.org/downloads/", |
||
2340 | "license": [ |
||
2341 | "MIT" |
||
2342 | ], |
||
2343 | "authors": [ |
||
2344 | { |
||
2345 | "name": "Daniele Alessandri", |
||
2346 | "email": "[email protected]", |
||
2347 | "homepage": "http://clorophilla.net" |
||
2348 | } |
||
2349 | ], |
||
2350 | "description": "Flexible and feature-complete Redis client for PHP and HHVM", |
||
2351 | "homepage": "http://github.com/nrk/predis", |
||
2352 | "keywords": [ |
||
2353 | "nosql", |
||
2354 | "predis", |
||
2355 | "redis" |
||
2356 | ], |
||
2357 | "time": "2016-06-16T16:22:20+00:00" |
||
2358 | }, |
||
2359 | { |
||
2360 | "name": "psr/cache", |
||
2361 | "version": "1.0.1", |
||
2362 | "source": { |
||
2363 | "type": "git", |
||
2364 | "url": "https://github.com/php-fig/cache.git", |
||
2365 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
||
2366 | }, |
||
2367 | "dist": { |
||
2368 | "type": "zip", |
||
2369 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
2370 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
2371 | "shasum": "" |
||
2372 | }, |
||
2373 | "require": { |
||
2374 | "php": ">=5.3.0" |
||
2375 | }, |
||
2376 | "type": "library", |
||
2377 | "extra": { |
||
2378 | "branch-alias": { |
||
2379 | "dev-master": "1.0.x-dev" |
||
2380 | } |
||
2381 | }, |
||
2382 | "autoload": { |
||
2383 | "psr-4": { |
||
2384 | "Psr\\Cache\\": "src/" |
||
2385 | } |
||
2386 | }, |
||
2387 | "notification-url": "https://packagist.org/downloads/", |
||
2388 | "license": [ |
||
2389 | "MIT" |
||
2390 | ], |
||
2391 | "authors": [ |
||
2392 | { |
||
2393 | "name": "PHP-FIG", |
||
2394 | "homepage": "http://www.php-fig.org/" |
||
2395 | } |
||
2396 | ], |
||
2397 | "description": "Common interface for caching libraries", |
||
2398 | "keywords": [ |
||
2399 | "cache", |
||
2400 | "psr", |
||
2401 | "psr-6" |
||
2402 | ], |
||
2403 | "time": "2016-08-06T20:24:11+00:00" |
||
2404 | }, |
||
2405 | { |
||
2406 | "name": "psr/http-message", |
||
2407 | "version": "1.0.1", |
||
2408 | "source": { |
||
2409 | "type": "git", |
||
2410 | "url": "https://github.com/php-fig/http-message.git", |
||
2411 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
2412 | }, |
||
2413 | "dist": { |
||
2414 | "type": "zip", |
||
2415 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
2416 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
2417 | "shasum": "" |
||
2418 | }, |
||
2419 | "require": { |
||
2420 | "php": ">=5.3.0" |
||
2421 | }, |
||
2422 | "type": "library", |
||
2423 | "extra": { |
||
2424 | "branch-alias": { |
||
2425 | "dev-master": "1.0.x-dev" |
||
2426 | } |
||
2427 | }, |
||
2428 | "autoload": { |
||
2429 | "psr-4": { |
||
2430 | "Psr\\Http\\Message\\": "src/" |
||
2431 | } |
||
2432 | }, |
||
2433 | "notification-url": "https://packagist.org/downloads/", |
||
2434 | "license": [ |
||
2435 | "MIT" |
||
2436 | ], |
||
2437 | "authors": [ |
||
2438 | { |
||
2439 | "name": "PHP-FIG", |
||
2440 | "homepage": "http://www.php-fig.org/" |
||
2441 | } |
||
2442 | ], |
||
2443 | "description": "Common interface for HTTP messages", |
||
2444 | "homepage": "https://github.com/php-fig/http-message", |
||
2445 | "keywords": [ |
||
2446 | "http", |
||
2447 | "http-message", |
||
2448 | "psr", |
||
2449 | "psr-7", |
||
2450 | "request", |
||
2451 | "response" |
||
2452 | ], |
||
2453 | "time": "2016-08-06T14:39:51+00:00" |
||
2454 | }, |
||
2455 | { |
||
2456 | "name": "psr/log", |
||
2457 | "version": "1.0.2", |
||
2458 | "source": { |
||
2459 | "type": "git", |
||
2460 | "url": "https://github.com/php-fig/log.git", |
||
2461 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
2462 | }, |
||
2463 | "dist": { |
||
2464 | "type": "zip", |
||
2465 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
2466 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
2467 | "shasum": "" |
||
2468 | }, |
||
2469 | "require": { |
||
2470 | "php": ">=5.3.0" |
||
2471 | }, |
||
2472 | "type": "library", |
||
2473 | "extra": { |
||
2474 | "branch-alias": { |
||
2475 | "dev-master": "1.0.x-dev" |
||
2476 | } |
||
2477 | }, |
||
2478 | "autoload": { |
||
2479 | "psr-4": { |
||
2480 | "Psr\\Log\\": "Psr/Log/" |
||
2481 | } |
||
2482 | }, |
||
2483 | "notification-url": "https://packagist.org/downloads/", |
||
2484 | "license": [ |
||
2485 | "MIT" |
||
2486 | ], |
||
2487 | "authors": [ |
||
2488 | { |
||
2489 | "name": "PHP-FIG", |
||
2490 | "homepage": "http://www.php-fig.org/" |
||
2491 | } |
||
2492 | ], |
||
2493 | "description": "Common interface for logging libraries", |
||
2494 | "homepage": "https://github.com/php-fig/log", |
||
2495 | "keywords": [ |
||
2496 | "log", |
||
2497 | "psr", |
||
2498 | "psr-3" |
||
2499 | ], |
||
2500 | "time": "2016-10-10T12:19:37+00:00" |
||
2501 | }, |
||
2502 | { |
||
2503 | "name": "ramsey/uuid", |
||
2504 | "version": "3.6.1", |
||
2505 | "source": { |
||
2506 | "type": "git", |
||
2507 | "url": "https://github.com/ramsey/uuid.git", |
||
2508 | "reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e" |
||
2509 | }, |
||
2510 | "dist": { |
||
2511 | "type": "zip", |
||
2512 | "url": "https://api.github.com/repos/ramsey/uuid/zipball/4ae32dd9ab8860a4bbd750ad269cba7f06f7934e", |
||
2513 | "reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e", |
||
2514 | "shasum": "" |
||
2515 | }, |
||
2516 | "require": { |
||
2517 | "paragonie/random_compat": "^1.0|^2.0", |
||
2518 | "php": "^5.4 || ^7.0" |
||
2519 | }, |
||
2520 | "replace": { |
||
2521 | "rhumsaa/uuid": "self.version" |
||
2522 | }, |
||
2523 | "require-dev": { |
||
2524 | "apigen/apigen": "^4.1", |
||
2525 | "codeception/aspect-mock": "^1.0 | ^2.0", |
||
2526 | "doctrine/annotations": "~1.2.0", |
||
2527 | "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1", |
||
2528 | "ircmaxell/random-lib": "^1.1", |
||
2529 | "jakub-onderka/php-parallel-lint": "^0.9.0", |
||
2530 | "mockery/mockery": "^0.9.4", |
||
2531 | "moontoast/math": "^1.1", |
||
2532 | "php-mock/php-mock-phpunit": "^0.3|^1.1", |
||
2533 | "phpunit/phpunit": "^4.7|>=5.0 <5.4", |
||
2534 | "satooshi/php-coveralls": "^0.6.1", |
||
2535 | "squizlabs/php_codesniffer": "^2.3" |
||
2536 | }, |
||
2537 | "suggest": { |
||
2538 | "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", |
||
2539 | "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", |
||
2540 | "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", |
||
2541 | "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", |
||
2542 | "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", |
||
2543 | "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." |
||
2544 | }, |
||
2545 | "type": "library", |
||
2546 | "extra": { |
||
2547 | "branch-alias": { |
||
2548 | "dev-master": "3.x-dev" |
||
2549 | } |
||
2550 | }, |
||
2551 | "autoload": { |
||
2552 | "psr-4": { |
||
2553 | "Ramsey\\Uuid\\": "src/" |
||
2554 | } |
||
2555 | }, |
||
2556 | "notification-url": "https://packagist.org/downloads/", |
||
2557 | "license": [ |
||
2558 | "MIT" |
||
2559 | ], |
||
2560 | "authors": [ |
||
2561 | { |
||
2562 | "name": "Marijn Huizendveld", |
||
2563 | "email": "[email protected]" |
||
2564 | }, |
||
2565 | { |
||
2566 | "name": "Thibaud Fabre", |
||
2567 | "email": "[email protected]" |
||
2568 | }, |
||
2569 | { |
||
2570 | "name": "Ben Ramsey", |
||
2571 | "email": "[email protected]", |
||
2572 | "homepage": "https://benramsey.com" |
||
2573 | } |
||
2574 | ], |
||
2575 | "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", |
||
2576 | "homepage": "https://github.com/ramsey/uuid", |
||
2577 | "keywords": [ |
||
2578 | "guid", |
||
2579 | "identifier", |
||
2580 | "uuid" |
||
2581 | ], |
||
2582 | "time": "2017-03-26T20:37:53+00:00" |
||
2583 | }, |
||
2584 | { |
||
2585 | "name": "sensio/distribution-bundle", |
||
2586 | "version": "v5.0.20", |
||
2587 | "source": { |
||
2588 | "type": "git", |
||
2589 | "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", |
||
2590 | "reference": "4b019d4c0bd64438c42e4b6b0726085b409be8d9" |
||
2591 | }, |
||
2592 | "dist": { |
||
2593 | "type": "zip", |
||
2594 | "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/4b019d4c0bd64438c42e4b6b0726085b409be8d9", |
||
2595 | "reference": "4b019d4c0bd64438c42e4b6b0726085b409be8d9", |
||
2596 | "shasum": "" |
||
2597 | }, |
||
2598 | "require": { |
||
2599 | "php": ">=5.3.9", |
||
2600 | "sensiolabs/security-checker": "~3.0|~4.0", |
||
2601 | "symfony/class-loader": "~2.3|~3.0", |
||
2602 | "symfony/config": "~2.3|~3.0", |
||
2603 | "symfony/dependency-injection": "~2.3|~3.0", |
||
2604 | "symfony/filesystem": "~2.3|~3.0", |
||
2605 | "symfony/http-kernel": "~2.3|~3.0", |
||
2606 | "symfony/process": "~2.3|~3.0" |
||
2607 | }, |
||
2608 | "type": "symfony-bundle", |
||
2609 | "extra": { |
||
2610 | "branch-alias": { |
||
2611 | "dev-master": "5.0.x-dev" |
||
2612 | } |
||
2613 | }, |
||
2614 | "autoload": { |
||
2615 | "psr-4": { |
||
2616 | "Sensio\\Bundle\\DistributionBundle\\": "" |
||
2617 | } |
||
2618 | }, |
||
2619 | "notification-url": "https://packagist.org/downloads/", |
||
2620 | "license": [ |
||
2621 | "MIT" |
||
2622 | ], |
||
2623 | "authors": [ |
||
2624 | { |
||
2625 | "name": "Fabien Potencier", |
||
2626 | "email": "[email protected]" |
||
2627 | } |
||
2628 | ], |
||
2629 | "description": "Base bundle for Symfony Distributions", |
||
2630 | "keywords": [ |
||
2631 | "configuration", |
||
2632 | "distribution" |
||
2633 | ], |
||
2634 | "time": "2017-05-11T16:21:03+00:00" |
||
2635 | }, |
||
2636 | { |
||
2637 | "name": "sensio/framework-extra-bundle", |
||
2638 | "version": "v3.0.26", |
||
2639 | "source": { |
||
2640 | "type": "git", |
||
2641 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
||
2642 | "reference": "6d6cbe971554f0a2cc84965850481eb04a2a0059" |
||
2643 | }, |
||
2644 | "dist": { |
||
2645 | "type": "zip", |
||
2646 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/6d6cbe971554f0a2cc84965850481eb04a2a0059", |
||
2647 | "reference": "6d6cbe971554f0a2cc84965850481eb04a2a0059", |
||
2648 | "shasum": "" |
||
2649 | }, |
||
2650 | "require": { |
||
2651 | "doctrine/common": "~2.2", |
||
2652 | "symfony/dependency-injection": "~2.3|~3.0", |
||
2653 | "symfony/framework-bundle": "~2.3|~3.0" |
||
2654 | }, |
||
2655 | "require-dev": { |
||
2656 | "doctrine/doctrine-bundle": "~1.5", |
||
2657 | "doctrine/orm": "~2.4,>=2.4.5", |
||
2658 | "symfony/asset": "~2.7|~3.0", |
||
2659 | "symfony/browser-kit": "~2.3|~3.0", |
||
2660 | "symfony/dom-crawler": "~2.3|~3.0", |
||
2661 | "symfony/expression-language": "~2.4|~3.0", |
||
2662 | "symfony/finder": "~2.3|~3.0", |
||
2663 | "symfony/phpunit-bridge": "~3.2", |
||
2664 | "symfony/psr-http-message-bridge": "^0.3", |
||
2665 | "symfony/security-bundle": "~2.4|~3.0", |
||
2666 | "symfony/templating": "~2.3|~3.0", |
||
2667 | "symfony/translation": "~2.3|~3.0", |
||
2668 | "symfony/twig-bundle": "~2.3|~3.0", |
||
2669 | "symfony/yaml": "~2.3|~3.0", |
||
2670 | "twig/twig": "~1.12|~2.0", |
||
2671 | "zendframework/zend-diactoros": "^1.3" |
||
2672 | }, |
||
2673 | "suggest": { |
||
2674 | "symfony/expression-language": "", |
||
2675 | "symfony/psr-http-message-bridge": "To use the PSR-7 converters", |
||
2676 | "symfony/security-bundle": "" |
||
2677 | }, |
||
2678 | "type": "symfony-bundle", |
||
2679 | "extra": { |
||
2680 | "branch-alias": { |
||
2681 | "dev-master": "3.0.x-dev" |
||
2682 | } |
||
2683 | }, |
||
2684 | "autoload": { |
||
2685 | "psr-4": { |
||
2686 | "Sensio\\Bundle\\FrameworkExtraBundle\\": "" |
||
2687 | } |
||
2688 | }, |
||
2689 | "notification-url": "https://packagist.org/downloads/", |
||
2690 | "license": [ |
||
2691 | "MIT" |
||
2692 | ], |
||
2693 | "authors": [ |
||
2694 | { |
||
2695 | "name": "Fabien Potencier", |
||
2696 | "email": "[email protected]" |
||
2697 | } |
||
2698 | ], |
||
2699 | "description": "This bundle provides a way to configure your controllers with annotations", |
||
2700 | "keywords": [ |
||
2701 | "annotations", |
||
2702 | "controllers" |
||
2703 | ], |
||
2704 | "time": "2017-05-11T17:01:57+00:00" |
||
2705 | }, |
||
2706 | { |
||
2707 | "name": "sensiolabs/security-checker", |
||
2708 | "version": "v4.0.4", |
||
2709 | "source": { |
||
2710 | "type": "git", |
||
2711 | "url": "https://github.com/sensiolabs/security-checker.git", |
||
2712 | "reference": "9e69eddf3bc49d1ee5c7908564da3141796d4bbc" |
||
2713 | }, |
||
2714 | "dist": { |
||
2715 | "type": "zip", |
||
2716 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/9e69eddf3bc49d1ee5c7908564da3141796d4bbc", |
||
2717 | "reference": "9e69eddf3bc49d1ee5c7908564da3141796d4bbc", |
||
2718 | "shasum": "" |
||
2719 | }, |
||
2720 | "require": { |
||
2721 | "composer/ca-bundle": "^1.0", |
||
2722 | "symfony/console": "~2.7|~3.0" |
||
2723 | }, |
||
2724 | "bin": [ |
||
2725 | "security-checker" |
||
2726 | ], |
||
2727 | "type": "library", |
||
2728 | "extra": { |
||
2729 | "branch-alias": { |
||
2730 | "dev-master": "4.0-dev" |
||
2731 | } |
||
2732 | }, |
||
2733 | "autoload": { |
||
2734 | "psr-0": { |
||
2735 | "SensioLabs\\Security": "" |
||
2736 | } |
||
2737 | }, |
||
2738 | "notification-url": "https://packagist.org/downloads/", |
||
2739 | "license": [ |
||
2740 | "MIT" |
||
2741 | ], |
||
2742 | "authors": [ |
||
2743 | { |
||
2744 | "name": "Fabien Potencier", |
||
2745 | "email": "[email protected]" |
||
2746 | } |
||
2747 | ], |
||
2748 | "description": "A security checker for your composer.lock", |
||
2749 | "time": "2017-03-31T14:50:32+00:00" |
||
2750 | }, |
||
2751 | { |
||
2752 | "name": "snc/redis-bundle", |
||
2753 | "version": "2.0.6", |
||
2754 | "source": { |
||
2755 | "type": "git", |
||
2756 | "url": "https://github.com/snc/SncRedisBundle.git", |
||
2757 | "reference": "73c87c435f87e08c2d564c3d9ad35f38cd8d3a0e" |
||
2758 | }, |
||
2759 | "dist": { |
||
2760 | "type": "zip", |
||
2761 | "url": "https://api.github.com/repos/snc/SncRedisBundle/zipball/73c87c435f87e08c2d564c3d9ad35f38cd8d3a0e", |
||
2762 | "reference": "73c87c435f87e08c2d564c3d9ad35f38cd8d3a0e", |
||
2763 | "shasum": "" |
||
2764 | }, |
||
2765 | "require": { |
||
2766 | "php": ">=5.3.3", |
||
2767 | "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0", |
||
2768 | "symfony/yaml": "^2.7 || ^3.0 || ^4.0" |
||
2769 | }, |
||
2770 | "require-dev": { |
||
2771 | "doctrine/cache": "1.*", |
||
2772 | "phpunit/phpunit": "^4.8 || ^5.4", |
||
2773 | "predis/predis": "^1.0", |
||
2774 | "symfony/console": "^2.7 || ^3.0 || ^4.0", |
||
2775 | "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0" |
||
2776 | }, |
||
2777 | "suggest": { |
||
2778 | "monolog/monolog": "If you want to use the monolog redis handler.", |
||
2779 | "predis/predis": "If you want to use predis.", |
||
2780 | "symfony/console": "If you want to use commands to interact with the redis database" |
||
2781 | }, |
||
2782 | "type": "symfony-bundle", |
||
2783 | "extra": { |
||
2784 | "branch-alias": { |
||
2785 | "dev-master": "2.x-dev" |
||
2786 | } |
||
2787 | }, |
||
2788 | "autoload": { |
||
2789 | "psr-4": { |
||
2790 | "Snc\\RedisBundle\\": "" |
||
2791 | } |
||
2792 | }, |
||
2793 | "notification-url": "https://packagist.org/downloads/", |
||
2794 | "license": [ |
||
2795 | "MIT" |
||
2796 | ], |
||
2797 | "authors": [ |
||
2798 | { |
||
2799 | "name": "Henrik Westphal", |
||
2800 | "email": "[email protected]" |
||
2801 | }, |
||
2802 | { |
||
2803 | "name": "Community contributors", |
||
2804 | "homepage": "https://github.com/snc/SncRedisBundle/contributors" |
||
2805 | } |
||
2806 | ], |
||
2807 | "description": "A Redis bundle for Symfony", |
||
2808 | "homepage": "https://github.com/snc/SncRedisBundle", |
||
2809 | "keywords": [ |
||
2810 | "nosql", |
||
2811 | "redis", |
||
2812 | "symfony" |
||
2813 | ], |
||
2814 | "time": "2017-12-01T10:40:06+00:00" |
||
2815 | }, |
||
2816 | { |
||
2817 | "name": "swiftmailer/swiftmailer", |
||
2818 | "version": "v5.4.8", |
||
2819 | "source": { |
||
2820 | "type": "git", |
||
2821 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
2822 | "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517" |
||
2823 | }, |
||
2824 | "dist": { |
||
2825 | "type": "zip", |
||
2826 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517", |
||
2827 | "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517", |
||
2828 | "shasum": "" |
||
2829 | }, |
||
2830 | "require": { |
||
2831 | "php": ">=5.3.3" |
||
2832 | }, |
||
2833 | "require-dev": { |
||
2834 | "mockery/mockery": "~0.9.1", |
||
2835 | "symfony/phpunit-bridge": "~3.2" |
||
2836 | }, |
||
2837 | "type": "library", |
||
2838 | "extra": { |
||
2839 | "branch-alias": { |
||
2840 | "dev-master": "5.4-dev" |
||
2841 | } |
||
2842 | }, |
||
2843 | "autoload": { |
||
2844 | "files": [ |
||
2845 | "lib/swift_required.php" |
||
2846 | ] |
||
2847 | }, |
||
2848 | "notification-url": "https://packagist.org/downloads/", |
||
2849 | "license": [ |
||
2850 | "MIT" |
||
2851 | ], |
||
2852 | "authors": [ |
||
2853 | { |
||
2854 | "name": "Chris Corbyn" |
||
2855 | }, |
||
2856 | { |
||
2857 | "name": "Fabien Potencier", |
||
2858 | "email": "[email protected]" |
||
2859 | } |
||
2860 | ], |
||
2861 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
2862 | "homepage": "http://swiftmailer.org", |
||
2863 | "keywords": [ |
||
2864 | "email", |
||
2865 | "mail", |
||
2866 | "mailer" |
||
2867 | ], |
||
2868 | "time": "2017-05-01T15:54:03+00:00" |
||
2869 | }, |
||
2870 | { |
||
2871 | "name": "symfony/monolog-bundle", |
||
2872 | "version": "v3.1.0", |
||
2873 | "source": { |
||
2874 | "type": "git", |
||
2875 | "url": "https://github.com/symfony/monolog-bundle.git", |
||
2876 | "reference": "6f96c7dbb6b2ef70b307a1a6f897153cbca3da47" |
||
2877 | }, |
||
2878 | "dist": { |
||
2879 | "type": "zip", |
||
2880 | "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/6f96c7dbb6b2ef70b307a1a6f897153cbca3da47", |
||
2881 | "reference": "6f96c7dbb6b2ef70b307a1a6f897153cbca3da47", |
||
2882 | "shasum": "" |
||
2883 | }, |
||
2884 | "require": { |
||
2885 | "monolog/monolog": "~1.22", |
||
2886 | "php": ">=5.3.2", |
||
2887 | "symfony/config": "~2.7|~3.0", |
||
2888 | "symfony/dependency-injection": "~2.7|~3.0", |
||
2889 | "symfony/http-kernel": "~2.7|~3.0", |
||
2890 | "symfony/monolog-bridge": "~2.7|~3.0" |
||
2891 | }, |
||
2892 | "require-dev": { |
||
2893 | "phpunit/phpunit": "^4.8", |
||
2894 | "symfony/console": "~2.3|~3.0", |
||
2895 | "symfony/yaml": "~2.3|~3.0" |
||
2896 | }, |
||
2897 | "type": "symfony-bundle", |
||
2898 | "extra": { |
||
2899 | "branch-alias": { |
||
2900 | "dev-master": "3.x-dev" |
||
2901 | } |
||
2902 | }, |
||
2903 | "autoload": { |
||
2904 | "psr-4": { |
||
2905 | "Symfony\\Bundle\\MonologBundle\\": "" |
||
2906 | } |
||
2907 | }, |
||
2908 | "notification-url": "https://packagist.org/downloads/", |
||
2909 | "license": [ |
||
2910 | "MIT" |
||
2911 | ], |
||
2912 | "authors": [ |
||
2913 | { |
||
2914 | "name": "Symfony Community", |
||
2915 | "homepage": "http://symfony.com/contributors" |
||
2916 | }, |
||
2917 | { |
||
2918 | "name": "Fabien Potencier", |
||
2919 | "email": "[email protected]" |
||
2920 | } |
||
2921 | ], |
||
2922 | "description": "Symfony MonologBundle", |
||
2923 | "homepage": "http://symfony.com", |
||
2924 | "keywords": [ |
||
2925 | "log", |
||
2926 | "logging" |
||
2927 | ], |
||
2928 | "time": "2017-03-26T11:55:59+00:00" |
||
2929 | }, |
||
2930 | { |
||
2931 | "name": "symfony/polyfill-intl-icu", |
||
2932 | "version": "v1.3.0", |
||
2933 | "source": { |
||
2934 | "type": "git", |
||
2935 | "url": "https://github.com/symfony/polyfill-intl-icu.git", |
||
2936 | "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4" |
||
2937 | }, |
||
2938 | "dist": { |
||
2939 | "type": "zip", |
||
2940 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2d6e2b20d457603eefb6e614286c22efca30fdb4", |
||
2941 | "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4", |
||
2942 | "shasum": "" |
||
2943 | }, |
||
2944 | "require": { |
||
2945 | "php": ">=5.3.3", |
||
2946 | "symfony/intl": "~2.3|~3.0" |
||
2947 | }, |
||
2948 | "suggest": { |
||
2949 | "ext-intl": "For best performance" |
||
2950 | }, |
||
2951 | "type": "library", |
||
2952 | "extra": { |
||
2953 | "branch-alias": { |
||
2954 | "dev-master": "1.3-dev" |
||
2955 | } |
||
2956 | }, |
||
2957 | "autoload": { |
||
2958 | "files": [ |
||
2959 | "bootstrap.php" |
||
2960 | ] |
||
2961 | }, |
||
2962 | "notification-url": "https://packagist.org/downloads/", |
||
2963 | "license": [ |
||
2964 | "MIT" |
||
2965 | ], |
||
2966 | "authors": [ |
||
2967 | { |
||
2968 | "name": "Nicolas Grekas", |
||
2969 | "email": "[email protected]" |
||
2970 | }, |
||
2971 | { |
||
2972 | "name": "Symfony Community", |
||
2973 | "homepage": "https://symfony.com/contributors" |
||
2974 | } |
||
2975 | ], |
||
2976 | "description": "Symfony polyfill for intl's ICU-related data and classes", |
||
2977 | "homepage": "https://symfony.com", |
||
2978 | "keywords": [ |
||
2979 | "compatibility", |
||
2980 | "icu", |
||
2981 | "intl", |
||
2982 | "polyfill", |
||
2983 | "portable", |
||
2984 | "shim" |
||
2985 | ], |
||
2986 | "time": "2016-11-14T01:06:16+00:00" |
||
2987 | }, |
||
2988 | { |
||
2989 | "name": "symfony/polyfill-mbstring", |
||
2990 | "version": "v1.3.0", |
||
2991 | "source": { |
||
2992 | "type": "git", |
||
2993 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
2994 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" |
||
2995 | }, |
||
2996 | "dist": { |
||
2997 | "type": "zip", |
||
2998 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", |
||
2999 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", |
||
3000 | "shasum": "" |
||
3001 | }, |
||
3002 | "require": { |
||
3003 | "php": ">=5.3.3" |
||
3004 | }, |
||
3005 | "suggest": { |
||
3006 | "ext-mbstring": "For best performance" |
||
3007 | }, |
||
3008 | "type": "library", |
||
3009 | "extra": { |
||
3010 | "branch-alias": { |
||
3011 | "dev-master": "1.3-dev" |
||
3012 | } |
||
3013 | }, |
||
3014 | "autoload": { |
||
3015 | "psr-4": { |
||
3016 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
3017 | }, |
||
3018 | "files": [ |
||
3019 | "bootstrap.php" |
||
3020 | ] |
||
3021 | }, |
||
3022 | "notification-url": "https://packagist.org/downloads/", |
||
3023 | "license": [ |
||
3024 | "MIT" |
||
3025 | ], |
||
3026 | "authors": [ |
||
3027 | { |
||
3028 | "name": "Nicolas Grekas", |
||
3029 | "email": "[email protected]" |
||
3030 | }, |
||
3031 | { |
||
3032 | "name": "Symfony Community", |
||
3033 | "homepage": "https://symfony.com/contributors" |
||
3034 | } |
||
3035 | ], |
||
3036 | "description": "Symfony polyfill for the Mbstring extension", |
||
3037 | "homepage": "https://symfony.com", |
||
3038 | "keywords": [ |
||
3039 | "compatibility", |
||
3040 | "mbstring", |
||
3041 | "polyfill", |
||
3042 | "portable", |
||
3043 | "shim" |
||
3044 | ], |
||
3045 | "time": "2016-11-14T01:06:16+00:00" |
||
3046 | }, |
||
3047 | { |
||
3048 | "name": "symfony/polyfill-php56", |
||
3049 | "version": "v1.3.0", |
||
3050 | "source": { |
||
3051 | "type": "git", |
||
3052 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
3053 | "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c" |
||
3054 | }, |
||
3055 | "dist": { |
||
3056 | "type": "zip", |
||
3057 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/1dd42b9b89556f18092f3d1ada22cb05ac85383c", |
||
3058 | "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c", |
||
3059 | "shasum": "" |
||
3060 | }, |
||
3061 | "require": { |
||
3062 | "php": ">=5.3.3", |
||
3063 | "symfony/polyfill-util": "~1.0" |
||
3064 | }, |
||
3065 | "type": "library", |
||
3066 | "extra": { |
||
3067 | "branch-alias": { |
||
3068 | "dev-master": "1.3-dev" |
||
3069 | } |
||
3070 | }, |
||
3071 | "autoload": { |
||
3072 | "psr-4": { |
||
3073 | "Symfony\\Polyfill\\Php56\\": "" |
||
3074 | }, |
||
3075 | "files": [ |
||
3076 | "bootstrap.php" |
||
3077 | ] |
||
3078 | }, |
||
3079 | "notification-url": "https://packagist.org/downloads/", |
||
3080 | "license": [ |
||
3081 | "MIT" |
||
3082 | ], |
||
3083 | "authors": [ |
||
3084 | { |
||
3085 | "name": "Nicolas Grekas", |
||
3086 | "email": "[email protected]" |
||
3087 | }, |
||
3088 | { |
||
3089 | "name": "Symfony Community", |
||
3090 | "homepage": "https://symfony.com/contributors" |
||
3091 | } |
||
3092 | ], |
||
3093 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
3094 | "homepage": "https://symfony.com", |
||
3095 | "keywords": [ |
||
3096 | "compatibility", |
||
3097 | "polyfill", |
||
3098 | "portable", |
||
3099 | "shim" |
||
3100 | ], |
||
3101 | "time": "2016-11-14T01:06:16+00:00" |
||
3102 | }, |
||
3103 | { |
||
3104 | "name": "symfony/polyfill-php70", |
||
3105 | "version": "v1.3.0", |
||
3106 | "source": { |
||
3107 | "type": "git", |
||
3108 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
3109 | "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2" |
||
3110 | }, |
||
3111 | "dist": { |
||
3112 | "type": "zip", |
||
3113 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/13ce343935f0f91ca89605a2f6ca6f5c2f3faac2", |
||
3114 | "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2", |
||
3115 | "shasum": "" |
||
3116 | }, |
||
3117 | "require": { |
||
3118 | "paragonie/random_compat": "~1.0|~2.0", |
||
3119 | "php": ">=5.3.3" |
||
3120 | }, |
||
3121 | "type": "library", |
||
3122 | "extra": { |
||
3123 | "branch-alias": { |
||
3124 | "dev-master": "1.3-dev" |
||
3125 | } |
||
3126 | }, |
||
3127 | "autoload": { |
||
3128 | "psr-4": { |
||
3129 | "Symfony\\Polyfill\\Php70\\": "" |
||
3130 | }, |
||
3131 | "files": [ |
||
3132 | "bootstrap.php" |
||
3133 | ], |
||
3134 | "classmap": [ |
||
3135 | "Resources/stubs" |
||
3136 | ] |
||
3137 | }, |
||
3138 | "notification-url": "https://packagist.org/downloads/", |
||
3139 | "license": [ |
||
3140 | "MIT" |
||
3141 | ], |
||
3142 | "authors": [ |
||
3143 | { |
||
3144 | "name": "Nicolas Grekas", |
||
3145 | "email": "[email protected]" |
||
3146 | }, |
||
3147 | { |
||
3148 | "name": "Symfony Community", |
||
3149 | "homepage": "https://symfony.com/contributors" |
||
3150 | } |
||
3151 | ], |
||
3152 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
3153 | "homepage": "https://symfony.com", |
||
3154 | "keywords": [ |
||
3155 | "compatibility", |
||
3156 | "polyfill", |
||
3157 | "portable", |
||
3158 | "shim" |
||
3159 | ], |
||
3160 | "time": "2016-11-14T01:06:16+00:00" |
||
3161 | }, |
||
3162 | { |
||
3163 | "name": "symfony/polyfill-util", |
||
3164 | "version": "v1.3.0", |
||
3165 | "source": { |
||
3166 | "type": "git", |
||
3167 | "url": "https://github.com/symfony/polyfill-util.git", |
||
3168 | "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb" |
||
3169 | }, |
||
3170 | "dist": { |
||
3171 | "type": "zip", |
||
3172 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/746bce0fca664ac0a575e465f65c6643faddf7fb", |
||
3173 | "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb", |
||
3174 | "shasum": "" |
||
3175 | }, |
||
3176 | "require": { |
||
3177 | "php": ">=5.3.3" |
||
3178 | }, |
||
3179 | "type": "library", |
||
3180 | "extra": { |
||
3181 | "branch-alias": { |
||
3182 | "dev-master": "1.3-dev" |
||
3183 | } |
||
3184 | }, |
||
3185 | "autoload": { |
||
3186 | "psr-4": { |
||
3187 | "Symfony\\Polyfill\\Util\\": "" |
||
3188 | } |
||
3189 | }, |
||
3190 | "notification-url": "https://packagist.org/downloads/", |
||
3191 | "license": [ |
||
3192 | "MIT" |
||
3193 | ], |
||
3194 | "authors": [ |
||
3195 | { |
||
3196 | "name": "Nicolas Grekas", |
||
3197 | "email": "[email protected]" |
||
3198 | }, |
||
3199 | { |
||
3200 | "name": "Symfony Community", |
||
3201 | "homepage": "https://symfony.com/contributors" |
||
3202 | } |
||
3203 | ], |
||
3204 | "description": "Symfony utilities for portability of PHP codes", |
||
3205 | "homepage": "https://symfony.com", |
||
3206 | "keywords": [ |
||
3207 | "compat", |
||
3208 | "compatibility", |
||
3209 | "polyfill", |
||
3210 | "shim" |
||
3211 | ], |
||
3212 | "time": "2016-11-14T01:06:16+00:00" |
||
3213 | }, |
||
3214 | { |
||
3215 | "name": "symfony/swiftmailer-bundle", |
||
3216 | "version": "v2.6.2", |
||
3217 | "source": { |
||
3218 | "type": "git", |
||
3219 | "url": "https://github.com/symfony/swiftmailer-bundle.git", |
||
3220 | "reference": "deabc81120c2086571f7c4484ab785c5e1b84f75" |
||
3221 | }, |
||
3222 | "dist": { |
||
3223 | "type": "zip", |
||
3224 | "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/deabc81120c2086571f7c4484ab785c5e1b84f75", |
||
3225 | "reference": "deabc81120c2086571f7c4484ab785c5e1b84f75", |
||
3226 | "shasum": "" |
||
3227 | }, |
||
3228 | "require": { |
||
3229 | "php": ">=5.3.2", |
||
3230 | "swiftmailer/swiftmailer": "~4.2|~5.0", |
||
3231 | "symfony/config": "~2.7|~3.0", |
||
3232 | "symfony/dependency-injection": "~2.7|~3.0", |
||
3233 | "symfony/http-kernel": "~2.7|~3.0" |
||
3234 | }, |
||
3235 | "require-dev": { |
||
3236 | "symfony/console": "~2.7|~3.0", |
||
3237 | "symfony/framework-bundle": "~2.7|~3.0", |
||
3238 | "symfony/phpunit-bridge": "~3.3@dev", |
||
3239 | "symfony/yaml": "~2.7|~3.0" |
||
3240 | }, |
||
3241 | "suggest": { |
||
3242 | "psr/log": "Allows logging" |
||
3243 | }, |
||
3244 | "type": "symfony-bundle", |
||
3245 | "extra": { |
||
3246 | "branch-alias": { |
||
3247 | "dev-master": "2.6-dev" |
||
3248 | } |
||
3249 | }, |
||
3250 | "autoload": { |
||
3251 | "psr-4": { |
||
3252 | "Symfony\\Bundle\\SwiftmailerBundle\\": "" |
||
3253 | } |
||
3254 | }, |
||
3255 | "notification-url": "https://packagist.org/downloads/", |
||
3256 | "license": [ |
||
3257 | "MIT" |
||
3258 | ], |
||
3259 | "authors": [ |
||
3260 | { |
||
3261 | "name": "Symfony Community", |
||
3262 | "homepage": "http://symfony.com/contributors" |
||
3263 | }, |
||
3264 | { |
||
3265 | "name": "Fabien Potencier", |
||
3266 | "email": "[email protected]" |
||
3267 | } |
||
3268 | ], |
||
3269 | "description": "Symfony SwiftmailerBundle", |
||
3270 | "homepage": "http://symfony.com", |
||
3271 | "time": "2017-05-22T04:58:24+00:00" |
||
3272 | }, |
||
3273 | { |
||
3274 | "name": "symfony/symfony", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
3275 | "version": "v3.2.8", |
||
3276 | "source": { |
||
3277 | "type": "git", |
||
3278 | "url": "https://github.com/symfony/symfony.git", |
||
3279 | "reference": "85959c2abbe4d2f050f950f39c9c3cf83819f3df" |
||
3280 | }, |
||
3281 | "dist": { |
||
3282 | "type": "zip", |
||
3283 | "url": "https://api.github.com/repos/symfony/symfony/zipball/85959c2abbe4d2f050f950f39c9c3cf83819f3df", |
||
3284 | "reference": "85959c2abbe4d2f050f950f39c9c3cf83819f3df", |
||
3285 | "shasum": "" |
||
3286 | }, |
||
3287 | "require": { |
||
3288 | "doctrine/common": "~2.4", |
||
3289 | "php": ">=5.5.9", |
||
3290 | "psr/cache": "~1.0", |
||
3291 | "psr/log": "~1.0", |
||
3292 | "symfony/polyfill-intl-icu": "~1.0", |
||
3293 | "symfony/polyfill-mbstring": "~1.0", |
||
3294 | "symfony/polyfill-php56": "~1.0", |
||
3295 | "symfony/polyfill-php70": "~1.0", |
||
3296 | "symfony/polyfill-util": "~1.0", |
||
3297 | "twig/twig": "~1.28|~2.0" |
||
3298 | }, |
||
3299 | "conflict": { |
||
3300 | "phpdocumentor/reflection-docblock": "<3.0", |
||
3301 | "phpdocumentor/type-resolver": "<0.2.0", |
||
3302 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
3303 | }, |
||
3304 | "provide": { |
||
3305 | "psr/cache-implementation": "1.0" |
||
3306 | }, |
||
3307 | "replace": { |
||
3308 | "symfony/asset": "self.version", |
||
3309 | "symfony/browser-kit": "self.version", |
||
3310 | "symfony/cache": "self.version", |
||
3311 | "symfony/class-loader": "self.version", |
||
3312 | "symfony/config": "self.version", |
||
3313 | "symfony/console": "self.version", |
||
3314 | "symfony/css-selector": "self.version", |
||
3315 | "symfony/debug": "self.version", |
||
3316 | "symfony/debug-bundle": "self.version", |
||
3317 | "symfony/dependency-injection": "self.version", |
||
3318 | "symfony/doctrine-bridge": "self.version", |
||
3319 | "symfony/dom-crawler": "self.version", |
||
3320 | "symfony/event-dispatcher": "self.version", |
||
3321 | "symfony/expression-language": "self.version", |
||
3322 | "symfony/filesystem": "self.version", |
||
3323 | "symfony/finder": "self.version", |
||
3324 | "symfony/form": "self.version", |
||
3325 | "symfony/framework-bundle": "self.version", |
||
3326 | "symfony/http-foundation": "self.version", |
||
3327 | "symfony/http-kernel": "self.version", |
||
3328 | "symfony/inflector": "self.version", |
||
3329 | "symfony/intl": "self.version", |
||
3330 | "symfony/ldap": "self.version", |
||
3331 | "symfony/monolog-bridge": "self.version", |
||
3332 | "symfony/options-resolver": "self.version", |
||
3333 | "symfony/process": "self.version", |
||
3334 | "symfony/property-access": "self.version", |
||
3335 | "symfony/property-info": "self.version", |
||
3336 | "symfony/proxy-manager-bridge": "self.version", |
||
3337 | "symfony/routing": "self.version", |
||
3338 | "symfony/security": "self.version", |
||
3339 | "symfony/security-bundle": "self.version", |
||
3340 | "symfony/security-core": "self.version", |
||
3341 | "symfony/security-csrf": "self.version", |
||
3342 | "symfony/security-guard": "self.version", |
||
3343 | "symfony/security-http": "self.version", |
||
3344 | "symfony/serializer": "self.version", |
||
3345 | "symfony/stopwatch": "self.version", |
||
3346 | "symfony/templating": "self.version", |
||
3347 | "symfony/translation": "self.version", |
||
3348 | "symfony/twig-bridge": "self.version", |
||
3349 | "symfony/twig-bundle": "self.version", |
||
3350 | "symfony/validator": "self.version", |
||
3351 | "symfony/var-dumper": "self.version", |
||
3352 | "symfony/web-profiler-bundle": "self.version", |
||
3353 | "symfony/workflow": "self.version", |
||
3354 | "symfony/yaml": "self.version" |
||
3355 | }, |
||
3356 | "require-dev": { |
||
3357 | "cache/integration-tests": "dev-master", |
||
3358 | "doctrine/cache": "~1.6", |
||
3359 | "doctrine/data-fixtures": "1.0.*", |
||
3360 | "doctrine/dbal": "~2.4", |
||
3361 | "doctrine/doctrine-bundle": "~1.4", |
||
3362 | "doctrine/orm": "~2.4,>=2.4.5", |
||
3363 | "egulias/email-validator": "~1.2,>=1.2.8|~2.0", |
||
3364 | "monolog/monolog": "~1.11", |
||
3365 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0", |
||
3366 | "phpdocumentor/reflection-docblock": "^3.0", |
||
3367 | "predis/predis": "~1.0", |
||
3368 | "sensio/framework-extra-bundle": "^3.0.2", |
||
3369 | "symfony/phpunit-bridge": "~3.2", |
||
3370 | "symfony/polyfill-apcu": "~1.1", |
||
3371 | "symfony/security-acl": "~2.8|~3.0" |
||
3372 | }, |
||
3373 | "type": "library", |
||
3374 | "extra": { |
||
3375 | "branch-alias": { |
||
3376 | "dev-master": "3.2-dev" |
||
3377 | } |
||
3378 | }, |
||
3379 | "autoload": { |
||
3380 | "psr-4": { |
||
3381 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", |
||
3382 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", |
||
3383 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", |
||
3384 | "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/", |
||
3385 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", |
||
3386 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", |
||
3387 | "Symfony\\Component\\": "src/Symfony/Component/" |
||
3388 | }, |
||
3389 | "classmap": [ |
||
3390 | "src/Symfony/Component/Intl/Resources/stubs" |
||
3391 | ], |
||
3392 | "exclude-from-classmap": [ |
||
3393 | "**/Tests/" |
||
3394 | ] |
||
3395 | }, |
||
3396 | "notification-url": "https://packagist.org/downloads/", |
||
3397 | "license": [ |
||
3398 | "MIT" |
||
3399 | ], |
||
3400 | "authors": [ |
||
3401 | { |
||
3402 | "name": "Fabien Potencier", |
||
3403 | "email": "[email protected]" |
||
3404 | }, |
||
3405 | { |
||
3406 | "name": "Symfony Community", |
||
3407 | "homepage": "https://symfony.com/contributors" |
||
3408 | } |
||
3409 | ], |
||
3410 | "description": "The Symfony PHP framework", |
||
3411 | "homepage": "https://symfony.com", |
||
3412 | "keywords": [ |
||
3413 | "framework" |
||
3414 | ], |
||
3415 | "time": "2017-05-01T17:47:03+00:00" |
||
3416 | }, |
||
3417 | { |
||
3418 | "name": "twig/twig", |
||
3419 | "version": "v1.33.2", |
||
3420 | "source": { |
||
3421 | "type": "git", |
||
3422 | "url": "https://github.com/twigphp/Twig.git", |
||
3423 | "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927" |
||
3424 | }, |
||
3425 | "dist": { |
||
3426 | "type": "zip", |
||
3427 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd6ca96227917e1e85b41c7c3cc6507b411e0927", |
||
3428 | "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927", |
||
3429 | "shasum": "" |
||
3430 | }, |
||
3431 | "require": { |
||
3432 | "php": ">=5.2.7" |
||
3433 | }, |
||
3434 | "require-dev": { |
||
3435 | "psr/container": "^1.0", |
||
3436 | "symfony/debug": "~2.7", |
||
3437 | "symfony/phpunit-bridge": "~3.3@dev" |
||
3438 | }, |
||
3439 | "type": "library", |
||
3440 | "extra": { |
||
3441 | "branch-alias": { |
||
3442 | "dev-master": "1.33-dev" |
||
3443 | } |
||
3444 | }, |
||
3445 | "autoload": { |
||
3446 | "psr-0": { |
||
3447 | "Twig_": "lib/" |
||
3448 | } |
||
3449 | }, |
||
3450 | "notification-url": "https://packagist.org/downloads/", |
||
3451 | "license": [ |
||
3452 | "BSD-3-Clause" |
||
3453 | ], |
||
3454 | "authors": [ |
||
3455 | { |
||
3456 | "name": "Fabien Potencier", |
||
3457 | "email": "[email protected]", |
||
3458 | "homepage": "http://fabien.potencier.org", |
||
3459 | "role": "Lead Developer" |
||
3460 | }, |
||
3461 | { |
||
3462 | "name": "Armin Ronacher", |
||
3463 | "email": "[email protected]", |
||
3464 | "role": "Project Founder" |
||
3465 | }, |
||
3466 | { |
||
3467 | "name": "Twig Team", |
||
3468 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
3469 | "role": "Contributors" |
||
3470 | } |
||
3471 | ], |
||
3472 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
3473 | "homepage": "http://twig.sensiolabs.org", |
||
3474 | "keywords": [ |
||
3475 | "templating" |
||
3476 | ], |
||
3477 | "time": "2017-04-20T17:39:48+00:00" |
||
3478 | }, |
||
3479 | { |
||
3480 | "name": "webmozart/assert", |
||
3481 | "version": "1.2.0", |
||
3482 | "source": { |
||
3483 | "type": "git", |
||
3484 | "url": "https://github.com/webmozart/assert.git", |
||
3485 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" |
||
3486 | }, |
||
3487 | "dist": { |
||
3488 | "type": "zip", |
||
3489 | "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
3490 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
3491 | "shasum": "" |
||
3492 | }, |
||
3493 | "require": { |
||
3494 | "php": "^5.3.3 || ^7.0" |
||
3495 | }, |
||
3496 | "require-dev": { |
||
3497 | "phpunit/phpunit": "^4.6", |
||
3498 | "sebastian/version": "^1.0.1" |
||
3499 | }, |
||
3500 | "type": "library", |
||
3501 | "extra": { |
||
3502 | "branch-alias": { |
||
3503 | "dev-master": "1.3-dev" |
||
3504 | } |
||
3505 | }, |
||
3506 | "autoload": { |
||
3507 | "psr-4": { |
||
3508 | "Webmozart\\Assert\\": "src/" |
||
3509 | } |
||
3510 | }, |
||
3511 | "notification-url": "https://packagist.org/downloads/", |
||
3512 | "license": [ |
||
3513 | "MIT" |
||
3514 | ], |
||
3515 | "authors": [ |
||
3516 | { |
||
3517 | "name": "Bernhard Schussek", |
||
3518 | "email": "[email protected]" |
||
3519 | } |
||
3520 | ], |
||
3521 | "description": "Assertions to validate method input/output with nice error messages.", |
||
3522 | "keywords": [ |
||
3523 | "assert", |
||
3524 | "check", |
||
3525 | "validate" |
||
3526 | ], |
||
3527 | "time": "2016-11-23T20:04:58+00:00" |
||
3528 | }, |
||
3529 | { |
||
3530 | "name": "willdurand/negotiation", |
||
3531 | "version": "v2.3.1", |
||
3532 | "source": { |
||
3533 | "type": "git", |
||
3534 | "url": "https://github.com/willdurand/Negotiation.git", |
||
3535 | "reference": "03436ededa67c6e83b9b12defac15384cb399dc9" |
||
3536 | }, |
||
3537 | "dist": { |
||
3538 | "type": "zip", |
||
3539 | "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9", |
||
3540 | "reference": "03436ededa67c6e83b9b12defac15384cb399dc9", |
||
3541 | "shasum": "" |
||
3542 | }, |
||
3543 | "require": { |
||
3544 | "php": ">=5.4.0" |
||
3545 | }, |
||
3546 | "require-dev": { |
||
3547 | "phpunit/phpunit": "~4.5" |
||
3548 | }, |
||
3549 | "type": "library", |
||
3550 | "extra": { |
||
3551 | "branch-alias": { |
||
3552 | "dev-master": "2.3-dev" |
||
3553 | } |
||
3554 | }, |
||
3555 | "autoload": { |
||
3556 | "psr-4": { |
||
3557 | "Negotiation\\": "src/Negotiation" |
||
3558 | } |
||
3559 | }, |
||
3560 | "notification-url": "https://packagist.org/downloads/", |
||
3561 | "license": [ |
||
3562 | "MIT" |
||
3563 | ], |
||
3564 | "authors": [ |
||
3565 | { |
||
3566 | "name": "William Durand", |
||
3567 | "email": "[email protected]" |
||
3568 | } |
||
3569 | ], |
||
3570 | "description": "Content Negotiation tools for PHP provided as a standalone library.", |
||
3571 | "homepage": "http://williamdurand.fr/Negotiation/", |
||
3572 | "keywords": [ |
||
3573 | "accept", |
||
3574 | "content", |
||
3575 | "format", |
||
3576 | "header", |
||
3577 | "negotiation" |
||
3578 | ], |
||
3579 | "time": "2017-05-14T17:21:12+00:00" |
||
3580 | }, |
||
3581 | { |
||
3582 | "name": "zendframework/zend-code", |
||
3583 | "version": "3.1.0", |
||
3584 | "source": { |
||
3585 | "type": "git", |
||
3586 | "url": "https://github.com/zendframework/zend-code.git", |
||
3587 | "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27" |
||
3588 | }, |
||
3589 | "dist": { |
||
3590 | "type": "zip", |
||
3591 | "url": "https://api.github.com/repos/zendframework/zend-code/zipball/2899c17f83a7207f2d7f53ec2f421204d3beea27", |
||
3592 | "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27", |
||
3593 | "shasum": "" |
||
3594 | }, |
||
3595 | "require": { |
||
3596 | "php": "^5.6 || 7.0.0 - 7.0.4 || ^7.0.6", |
||
3597 | "zendframework/zend-eventmanager": "^2.6 || ^3.0" |
||
3598 | }, |
||
3599 | "require-dev": { |
||
3600 | "doctrine/annotations": "~1.0", |
||
3601 | "ext-phar": "*", |
||
3602 | "phpunit/phpunit": "^4.8.21", |
||
3603 | "squizlabs/php_codesniffer": "^2.5", |
||
3604 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
3605 | }, |
||
3606 | "suggest": { |
||
3607 | "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", |
||
3608 | "zendframework/zend-stdlib": "Zend\\Stdlib component" |
||
3609 | }, |
||
3610 | "type": "library", |
||
3611 | "extra": { |
||
3612 | "branch-alias": { |
||
3613 | "dev-master": "3.1-dev", |
||
3614 | "dev-develop": "3.2-dev" |
||
3615 | } |
||
3616 | }, |
||
3617 | "autoload": { |
||
3618 | "psr-4": { |
||
3619 | "Zend\\Code\\": "src/" |
||
3620 | } |
||
3621 | }, |
||
3622 | "notification-url": "https://packagist.org/downloads/", |
||
3623 | "license": [ |
||
3624 | "BSD-3-Clause" |
||
3625 | ], |
||
3626 | "description": "provides facilities to generate arbitrary code using an object oriented interface", |
||
3627 | "homepage": "https://github.com/zendframework/zend-code", |
||
3628 | "keywords": [ |
||
3629 | "code", |
||
3630 | "zf2" |
||
3631 | ], |
||
3632 | "time": "2016-10-24T13:23:32+00:00" |
||
3633 | }, |
||
3634 | { |
||
3635 | "name": "zendframework/zend-eventmanager", |
||
3636 | "version": "3.1.0", |
||
3637 | "source": { |
||
3638 | "type": "git", |
||
3639 | "url": "https://github.com/zendframework/zend-eventmanager.git", |
||
3640 | "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d" |
||
3641 | }, |
||
3642 | "dist": { |
||
3643 | "type": "zip", |
||
3644 | "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/c3bce7b7d47c54040b9ae51bc55491c72513b75d", |
||
3645 | "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d", |
||
3646 | "shasum": "" |
||
3647 | }, |
||
3648 | "require": { |
||
3649 | "php": "^5.6 || ^7.0" |
||
3650 | }, |
||
3651 | "require-dev": { |
||
3652 | "athletic/athletic": "^0.1", |
||
3653 | "container-interop/container-interop": "^1.1.0", |
||
3654 | "phpunit/phpunit": "^5.6", |
||
3655 | "zendframework/zend-coding-standard": "~1.0.0", |
||
3656 | "zendframework/zend-stdlib": "^2.7.3 || ^3.0" |
||
3657 | }, |
||
3658 | "suggest": { |
||
3659 | "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", |
||
3660 | "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" |
||
3661 | }, |
||
3662 | "type": "library", |
||
3663 | "extra": { |
||
3664 | "branch-alias": { |
||
3665 | "dev-master": "3.1-dev", |
||
3666 | "dev-develop": "3.2-dev" |
||
3667 | } |
||
3668 | }, |
||
3669 | "autoload": { |
||
3670 | "psr-4": { |
||
3671 | "Zend\\EventManager\\": "src/" |
||
3672 | } |
||
3673 | }, |
||
3674 | "notification-url": "https://packagist.org/downloads/", |
||
3675 | "license": [ |
||
3676 | "BSD-3-Clause" |
||
3677 | ], |
||
3678 | "description": "Trigger and listen to events within a PHP application", |
||
3679 | "homepage": "https://github.com/zendframework/zend-eventmanager", |
||
3680 | "keywords": [ |
||
3681 | "event", |
||
3682 | "eventmanager", |
||
3683 | "events", |
||
3684 | "zf2" |
||
3685 | ], |
||
3686 | "time": "2016-12-19T21:47:12+00:00" |
||
3687 | } |
||
3688 | ], |
||
3689 | "packages-dev": [ |
||
3690 | { |
||
3691 | "name": "api-platform/schema-generator", |
||
3692 | "version": "v1.2.0", |
||
3693 | "source": { |
||
3694 | "type": "git", |
||
3695 | "url": "https://github.com/api-platform/schema-generator.git", |
||
3696 | "reference": "6866df7c7f21ae128e461f85aba8af4c2ecdb738" |
||
3697 | }, |
||
3698 | "dist": { |
||
3699 | "type": "zip", |
||
3700 | "url": "https://api.github.com/repos/api-platform/schema-generator/zipball/6866df7c7f21ae128e461f85aba8af4c2ecdb738", |
||
3701 | "reference": "6866df7c7f21ae128e461f85aba8af4c2ecdb738", |
||
3702 | "shasum": "" |
||
3703 | }, |
||
3704 | "require": { |
||
3705 | "easyrdf/easyrdf": "^0.9", |
||
3706 | "ext-json": "*", |
||
3707 | "friendsofphp/php-cs-fixer": "^1.12", |
||
3708 | "league/html-to-markdown": "^4.0", |
||
3709 | "php": ">=5.4", |
||
3710 | "psr/log": "^1.0", |
||
3711 | "symfony/config": "^2.7 || ^3.0", |
||
3712 | "symfony/console": "^2.7 || ^3.0", |
||
3713 | "symfony/yaml": "^2.7 || ^3.0", |
||
3714 | "twig/twig": "^1.0" |
||
3715 | }, |
||
3716 | "require-dev": { |
||
3717 | "doctrine/orm": "^2.2", |
||
3718 | "symfony/filesystem": "^2.7", |
||
3719 | "symfony/validator": "^2.7" |
||
3720 | }, |
||
3721 | "suggest": { |
||
3722 | "doctrine/collections": "For Doctrine collections", |
||
3723 | "doctrine/orm": "For Doctrine annotations", |
||
3724 | "myclabs/php-enum": "For enumerations", |
||
3725 | "symfony/validator": "For constraint annotations" |
||
3726 | }, |
||
3727 | "bin": [ |
||
3728 | "bin/schema" |
||
3729 | ], |
||
3730 | "type": "library", |
||
3731 | "autoload": { |
||
3732 | "psr-4": { |
||
3733 | "ApiPlatform\\SchemaGenerator\\": "src/" |
||
3734 | } |
||
3735 | }, |
||
3736 | "notification-url": "https://packagist.org/downloads/", |
||
3737 | "license": [ |
||
3738 | "MIT" |
||
3739 | ], |
||
3740 | "authors": [ |
||
3741 | { |
||
3742 | "name": "Kévin Dunglas", |
||
3743 | "email": "[email protected]" |
||
3744 | } |
||
3745 | ], |
||
3746 | "description": "Various tools to generate a data model based on Schema.org vocables", |
||
3747 | "homepage": "https://api-platform.com", |
||
3748 | "keywords": [ |
||
3749 | "doctrine", |
||
3750 | "entity", |
||
3751 | "enum", |
||
3752 | "model", |
||
3753 | "schema.org", |
||
3754 | "semantic", |
||
3755 | "symfony" |
||
3756 | ], |
||
3757 | "time": "2016-11-24T13:47:23+00:00" |
||
3758 | }, |
||
3759 | { |
||
3760 | "name": "behat/behat", |
||
3761 | "version": "v3.3.1", |
||
3762 | "source": { |
||
3763 | "type": "git", |
||
3764 | "url": "https://github.com/Behat/Behat.git", |
||
3765 | "reference": "44a58c1480d6144b2dc2c2bf02b9cef73c83840d" |
||
3766 | }, |
||
3767 | "dist": { |
||
3768 | "type": "zip", |
||
3769 | "url": "https://api.github.com/repos/Behat/Behat/zipball/44a58c1480d6144b2dc2c2bf02b9cef73c83840d", |
||
3770 | "reference": "44a58c1480d6144b2dc2c2bf02b9cef73c83840d", |
||
3771 | "shasum": "" |
||
3772 | }, |
||
3773 | "require": { |
||
3774 | "behat/gherkin": "^4.4.4", |
||
3775 | "behat/transliterator": "^1.2", |
||
3776 | "container-interop/container-interop": "^1.1", |
||
3777 | "ext-mbstring": "*", |
||
3778 | "php": ">=5.3.3", |
||
3779 | "symfony/class-loader": "~2.1||~3.0", |
||
3780 | "symfony/config": "~2.3||~3.0", |
||
3781 | "symfony/console": "~2.5||~3.0", |
||
3782 | "symfony/dependency-injection": "~2.1||~3.0", |
||
3783 | "symfony/event-dispatcher": "~2.1||~3.0", |
||
3784 | "symfony/translation": "~2.3||~3.0", |
||
3785 | "symfony/yaml": "~2.1||~3.0" |
||
3786 | }, |
||
3787 | "require-dev": { |
||
3788 | "herrera-io/box": "~1.6.1", |
||
3789 | "phpunit/phpunit": "~4.5", |
||
3790 | "symfony/process": "~2.5|~3.0" |
||
3791 | }, |
||
3792 | "suggest": { |
||
3793 | "behat/mink-extension": "for integration with Mink testing framework", |
||
3794 | "behat/symfony2-extension": "for integration with Symfony2 web framework", |
||
3795 | "behat/yii-extension": "for integration with Yii web framework" |
||
3796 | }, |
||
3797 | "bin": [ |
||
3798 | "bin/behat" |
||
3799 | ], |
||
3800 | "type": "library", |
||
3801 | "extra": { |
||
3802 | "branch-alias": { |
||
3803 | "dev-master": "3.2.x-dev" |
||
3804 | } |
||
3805 | }, |
||
3806 | "autoload": { |
||
3807 | "psr-0": { |
||
3808 | "Behat\\Behat": "src/", |
||
3809 | "Behat\\Testwork": "src/" |
||
3810 | } |
||
3811 | }, |
||
3812 | "notification-url": "https://packagist.org/downloads/", |
||
3813 | "license": [ |
||
3814 | "MIT" |
||
3815 | ], |
||
3816 | "authors": [ |
||
3817 | { |
||
3818 | "name": "Konstantin Kudryashov", |
||
3819 | "email": "[email protected]", |
||
3820 | "homepage": "http://everzet.com" |
||
3821 | } |
||
3822 | ], |
||
3823 | "description": "Scenario-oriented BDD framework for PHP 5.3", |
||
3824 | "homepage": "http://behat.org/", |
||
3825 | "keywords": [ |
||
3826 | "Agile", |
||
3827 | "BDD", |
||
3828 | "ScenarioBDD", |
||
3829 | "Scrum", |
||
3830 | "StoryBDD", |
||
3831 | "User story", |
||
3832 | "business", |
||
3833 | "development", |
||
3834 | "documentation", |
||
3835 | "examples", |
||
3836 | "symfony", |
||
3837 | "testing" |
||
3838 | ], |
||
3839 | "time": "2017-05-15T16:49:16+00:00" |
||
3840 | }, |
||
3841 | { |
||
3842 | "name": "behat/gherkin", |
||
3843 | "version": "v4.4.5", |
||
3844 | "source": { |
||
3845 | "type": "git", |
||
3846 | "url": "https://github.com/Behat/Gherkin.git", |
||
3847 | "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74" |
||
3848 | }, |
||
3849 | "dist": { |
||
3850 | "type": "zip", |
||
3851 | "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74", |
||
3852 | "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74", |
||
3853 | "shasum": "" |
||
3854 | }, |
||
3855 | "require": { |
||
3856 | "php": ">=5.3.1" |
||
3857 | }, |
||
3858 | "require-dev": { |
||
3859 | "phpunit/phpunit": "~4.5|~5", |
||
3860 | "symfony/phpunit-bridge": "~2.7|~3", |
||
3861 | "symfony/yaml": "~2.3|~3" |
||
3862 | }, |
||
3863 | "suggest": { |
||
3864 | "symfony/yaml": "If you want to parse features, represented in YAML files" |
||
3865 | }, |
||
3866 | "type": "library", |
||
3867 | "extra": { |
||
3868 | "branch-alias": { |
||
3869 | "dev-master": "4.4-dev" |
||
3870 | } |
||
3871 | }, |
||
3872 | "autoload": { |
||
3873 | "psr-0": { |
||
3874 | "Behat\\Gherkin": "src/" |
||
3875 | } |
||
3876 | }, |
||
3877 | "notification-url": "https://packagist.org/downloads/", |
||
3878 | "license": [ |
||
3879 | "MIT" |
||
3880 | ], |
||
3881 | "authors": [ |
||
3882 | { |
||
3883 | "name": "Konstantin Kudryashov", |
||
3884 | "email": "[email protected]", |
||
3885 | "homepage": "http://everzet.com" |
||
3886 | } |
||
3887 | ], |
||
3888 | "description": "Gherkin DSL parser for PHP 5.3", |
||
3889 | "homepage": "http://behat.org/", |
||
3890 | "keywords": [ |
||
3891 | "BDD", |
||
3892 | "Behat", |
||
3893 | "Cucumber", |
||
3894 | "DSL", |
||
3895 | "gherkin", |
||
3896 | "parser" |
||
3897 | ], |
||
3898 | "time": "2016-10-30T11:50:56+00:00" |
||
3899 | }, |
||
3900 | { |
||
3901 | "name": "behat/mink", |
||
3902 | "version": "v1.7.1", |
||
3903 | "source": { |
||
3904 | "type": "git", |
||
3905 | "url": "https://github.com/minkphp/Mink.git", |
||
3906 | "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9" |
||
3907 | }, |
||
3908 | "dist": { |
||
3909 | "type": "zip", |
||
3910 | "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9", |
||
3911 | "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9", |
||
3912 | "shasum": "" |
||
3913 | }, |
||
3914 | "require": { |
||
3915 | "php": ">=5.3.1", |
||
3916 | "symfony/css-selector": "~2.1|~3.0" |
||
3917 | }, |
||
3918 | "require-dev": { |
||
3919 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
3920 | }, |
||
3921 | "suggest": { |
||
3922 | "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", |
||
3923 | "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", |
||
3924 | "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", |
||
3925 | "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)" |
||
3926 | }, |
||
3927 | "type": "library", |
||
3928 | "extra": { |
||
3929 | "branch-alias": { |
||
3930 | "dev-master": "1.7.x-dev" |
||
3931 | } |
||
3932 | }, |
||
3933 | "autoload": { |
||
3934 | "psr-4": { |
||
3935 | "Behat\\Mink\\": "src/" |
||
3936 | } |
||
3937 | }, |
||
3938 | "notification-url": "https://packagist.org/downloads/", |
||
3939 | "license": [ |
||
3940 | "MIT" |
||
3941 | ], |
||
3942 | "authors": [ |
||
3943 | { |
||
3944 | "name": "Konstantin Kudryashov", |
||
3945 | "email": "[email protected]", |
||
3946 | "homepage": "http://everzet.com" |
||
3947 | } |
||
3948 | ], |
||
3949 | "description": "Browser controller/emulator abstraction for PHP", |
||
3950 | "homepage": "http://mink.behat.org/", |
||
3951 | "keywords": [ |
||
3952 | "browser", |
||
3953 | "testing", |
||
3954 | "web" |
||
3955 | ], |
||
3956 | "time": "2016-03-05T08:26:18+00:00" |
||
3957 | }, |
||
3958 | { |
||
3959 | "name": "behat/mink-browserkit-driver", |
||
3960 | "version": "v1.3.2", |
||
3961 | "source": { |
||
3962 | "type": "git", |
||
3963 | "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", |
||
3964 | "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb" |
||
3965 | }, |
||
3966 | "dist": { |
||
3967 | "type": "zip", |
||
3968 | "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb", |
||
3969 | "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb", |
||
3970 | "shasum": "" |
||
3971 | }, |
||
3972 | "require": { |
||
3973 | "behat/mink": "^1.7.1@dev", |
||
3974 | "php": ">=5.3.6", |
||
3975 | "symfony/browser-kit": "~2.3|~3.0", |
||
3976 | "symfony/dom-crawler": "~2.3|~3.0" |
||
3977 | }, |
||
3978 | "require-dev": { |
||
3979 | "silex/silex": "~1.2", |
||
3980 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
3981 | }, |
||
3982 | "type": "mink-driver", |
||
3983 | "extra": { |
||
3984 | "branch-alias": { |
||
3985 | "dev-master": "1.3.x-dev" |
||
3986 | } |
||
3987 | }, |
||
3988 | "autoload": { |
||
3989 | "psr-4": { |
||
3990 | "Behat\\Mink\\Driver\\": "src/" |
||
3991 | } |
||
3992 | }, |
||
3993 | "notification-url": "https://packagist.org/downloads/", |
||
3994 | "license": [ |
||
3995 | "MIT" |
||
3996 | ], |
||
3997 | "authors": [ |
||
3998 | { |
||
3999 | "name": "Konstantin Kudryashov", |
||
4000 | "email": "[email protected]", |
||
4001 | "homepage": "http://everzet.com" |
||
4002 | } |
||
4003 | ], |
||
4004 | "description": "Symfony2 BrowserKit driver for Mink framework", |
||
4005 | "homepage": "http://mink.behat.org/", |
||
4006 | "keywords": [ |
||
4007 | "Mink", |
||
4008 | "Symfony2", |
||
4009 | "browser", |
||
4010 | "testing" |
||
4011 | ], |
||
4012 | "time": "2016-03-05T08:59:47+00:00" |
||
4013 | }, |
||
4014 | { |
||
4015 | "name": "behat/mink-extension", |
||
4016 | "version": "v2.2", |
||
4017 | "source": { |
||
4018 | "type": "git", |
||
4019 | "url": "https://github.com/Behat/MinkExtension.git", |
||
4020 | "reference": "5b4bda64ff456104564317e212c823e45cad9d59" |
||
4021 | }, |
||
4022 | "dist": { |
||
4023 | "type": "zip", |
||
4024 | "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59", |
||
4025 | "reference": "5b4bda64ff456104564317e212c823e45cad9d59", |
||
4026 | "shasum": "" |
||
4027 | }, |
||
4028 | "require": { |
||
4029 | "behat/behat": "~3.0,>=3.0.5", |
||
4030 | "behat/mink": "~1.5", |
||
4031 | "php": ">=5.3.2", |
||
4032 | "symfony/config": "~2.2|~3.0" |
||
4033 | }, |
||
4034 | "require-dev": { |
||
4035 | "behat/mink-goutte-driver": "~1.1", |
||
4036 | "phpspec/phpspec": "~2.0" |
||
4037 | }, |
||
4038 | "type": "behat-extension", |
||
4039 | "extra": { |
||
4040 | "branch-alias": { |
||
4041 | "dev-master": "2.1.x-dev" |
||
4042 | } |
||
4043 | }, |
||
4044 | "autoload": { |
||
4045 | "psr-0": { |
||
4046 | "Behat\\MinkExtension": "src/" |
||
4047 | } |
||
4048 | }, |
||
4049 | "notification-url": "https://packagist.org/downloads/", |
||
4050 | "license": [ |
||
4051 | "MIT" |
||
4052 | ], |
||
4053 | "authors": [ |
||
4054 | { |
||
4055 | "name": "Christophe Coevoet", |
||
4056 | "email": "[email protected]" |
||
4057 | }, |
||
4058 | { |
||
4059 | "name": "Konstantin Kudryashov", |
||
4060 | "email": "[email protected]" |
||
4061 | } |
||
4062 | ], |
||
4063 | "description": "Mink extension for Behat", |
||
4064 | "homepage": "http://extensions.behat.org/mink", |
||
4065 | "keywords": [ |
||
4066 | "browser", |
||
4067 | "gui", |
||
4068 | "test", |
||
4069 | "web" |
||
4070 | ], |
||
4071 | "time": "2016-02-15T07:55:18+00:00" |
||
4072 | }, |
||
4073 | { |
||
4074 | "name": "behat/symfony2-extension", |
||
4075 | "version": "2.1.1", |
||
4076 | "source": { |
||
4077 | "type": "git", |
||
4078 | "url": "https://github.com/Behat/Symfony2Extension.git", |
||
4079 | "reference": "cb9ff0ff2f1a901379616d95cc701601d139160c" |
||
4080 | }, |
||
4081 | "dist": { |
||
4082 | "type": "zip", |
||
4083 | "url": "https://api.github.com/repos/Behat/Symfony2Extension/zipball/cb9ff0ff2f1a901379616d95cc701601d139160c", |
||
4084 | "reference": "cb9ff0ff2f1a901379616d95cc701601d139160c", |
||
4085 | "shasum": "" |
||
4086 | }, |
||
4087 | "require": { |
||
4088 | "behat/behat": "~3.0,>=3.0.4", |
||
4089 | "php": ">=5.3.3", |
||
4090 | "symfony/framework-bundle": "~2.0|~3.0" |
||
4091 | }, |
||
4092 | "require-dev": { |
||
4093 | "behat/mink-browserkit-driver": "~1.0", |
||
4094 | "behat/mink-extension": "~2.0", |
||
4095 | "phpspec/phpspec": "~2.0", |
||
4096 | "phpunit/phpunit": "~4.0", |
||
4097 | "symfony/symfony": "~2.1|~3.0" |
||
4098 | }, |
||
4099 | "type": "behat-extension", |
||
4100 | "extra": { |
||
4101 | "branch-alias": { |
||
4102 | "dev-master": "2.1.x-dev" |
||
4103 | } |
||
4104 | }, |
||
4105 | "autoload": { |
||
4106 | "psr-0": { |
||
4107 | "Behat\\Symfony2Extension": "src/" |
||
4108 | } |
||
4109 | }, |
||
4110 | "notification-url": "https://packagist.org/downloads/", |
||
4111 | "license": [ |
||
4112 | "MIT" |
||
4113 | ], |
||
4114 | "authors": [ |
||
4115 | { |
||
4116 | "name": "Christophe Coevoet", |
||
4117 | "email": "[email protected]" |
||
4118 | }, |
||
4119 | { |
||
4120 | "name": "Konstantin Kudryashov", |
||
4121 | "email": "[email protected]" |
||
4122 | } |
||
4123 | ], |
||
4124 | "description": "Symfony2 framework extension for Behat", |
||
4125 | "homepage": "http://behat.org", |
||
4126 | "keywords": [ |
||
4127 | "BDD", |
||
4128 | "framework", |
||
4129 | "symfony" |
||
4130 | ], |
||
4131 | "time": "2016-01-13T17:06:48+00:00" |
||
4132 | }, |
||
4133 | { |
||
4134 | "name": "behatch/contexts", |
||
4135 | "version": "v2.7", |
||
4136 | "source": { |
||
4137 | "type": "git", |
||
4138 | "url": "https://github.com/Behatch/contexts.git", |
||
4139 | "reference": "bc653ab6f7e9f9c35cdebaf42f76c90d1ebe968c" |
||
4140 | }, |
||
4141 | "dist": { |
||
4142 | "type": "zip", |
||
4143 | "url": "https://api.github.com/repos/Behatch/contexts/zipball/bc653ab6f7e9f9c35cdebaf42f76c90d1ebe968c", |
||
4144 | "reference": "bc653ab6f7e9f9c35cdebaf42f76c90d1ebe968c", |
||
4145 | "shasum": "" |
||
4146 | }, |
||
4147 | "require": { |
||
4148 | "behat/behat": "~3.0", |
||
4149 | "behat/mink-extension": "~2.0", |
||
4150 | "justinrainbow/json-schema": "~1.4", |
||
4151 | "php": ">=5.4", |
||
4152 | "symfony/http-foundation": "~2.3|~3.0", |
||
4153 | "symfony/property-access": "~2.3|~3.0" |
||
4154 | }, |
||
4155 | "replace": { |
||
4156 | "sanpi/behatch-contexts": "self.version" |
||
4157 | }, |
||
4158 | "require-dev": { |
||
4159 | "atoum/atoum": "~2.8|~3.0", |
||
4160 | "behat/mink-goutte-driver": "~1.1", |
||
4161 | "behat/mink-selenium2-driver": "~1.2" |
||
4162 | }, |
||
4163 | "type": "library", |
||
4164 | "autoload": { |
||
4165 | "psr-4": { |
||
4166 | "Behatch\\": "src/", |
||
4167 | "Sanpi\\Behatch\\": "src/class_aliases/" |
||
4168 | } |
||
4169 | }, |
||
4170 | "notification-url": "https://packagist.org/downloads/", |
||
4171 | "license": [ |
||
4172 | "beerware" |
||
4173 | ], |
||
4174 | "description": "Behatch contexts", |
||
4175 | "keywords": [ |
||
4176 | "BDD", |
||
4177 | "Behat", |
||
4178 | "Context", |
||
4179 | "Symfony2" |
||
4180 | ], |
||
4181 | "time": "2017-04-14T08:47:09+00:00" |
||
4182 | }, |
||
4183 | { |
||
4184 | "name": "container-interop/container-interop", |
||
4185 | "version": "1.2.0", |
||
4186 | "source": { |
||
4187 | "type": "git", |
||
4188 | "url": "https://github.com/container-interop/container-interop.git", |
||
4189 | "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" |
||
4190 | }, |
||
4191 | "dist": { |
||
4192 | "type": "zip", |
||
4193 | "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", |
||
4194 | "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", |
||
4195 | "shasum": "" |
||
4196 | }, |
||
4197 | "require": { |
||
4198 | "psr/container": "^1.0" |
||
4199 | }, |
||
4200 | "type": "library", |
||
4201 | "autoload": { |
||
4202 | "psr-4": { |
||
4203 | "Interop\\Container\\": "src/Interop/Container/" |
||
4204 | } |
||
4205 | }, |
||
4206 | "notification-url": "https://packagist.org/downloads/", |
||
4207 | "license": [ |
||
4208 | "MIT" |
||
4209 | ], |
||
4210 | "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", |
||
4211 | "homepage": "https://github.com/container-interop/container-interop", |
||
4212 | "time": "2017-02-14T19:40:03+00:00" |
||
4213 | }, |
||
4214 | { |
||
4215 | "name": "doctrine/data-fixtures", |
||
4216 | "version": "v1.2.2", |
||
4217 | "source": { |
||
4218 | "type": "git", |
||
4219 | "url": "https://github.com/doctrine/data-fixtures.git", |
||
4220 | "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e" |
||
4221 | }, |
||
4222 | "dist": { |
||
4223 | "type": "zip", |
||
4224 | "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e", |
||
4225 | "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e", |
||
4226 | "shasum": "" |
||
4227 | }, |
||
4228 | "require": { |
||
4229 | "doctrine/common": "~2.2", |
||
4230 | "php": "^5.6 || ^7.0" |
||
4231 | }, |
||
4232 | "conflict": { |
||
4233 | "doctrine/orm": "< 2.4" |
||
4234 | }, |
||
4235 | "require-dev": { |
||
4236 | "doctrine/dbal": "^2.5.4", |
||
4237 | "doctrine/orm": "^2.5.4", |
||
4238 | "phpunit/phpunit": "^5.4.6" |
||
4239 | }, |
||
4240 | "suggest": { |
||
4241 | "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures", |
||
4242 | "doctrine/orm": "For loading ORM fixtures", |
||
4243 | "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures" |
||
4244 | }, |
||
4245 | "type": "library", |
||
4246 | "extra": { |
||
4247 | "branch-alias": { |
||
4248 | "dev-master": "1.3.x-dev" |
||
4249 | } |
||
4250 | }, |
||
4251 | "autoload": { |
||
4252 | "psr-0": { |
||
4253 | "Doctrine\\Common\\DataFixtures": "lib/" |
||
4254 | } |
||
4255 | }, |
||
4256 | "notification-url": "https://packagist.org/downloads/", |
||
4257 | "license": [ |
||
4258 | "MIT" |
||
4259 | ], |
||
4260 | "authors": [ |
||
4261 | { |
||
4262 | "name": "Jonathan Wage", |
||
4263 | "email": "[email protected]" |
||
4264 | } |
||
4265 | ], |
||
4266 | "description": "Data Fixtures for all Doctrine Object Managers", |
||
4267 | "homepage": "http://www.doctrine-project.org", |
||
4268 | "keywords": [ |
||
4269 | "database" |
||
4270 | ], |
||
4271 | "time": "2016-09-20T10:07:57+00:00" |
||
4272 | }, |
||
4273 | { |
||
4274 | "name": "doctrine/doctrine-fixtures-bundle", |
||
4275 | "version": "2.3.0", |
||
4276 | "source": { |
||
4277 | "type": "git", |
||
4278 | "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", |
||
4279 | "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029" |
||
4280 | }, |
||
4281 | "dist": { |
||
4282 | "type": "zip", |
||
4283 | "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029", |
||
4284 | "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029", |
||
4285 | "shasum": "" |
||
4286 | }, |
||
4287 | "require": { |
||
4288 | "doctrine/data-fixtures": "~1.0", |
||
4289 | "doctrine/doctrine-bundle": "~1.0", |
||
4290 | "php": ">=5.3.2", |
||
4291 | "symfony/doctrine-bridge": "~2.3|~3.0" |
||
4292 | }, |
||
4293 | "type": "symfony-bundle", |
||
4294 | "extra": { |
||
4295 | "branch-alias": { |
||
4296 | "dev-master": "2.2.x-dev" |
||
4297 | } |
||
4298 | }, |
||
4299 | "autoload": { |
||
4300 | "psr-4": { |
||
4301 | "Doctrine\\Bundle\\FixturesBundle\\": "" |
||
4302 | } |
||
4303 | }, |
||
4304 | "notification-url": "https://packagist.org/downloads/", |
||
4305 | "license": [ |
||
4306 | "MIT" |
||
4307 | ], |
||
4308 | "authors": [ |
||
4309 | { |
||
4310 | "name": "Symfony Community", |
||
4311 | "homepage": "http://symfony.com/contributors" |
||
4312 | }, |
||
4313 | { |
||
4314 | "name": "Doctrine Project", |
||
4315 | "homepage": "http://www.doctrine-project.org" |
||
4316 | }, |
||
4317 | { |
||
4318 | "name": "Fabien Potencier", |
||
4319 | "email": "[email protected]" |
||
4320 | } |
||
4321 | ], |
||
4322 | "description": "Symfony DoctrineFixturesBundle", |
||
4323 | "homepage": "http://www.doctrine-project.org", |
||
4324 | "keywords": [ |
||
4325 | "Fixture", |
||
4326 | "persistence" |
||
4327 | ], |
||
4328 | "time": "2015-11-04T21:23:23+00:00" |
||
4329 | }, |
||
4330 | { |
||
4331 | "name": "easyrdf/easyrdf", |
||
4332 | "version": "0.9.1", |
||
4333 | "source": { |
||
4334 | "type": "git", |
||
4335 | "url": "https://github.com/njh/easyrdf.git", |
||
4336 | "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566" |
||
4337 | }, |
||
4338 | "dist": { |
||
4339 | "type": "zip", |
||
4340 | "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566", |
||
4341 | "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566", |
||
4342 | "shasum": "" |
||
4343 | }, |
||
4344 | "require": { |
||
4345 | "ext-mbstring": "*", |
||
4346 | "ext-pcre": "*", |
||
4347 | "php": ">=5.2.8" |
||
4348 | }, |
||
4349 | "require-dev": { |
||
4350 | "phpunit/phpunit": "~3.5", |
||
4351 | "sami/sami": "~1.4", |
||
4352 | "squizlabs/php_codesniffer": "~1.4.3" |
||
4353 | }, |
||
4354 | "suggest": { |
||
4355 | "ml/json-ld": "~1.0" |
||
4356 | }, |
||
4357 | "type": "library", |
||
4358 | "autoload": { |
||
4359 | "psr-0": { |
||
4360 | "EasyRdf_": "lib/" |
||
4361 | } |
||
4362 | }, |
||
4363 | "notification-url": "https://packagist.org/downloads/", |
||
4364 | "license": [ |
||
4365 | "BSD-3-Clause" |
||
4366 | ], |
||
4367 | "authors": [ |
||
4368 | { |
||
4369 | "name": "Nicholas Humfrey", |
||
4370 | "email": "[email protected]", |
||
4371 | "homepage": "http://www.aelius.com/njh/", |
||
4372 | "role": "Developer" |
||
4373 | }, |
||
4374 | { |
||
4375 | "name": "Alexey Zakhlestin", |
||
4376 | "email": "[email protected]", |
||
4377 | "role": "Developer" |
||
4378 | } |
||
4379 | ], |
||
4380 | "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", |
||
4381 | "homepage": "http://www.easyrdf.org/", |
||
4382 | "keywords": [ |
||
4383 | "Linked Data", |
||
4384 | "RDF", |
||
4385 | "Semantic Web", |
||
4386 | "Turtle", |
||
4387 | "rdfa", |
||
4388 | "sparql" |
||
4389 | ], |
||
4390 | "time": "2015-02-27T09:45:49+00:00" |
||
4391 | }, |
||
4392 | { |
||
4393 | "name": "friendsofphp/php-cs-fixer", |
||
4394 | "version": "v1.13.1", |
||
4395 | "source": { |
||
4396 | "type": "git", |
||
4397 | "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", |
||
4398 | "reference": "0ea4f7ed06ca55da1d8fc45da26ff87f261c4088" |
||
4399 | }, |
||
4400 | "dist": { |
||
4401 | "type": "zip", |
||
4402 | "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/0ea4f7ed06ca55da1d8fc45da26ff87f261c4088", |
||
4403 | "reference": "0ea4f7ed06ca55da1d8fc45da26ff87f261c4088", |
||
4404 | "shasum": "" |
||
4405 | }, |
||
4406 | "require": { |
||
4407 | "ext-tokenizer": "*", |
||
4408 | "php": "^5.3.6 || >=7.0 <7.2", |
||
4409 | "sebastian/diff": "^1.1", |
||
4410 | "symfony/console": "^2.3 || ^3.0", |
||
4411 | "symfony/event-dispatcher": "^2.1 || ^3.0", |
||
4412 | "symfony/filesystem": "^2.1 || ^3.0", |
||
4413 | "symfony/finder": "^2.1 || ^3.0", |
||
4414 | "symfony/process": "^2.3 || ^3.0", |
||
4415 | "symfony/stopwatch": "^2.5 || ^3.0" |
||
4416 | }, |
||
4417 | "conflict": { |
||
4418 | "hhvm": "<3.9" |
||
4419 | }, |
||
4420 | "require-dev": { |
||
4421 | "phpunit/phpunit": "^4.5|^5", |
||
4422 | "satooshi/php-coveralls": "^1.0" |
||
4423 | }, |
||
4424 | "bin": [ |
||
4425 | "php-cs-fixer" |
||
4426 | ], |
||
4427 | "type": "application", |
||
4428 | "autoload": { |
||
4429 | "psr-4": { |
||
4430 | "Symfony\\CS\\": "Symfony/CS/" |
||
4431 | } |
||
4432 | }, |
||
4433 | "notification-url": "https://packagist.org/downloads/", |
||
4434 | "license": [ |
||
4435 | "MIT" |
||
4436 | ], |
||
4437 | "authors": [ |
||
4438 | { |
||
4439 | "name": "Dariusz Rumiński", |
||
4440 | "email": "[email protected]" |
||
4441 | }, |
||
4442 | { |
||
4443 | "name": "Fabien Potencier", |
||
4444 | "email": "[email protected]" |
||
4445 | } |
||
4446 | ], |
||
4447 | "description": "A tool to automatically fix PHP code style", |
||
4448 | "time": "2016-12-01T00:05:05+00:00" |
||
4449 | }, |
||
4450 | { |
||
4451 | "name": "justinrainbow/json-schema", |
||
4452 | "version": "1.6.1", |
||
4453 | "source": { |
||
4454 | "type": "git", |
||
4455 | "url": "https://github.com/justinrainbow/json-schema.git", |
||
4456 | "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341" |
||
4457 | }, |
||
4458 | "dist": { |
||
4459 | "type": "zip", |
||
4460 | "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341", |
||
4461 | "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341", |
||
4462 | "shasum": "" |
||
4463 | }, |
||
4464 | "require": { |
||
4465 | "php": ">=5.3.29" |
||
4466 | }, |
||
4467 | "require-dev": { |
||
4468 | "json-schema/json-schema-test-suite": "1.1.0", |
||
4469 | "phpdocumentor/phpdocumentor": "~2", |
||
4470 | "phpunit/phpunit": "~3.7" |
||
4471 | }, |
||
4472 | "bin": [ |
||
4473 | "bin/validate-json" |
||
4474 | ], |
||
4475 | "type": "library", |
||
4476 | "extra": { |
||
4477 | "branch-alias": { |
||
4478 | "dev-master": "1.6.x-dev" |
||
4479 | } |
||
4480 | }, |
||
4481 | "autoload": { |
||
4482 | "psr-4": { |
||
4483 | "JsonSchema\\": "src/JsonSchema/" |
||
4484 | } |
||
4485 | }, |
||
4486 | "notification-url": "https://packagist.org/downloads/", |
||
4487 | "license": [ |
||
4488 | "BSD-3-Clause" |
||
4489 | ], |
||
4490 | "authors": [ |
||
4491 | { |
||
4492 | "name": "Bruno Prieto Reis", |
||
4493 | "email": "[email protected]" |
||
4494 | }, |
||
4495 | { |
||
4496 | "name": "Justin Rainbow", |
||
4497 | "email": "[email protected]" |
||
4498 | }, |
||
4499 | { |
||
4500 | "name": "Igor Wiedler", |
||
4501 | "email": "[email protected]" |
||
4502 | }, |
||
4503 | { |
||
4504 | "name": "Robert Schönthal", |
||
4505 | "email": "[email protected]" |
||
4506 | } |
||
4507 | ], |
||
4508 | "description": "A library to validate a json schema.", |
||
4509 | "homepage": "https://github.com/justinrainbow/json-schema", |
||
4510 | "keywords": [ |
||
4511 | "json", |
||
4512 | "schema" |
||
4513 | ], |
||
4514 | "time": "2016-01-25T15:43:01+00:00" |
||
4515 | }, |
||
4516 | { |
||
4517 | "name": "league/html-to-markdown", |
||
4518 | "version": "4.4.1", |
||
4519 | "source": { |
||
4520 | "type": "git", |
||
4521 | "url": "https://github.com/thephpleague/html-to-markdown.git", |
||
4522 | "reference": "82ea375b5b2b1da1da222644c0565c695bf88186" |
||
4523 | }, |
||
4524 | "dist": { |
||
4525 | "type": "zip", |
||
4526 | "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/82ea375b5b2b1da1da222644c0565c695bf88186", |
||
4527 | "reference": "82ea375b5b2b1da1da222644c0565c695bf88186", |
||
4528 | "shasum": "" |
||
4529 | }, |
||
4530 | "require": { |
||
4531 | "ext-dom": "*", |
||
4532 | "ext-xml": "*", |
||
4533 | "php": ">=5.3.3" |
||
4534 | }, |
||
4535 | "require-dev": { |
||
4536 | "mikehaertl/php-shellcommand": "~1.1.0", |
||
4537 | "phpunit/phpunit": "4.*", |
||
4538 | "scrutinizer/ocular": "~1.1" |
||
4539 | }, |
||
4540 | "bin": [ |
||
4541 | "bin/html-to-markdown" |
||
4542 | ], |
||
4543 | "type": "library", |
||
4544 | "extra": { |
||
4545 | "branch-alias": { |
||
4546 | "dev-master": "4.5-dev" |
||
4547 | } |
||
4548 | }, |
||
4549 | "autoload": { |
||
4550 | "psr-4": { |
||
4551 | "League\\HTMLToMarkdown\\": "src/" |
||
4552 | } |
||
4553 | }, |
||
4554 | "notification-url": "https://packagist.org/downloads/", |
||
4555 | "license": [ |
||
4556 | "MIT" |
||
4557 | ], |
||
4558 | "authors": [ |
||
4559 | { |
||
4560 | "name": "Colin O'Dell", |
||
4561 | "email": "[email protected]", |
||
4562 | "homepage": "http://www.colinodell.com", |
||
4563 | "role": "Lead Developer" |
||
4564 | }, |
||
4565 | { |
||
4566 | "name": "Nick Cernis", |
||
4567 | "email": "[email protected]", |
||
4568 | "homepage": "http://modernnerd.net", |
||
4569 | "role": "Original Author" |
||
4570 | } |
||
4571 | ], |
||
4572 | "description": "An HTML-to-markdown conversion helper for PHP", |
||
4573 | "homepage": "https://github.com/thephpleague/html-to-markdown", |
||
4574 | "keywords": [ |
||
4575 | "html", |
||
4576 | "markdown" |
||
4577 | ], |
||
4578 | "time": "2017-03-16T00:45:59+00:00" |
||
4579 | }, |
||
4580 | { |
||
4581 | "name": "psr/container", |
||
4582 | "version": "1.0.0", |
||
4583 | "source": { |
||
4584 | "type": "git", |
||
4585 | "url": "https://github.com/php-fig/container.git", |
||
4586 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
4587 | }, |
||
4588 | "dist": { |
||
4589 | "type": "zip", |
||
4590 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
4591 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
4592 | "shasum": "" |
||
4593 | }, |
||
4594 | "require": { |
||
4595 | "php": ">=5.3.0" |
||
4596 | }, |
||
4597 | "type": "library", |
||
4598 | "extra": { |
||
4599 | "branch-alias": { |
||
4600 | "dev-master": "1.0.x-dev" |
||
4601 | } |
||
4602 | }, |
||
4603 | "autoload": { |
||
4604 | "psr-4": { |
||
4605 | "Psr\\Container\\": "src/" |
||
4606 | } |
||
4607 | }, |
||
4608 | "notification-url": "https://packagist.org/downloads/", |
||
4609 | "license": [ |
||
4610 | "MIT" |
||
4611 | ], |
||
4612 | "authors": [ |
||
4613 | { |
||
4614 | "name": "PHP-FIG", |
||
4615 | "homepage": "http://www.php-fig.org/" |
||
4616 | } |
||
4617 | ], |
||
4618 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
4619 | "homepage": "https://github.com/php-fig/container", |
||
4620 | "keywords": [ |
||
4621 | "PSR-11", |
||
4622 | "container", |
||
4623 | "container-interface", |
||
4624 | "container-interop", |
||
4625 | "psr" |
||
4626 | ], |
||
4627 | "time": "2017-02-14T16:28:37+00:00" |
||
4628 | }, |
||
4629 | { |
||
4630 | "name": "sebastian/diff", |
||
4631 | "version": "1.4.3", |
||
4632 | "source": { |
||
4633 | "type": "git", |
||
4634 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
4635 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" |
||
4636 | }, |
||
4637 | "dist": { |
||
4638 | "type": "zip", |
||
4639 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", |
||
4640 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", |
||
4641 | "shasum": "" |
||
4642 | }, |
||
4643 | "require": { |
||
4644 | "php": "^5.3.3 || ^7.0" |
||
4645 | }, |
||
4646 | "require-dev": { |
||
4647 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
4648 | }, |
||
4649 | "type": "library", |
||
4650 | "extra": { |
||
4651 | "branch-alias": { |
||
4652 | "dev-master": "1.4-dev" |
||
4653 | } |
||
4654 | }, |
||
4655 | "autoload": { |
||
4656 | "classmap": [ |
||
4657 | "src/" |
||
4658 | ] |
||
4659 | }, |
||
4660 | "notification-url": "https://packagist.org/downloads/", |
||
4661 | "license": [ |
||
4662 | "BSD-3-Clause" |
||
4663 | ], |
||
4664 | "authors": [ |
||
4665 | { |
||
4666 | "name": "Kore Nordmann", |
||
4667 | "email": "[email protected]" |
||
4668 | }, |
||
4669 | { |
||
4670 | "name": "Sebastian Bergmann", |
||
4671 | "email": "[email protected]" |
||
4672 | } |
||
4673 | ], |
||
4674 | "description": "Diff implementation", |
||
4675 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
4676 | "keywords": [ |
||
4677 | "diff" |
||
4678 | ], |
||
4679 | "time": "2017-05-22T07:24:03+00:00" |
||
4680 | }, |
||
4681 | { |
||
4682 | "name": "sensio/generator-bundle", |
||
4683 | "version": "v3.1.4", |
||
4684 | "source": { |
||
4685 | "type": "git", |
||
4686 | "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", |
||
4687 | "reference": "37f9f4e165b033fb76cc2320838321cc57140e65" |
||
4688 | }, |
||
4689 | "dist": { |
||
4690 | "type": "zip", |
||
4691 | "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/37f9f4e165b033fb76cc2320838321cc57140e65", |
||
4692 | "reference": "37f9f4e165b033fb76cc2320838321cc57140e65", |
||
4693 | "shasum": "" |
||
4694 | }, |
||
4695 | "require": { |
||
4696 | "symfony/console": "~2.7|~3.0", |
||
4697 | "symfony/framework-bundle": "~2.7|~3.0", |
||
4698 | "symfony/process": "~2.7|~3.0", |
||
4699 | "symfony/yaml": "~2.7|~3.0", |
||
4700 | "twig/twig": "^1.28.2|^2.0" |
||
4701 | }, |
||
4702 | "require-dev": { |
||
4703 | "doctrine/orm": "~2.4", |
||
4704 | "symfony/doctrine-bridge": "~2.7|~3.0", |
||
4705 | "symfony/filesystem": "~2.7|~3.0", |
||
4706 | "symfony/phpunit-bridge": "^3.3" |
||
4707 | }, |
||
4708 | "type": "symfony-bundle", |
||
4709 | "extra": { |
||
4710 | "branch-alias": { |
||
4711 | "dev-master": "3.1.x-dev" |
||
4712 | } |
||
4713 | }, |
||
4714 | "autoload": { |
||
4715 | "psr-4": { |
||
4716 | "Sensio\\Bundle\\GeneratorBundle\\": "" |
||
4717 | }, |
||
4718 | "exclude-from-classmap": [ |
||
4719 | "/Tests/" |
||
4720 | ] |
||
4721 | }, |
||
4722 | "notification-url": "https://packagist.org/downloads/", |
||
4723 | "license": [ |
||
4724 | "MIT" |
||
4725 | ], |
||
4726 | "authors": [ |
||
4727 | { |
||
4728 | "name": "Fabien Potencier", |
||
4729 | "email": "[email protected]" |
||
4730 | } |
||
4731 | ], |
||
4732 | "description": "This bundle generates code for you", |
||
4733 | "time": "2017-03-15T01:02:10+00:00" |
||
4734 | }, |
||
4735 | { |
||
4736 | "name": "symfony/phpunit-bridge", |
||
4737 | "version": "v3.2.8", |
||
4738 | "source": { |
||
4739 | "type": "git", |
||
4740 | "url": "https://github.com/symfony/phpunit-bridge.git", |
||
4741 | "reference": "00916603c524b8048906de460b7ea0dfa1651281" |
||
4742 | }, |
||
4743 | "dist": { |
||
4744 | "type": "zip", |
||
4745 | "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/00916603c524b8048906de460b7ea0dfa1651281", |
||
4746 | "reference": "00916603c524b8048906de460b7ea0dfa1651281", |
||
4747 | "shasum": "" |
||
4748 | }, |
||
4749 | "require": { |
||
4750 | "php": ">=5.3.3" |
||
4751 | }, |
||
4752 | "conflict": { |
||
4753 | "phpunit/phpunit": ">=6.0" |
||
4754 | }, |
||
4755 | "suggest": { |
||
4756 | "ext-zip": "Zip support is required when using bin/simple-phpunit", |
||
4757 | "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" |
||
4758 | }, |
||
4759 | "bin": [ |
||
4760 | "bin/simple-phpunit" |
||
4761 | ], |
||
4762 | "type": "symfony-bridge", |
||
4763 | "extra": { |
||
4764 | "branch-alias": { |
||
4765 | "dev-master": "3.2-dev" |
||
4766 | } |
||
4767 | }, |
||
4768 | "autoload": { |
||
4769 | "files": [ |
||
4770 | "bootstrap.php" |
||
4771 | ], |
||
4772 | "psr-4": { |
||
4773 | "Symfony\\Bridge\\PhpUnit\\": "" |
||
4774 | }, |
||
4775 | "exclude-from-classmap": [ |
||
4776 | "/Tests/" |
||
4777 | ] |
||
4778 | }, |
||
4779 | "notification-url": "https://packagist.org/downloads/", |
||
4780 | "license": [ |
||
4781 | "MIT" |
||
4782 | ], |
||
4783 | "authors": [ |
||
4784 | { |
||
4785 | "name": "Nicolas Grekas", |
||
4786 | "email": "[email protected]" |
||
4787 | }, |
||
4788 | { |
||
4789 | "name": "Symfony Community", |
||
4790 | "homepage": "https://symfony.com/contributors" |
||
4791 | } |
||
4792 | ], |
||
4793 | "description": "Symfony PHPUnit Bridge", |
||
4794 | "homepage": "https://symfony.com", |
||
4795 | "time": "2017-04-12T14:13:17+00:00" |
||
4796 | } |
||
4797 | ], |
||
4798 | "aliases": [], |
||
4799 | "minimum-stability": "stable", |
||
4800 | "stability-flags": { |
||
4801 | "craue/formflow-bundle": 20, |
||
4802 | "digitalstate/core": 20 |
||
4803 | }, |
||
4804 | "prefer-stable": false, |
||
4805 | "prefer-lowest": false, |
||
4806 | "platform": { |
||
4807 | "php": ">=7.0" |
||
4808 | }, |
||
4809 | "platform-dev": [] |
||
4810 | } |
||
4811 |