diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 744 |
1 files changed, 744 insertions, 0 deletions
diff --git a/composer.lock b/composer.lock new file mode 100644 index 00000000..9e17fca9 --- /dev/null +++ b/composer.lock | |||
@@ -0,0 +1,744 @@ | |||
1 | { | ||
2 | "_readme": [ | ||
3 | "This file locks the dependencies of your project to a known state", | ||
4 | "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" | ||
5 | ], | ||
6 | "hash": "1c8badb14d91f4f3ef1cfae23252a2c4", | ||
7 | "packages": [ | ||
8 | { | ||
9 | "name": "symfony/event-dispatcher", | ||
10 | "version": "v2.3.2", | ||
11 | "target-dir": "Symfony/Component/EventDispatcher", | ||
12 | "source": { | ||
13 | "type": "git", | ||
14 | "url": "https://github.com/symfony/EventDispatcher.git", | ||
15 | "reference": "v2.3.2" | ||
16 | }, | ||
17 | "dist": { | ||
18 | "type": "zip", | ||
19 | "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.3.2", | ||
20 | "reference": "v2.3.2", | ||
21 | "shasum": "" | ||
22 | }, | ||
23 | "require": { | ||
24 | "php": ">=5.3.3" | ||
25 | }, | ||
26 | "require-dev": { | ||
27 | "symfony/dependency-injection": "~2.0" | ||
28 | }, | ||
29 | "suggest": { | ||
30 | "symfony/dependency-injection": "", | ||
31 | "symfony/http-kernel": "" | ||
32 | }, | ||
33 | "type": "library", | ||
34 | "extra": { | ||
35 | "branch-alias": { | ||
36 | "dev-master": "2.3-dev" | ||
37 | } | ||
38 | }, | ||
39 | "autoload": { | ||
40 | "psr-0": { | ||
41 | "Symfony\\Component\\EventDispatcher\\": "" | ||
42 | } | ||
43 | }, | ||
44 | "notification-url": "https://packagist.org/downloads/", | ||
45 | "license": [ | ||
46 | "MIT" | ||
47 | ], | ||
48 | "authors": [ | ||
49 | { | ||
50 | "name": "Fabien Potencier", | ||
51 | "email": "fabien@symfony.com" | ||
52 | }, | ||
53 | { | ||
54 | "name": "Symfony Community", | ||
55 | "homepage": "http://symfony.com/contributors" | ||
56 | } | ||
57 | ], | ||
58 | "description": "Symfony EventDispatcher Component", | ||
59 | "homepage": "http://symfony.com", | ||
60 | "time": "2013-05-13 14:36:40" | ||
61 | }, | ||
62 | { | ||
63 | "name": "symfony/filesystem", | ||
64 | "version": "v2.3.2", | ||
65 | "target-dir": "Symfony/Component/Filesystem", | ||
66 | "source": { | ||
67 | "type": "git", | ||
68 | "url": "https://github.com/symfony/Filesystem.git", | ||
69 | "reference": "v2.3.2" | ||
70 | }, | ||
71 | "dist": { | ||
72 | "type": "zip", | ||
73 | "url": "https://api.github.com/repos/symfony/Filesystem/zipball/v2.3.2", | ||
74 | "reference": "v2.3.2", | ||
75 | "shasum": "" | ||
76 | }, | ||
77 | "require": { | ||
78 | "php": ">=5.3.3" | ||
79 | }, | ||
80 | "type": "library", | ||
81 | "extra": { | ||
82 | "branch-alias": { | ||
83 | "dev-master": "2.3-dev" | ||
84 | } | ||
85 | }, | ||
86 | "autoload": { | ||
87 | "psr-0": { | ||
88 | "Symfony\\Component\\Filesystem\\": "" | ||
89 | } | ||
90 | }, | ||
91 | "notification-url": "https://packagist.org/downloads/", | ||
92 | "license": [ | ||
93 | "MIT" | ||
94 | ], | ||
95 | "authors": [ | ||
96 | { | ||
97 | "name": "Fabien Potencier", | ||
98 | "email": "fabien@symfony.com" | ||
99 | }, | ||
100 | { | ||
101 | "name": "Symfony Community", | ||
102 | "homepage": "http://symfony.com/contributors" | ||
103 | } | ||
104 | ], | ||
105 | "description": "Symfony Filesystem Component", | ||
106 | "homepage": "http://symfony.com", | ||
107 | "time": "2013-06-04 15:02:05" | ||
108 | }, | ||
109 | { | ||
110 | "name": "symfony/form", | ||
111 | "version": "v2.3.2", | ||
112 | "target-dir": "Symfony/Component/Form", | ||
113 | "source": { | ||
114 | "type": "git", | ||
115 | "url": "https://github.com/symfony/Form.git", | ||
116 | "reference": "v2.3.2" | ||
117 | }, | ||
118 | "dist": { | ||
119 | "type": "zip", | ||
120 | "url": "https://api.github.com/repos/symfony/Form/zipball/v2.3.2", | ||
121 | "reference": "v2.3.2", | ||
122 | "shasum": "" | ||
123 | }, | ||
124 | "require": { | ||
125 | "php": ">=5.3.3", | ||
126 | "symfony/event-dispatcher": "~2.1", | ||
127 | "symfony/intl": "~2.3", | ||
128 | "symfony/options-resolver": "~2.1", | ||
129 | "symfony/property-access": "~2.2" | ||
130 | }, | ||
131 | "require-dev": { | ||
132 | "symfony/http-foundation": "~2.2", | ||
133 | "symfony/validator": "~2.2" | ||
134 | }, | ||
135 | "suggest": { | ||
136 | "symfony/http-foundation": "", | ||
137 | "symfony/validator": "" | ||
138 | }, | ||
139 | "type": "library", | ||
140 | "extra": { | ||
141 | "branch-alias": { | ||
142 | "dev-master": "2.3-dev" | ||
143 | } | ||
144 | }, | ||
145 | "autoload": { | ||
146 | "psr-0": { | ||
147 | "Symfony\\Component\\Form\\": "" | ||
148 | } | ||
149 | }, | ||
150 | "notification-url": "https://packagist.org/downloads/", | ||
151 | "license": [ | ||
152 | "MIT" | ||
153 | ], | ||
154 | "authors": [ | ||
155 | { | ||
156 | "name": "Fabien Potencier", | ||
157 | "email": "fabien@symfony.com" | ||
158 | }, | ||
159 | { | ||
160 | "name": "Symfony Community", | ||
161 | "homepage": "http://symfony.com/contributors" | ||
162 | } | ||
163 | ], | ||
164 | "description": "Symfony Form Component", | ||
165 | "homepage": "http://symfony.com", | ||
166 | "time": "2013-07-01 12:24:43" | ||
167 | }, | ||
168 | { | ||
169 | "name": "symfony/icu", | ||
170 | "version": "v1.0.0", | ||
171 | "target-dir": "Symfony/Component/Icu", | ||
172 | "source": { | ||
173 | "type": "git", | ||
174 | "url": "https://github.com/symfony/Icu.git", | ||
175 | "reference": "v1.0.0" | ||
176 | }, | ||
177 | "dist": { | ||
178 | "type": "zip", | ||
179 | "url": "https://api.github.com/repos/symfony/Icu/zipball/v1.0.0", | ||
180 | "reference": "v1.0.0", | ||
181 | "shasum": "" | ||
182 | }, | ||
183 | "require": { | ||
184 | "php": ">=5.3.3", | ||
185 | "symfony/intl": ">=2.3,<3.0" | ||
186 | }, | ||
187 | "type": "library", | ||
188 | "autoload": { | ||
189 | "psr-0": { | ||
190 | "Symfony\\Component\\Icu\\": "" | ||
191 | } | ||
192 | }, | ||
193 | "notification-url": "https://packagist.org/downloads/", | ||
194 | "license": [ | ||
195 | "MIT" | ||
196 | ], | ||
197 | "authors": [ | ||
198 | { | ||
199 | "name": "Symfony Community", | ||
200 | "homepage": "http://symfony.com/contributors" | ||
201 | }, | ||
202 | { | ||
203 | "name": "Bernhard Schussek", | ||
204 | "email": "bschussek@gmail.com" | ||
205 | } | ||
206 | ], | ||
207 | "description": "Contains an excerpt of the ICU data and classes to load it.", | ||
208 | "homepage": "http://symfony.com", | ||
209 | "keywords": [ | ||
210 | "icu", | ||
211 | "intl" | ||
212 | ], | ||
213 | "time": "2013-06-03 18:32:07" | ||
214 | }, | ||
215 | { | ||
216 | "name": "symfony/intl", | ||
217 | "version": "v2.3.2", | ||
218 | "target-dir": "Symfony/Component/Intl", | ||
219 | "source": { | ||
220 | "type": "git", | ||
221 | "url": "https://github.com/symfony/Intl.git", | ||
222 | "reference": "v2.3.2" | ||
223 | }, | ||
224 | "dist": { | ||
225 | "type": "zip", | ||
226 | "url": "https://api.github.com/repos/symfony/Intl/zipball/v2.3.2", | ||
227 | "reference": "v2.3.2", | ||
228 | "shasum": "" | ||
229 | }, | ||
230 | "require": { | ||
231 | "php": ">=5.3.3", | ||
232 | "symfony/icu": "~1.0-RC" | ||
233 | }, | ||
234 | "require-dev": { | ||
235 | "symfony/filesystem": ">=2.1" | ||
236 | }, | ||
237 | "suggest": { | ||
238 | "ext-intl": "to use the component with locales other than \"en\"" | ||
239 | }, | ||
240 | "type": "library", | ||
241 | "extra": { | ||
242 | "branch-alias": { | ||
243 | "dev-master": "2.3-dev" | ||
244 | } | ||
245 | }, | ||
246 | "autoload": { | ||
247 | "psr-0": { | ||
248 | "Symfony\\Component\\Intl\\": "" | ||
249 | }, | ||
250 | "classmap": [ | ||
251 | "Symfony/Component/Intl/Resources/stubs" | ||
252 | ], | ||
253 | "files": [ | ||
254 | "Symfony/Component/Intl/Resources/stubs/functions.php" | ||
255 | ] | ||
256 | }, | ||
257 | "notification-url": "https://packagist.org/downloads/", | ||
258 | "license": [ | ||
259 | "MIT" | ||
260 | ], | ||
261 | "authors": [ | ||
262 | { | ||
263 | "name": "Symfony Community", | ||
264 | "homepage": "http://symfony.com/contributors" | ||
265 | }, | ||
266 | { | ||
267 | "name": "Igor Wiedler", | ||
268 | "email": "igor@wiedler.ch", | ||
269 | "homepage": "http://wiedler.ch/igor/" | ||
270 | }, | ||
271 | { | ||
272 | "name": "Bernhard Schussek", | ||
273 | "email": "bschussek@gmail.com" | ||
274 | }, | ||
275 | { | ||
276 | "name": "Eriksen Costa", | ||
277 | "email": "eriksen.costa@infranology.com.br" | ||
278 | } | ||
279 | ], | ||
280 | "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", | ||
281 | "homepage": "http://symfony.com", | ||
282 | "keywords": [ | ||
283 | "i18n", | ||
284 | "icu", | ||
285 | "internationalization", | ||
286 | "intl", | ||
287 | "l10n", | ||
288 | "localization" | ||
289 | ], | ||
290 | "time": "2013-07-08 13:00:35" | ||
291 | }, | ||
292 | { | ||
293 | "name": "symfony/options-resolver", | ||
294 | "version": "v2.3.2", | ||
295 | "target-dir": "Symfony/Component/OptionsResolver", | ||
296 | "source": { | ||
297 | "type": "git", | ||
298 | "url": "https://github.com/symfony/OptionsResolver.git", | ||
299 | "reference": "v2.3.2" | ||
300 | }, | ||
301 | "dist": { | ||
302 | "type": "zip", | ||
303 | "url": "https://api.github.com/repos/symfony/OptionsResolver/zipball/v2.3.2", | ||
304 | "reference": "v2.3.2", | ||
305 | "shasum": "" | ||
306 | }, | ||
307 | "require": { | ||
308 | "php": ">=5.3.3" | ||
309 | }, | ||
310 | "type": "library", | ||
311 | "extra": { | ||
312 | "branch-alias": { | ||
313 | "dev-master": "2.3-dev" | ||
314 | } | ||
315 | }, | ||
316 | "autoload": { | ||
317 | "psr-0": { | ||
318 | "Symfony\\Component\\OptionsResolver\\": "" | ||
319 | } | ||
320 | }, | ||
321 | "notification-url": "https://packagist.org/downloads/", | ||
322 | "license": [ | ||
323 | "MIT" | ||
324 | ], | ||
325 | "authors": [ | ||
326 | { | ||
327 | "name": "Fabien Potencier", | ||
328 | "email": "fabien@symfony.com" | ||
329 | }, | ||
330 | { | ||
331 | "name": "Symfony Community", | ||
332 | "homepage": "http://symfony.com/contributors" | ||
333 | } | ||
334 | ], | ||
335 | "description": "Symfony OptionsResolver Component", | ||
336 | "homepage": "http://symfony.com", | ||
337 | "keywords": [ | ||
338 | "config", | ||
339 | "configuration", | ||
340 | "options" | ||
341 | ], | ||
342 | "time": "2013-04-11 06:50:46" | ||
343 | }, | ||
344 | { | ||
345 | "name": "symfony/property-access", | ||
346 | "version": "v2.3.2", | ||
347 | "target-dir": "Symfony/Component/PropertyAccess", | ||
348 | "source": { | ||
349 | "type": "git", | ||
350 | "url": "https://github.com/symfony/PropertyAccess.git", | ||
351 | "reference": "v2.3.2" | ||
352 | }, | ||
353 | "dist": { | ||
354 | "type": "zip", | ||
355 | "url": "https://api.github.com/repos/symfony/PropertyAccess/zipball/v2.3.2", | ||
356 | "reference": "v2.3.2", | ||
357 | "shasum": "" | ||
358 | }, | ||
359 | "require": { | ||
360 | "php": ">=5.3.3" | ||
361 | }, | ||
362 | "type": "library", | ||
363 | "extra": { | ||
364 | "branch-alias": { | ||
365 | "dev-master": "2.3-dev" | ||
366 | } | ||
367 | }, | ||
368 | "autoload": { | ||
369 | "psr-0": { | ||
370 | "Symfony\\Component\\PropertyAccess\\": "" | ||
371 | } | ||
372 | }, | ||
373 | "notification-url": "https://packagist.org/downloads/", | ||
374 | "license": [ | ||
375 | "MIT" | ||
376 | ], | ||
377 | "authors": [ | ||
378 | { | ||
379 | "name": "Fabien Potencier", | ||
380 | "email": "fabien@symfony.com" | ||
381 | }, | ||
382 | { | ||
383 | "name": "Symfony Community", | ||
384 | "homepage": "http://symfony.com/contributors" | ||
385 | } | ||
386 | ], | ||
387 | "description": "Symfony PropertyAccess Component", | ||
388 | "homepage": "http://symfony.com", | ||
389 | "keywords": [ | ||
390 | "access", | ||
391 | "array", | ||
392 | "extraction", | ||
393 | "index", | ||
394 | "injection", | ||
395 | "object", | ||
396 | "property", | ||
397 | "property path", | ||
398 | "reflection" | ||
399 | ], | ||
400 | "time": "2013-07-01 12:24:43" | ||
401 | }, | ||
402 | { | ||
403 | "name": "symfony/routing", | ||
404 | "version": "v2.3.2", | ||
405 | "target-dir": "Symfony/Component/Routing", | ||
406 | "source": { | ||
407 | "type": "git", | ||
408 | "url": "https://github.com/symfony/Routing.git", | ||
409 | "reference": "v2.3.2" | ||
410 | }, | ||
411 | "dist": { | ||
412 | "type": "zip", | ||
413 | "url": "https://api.github.com/repos/symfony/Routing/zipball/v2.3.2", | ||
414 | "reference": "v2.3.2", | ||
415 | "shasum": "" | ||
416 | }, | ||
417 | "require": { | ||
418 | "php": ">=5.3.3" | ||
419 | }, | ||
420 | "require-dev": { | ||
421 | "doctrine/common": "~2.2", | ||
422 | "psr/log": "~1.0", | ||
423 | "symfony/config": "~2.2", | ||
424 | "symfony/yaml": "~2.0" | ||
425 | }, | ||
426 | "suggest": { | ||
427 | "doctrine/common": "", | ||
428 | "symfony/config": "", | ||
429 | "symfony/yaml": "" | ||
430 | }, | ||
431 | "type": "library", | ||
432 | "extra": { | ||
433 | "branch-alias": { | ||
434 | "dev-master": "2.3-dev" | ||
435 | } | ||
436 | }, | ||
437 | "autoload": { | ||
438 | "psr-0": { | ||
439 | "Symfony\\Component\\Routing\\": "" | ||
440 | } | ||
441 | }, | ||
442 | "notification-url": "https://packagist.org/downloads/", | ||
443 | "license": [ | ||
444 | "MIT" | ||
445 | ], | ||
446 | "authors": [ | ||
447 | { | ||
448 | "name": "Fabien Potencier", | ||
449 | "email": "fabien@symfony.com" | ||
450 | }, | ||
451 | { | ||
452 | "name": "Symfony Community", | ||
453 | "homepage": "http://symfony.com/contributors" | ||
454 | } | ||
455 | ], | ||
456 | "description": "Symfony Routing Component", | ||
457 | "homepage": "http://symfony.com", | ||
458 | "time": "2013-06-23 08:16:02" | ||
459 | }, | ||
460 | { | ||
461 | "name": "symfony/translation", | ||
462 | "version": "v2.3.2", | ||
463 | "target-dir": "Symfony/Component/Translation", | ||
464 | "source": { | ||
465 | "type": "git", | ||
466 | "url": "https://github.com/symfony/Translation.git", | ||
467 | "reference": "v2.3.2" | ||
468 | }, | ||
469 | "dist": { | ||
470 | "type": "zip", | ||
471 | "url": "https://api.github.com/repos/symfony/Translation/zipball/v2.3.2", | ||
472 | "reference": "v2.3.2", | ||
473 | "shasum": "" | ||
474 | }, | ||
475 | "require": { | ||
476 | "php": ">=5.3.3" | ||
477 | }, | ||
478 | "require-dev": { | ||
479 | "symfony/config": "~2.0", | ||
480 | "symfony/yaml": "~2.2" | ||
481 | }, | ||
482 | "suggest": { | ||
483 | "symfony/config": "", | ||
484 | "symfony/yaml": "" | ||
485 | }, | ||
486 | "type": "library", | ||
487 | "extra": { | ||
488 | "branch-alias": { | ||
489 | "dev-master": "2.3-dev" | ||
490 | } | ||
491 | }, | ||
492 | "autoload": { | ||
493 | "psr-0": { | ||
494 | "Symfony\\Component\\Translation\\": "" | ||
495 | } | ||
496 | }, | ||
497 | "notification-url": "https://packagist.org/downloads/", | ||
498 | "license": [ | ||
499 | "MIT" | ||
500 | ], | ||
501 | "authors": [ | ||
502 | { | ||
503 | "name": "Fabien Potencier", | ||
504 | "email": "fabien@symfony.com" | ||
505 | }, | ||
506 | { | ||
507 | "name": "Symfony Community", | ||
508 | "homepage": "http://symfony.com/contributors" | ||
509 | } | ||
510 | ], | ||
511 | "description": "Symfony Translation Component", | ||
512 | "homepage": "http://symfony.com", | ||
513 | "time": "2013-05-13 14:36:40" | ||
514 | }, | ||
515 | { | ||
516 | "name": "symfony/twig-bridge", | ||
517 | "version": "v2.3.2", | ||
518 | "target-dir": "Symfony/Bridge/Twig", | ||
519 | "source": { | ||
520 | "type": "git", | ||
521 | "url": "https://github.com/symfony/TwigBridge.git", | ||
522 | "reference": "v2.3.2" | ||
523 | }, | ||
524 | "dist": { | ||
525 | "type": "zip", | ||
526 | "url": "https://api.github.com/repos/symfony/TwigBridge/zipball/v2.3.2", | ||
527 | "reference": "v2.3.2", | ||
528 | "shasum": "" | ||
529 | }, | ||
530 | "require": { | ||
531 | "php": ">=5.3.3", | ||
532 | "twig/twig": "~1.11" | ||
533 | }, | ||
534 | "require-dev": { | ||
535 | "symfony/form": "2.2.*", | ||
536 | "symfony/http-kernel": "~2.2", | ||
537 | "symfony/routing": "~2.2", | ||
538 | "symfony/security": "~2.0", | ||
539 | "symfony/templating": "~2.1", | ||
540 | "symfony/translation": "~2.2", | ||
541 | "symfony/yaml": "~2.0" | ||
542 | }, | ||
543 | "suggest": { | ||
544 | "symfony/form": "", | ||
545 | "symfony/http-kernel": "", | ||
546 | "symfony/routing": "", | ||
547 | "symfony/security": "", | ||
548 | "symfony/templating": "", | ||
549 | "symfony/translation": "", | ||
550 | "symfony/yaml": "" | ||
551 | }, | ||
552 | "type": "symfony-bridge", | ||
553 | "extra": { | ||
554 | "branch-alias": { | ||
555 | "dev-master": "2.3-dev" | ||
556 | } | ||
557 | }, | ||
558 | "autoload": { | ||
559 | "psr-0": { | ||
560 | "Symfony\\Bridge\\Twig\\": "" | ||
561 | } | ||
562 | }, | ||
563 | "notification-url": "https://packagist.org/downloads/", | ||
564 | "license": [ | ||
565 | "MIT" | ||
566 | ], | ||
567 | "authors": [ | ||
568 | { | ||
569 | "name": "Fabien Potencier", | ||
570 | "email": "fabien@symfony.com" | ||
571 | }, | ||
572 | { | ||
573 | "name": "Symfony Community", | ||
574 | "homepage": "http://symfony.com/contributors" | ||
575 | } | ||
576 | ], | ||
577 | "description": "Symfony Twig Bridge", | ||
578 | "homepage": "http://symfony.com", | ||
579 | "time": "2013-05-16 10:19:58" | ||
580 | }, | ||
581 | { | ||
582 | "name": "twig/extensions", | ||
583 | "version": "v1.0.0", | ||
584 | "source": { | ||
585 | "type": "git", | ||
586 | "url": "https://github.com/fabpot/Twig-extensions.git", | ||
587 | "reference": "v1.0.0" | ||
588 | }, | ||
589 | "dist": { | ||
590 | "type": "zip", | ||
591 | "url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/v1.0.0", | ||
592 | "reference": "v1.0.0", | ||
593 | "shasum": "" | ||
594 | }, | ||
595 | "require": { | ||
596 | "twig/twig": "1.*" | ||
597 | }, | ||
598 | "type": "library", | ||
599 | "extra": { | ||
600 | "branch-alias": { | ||
601 | "dev-master": "1.0.x-dev" | ||
602 | } | ||
603 | }, | ||
604 | "autoload": { | ||
605 | "psr-0": { | ||
606 | "Twig_Extensions_": "lib/" | ||
607 | } | ||
608 | }, | ||
609 | "notification-url": "https://packagist.org/downloads/", | ||
610 | "license": [ | ||
611 | "MIT" | ||
612 | ], | ||
613 | "authors": [ | ||
614 | { | ||
615 | "name": "Fabien Potencier", | ||
616 | "email": "fabien@symfony.com" | ||
617 | } | ||
618 | ], | ||
619 | "description": "Common additional features for Twig that do not directly belong in core", | ||
620 | "homepage": "https://github.com/fabpot/Twig-extensions", | ||
621 | "keywords": [ | ||
622 | "debug", | ||
623 | "i18n", | ||
624 | "text" | ||
625 | ], | ||
626 | "time": "2013-02-28 14:21:30" | ||
627 | }, | ||
628 | { | ||
629 | "name": "twig/twig", | ||
630 | "version": "v1.13.2", | ||
631 | "source": { | ||
632 | "type": "git", | ||
633 | "url": "https://github.com/fabpot/Twig.git", | ||
634 | "reference": "v1.13.2" | ||
635 | }, | ||
636 | "dist": { | ||
637 | "type": "zip", | ||
638 | "url": "https://api.github.com/repos/fabpot/Twig/zipball/v1.13.2", | ||
639 | "reference": "v1.13.2", | ||
640 | "shasum": "" | ||
641 | }, | ||
642 | "require": { | ||
643 | "php": ">=5.2.4" | ||
644 | }, | ||
645 | "type": "library", | ||
646 | "extra": { | ||
647 | "branch-alias": { | ||
648 | "dev-master": "1.13-dev" | ||
649 | } | ||
650 | }, | ||
651 | "autoload": { | ||
652 | "psr-0": { | ||
653 | "Twig_": "lib/" | ||
654 | } | ||
655 | }, | ||
656 | "notification-url": "https://packagist.org/downloads/", | ||
657 | "license": [ | ||
658 | "BSD-3-Clause" | ||
659 | ], | ||
660 | "authors": [ | ||
661 | { | ||
662 | "name": "Fabien Potencier", | ||
663 | "email": "fabien@symfony.com" | ||
664 | }, | ||
665 | { | ||
666 | "name": "Armin Ronacher", | ||
667 | "email": "armin.ronacher@active-4.com" | ||
668 | } | ||
669 | ], | ||
670 | "description": "Twig, the flexible, fast, and secure template language for PHP", | ||
671 | "homepage": "http://twig.sensiolabs.org", | ||
672 | "keywords": [ | ||
673 | "templating" | ||
674 | ], | ||
675 | "time": "2013-08-03 15:35:31" | ||
676 | }, | ||
677 | { | ||
678 | "name": "umpirsky/twig-gettext-extractor", | ||
679 | "version": "1.1.3", | ||
680 | "source": { | ||
681 | "type": "git", | ||
682 | "url": "https://github.com/umpirsky/Twig-Gettext-Extractor.git", | ||
683 | "reference": "1.1.3" | ||
684 | }, | ||
685 | "dist": { | ||
686 | "type": "zip", | ||
687 | "url": "https://api.github.com/repos/umpirsky/Twig-Gettext-Extractor/zipball/1.1.3", | ||
688 | "reference": "1.1.3", | ||
689 | "shasum": "" | ||
690 | }, | ||
691 | "require": { | ||
692 | "php": ">=5.3.3", | ||
693 | "symfony/filesystem": ">=2.0,<3.0", | ||
694 | "symfony/form": ">=2.0,<3.0", | ||
695 | "symfony/routing": ">=2.0,<3.0", | ||
696 | "symfony/translation": ">=2.0,<3.0", | ||
697 | "symfony/twig-bridge": ">=2.0,<3.0", | ||
698 | "twig/extensions": "1.0.*", | ||
699 | "twig/twig": ">=1.2.0,<2.0-dev" | ||
700 | }, | ||
701 | "require-dev": { | ||
702 | "symfony/config": "2.1.*" | ||
703 | }, | ||
704 | "bin": [ | ||
705 | "twig-gettext-extractor" | ||
706 | ], | ||
707 | "type": "application", | ||
708 | "autoload": { | ||
709 | "psr-0": { | ||
710 | "Twig\\Gettext": "." | ||
711 | } | ||
712 | }, | ||
713 | "notification-url": "https://packagist.org/downloads/", | ||
714 | "license": [ | ||
715 | "MIT" | ||
716 | ], | ||
717 | "authors": [ | ||
718 | { | ||
719 | "name": "Саша Стаменковић", | ||
720 | "email": "umpirsky@gmail.com", | ||
721 | "homepage": "http://umpirsky.com" | ||
722 | } | ||
723 | ], | ||
724 | "description": "The Twig Gettext Extractor is Poedit friendly tool which extracts translations from twig templates.", | ||
725 | "time": "2013-02-14 16:41:48" | ||
726 | } | ||
727 | ], | ||
728 | "packages-dev": [ | ||
729 | |||
730 | ], | ||
731 | "aliases": [ | ||
732 | |||
733 | ], | ||
734 | "minimum-stability": "stable", | ||
735 | "stability-flags": [ | ||
736 | |||
737 | ], | ||
738 | "platform": [ | ||
739 | |||
740 | ], | ||
741 | "platform-dev": [ | ||
742 | |||
743 | ] | ||
744 | } | ||