]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.lock
bin folder
[github/wallabag/wallabag.git] / composer.lock
CommitLineData
7d2eb7a7
NL
1{
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
adf17b67
NL
4 "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically"
7d2eb7a7 6 ],
dda7884a 7 "hash": "01683220c560fe335307baeb1018293c",
7d2eb7a7
NL
8 "packages": [
9 {
adf17b67
NL
10 "name": "ezyang/htmlpurifier",
11 "version": "dev-master",
7d2eb7a7
NL
12 "source": {
13 "type": "git",
adf17b67
NL
14 "url": "https://github.com/ezyang/htmlpurifier.git",
15 "reference": "0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f"
7d2eb7a7
NL
16 },
17 "dist": {
18 "type": "zip",
adf17b67
NL
19 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f",
20 "reference": "0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f",
7d2eb7a7
NL
21 "shasum": ""
22 },
23 "require": {
adf17b67
NL
24 "php": ">=5.2"
25 },
26 "type": "library",
27 "autoload": {
28 "psr-0": {
29 "HTMLPurifier": "library/"
30 },
31 "files": [
32 "library/HTMLPurifier.composer.php"
33 ]
34 },
35 "notification-url": "https://packagist.org/downloads/",
36 "license": [
37 "LGPL"
38 ],
39 "authors": [
40 {
41 "name": "Edward Z. Yang",
42 "email": "admin@htmlpurifier.org",
43 "homepage": "http://ezyang.com"
44 }
45 ],
46 "description": "Standards compliant HTML filter written in PHP",
47 "homepage": "http://htmlpurifier.org/",
48 "keywords": [
49 "html"
50 ],
51 "time": "2014-12-09 02:30:54"
52 },
53 {
54 "name": "fabpot/goutte",
55 "version": "dev-master",
56 "source": {
57 "type": "git",
58 "url": "https://github.com/FriendsOfPHP/Goutte.git",
59 "reference": "65ab61eae03d670b93a9044ad2328eb81aa1bde5"
60 },
61 "dist": {
62 "type": "zip",
63 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/65ab61eae03d670b93a9044ad2328eb81aa1bde5",
64 "reference": "65ab61eae03d670b93a9044ad2328eb81aa1bde5",
65 "shasum": ""
66 },
67 "require": {
68 "guzzlehttp/guzzle": ">=4,<6",
69 "php": ">=5.4.0",
70 "symfony/browser-kit": "~2.1",
71 "symfony/css-selector": "~2.1",
72 "symfony/dom-crawler": "~2.1"
73 },
74 "type": "application",
75 "extra": {
76 "branch-alias": {
77 "dev-master": "2.0-dev"
78 }
79 },
80 "autoload": {
81 "psr-4": {
82 "Goutte\\": "Goutte"
83 }
84 },
85 "notification-url": "https://packagist.org/downloads/",
86 "license": [
87 "MIT"
88 ],
89 "authors": [
90 {
91 "name": "Fabien Potencier",
92 "email": "fabien@symfony.com"
93 }
94 ],
95 "description": "A simple PHP Web Scraper",
96 "homepage": "https://github.com/FriendsOfPHP/Goutte",
97 "keywords": [
98 "scraper"
99 ],
100 "time": "2014-11-28 09:48:17"
101 },
102 {
103 "name": "guzzlehttp/guzzle",
104 "version": "5.1.0",
105 "source": {
106 "type": "git",
107 "url": "https://github.com/guzzle/guzzle.git",
108 "reference": "f1085bb4e023766a66b7b051914ec73bdf7202b5"
109 },
110 "dist": {
111 "type": "zip",
112 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f1085bb4e023766a66b7b051914ec73bdf7202b5",
113 "reference": "f1085bb4e023766a66b7b051914ec73bdf7202b5",
114 "shasum": ""
115 },
116 "require": {
117 "guzzlehttp/ringphp": "~1.0",
118 "php": ">=5.4.0"
7d2eb7a7
NL
119 },
120 "require-dev": {
adf17b67
NL
121 "ext-curl": "*",
122 "phpunit/phpunit": "~4.0",
123 "psr/log": "~1.0"
124 },
125 "type": "library",
126 "extra": {
127 "branch-alias": {
128 "dev-master": "5.0-dev"
129 }
130 },
131 "autoload": {
132 "psr-4": {
133 "GuzzleHttp\\": "src/"
134 }
135 },
136 "notification-url": "https://packagist.org/downloads/",
137 "license": [
138 "MIT"
139 ],
140 "authors": [
141 {
142 "name": "Michael Dowling",
143 "email": "mtdowling@gmail.com",
144 "homepage": "https://github.com/mtdowling"
145 }
146 ],
147 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
148 "homepage": "http://guzzlephp.org/",
149 "keywords": [
150 "client",
151 "curl",
152 "framework",
153 "http",
154 "http client",
155 "rest",
156 "web service"
157 ],
158 "time": "2014-12-19 20:27:15"
159 },
160 {
161 "name": "guzzlehttp/ringphp",
162 "version": "1.0.5",
163 "source": {
164 "type": "git",
165 "url": "https://github.com/guzzle/RingPHP.git",
166 "reference": "a903f51b692427318bc813217c0e6505287e79a4"
167 },
168 "dist": {
169 "type": "zip",
170 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/a903f51b692427318bc813217c0e6505287e79a4",
171 "reference": "a903f51b692427318bc813217c0e6505287e79a4",
172 "shasum": ""
173 },
174 "require": {
175 "guzzlehttp/streams": "~3.0",
176 "php": ">=5.4.0",
177 "react/promise": "~2.0"
178 },
179 "require-dev": {
180 "ext-curl": "*",
181 "phpunit/phpunit": "~4.0"
7d2eb7a7
NL
182 },
183 "suggest": {
adf17b67 184 "ext-curl": "Guzzle will use specific adapters if cURL is present"
7d2eb7a7
NL
185 },
186 "type": "library",
187 "extra": {
188 "branch-alias": {
adf17b67 189 "dev-master": "1.0-dev"
7d2eb7a7
NL
190 }
191 },
192 "autoload": {
adf17b67
NL
193 "psr-4": {
194 "GuzzleHttp\\Ring\\": "src/"
7d2eb7a7
NL
195 }
196 },
197 "notification-url": "https://packagist.org/downloads/",
198 "license": [
199 "MIT"
200 ],
201 "authors": [
202 {
adf17b67
NL
203 "name": "Michael Dowling",
204 "email": "mtdowling@gmail.com",
205 "homepage": "https://github.com/mtdowling"
206 }
207 ],
208 "time": "2014-12-11 05:50:32"
209 },
210 {
211 "name": "guzzlehttp/streams",
212 "version": "3.0.0",
213 "source": {
214 "type": "git",
215 "url": "https://github.com/guzzle/streams.git",
216 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
217 },
218 "dist": {
219 "type": "zip",
220 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
221 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
222 "shasum": ""
223 },
224 "require": {
225 "php": ">=5.4.0"
226 },
227 "require-dev": {
228 "phpunit/phpunit": "~4.0"
229 },
230 "type": "library",
231 "extra": {
232 "branch-alias": {
233 "dev-master": "3.0-dev"
234 }
235 },
236 "autoload": {
237 "psr-4": {
238 "GuzzleHttp\\Stream\\": "src/"
239 }
240 },
241 "notification-url": "https://packagist.org/downloads/",
242 "license": [
243 "MIT"
244 ],
245 "authors": [
246 {
247 "name": "Michael Dowling",
248 "email": "mtdowling@gmail.com",
249 "homepage": "https://github.com/mtdowling"
250 }
251 ],
252 "description": "Provides a simple abstraction over streams of data",
253 "homepage": "http://guzzlephp.org/",
254 "keywords": [
255 "Guzzle",
256 "stream"
257 ],
258 "time": "2014-10-12 19:18:40"
259 },
260 {
261 "name": "mgargano/simplehtmldom",
262 "version": "dev-master",
263 "source": {
264 "type": "git",
265 "url": "https://github.com/matstars/simplehtmldom.git",
266 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
267 },
268 "dist": {
269 "type": "zip",
270 "url": "https://api.github.com/repos/matstars/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
271 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
272 "shasum": ""
273 },
274 "require": {
275 "php": ">=5.3.0"
276 },
277 "type": "library",
278 "autoload": {
279 "psr-0": {
280 "SimpleHtmlDom": "src/"
281 },
282 "files": [
283 "src/simple_html_dom.php"
284 ]
285 },
286 "notification-url": "https://packagist.org/downloads/",
287 "license": [
288 "The MIT License"
289 ],
290 "authors": [
291 {
292 "name": "S.C. Chen",
293 "email": "me578022@gmail.com",
294 "homepage": "http://simplehtmldom.sourceforge.net/",
295 "role": "Lead Developer"
296 }
297 ],
298 "description": "Composer package that gives you access to and (unlike all the others at this time) autoloads S.C. Chen's PHP Simple HTML DOM Parser Library",
299 "homepage": "http://simplehtmldom.sourceforge.net/",
300 "keywords": [
301 "Simple",
302 "dom",
303 "html"
304 ],
305 "time": "2014-01-05 18:17:34"
306 },
307 {
308 "name": "react/promise",
309 "version": "v2.2.0",
310 "source": {
311 "type": "git",
312 "url": "https://github.com/reactphp/promise.git",
313 "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef"
314 },
315 "dist": {
316 "type": "zip",
317 "url": "https://api.github.com/repos/reactphp/promise/zipball/365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
318 "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
319 "shasum": ""
320 },
321 "require": {
322 "php": ">=5.4.0"
323 },
324 "type": "library",
325 "extra": {
326 "branch-alias": {
327 "dev-master": "2.0-dev"
328 }
329 },
330 "autoload": {
331 "psr-4": {
332 "React\\Promise\\": "src/"
7d2eb7a7 333 },
adf17b67
NL
334 "files": [
335 "src/functions_include.php"
336 ]
337 },
338 "notification-url": "https://packagist.org/downloads/",
339 "license": [
340 "MIT"
341 ],
342 "authors": [
343 {
344 "name": "Jan Sorgalla",
345 "email": "jsorgalla@googlemail.com"
346 }
347 ],
348 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
349 "time": "2014-12-30 13:32:42"
350 },
351 {
352 "name": "symfony/browser-kit",
353 "version": "v2.6.3",
354 "target-dir": "Symfony/Component/BrowserKit",
355 "source": {
356 "type": "git",
357 "url": "https://github.com/symfony/BrowserKit.git",
358 "reference": "2ecec44ed5047020c65dd6e4a4b2f3cf13ae3c04"
359 },
360 "dist": {
361 "type": "zip",
362 "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/2ecec44ed5047020c65dd6e4a4b2f3cf13ae3c04",
363 "reference": "2ecec44ed5047020c65dd6e4a4b2f3cf13ae3c04",
364 "shasum": ""
365 },
366 "require": {
367 "php": ">=5.3.3",
368 "symfony/dom-crawler": "~2.0,>=2.0.5"
369 },
370 "require-dev": {
371 "symfony/css-selector": "~2.0,>=2.0.5",
372 "symfony/process": "~2.0,>=2.0.5"
373 },
374 "suggest": {
375 "symfony/process": ""
376 },
377 "type": "library",
378 "extra": {
379 "branch-alias": {
380 "dev-master": "2.6-dev"
381 }
382 },
383 "autoload": {
384 "psr-0": {
385 "Symfony\\Component\\BrowserKit\\": ""
386 }
387 },
388 "notification-url": "https://packagist.org/downloads/",
389 "license": [
390 "MIT"
391 ],
392 "authors": [
7d2eb7a7
NL
393 {
394 "name": "Symfony Community",
395 "homepage": "http://symfony.com/contributors"
adf17b67
NL
396 },
397 {
398 "name": "Fabien Potencier",
399 "email": "fabien@symfony.com"
7d2eb7a7
NL
400 }
401 ],
adf17b67 402 "description": "Symfony BrowserKit Component",
7d2eb7a7 403 "homepage": "http://symfony.com",
adf17b67 404 "time": "2015-01-03 08:01:59"
7d2eb7a7
NL
405 },
406 {
adf17b67
NL
407 "name": "symfony/css-selector",
408 "version": "v2.6.3",
409 "target-dir": "Symfony/Component/CssSelector",
7d2eb7a7
NL
410 "source": {
411 "type": "git",
adf17b67
NL
412 "url": "https://github.com/symfony/CssSelector.git",
413 "reference": "3f80ecc614fec68d5b4a84a0703db3fdf5ce8584"
7d2eb7a7
NL
414 },
415 "dist": {
416 "type": "zip",
adf17b67
NL
417 "url": "https://api.github.com/repos/symfony/CssSelector/zipball/3f80ecc614fec68d5b4a84a0703db3fdf5ce8584",
418 "reference": "3f80ecc614fec68d5b4a84a0703db3fdf5ce8584",
7d2eb7a7
NL
419 "shasum": ""
420 },
421 "require": {
422 "php": ">=5.3.3"
423 },
424 "type": "library",
425 "extra": {
426 "branch-alias": {
adf17b67 427 "dev-master": "2.6-dev"
7d2eb7a7
NL
428 }
429 },
430 "autoload": {
431 "psr-0": {
adf17b67 432 "Symfony\\Component\\CssSelector\\": ""
7d2eb7a7
NL
433 }
434 },
435 "notification-url": "https://packagist.org/downloads/",
436 "license": [
437 "MIT"
438 ],
439 "authors": [
adf17b67
NL
440 {
441 "name": "Symfony Community",
442 "homepage": "http://symfony.com/contributors"
443 },
444 {
445 "name": "Jean-François Simon",
446 "email": "jeanfrancois.simon@sensiolabs.com"
447 },
7d2eb7a7
NL
448 {
449 "name": "Fabien Potencier",
450 "email": "fabien@symfony.com"
adf17b67
NL
451 }
452 ],
453 "description": "Symfony CssSelector Component",
454 "homepage": "http://symfony.com",
455 "time": "2015-01-03 08:01:59"
456 },
457 {
458 "name": "symfony/dom-crawler",
459 "version": "v2.6.3",
460 "target-dir": "Symfony/Component/DomCrawler",
461 "source": {
462 "type": "git",
463 "url": "https://github.com/symfony/DomCrawler.git",
464 "reference": "26a9eb302decd828990e1015afaa11b78b016073"
465 },
466 "dist": {
467 "type": "zip",
468 "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/26a9eb302decd828990e1015afaa11b78b016073",
469 "reference": "26a9eb302decd828990e1015afaa11b78b016073",
470 "shasum": ""
471 },
472 "require": {
473 "php": ">=5.3.3"
474 },
475 "require-dev": {
476 "symfony/css-selector": "~2.3"
477 },
478 "suggest": {
479 "symfony/css-selector": ""
480 },
481 "type": "library",
482 "extra": {
483 "branch-alias": {
484 "dev-master": "2.6-dev"
485 }
486 },
487 "autoload": {
488 "psr-0": {
489 "Symfony\\Component\\DomCrawler\\": ""
490 }
491 },
492 "notification-url": "https://packagist.org/downloads/",
493 "license": [
494 "MIT"
495 ],
496 "authors": [
7d2eb7a7
NL
497 {
498 "name": "Symfony Community",
499 "homepage": "http://symfony.com/contributors"
adf17b67
NL
500 },
501 {
502 "name": "Fabien Potencier",
503 "email": "fabien@symfony.com"
7d2eb7a7
NL
504 }
505 ],
adf17b67 506 "description": "Symfony DomCrawler Component",
7d2eb7a7 507 "homepage": "http://symfony.com",
adf17b67 508 "time": "2015-01-03 08:01:59"
7d2eb7a7
NL
509 },
510 {
adf17b67
NL
511 "name": "symfony/event-dispatcher",
512 "version": "v2.6.3",
513 "target-dir": "Symfony/Component/EventDispatcher",
7d2eb7a7
NL
514 "source": {
515 "type": "git",
adf17b67
NL
516 "url": "https://github.com/symfony/EventDispatcher.git",
517 "reference": "40ff70cadea3785d83cac1c8309514b36113064e"
7d2eb7a7
NL
518 },
519 "dist": {
520 "type": "zip",
adf17b67
NL
521 "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/40ff70cadea3785d83cac1c8309514b36113064e",
522 "reference": "40ff70cadea3785d83cac1c8309514b36113064e",
7d2eb7a7
NL
523 "shasum": ""
524 },
525 "require": {
adf17b67 526 "php": ">=5.3.3"
7d2eb7a7
NL
527 },
528 "require-dev": {
adf17b67
NL
529 "psr/log": "~1.0",
530 "symfony/config": "~2.0,>=2.0.5",
531 "symfony/dependency-injection": "~2.6",
532 "symfony/expression-language": "~2.6",
533 "symfony/stopwatch": "~2.3"
7d2eb7a7
NL
534 },
535 "suggest": {
adf17b67
NL
536 "symfony/dependency-injection": "",
537 "symfony/http-kernel": ""
7d2eb7a7
NL
538 },
539 "type": "library",
540 "extra": {
541 "branch-alias": {
adf17b67 542 "dev-master": "2.6-dev"
7d2eb7a7
NL
543 }
544 },
545 "autoload": {
546 "psr-0": {
adf17b67 547 "Symfony\\Component\\EventDispatcher\\": ""
7d2eb7a7
NL
548 }
549 },
550 "notification-url": "https://packagist.org/downloads/",
551 "license": [
552 "MIT"
553 ],
554 "authors": [
adf17b67
NL
555 {
556 "name": "Symfony Community",
557 "homepage": "http://symfony.com/contributors"
558 },
7d2eb7a7
NL
559 {
560 "name": "Fabien Potencier",
561 "email": "fabien@symfony.com"
adf17b67
NL
562 }
563 ],
564 "description": "Symfony EventDispatcher Component",
565 "homepage": "http://symfony.com",
566 "time": "2015-01-05 14:28:40"
567 },
568 {
569 "name": "symfony/filesystem",
570 "version": "v2.6.3",
571 "target-dir": "Symfony/Component/Filesystem",
572 "source": {
573 "type": "git",
574 "url": "https://github.com/symfony/Filesystem.git",
575 "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7"
576 },
577 "dist": {
578 "type": "zip",
579 "url": "https://api.github.com/repos/symfony/Filesystem/zipball/a1f566d1f92e142fa1593f4555d6d89e3044a9b7",
580 "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7",
581 "shasum": ""
582 },
583 "require": {
584 "php": ">=5.3.3"
585 },
586 "type": "library",
587 "extra": {
588 "branch-alias": {
589 "dev-master": "2.6-dev"
590 }
591 },
592 "autoload": {
593 "psr-0": {
594 "Symfony\\Component\\Filesystem\\": ""
595 }
596 },
597 "notification-url": "https://packagist.org/downloads/",
598 "license": [
599 "MIT"
600 ],
601 "authors": [
7d2eb7a7
NL
602 {
603 "name": "Symfony Community",
604 "homepage": "http://symfony.com/contributors"
adf17b67
NL
605 },
606 {
607 "name": "Fabien Potencier",
608 "email": "fabien@symfony.com"
7d2eb7a7
NL
609 }
610 ],
adf17b67 611 "description": "Symfony Filesystem Component",
7d2eb7a7 612 "homepage": "http://symfony.com",
adf17b67 613 "time": "2015-01-03 21:13:09"
7d2eb7a7
NL
614 },
615 {
adf17b67
NL
616 "name": "symfony/form",
617 "version": "v2.6.3",
618 "target-dir": "Symfony/Component/Form",
7d2eb7a7
NL
619 "source": {
620 "type": "git",
adf17b67
NL
621 "url": "https://github.com/symfony/Form.git",
622 "reference": "bfe4011e6b77e85ccf4df33dd361fa09dfa50303"
7d2eb7a7
NL
623 },
624 "dist": {
625 "type": "zip",
adf17b67
NL
626 "url": "https://api.github.com/repos/symfony/Form/zipball/bfe4011e6b77e85ccf4df33dd361fa09dfa50303",
627 "reference": "bfe4011e6b77e85ccf4df33dd361fa09dfa50303",
7d2eb7a7
NL
628 "shasum": ""
629 },
630 "require": {
631 "php": ">=5.3.3",
adf17b67
NL
632 "symfony/event-dispatcher": "~2.1",
633 "symfony/intl": "~2.3",
634 "symfony/options-resolver": "~2.6",
635 "symfony/property-access": "~2.3"
636 },
637 "require-dev": {
638 "doctrine/collections": "~1.0",
639 "symfony/http-foundation": "~2.2",
640 "symfony/http-kernel": "~2.4",
641 "symfony/security-csrf": "~2.4",
642 "symfony/translation": "~2.0,>=2.0.5",
643 "symfony/validator": "~2.6"
644 },
645 "suggest": {
646 "symfony/framework-bundle": "For templating with PHP.",
647 "symfony/security-csrf": "For protecting forms against CSRF attacks.",
648 "symfony/twig-bridge": "For templating with Twig.",
649 "symfony/validator": "For form validation."
7d2eb7a7
NL
650 },
651 "type": "library",
adf17b67
NL
652 "extra": {
653 "branch-alias": {
654 "dev-master": "2.6-dev"
655 }
656 },
7d2eb7a7
NL
657 "autoload": {
658 "psr-0": {
adf17b67 659 "Symfony\\Component\\Form\\": ""
7d2eb7a7
NL
660 }
661 },
662 "notification-url": "https://packagist.org/downloads/",
663 "license": [
664 "MIT"
665 ],
666 "authors": [
667 {
668 "name": "Symfony Community",
669 "homepage": "http://symfony.com/contributors"
670 },
671 {
adf17b67
NL
672 "name": "Fabien Potencier",
673 "email": "fabien@symfony.com"
7d2eb7a7
NL
674 }
675 ],
adf17b67 676 "description": "Symfony Form Component",
7d2eb7a7 677 "homepage": "http://symfony.com",
adf17b67 678 "time": "2015-01-07 14:31:37"
7d2eb7a7
NL
679 },
680 {
681 "name": "symfony/intl",
adf17b67 682 "version": "v2.6.3",
7d2eb7a7
NL
683 "target-dir": "Symfony/Component/Intl",
684 "source": {
685 "type": "git",
686 "url": "https://github.com/symfony/Intl.git",
adf17b67 687 "reference": "5e7494e1e6aed4309f43121b3141d6e0273dcaee"
7d2eb7a7
NL
688 },
689 "dist": {
690 "type": "zip",
adf17b67
NL
691 "url": "https://api.github.com/repos/symfony/Intl/zipball/5e7494e1e6aed4309f43121b3141d6e0273dcaee",
692 "reference": "5e7494e1e6aed4309f43121b3141d6e0273dcaee",
7d2eb7a7
NL
693 "shasum": ""
694 },
695 "require": {
adf17b67 696 "php": ">=5.3.3"
7d2eb7a7
NL
697 },
698 "require-dev": {
699 "symfony/filesystem": ">=2.1"
700 },
701 "suggest": {
702 "ext-intl": "to use the component with locales other than \"en\""
703 },
704 "type": "library",
705 "extra": {
706 "branch-alias": {
adf17b67 707 "dev-master": "2.6-dev"
7d2eb7a7
NL
708 }
709 },
710 "autoload": {
711 "psr-0": {
712 "Symfony\\Component\\Intl\\": ""
713 },
714 "classmap": [
715 "Symfony/Component/Intl/Resources/stubs"
716 ],
717 "files": [
718 "Symfony/Component/Intl/Resources/stubs/functions.php"
719 ]
720 },
721 "notification-url": "https://packagist.org/downloads/",
722 "license": [
723 "MIT"
724 ],
725 "authors": [
726 {
727 "name": "Symfony Community",
728 "homepage": "http://symfony.com/contributors"
729 },
7d2eb7a7
NL
730 {
731 "name": "Bernhard Schussek",
732 "email": "bschussek@gmail.com"
733 },
734 {
735 "name": "Eriksen Costa",
736 "email": "eriksen.costa@infranology.com.br"
adf17b67
NL
737 },
738 {
739 "name": "Igor Wiedler",
740 "email": "igor@wiedler.ch"
7d2eb7a7
NL
741 }
742 ],
743 "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
744 "homepage": "http://symfony.com",
745 "keywords": [
746 "i18n",
747 "icu",
748 "internationalization",
749 "intl",
750 "l10n",
751 "localization"
752 ],
adf17b67 753 "time": "2015-01-03 08:01:59"
7d2eb7a7
NL
754 },
755 {
756 "name": "symfony/options-resolver",
adf17b67 757 "version": "v2.6.3",
7d2eb7a7
NL
758 "target-dir": "Symfony/Component/OptionsResolver",
759 "source": {
760 "type": "git",
761 "url": "https://github.com/symfony/OptionsResolver.git",
adf17b67 762 "reference": "23aed23820c9c2273c405b43deee3de6c0668acd"
7d2eb7a7
NL
763 },
764 "dist": {
765 "type": "zip",
adf17b67
NL
766 "url": "https://api.github.com/repos/symfony/OptionsResolver/zipball/23aed23820c9c2273c405b43deee3de6c0668acd",
767 "reference": "23aed23820c9c2273c405b43deee3de6c0668acd",
7d2eb7a7
NL
768 "shasum": ""
769 },
770 "require": {
771 "php": ">=5.3.3"
772 },
773 "type": "library",
774 "extra": {
775 "branch-alias": {
adf17b67 776 "dev-master": "2.6-dev"
7d2eb7a7
NL
777 }
778 },
779 "autoload": {
780 "psr-0": {
781 "Symfony\\Component\\OptionsResolver\\": ""
782 }
783 },
784 "notification-url": "https://packagist.org/downloads/",
785 "license": [
786 "MIT"
787 ],
788 "authors": [
7d2eb7a7
NL
789 {
790 "name": "Symfony Community",
791 "homepage": "http://symfony.com/contributors"
adf17b67
NL
792 },
793 {
794 "name": "Fabien Potencier",
795 "email": "fabien@symfony.com"
7d2eb7a7
NL
796 }
797 ],
798 "description": "Symfony OptionsResolver Component",
799 "homepage": "http://symfony.com",
800 "keywords": [
801 "config",
802 "configuration",
803 "options"
804 ],
adf17b67 805 "time": "2015-01-05 17:41:06"
7d2eb7a7
NL
806 },
807 {
808 "name": "symfony/property-access",
adf17b67 809 "version": "v2.6.3",
7d2eb7a7
NL
810 "target-dir": "Symfony/Component/PropertyAccess",
811 "source": {
812 "type": "git",
813 "url": "https://github.com/symfony/PropertyAccess.git",
adf17b67 814 "reference": "b5055bdf4365638065d2a268e213a57b771d2f74"
7d2eb7a7
NL
815 },
816 "dist": {
817 "type": "zip",
adf17b67
NL
818 "url": "https://api.github.com/repos/symfony/PropertyAccess/zipball/b5055bdf4365638065d2a268e213a57b771d2f74",
819 "reference": "b5055bdf4365638065d2a268e213a57b771d2f74",
7d2eb7a7
NL
820 "shasum": ""
821 },
822 "require": {
823 "php": ">=5.3.3"
824 },
825 "type": "library",
826 "extra": {
827 "branch-alias": {
adf17b67 828 "dev-master": "2.6-dev"
7d2eb7a7
NL
829 }
830 },
831 "autoload": {
832 "psr-0": {
833 "Symfony\\Component\\PropertyAccess\\": ""
834 }
835 },
836 "notification-url": "https://packagist.org/downloads/",
837 "license": [
838 "MIT"
839 ],
840 "authors": [
7d2eb7a7
NL
841 {
842 "name": "Symfony Community",
843 "homepage": "http://symfony.com/contributors"
adf17b67
NL
844 },
845 {
846 "name": "Fabien Potencier",
847 "email": "fabien@symfony.com"
7d2eb7a7
NL
848 }
849 ],
850 "description": "Symfony PropertyAccess Component",
851 "homepage": "http://symfony.com",
852 "keywords": [
853 "access",
854 "array",
855 "extraction",
856 "index",
857 "injection",
858 "object",
859 "property",
860 "property path",
861 "reflection"
862 ],
adf17b67 863 "time": "2015-01-03 15:33:07"
7d2eb7a7
NL
864 },
865 {
866 "name": "symfony/routing",
adf17b67 867 "version": "v2.6.3",
7d2eb7a7
NL
868 "target-dir": "Symfony/Component/Routing",
869 "source": {
870 "type": "git",
871 "url": "https://github.com/symfony/Routing.git",
adf17b67 872 "reference": "28382c6806780ddc657c136a5ca4415dd3252f41"
7d2eb7a7
NL
873 },
874 "dist": {
875 "type": "zip",
adf17b67
NL
876 "url": "https://api.github.com/repos/symfony/Routing/zipball/28382c6806780ddc657c136a5ca4415dd3252f41",
877 "reference": "28382c6806780ddc657c136a5ca4415dd3252f41",
7d2eb7a7
NL
878 "shasum": ""
879 },
880 "require": {
881 "php": ">=5.3.3"
882 },
883 "require-dev": {
adf17b67 884 "doctrine/annotations": "~1.0",
7d2eb7a7
NL
885 "doctrine/common": "~2.2",
886 "psr/log": "~1.0",
887 "symfony/config": "~2.2",
adf17b67
NL
888 "symfony/expression-language": "~2.4",
889 "symfony/http-foundation": "~2.3",
890 "symfony/yaml": "~2.0,>=2.0.5"
7d2eb7a7
NL
891 },
892 "suggest": {
adf17b67
NL
893 "doctrine/annotations": "For using the annotation loader",
894 "symfony/config": "For using the all-in-one router or any loader",
895 "symfony/expression-language": "For using expression matching",
896 "symfony/yaml": "For using the YAML loader"
7d2eb7a7
NL
897 },
898 "type": "library",
899 "extra": {
900 "branch-alias": {
adf17b67 901 "dev-master": "2.6-dev"
7d2eb7a7
NL
902 }
903 },
904 "autoload": {
905 "psr-0": {
906 "Symfony\\Component\\Routing\\": ""
907 }
908 },
909 "notification-url": "https://packagist.org/downloads/",
910 "license": [
911 "MIT"
912 ],
913 "authors": [
adf17b67
NL
914 {
915 "name": "Symfony Community",
916 "homepage": "http://symfony.com/contributors"
917 },
7d2eb7a7
NL
918 {
919 "name": "Fabien Potencier",
920 "email": "fabien@symfony.com"
adf17b67
NL
921 }
922 ],
923 "description": "Symfony Routing Component",
924 "homepage": "http://symfony.com",
925 "keywords": [
926 "router",
927 "routing",
928 "uri",
929 "url"
930 ],
931 "time": "2015-01-05 14:28:40"
932 },
933 {
934 "name": "symfony/security-core",
935 "version": "v2.6.3",
936 "target-dir": "Symfony/Component/Security/Core",
937 "source": {
938 "type": "git",
939 "url": "https://github.com/symfony/security-core.git",
940 "reference": "db8c6964f9d69496b9ef21788c4afc4306113242"
941 },
942 "dist": {
943 "type": "zip",
944 "url": "https://api.github.com/repos/symfony/security-core/zipball/db8c6964f9d69496b9ef21788c4afc4306113242",
945 "reference": "db8c6964f9d69496b9ef21788c4afc4306113242",
946 "shasum": ""
947 },
948 "require": {
949 "php": ">=5.3.3"
950 },
951 "require-dev": {
952 "ircmaxell/password-compat": "1.0.*",
953 "psr/log": "~1.0",
954 "symfony/event-dispatcher": "~2.1",
955 "symfony/expression-language": "~2.6",
956 "symfony/http-foundation": "~2.4",
957 "symfony/translation": "~2.0,>=2.0.5",
958 "symfony/validator": "~2.5,>=2.5.5"
959 },
960 "suggest": {
961 "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
962 "symfony/event-dispatcher": "",
963 "symfony/expression-language": "For using the expression voter",
964 "symfony/http-foundation": "",
965 "symfony/validator": "For using the user password constraint"
966 },
967 "type": "library",
968 "extra": {
969 "branch-alias": {
970 "dev-master": "2.6-dev"
971 }
972 },
973 "autoload": {
974 "psr-0": {
975 "Symfony\\Component\\Security\\Core\\": ""
976 }
977 },
978 "notification-url": "https://packagist.org/downloads/",
979 "license": [
980 "MIT"
981 ],
982 "authors": [
983 {
984 "name": "Symfony Community",
985 "homepage": "http://symfony.com/contributors"
7d2eb7a7 986 },
adf17b67
NL
987 {
988 "name": "Fabien Potencier",
989 "email": "fabien@symfony.com"
990 }
991 ],
992 "description": "Symfony Security Component - Core Library",
993 "homepage": "http://symfony.com",
994 "time": "2015-01-05 20:59:13"
995 },
996 {
997 "name": "symfony/security-csrf",
998 "version": "v2.6.3",
999 "target-dir": "Symfony/Component/Security/Csrf",
1000 "source": {
1001 "type": "git",
1002 "url": "https://github.com/symfony/security-csrf.git",
1003 "reference": "c532081e1c9295b69dac2e3faea87112543504fc"
1004 },
1005 "dist": {
1006 "type": "zip",
1007 "url": "https://api.github.com/repos/symfony/security-csrf/zipball/c532081e1c9295b69dac2e3faea87112543504fc",
1008 "reference": "c532081e1c9295b69dac2e3faea87112543504fc",
1009 "shasum": ""
1010 },
1011 "require": {
1012 "php": ">=5.3.3",
1013 "symfony/security-core": "~2.4"
1014 },
1015 "require-dev": {
1016 "symfony/http-foundation": "~2.1"
1017 },
1018 "suggest": {
1019 "symfony/http-foundation": "For using the class SessionTokenStorage."
1020 },
1021 "type": "library",
1022 "extra": {
1023 "branch-alias": {
1024 "dev-master": "2.6-dev"
1025 }
1026 },
1027 "autoload": {
1028 "psr-0": {
1029 "Symfony\\Component\\Security\\Csrf\\": ""
1030 }
1031 },
1032 "notification-url": "https://packagist.org/downloads/",
1033 "license": [
1034 "MIT"
1035 ],
1036 "authors": [
7d2eb7a7
NL
1037 {
1038 "name": "Symfony Community",
1039 "homepage": "http://symfony.com/contributors"
adf17b67
NL
1040 },
1041 {
1042 "name": "Fabien Potencier",
1043 "email": "fabien@symfony.com"
7d2eb7a7
NL
1044 }
1045 ],
adf17b67 1046 "description": "Symfony Security Component - CSRF Library",
7d2eb7a7 1047 "homepage": "http://symfony.com",
adf17b67 1048 "time": "2015-01-03 08:01:59"
7d2eb7a7
NL
1049 },
1050 {
1051 "name": "symfony/translation",
adf17b67 1052 "version": "v2.6.3",
7d2eb7a7
NL
1053 "target-dir": "Symfony/Component/Translation",
1054 "source": {
1055 "type": "git",
1056 "url": "https://github.com/symfony/Translation.git",
adf17b67 1057 "reference": "f289cdf8179d32058c1e1cbac723106a5ff6fa39"
7d2eb7a7
NL
1058 },
1059 "dist": {
1060 "type": "zip",
adf17b67
NL
1061 "url": "https://api.github.com/repos/symfony/Translation/zipball/f289cdf8179d32058c1e1cbac723106a5ff6fa39",
1062 "reference": "f289cdf8179d32058c1e1cbac723106a5ff6fa39",
7d2eb7a7
NL
1063 "shasum": ""
1064 },
1065 "require": {
1066 "php": ">=5.3.3"
1067 },
1068 "require-dev": {
adf17b67
NL
1069 "psr/log": "~1.0",
1070 "symfony/config": "~2.3,>=2.3.12",
1071 "symfony/intl": "~2.3",
7d2eb7a7
NL
1072 "symfony/yaml": "~2.2"
1073 },
1074 "suggest": {
adf17b67 1075 "psr/log": "To use logging capability in translator",
7d2eb7a7
NL
1076 "symfony/config": "",
1077 "symfony/yaml": ""
1078 },
1079 "type": "library",
1080 "extra": {
1081 "branch-alias": {
adf17b67 1082 "dev-master": "2.6-dev"
7d2eb7a7
NL
1083 }
1084 },
1085 "autoload": {
1086 "psr-0": {
1087 "Symfony\\Component\\Translation\\": ""
1088 }
1089 },
1090 "notification-url": "https://packagist.org/downloads/",
1091 "license": [
1092 "MIT"
1093 ],
1094 "authors": [
7d2eb7a7
NL
1095 {
1096 "name": "Symfony Community",
1097 "homepage": "http://symfony.com/contributors"
adf17b67
NL
1098 },
1099 {
1100 "name": "Fabien Potencier",
1101 "email": "fabien@symfony.com"
7d2eb7a7
NL
1102 }
1103 ],
1104 "description": "Symfony Translation Component",
1105 "homepage": "http://symfony.com",
adf17b67 1106 "time": "2015-01-03 15:33:07"
7d2eb7a7
NL
1107 },
1108 {
1109 "name": "symfony/twig-bridge",
adf17b67 1110 "version": "v2.6.3",
7d2eb7a7
NL
1111 "target-dir": "Symfony/Bridge/Twig",
1112 "source": {
1113 "type": "git",
1114 "url": "https://github.com/symfony/TwigBridge.git",
adf17b67 1115 "reference": "72c911dd02f5d8e68accab7120fc0fd1a0b84ba1"
7d2eb7a7
NL
1116 },
1117 "dist": {
1118 "type": "zip",
adf17b67
NL
1119 "url": "https://api.github.com/repos/symfony/TwigBridge/zipball/72c911dd02f5d8e68accab7120fc0fd1a0b84ba1",
1120 "reference": "72c911dd02f5d8e68accab7120fc0fd1a0b84ba1",
7d2eb7a7
NL
1121 "shasum": ""
1122 },
1123 "require": {
1124 "php": ">=5.3.3",
adf17b67
NL
1125 "symfony/security-csrf": "~2.4",
1126 "twig/twig": "~1.13,>=1.13.1"
7d2eb7a7
NL
1127 },
1128 "require-dev": {
adf17b67
NL
1129 "symfony/console": "~2.4",
1130 "symfony/expression-language": "~2.4",
1131 "symfony/finder": "~2.3",
1132 "symfony/form": "~2.6",
1133 "symfony/http-kernel": "~2.3",
1134 "symfony/intl": "~2.3",
7d2eb7a7 1135 "symfony/routing": "~2.2",
adf17b67
NL
1136 "symfony/security": "~2.4",
1137 "symfony/stopwatch": "~2.2",
7d2eb7a7
NL
1138 "symfony/templating": "~2.1",
1139 "symfony/translation": "~2.2",
adf17b67
NL
1140 "symfony/var-dumper": "~2.6",
1141 "symfony/yaml": "~2.0,>=2.0.5"
7d2eb7a7
NL
1142 },
1143 "suggest": {
adf17b67
NL
1144 "symfony/expression-language": "For using the ExpressionExtension",
1145 "symfony/finder": "",
1146 "symfony/form": "For using the FormExtension",
1147 "symfony/http-kernel": "For using the HttpKernelExtension",
1148 "symfony/routing": "For using the RoutingExtension",
1149 "symfony/security": "For using the SecurityExtension",
1150 "symfony/stopwatch": "For using the StopwatchExtension",
1151 "symfony/templating": "For using the TwigEngine",
1152 "symfony/translation": "For using the TranslationExtension",
1153 "symfony/var-dumper": "For using the DumpExtension",
1154 "symfony/yaml": "For using the YamlExtension"
7d2eb7a7
NL
1155 },
1156 "type": "symfony-bridge",
1157 "extra": {
1158 "branch-alias": {
adf17b67 1159 "dev-master": "2.6-dev"
7d2eb7a7
NL
1160 }
1161 },
1162 "autoload": {
1163 "psr-0": {
1164 "Symfony\\Bridge\\Twig\\": ""
1165 }
1166 },
1167 "notification-url": "https://packagist.org/downloads/",
1168 "license": [
1169 "MIT"
1170 ],
1171 "authors": [
7d2eb7a7
NL
1172 {
1173 "name": "Symfony Community",
1174 "homepage": "http://symfony.com/contributors"
adf17b67
NL
1175 },
1176 {
1177 "name": "Fabien Potencier",
1178 "email": "fabien@symfony.com"
7d2eb7a7
NL
1179 }
1180 ],
1181 "description": "Symfony Twig Bridge",
1182 "homepage": "http://symfony.com",
adf17b67 1183 "time": "2015-01-05 14:28:40"
7d2eb7a7
NL
1184 },
1185 {
1186 "name": "twig/extensions",
adf17b67 1187 "version": "v1.0.1",
7d2eb7a7
NL
1188 "source": {
1189 "type": "git",
adf17b67
NL
1190 "url": "https://github.com/twigphp/Twig-extensions.git",
1191 "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0"
7d2eb7a7
NL
1192 },
1193 "dist": {
1194 "type": "zip",
adf17b67
NL
1195 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
1196 "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
7d2eb7a7
NL
1197 "shasum": ""
1198 },
1199 "require": {
adf17b67 1200 "twig/twig": "~1.0"
7d2eb7a7
NL
1201 },
1202 "type": "library",
1203 "extra": {
1204 "branch-alias": {
1205 "dev-master": "1.0.x-dev"
1206 }
1207 },
1208 "autoload": {
1209 "psr-0": {
1210 "Twig_Extensions_": "lib/"
1211 }
1212 },
1213 "notification-url": "https://packagist.org/downloads/",
1214 "license": [
1215 "MIT"
1216 ],
1217 "authors": [
1218 {
1219 "name": "Fabien Potencier",
1220 "email": "fabien@symfony.com"
1221 }
1222 ],
1223 "description": "Common additional features for Twig that do not directly belong in core",
1224 "homepage": "https://github.com/fabpot/Twig-extensions",
1225 "keywords": [
1226 "debug",
1227 "i18n",
1228 "text"
1229 ],
adf17b67 1230 "time": "2013-10-18 19:37:15"
7d2eb7a7
NL
1231 },
1232 {
1233 "name": "twig/twig",
adf17b67 1234 "version": "v1.17.0",
7d2eb7a7
NL
1235 "source": {
1236 "type": "git",
adf17b67
NL
1237 "url": "https://github.com/twigphp/Twig.git",
1238 "reference": "2493970fa4d587eca73f77e6d8bd48a8bdd4c608"
7d2eb7a7
NL
1239 },
1240 "dist": {
1241 "type": "zip",
adf17b67
NL
1242 "url": "https://api.github.com/repos/twigphp/Twig/zipball/2493970fa4d587eca73f77e6d8bd48a8bdd4c608",
1243 "reference": "2493970fa4d587eca73f77e6d8bd48a8bdd4c608",
7d2eb7a7
NL
1244 "shasum": ""
1245 },
1246 "require": {
1247 "php": ">=5.2.4"
1248 },
1249 "type": "library",
1250 "extra": {
1251 "branch-alias": {
adf17b67 1252 "dev-master": "1.17-dev"
7d2eb7a7
NL
1253 }
1254 },
1255 "autoload": {
1256 "psr-0": {
1257 "Twig_": "lib/"
1258 }
1259 },
1260 "notification-url": "https://packagist.org/downloads/",
1261 "license": [
1262 "BSD-3-Clause"
1263 ],
1264 "authors": [
1265 {
1266 "name": "Fabien Potencier",
adf17b67
NL
1267 "email": "fabien@symfony.com",
1268 "homepage": "http://fabien.potencier.org",
1269 "role": "Lead Developer"
7d2eb7a7
NL
1270 },
1271 {
1272 "name": "Armin Ronacher",
adf17b67
NL
1273 "email": "armin.ronacher@active-4.com",
1274 "role": "Project Founder"
1275 },
1276 {
1277 "name": "Twig Team",
1278 "homepage": "http://twig.sensiolabs.org/contributors",
1279 "role": "Contributors"
7d2eb7a7
NL
1280 }
1281 ],
1282 "description": "Twig, the flexible, fast, and secure template language for PHP",
1283 "homepage": "http://twig.sensiolabs.org",
1284 "keywords": [
1285 "templating"
1286 ],
adf17b67 1287 "time": "2015-01-14 10:15:49"
7d2eb7a7
NL
1288 },
1289 {
1290 "name": "umpirsky/twig-gettext-extractor",
1291 "version": "1.1.3",
1292 "source": {
1293 "type": "git",
1294 "url": "https://github.com/umpirsky/Twig-Gettext-Extractor.git",
1295 "reference": "1.1.3"
1296 },
1297 "dist": {
1298 "type": "zip",
1299 "url": "https://api.github.com/repos/umpirsky/Twig-Gettext-Extractor/zipball/1.1.3",
1300 "reference": "1.1.3",
1301 "shasum": ""
1302 },
1303 "require": {
1304 "php": ">=5.3.3",
1305 "symfony/filesystem": ">=2.0,<3.0",
1306 "symfony/form": ">=2.0,<3.0",
1307 "symfony/routing": ">=2.0,<3.0",
1308 "symfony/translation": ">=2.0,<3.0",
1309 "symfony/twig-bridge": ">=2.0,<3.0",
1310 "twig/extensions": "1.0.*",
1311 "twig/twig": ">=1.2.0,<2.0-dev"
1312 },
1313 "require-dev": {
1314 "symfony/config": "2.1.*"
1315 },
1316 "bin": [
1317 "twig-gettext-extractor"
1318 ],
1319 "type": "application",
1320 "autoload": {
1321 "psr-0": {
1322 "Twig\\Gettext": "."
1323 }
1324 },
1325 "notification-url": "https://packagist.org/downloads/",
1326 "license": [
1327 "MIT"
1328 ],
1329 "authors": [
1330 {
1331 "name": "Саша Стаменковић",
1332 "email": "umpirsky@gmail.com",
1333 "homepage": "http://umpirsky.com"
1334 }
1335 ],
1336 "description": "The Twig Gettext Extractor is Poedit friendly tool which extracts translations from twig templates.",
1337 "time": "2013-02-14 16:41:48"
a20f96b7 1338 },
10939766
NL
1339 {
1340 "name": "wallabag/kriss_php5",
1341 "version": "dev-master",
1342 "source": {
1343 "type": "git",
1344 "url": "https://github.com/wallabag/kriss_php5.git",
1345 "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1"
1346 },
1347 "dist": {
1348 "type": "zip",
1349 "url": "https://api.github.com/repos/wallabag/kriss_php5/zipball/f2dd88621a04828cdeb8d9a59b72fd34c94658b1",
1350 "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1",
1351 "shasum": ""
1352 },
1353 "require": {
1354 "php": ">=5.3.0"
1355 },
1356 "type": "library",
1357 "autoload": {
1358 "files": [
1359 "Session.php"
1360 ]
1361 },
1362 "authors": [
1363 {
1364 "name": "Nicolas Lœuillet",
1365 "email": "nicolas@loeuillet.org",
1366 "homepage": "http://www.cdetc.fr"
1367 }
1368 ],
1369 "description": "A simple and smart (or stupid) php5 snippets repository",
1370 "homepage": "https://github.com/wallabag/kriss_php5",
1371 "support": {
1372 "source": "https://github.com/wallabag/kriss_php5/tree/master"
1373 },
1374 "time": "2015-01-18 21:21:43"
1375 },
dda7884a
NL
1376 {
1377 "name": "wallabag/pagination",
1378 "version": "dev-master",
1379 "source": {
1380 "type": "git",
1381 "url": "https://github.com/wallabag/pagination.git",
1382 "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb"
1383 },
1384 "dist": {
1385 "type": "zip",
1386 "url": "https://api.github.com/repos/wallabag/pagination/zipball/54e442b31c90e50e331cb8ac400537e0eda30deb",
1387 "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb",
1388 "shasum": ""
1389 },
1390 "require": {
1391 "php": ">=5.3.0"
1392 },
1393 "type": "library",
1394 "autoload": {
1395 "files": [
1396 "paginator.php"
1397 ]
1398 },
1399 "authors": [
1400 {
1401 "name": "Nicolas Lœuillet",
1402 "email": "nicolas@loeuillet.org",
1403 "homepage": "http://www.cdetc.fr"
1404 }
1405 ],
1406 "description": "Paginate record sets, not tied in directly to a database.",
1407 "homepage": "https://github.com/wallabag/pagination",
1408 "support": {
1409 "source": "https://github.com/wallabag/pagination/tree/master"
1410 },
1411 "time": "2015-01-19 09:24:39"
1412 },
a20f96b7
NL
1413 {
1414 "name": "wallabag/php-flash-messages",
1415 "version": "dev-master",
1416 "source": {
1417 "type": "git",
1418 "url": "https://github.com/wallabag/PHP-Flash-Messages.git",
1419 "reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab"
1420 },
1421 "dist": {
1422 "type": "zip",
1423 "url": "https://api.github.com/repos/wallabag/PHP-Flash-Messages/zipball/ea68eb768f32156baa15f7a3cd880ba8ff5af6ab",
1424 "reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab",
1425 "shasum": ""
1426 },
1427 "require": {
1428 "php": ">=5.3.0"
1429 },
1430 "type": "library",
1431 "autoload": {
1432 "files": [
1433 "class.messages.php"
1434 ]
1435 },
1436 "license": [
1437 "Apache"
1438 ],
1439 "authors": [
1440 {
1441 "name": "Nicolas Lœuillet",
1442 "email": "nicolas@loeuillet.org",
1443 "homepage": "http://www.cdetc.fr"
1444 }
1445 ],
1446 "description": "Session-based Flash Messages class for PHP",
1447 "homepage": "https://github.com/wallabag/PHP-Flash-Messages",
1448 "keywords": [
1449 "flash",
1450 "messages",
1451 "php-flash-messages",
1452 "sessions"
1453 ],
1454 "support": {
1455 "source": "https://github.com/wallabag/PHP-Flash-Messages/tree/master"
1456 },
1457 "time": "2015-01-18 19:51:55"
7d2eb7a7
NL
1458 }
1459 ],
adf17b67
NL
1460 "packages-dev": [],
1461 "aliases": [],
7d2eb7a7 1462 "minimum-stability": "stable",
adf17b67
NL
1463 "stability-flags": {
1464 "fabpot/goutte": 20,
1465 "ezyang/htmlpurifier": 20,
a20f96b7 1466 "mgargano/simplehtmldom": 20,
10939766 1467 "wallabag/php-flash-messages": 20,
dda7884a
NL
1468 "wallabag/kriss_php5": 20,
1469 "wallabag/pagination": 20
adf17b67
NL
1470 },
1471 "prefer-stable": false,
1472 "prefer-lowest": false,
1473 "platform": [],
1474 "platform-dev": []
7d2eb7a7 1475}