]>
Commit | Line | Data |
---|---|---|
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 | ], |
569f8d68 | 7 | "hash": "0b5709027fc69b731fc04169ba983646", |
7d2eb7a7 NL |
8 | "packages": [ |
9 | { | |
93fd4692 NL |
10 | "name": "doctrine/annotations", |
11 | "version": "v1.2.3", | |
7d2eb7a7 NL |
12 | "source": { |
13 | "type": "git", | |
93fd4692 NL |
14 | "url": "https://github.com/doctrine/annotations.git", |
15 | "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4" | |
7d2eb7a7 NL |
16 | }, |
17 | "dist": { | |
18 | "type": "zip", | |
93fd4692 NL |
19 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/eeda578cbe24a170331a1cfdf78be723412df7a4", |
20 | "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4", | |
7d2eb7a7 NL |
21 | "shasum": "" |
22 | }, | |
23 | "require": { | |
93fd4692 NL |
24 | "doctrine/lexer": "1.*", |
25 | "php": ">=5.3.2" | |
26 | }, | |
27 | "require-dev": { | |
28 | "doctrine/cache": "1.*", | |
29 | "phpunit/phpunit": "4.*" | |
adf17b67 NL |
30 | }, |
31 | "type": "library", | |
93fd4692 NL |
32 | "extra": { |
33 | "branch-alias": { | |
34 | "dev-master": "1.3.x-dev" | |
35 | } | |
36 | }, | |
adf17b67 NL |
37 | "autoload": { |
38 | "psr-0": { | |
93fd4692 NL |
39 | "Doctrine\\Common\\Annotations\\": "lib/" |
40 | } | |
adf17b67 NL |
41 | }, |
42 | "notification-url": "https://packagist.org/downloads/", | |
43 | "license": [ | |
93fd4692 | 44 | "MIT" |
adf17b67 NL |
45 | ], |
46 | "authors": [ | |
47 | { | |
93fd4692 NL |
48 | "name": "Roman Borschel", |
49 | "email": "roman@code-factory.org" | |
50 | }, | |
51 | { | |
52 | "name": "Benjamin Eberlei", | |
53 | "email": "kontakt@beberlei.de" | |
54 | }, | |
55 | { | |
56 | "name": "Guilherme Blanco", | |
57 | "email": "guilhermeblanco@gmail.com" | |
58 | }, | |
59 | { | |
60 | "name": "Jonathan Wage", | |
61 | "email": "jonwage@gmail.com" | |
62 | }, | |
63 | { | |
64 | "name": "Johannes Schmitt", | |
65 | "email": "schmittjoh@gmail.com" | |
adf17b67 NL |
66 | } |
67 | ], | |
93fd4692 NL |
68 | "description": "Docblock Annotations Parser", |
69 | "homepage": "http://www.doctrine-project.org", | |
adf17b67 | 70 | "keywords": [ |
93fd4692 NL |
71 | "annotations", |
72 | "docblock", | |
73 | "parser" | |
adf17b67 | 74 | ], |
93fd4692 | 75 | "time": "2014-12-20 20:49:38" |
adf17b67 NL |
76 | }, |
77 | { | |
93fd4692 NL |
78 | "name": "doctrine/cache", |
79 | "version": "v1.4.0", | |
adf17b67 NL |
80 | "source": { |
81 | "type": "git", | |
93fd4692 NL |
82 | "url": "https://github.com/doctrine/cache.git", |
83 | "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8" | |
adf17b67 NL |
84 | }, |
85 | "dist": { | |
86 | "type": "zip", | |
93fd4692 NL |
87 | "url": "https://api.github.com/repos/doctrine/cache/zipball/2346085d2b027b233ae1d5de59b07440b9f288c8", |
88 | "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8", | |
adf17b67 NL |
89 | "shasum": "" |
90 | }, | |
91 | "require": { | |
93fd4692 | 92 | "php": ">=5.3.2" |
adf17b67 | 93 | }, |
93fd4692 NL |
94 | "conflict": { |
95 | "doctrine/common": ">2.2,<2.4" | |
96 | }, | |
97 | "require-dev": { | |
98 | "phpunit/phpunit": ">=3.7", | |
99 | "predis/predis": "~0.8", | |
100 | "satooshi/php-coveralls": "~0.6" | |
101 | }, | |
102 | "type": "library", | |
adf17b67 NL |
103 | "extra": { |
104 | "branch-alias": { | |
93fd4692 | 105 | "dev-master": "1.4.x-dev" |
adf17b67 NL |
106 | } |
107 | }, | |
108 | "autoload": { | |
93fd4692 NL |
109 | "psr-0": { |
110 | "Doctrine\\Common\\Cache\\": "lib/" | |
adf17b67 NL |
111 | } |
112 | }, | |
113 | "notification-url": "https://packagist.org/downloads/", | |
114 | "license": [ | |
115 | "MIT" | |
116 | ], | |
117 | "authors": [ | |
118 | { | |
93fd4692 NL |
119 | "name": "Roman Borschel", |
120 | "email": "roman@code-factory.org" | |
121 | }, | |
122 | { | |
123 | "name": "Benjamin Eberlei", | |
124 | "email": "kontakt@beberlei.de" | |
125 | }, | |
126 | { | |
127 | "name": "Guilherme Blanco", | |
128 | "email": "guilhermeblanco@gmail.com" | |
129 | }, | |
130 | { | |
131 | "name": "Jonathan Wage", | |
132 | "email": "jonwage@gmail.com" | |
133 | }, | |
134 | { | |
135 | "name": "Johannes Schmitt", | |
136 | "email": "schmittjoh@gmail.com" | |
adf17b67 NL |
137 | } |
138 | ], | |
93fd4692 NL |
139 | "description": "Caching library offering an object-oriented API for many cache backends", |
140 | "homepage": "http://www.doctrine-project.org", | |
adf17b67 | 141 | "keywords": [ |
93fd4692 NL |
142 | "cache", |
143 | "caching" | |
adf17b67 | 144 | ], |
93fd4692 | 145 | "time": "2015-01-15 20:38:55" |
adf17b67 NL |
146 | }, |
147 | { | |
93fd4692 NL |
148 | "name": "doctrine/collections", |
149 | "version": "v1.2", | |
adf17b67 NL |
150 | "source": { |
151 | "type": "git", | |
93fd4692 NL |
152 | "url": "https://github.com/doctrine/collections.git", |
153 | "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2" | |
adf17b67 NL |
154 | }, |
155 | "dist": { | |
156 | "type": "zip", | |
93fd4692 NL |
157 | "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2", |
158 | "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2", | |
adf17b67 NL |
159 | "shasum": "" |
160 | }, | |
161 | "require": { | |
93fd4692 | 162 | "php": ">=5.3.2" |
adf17b67 NL |
163 | }, |
164 | "type": "library", | |
165 | "extra": { | |
166 | "branch-alias": { | |
93fd4692 | 167 | "dev-master": "1.2.x-dev" |
adf17b67 NL |
168 | } |
169 | }, | |
170 | "autoload": { | |
93fd4692 NL |
171 | "psr-0": { |
172 | "Doctrine\\Common\\Collections\\": "lib/" | |
adf17b67 NL |
173 | } |
174 | }, | |
175 | "notification-url": "https://packagist.org/downloads/", | |
176 | "license": [ | |
177 | "MIT" | |
178 | ], | |
179 | "authors": [ | |
180 | { | |
93fd4692 NL |
181 | "name": "Jonathan Wage", |
182 | "email": "jonwage@gmail.com", | |
183 | "homepage": "http://www.jwage.com/", | |
184 | "role": "Creator" | |
185 | }, | |
186 | { | |
187 | "name": "Guilherme Blanco", | |
188 | "email": "guilhermeblanco@gmail.com", | |
189 | "homepage": "http://www.instaclick.com" | |
190 | }, | |
191 | { | |
192 | "name": "Roman Borschel", | |
193 | "email": "roman@code-factory.org" | |
194 | }, | |
195 | { | |
196 | "name": "Benjamin Eberlei", | |
197 | "email": "kontakt@beberlei.de" | |
198 | }, | |
199 | { | |
200 | "name": "Johannes Schmitt", | |
201 | "email": "schmittjoh@gmail.com", | |
202 | "homepage": "https://github.com/schmittjoh", | |
203 | "role": "Developer of wrapped JMSSerializerBundle" | |
adf17b67 NL |
204 | } |
205 | ], | |
93fd4692 NL |
206 | "description": "Collections Abstraction library", |
207 | "homepage": "http://www.doctrine-project.org", | |
adf17b67 | 208 | "keywords": [ |
93fd4692 NL |
209 | "array", |
210 | "collections", | |
211 | "iterator" | |
212 | ], | |
213 | "time": "2014-02-03 23:07:43" | |
adf17b67 NL |
214 | }, |
215 | { | |
93fd4692 NL |
216 | "name": "doctrine/common", |
217 | "version": "v2.4.2", | |
adf17b67 NL |
218 | "source": { |
219 | "type": "git", | |
93fd4692 NL |
220 | "url": "https://github.com/doctrine/common.git", |
221 | "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b" | |
adf17b67 NL |
222 | }, |
223 | "dist": { | |
224 | "type": "zip", | |
93fd4692 NL |
225 | "url": "https://api.github.com/repos/doctrine/common/zipball/5db6ab40e4c531f14dad4ca96a394dfce5d4255b", |
226 | "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b", | |
adf17b67 NL |
227 | "shasum": "" |
228 | }, | |
229 | "require": { | |
93fd4692 NL |
230 | "doctrine/annotations": "1.*", |
231 | "doctrine/cache": "1.*", | |
232 | "doctrine/collections": "1.*", | |
233 | "doctrine/inflector": "1.*", | |
234 | "doctrine/lexer": "1.*", | |
235 | "php": ">=5.3.2" | |
adf17b67 NL |
236 | }, |
237 | "require-dev": { | |
93fd4692 | 238 | "phpunit/phpunit": "~3.7" |
7d2eb7a7 NL |
239 | }, |
240 | "type": "library", | |
241 | "extra": { | |
242 | "branch-alias": { | |
93fd4692 | 243 | "dev-master": "2.4.x-dev" |
7d2eb7a7 NL |
244 | } |
245 | }, | |
246 | "autoload": { | |
93fd4692 NL |
247 | "psr-0": { |
248 | "Doctrine\\Common\\": "lib/" | |
7d2eb7a7 NL |
249 | } |
250 | }, | |
251 | "notification-url": "https://packagist.org/downloads/", | |
252 | "license": [ | |
253 | "MIT" | |
254 | ], | |
255 | "authors": [ | |
256 | { | |
93fd4692 NL |
257 | "name": "Jonathan Wage", |
258 | "email": "jonwage@gmail.com", | |
259 | "homepage": "http://www.jwage.com/", | |
260 | "role": "Creator" | |
261 | }, | |
262 | { | |
263 | "name": "Guilherme Blanco", | |
264 | "email": "guilhermeblanco@gmail.com", | |
265 | "homepage": "http://www.instaclick.com" | |
266 | }, | |
267 | { | |
268 | "name": "Roman Borschel", | |
269 | "email": "roman@code-factory.org" | |
270 | }, | |
271 | { | |
272 | "name": "Benjamin Eberlei", | |
273 | "email": "kontakt@beberlei.de" | |
274 | }, | |
275 | { | |
276 | "name": "Johannes Schmitt", | |
277 | "email": "schmittjoh@gmail.com", | |
278 | "homepage": "https://github.com/schmittjoh", | |
279 | "role": "Developer of wrapped JMSSerializerBundle" | |
adf17b67 NL |
280 | } |
281 | ], | |
93fd4692 NL |
282 | "description": "Common Library for Doctrine projects", |
283 | "homepage": "http://www.doctrine-project.org", | |
284 | "keywords": [ | |
285 | "annotations", | |
286 | "collections", | |
287 | "eventmanager", | |
288 | "persistence", | |
289 | "spl" | |
290 | ], | |
291 | "time": "2014-05-21 19:28:51" | |
adf17b67 NL |
292 | }, |
293 | { | |
93fd4692 NL |
294 | "name": "doctrine/dbal", |
295 | "version": "v2.5.1", | |
adf17b67 NL |
296 | "source": { |
297 | "type": "git", | |
93fd4692 NL |
298 | "url": "https://github.com/doctrine/dbal.git", |
299 | "reference": "628c2256b646ae2417d44e063bce8aec5199d48d" | |
adf17b67 NL |
300 | }, |
301 | "dist": { | |
302 | "type": "zip", | |
93fd4692 NL |
303 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/628c2256b646ae2417d44e063bce8aec5199d48d", |
304 | "reference": "628c2256b646ae2417d44e063bce8aec5199d48d", | |
adf17b67 NL |
305 | "shasum": "" |
306 | }, | |
307 | "require": { | |
93fd4692 NL |
308 | "doctrine/common": ">=2.4,<2.6-dev", |
309 | "php": ">=5.3.2" | |
adf17b67 NL |
310 | }, |
311 | "require-dev": { | |
93fd4692 NL |
312 | "phpunit/phpunit": "4.*", |
313 | "symfony/console": "2.*" | |
314 | }, | |
315 | "suggest": { | |
316 | "symfony/console": "For helpful console commands such as SQL execution and import of files." | |
adf17b67 | 317 | }, |
93fd4692 NL |
318 | "bin": [ |
319 | "bin/doctrine-dbal" | |
320 | ], | |
adf17b67 NL |
321 | "type": "library", |
322 | "extra": { | |
323 | "branch-alias": { | |
93fd4692 | 324 | "dev-master": "2.5.x-dev" |
adf17b67 NL |
325 | } |
326 | }, | |
327 | "autoload": { | |
93fd4692 NL |
328 | "psr-0": { |
329 | "Doctrine\\DBAL\\": "lib/" | |
adf17b67 NL |
330 | } |
331 | }, | |
332 | "notification-url": "https://packagist.org/downloads/", | |
333 | "license": [ | |
334 | "MIT" | |
335 | ], | |
336 | "authors": [ | |
337 | { | |
93fd4692 NL |
338 | "name": "Roman Borschel", |
339 | "email": "roman@code-factory.org" | |
340 | }, | |
341 | { | |
342 | "name": "Benjamin Eberlei", | |
343 | "email": "kontakt@beberlei.de" | |
344 | }, | |
345 | { | |
346 | "name": "Guilherme Blanco", | |
347 | "email": "guilhermeblanco@gmail.com" | |
348 | }, | |
349 | { | |
350 | "name": "Jonathan Wage", | |
351 | "email": "jonwage@gmail.com" | |
adf17b67 NL |
352 | } |
353 | ], | |
93fd4692 NL |
354 | "description": "Database Abstraction Layer", |
355 | "homepage": "http://www.doctrine-project.org", | |
adf17b67 | 356 | "keywords": [ |
93fd4692 NL |
357 | "database", |
358 | "dbal", | |
359 | "persistence", | |
360 | "queryobject" | |
adf17b67 | 361 | ], |
93fd4692 | 362 | "time": "2015-01-12 21:52:47" |
adf17b67 | 363 | }, |
9e7f6caf | 364 | { |
93fd4692 NL |
365 | "name": "doctrine/doctrine-bundle", |
366 | "version": "v1.3.0", | |
9e7f6caf NL |
367 | "source": { |
368 | "type": "git", | |
93fd4692 NL |
369 | "url": "https://github.com/doctrine/DoctrineBundle.git", |
370 | "reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b" | |
9e7f6caf NL |
371 | }, |
372 | "dist": { | |
373 | "type": "zip", | |
93fd4692 NL |
374 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/3beb3a780485ab01f86941f4892cd23ef8c39c6b", |
375 | "reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b", | |
9e7f6caf NL |
376 | "shasum": "" |
377 | }, | |
378 | "require": { | |
93fd4692 NL |
379 | "doctrine/dbal": "~2.3", |
380 | "doctrine/doctrine-cache-bundle": "~1.0", | |
381 | "jdorn/sql-formatter": "~1.1", | |
382 | "php": ">=5.3.2", | |
383 | "symfony/doctrine-bridge": "~2.2", | |
384 | "symfony/framework-bundle": "~2.2" | |
9e7f6caf | 385 | }, |
93fd4692 NL |
386 | "require-dev": { |
387 | "doctrine/orm": "~2.3", | |
388 | "phpunit/php-code-coverage": "~1.2", | |
389 | "phpunit/phpunit": "~3.7", | |
390 | "phpunit/phpunit-mock-objects": "~1.2", | |
391 | "satooshi/php-coveralls": "~0.6.1", | |
392 | "symfony/validator": "~2.2", | |
393 | "symfony/yaml": "~2.2", | |
394 | "twig/twig": "~1" | |
adf17b67 | 395 | }, |
93fd4692 NL |
396 | "suggest": { |
397 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", | |
398 | "symfony/web-profiler-bundle": "to use the data collector" | |
adf17b67 | 399 | }, |
93fd4692 NL |
400 | "type": "symfony-bundle", |
401 | "extra": { | |
402 | "branch-alias": { | |
403 | "dev-master": "1.3.x-dev" | |
404 | } | |
adf17b67 | 405 | }, |
adf17b67 | 406 | "autoload": { |
93fd4692 NL |
407 | "psr-4": { |
408 | "Doctrine\\Bundle\\DoctrineBundle\\": "" | |
409 | } | |
adf17b67 NL |
410 | }, |
411 | "notification-url": "https://packagist.org/downloads/", | |
412 | "license": [ | |
93fd4692 | 413 | "MIT" |
adf17b67 NL |
414 | ], |
415 | "authors": [ | |
416 | { | |
93fd4692 NL |
417 | "name": "Symfony Community", |
418 | "homepage": "http://symfony.com/contributors" | |
419 | }, | |
420 | { | |
421 | "name": "Benjamin Eberlei", | |
422 | "email": "kontakt@beberlei.de" | |
423 | }, | |
424 | { | |
425 | "name": "Doctrine Project", | |
426 | "homepage": "http://www.doctrine-project.org/" | |
427 | }, | |
428 | { | |
429 | "name": "Fabien Potencier", | |
430 | "email": "fabien@symfony.com" | |
adf17b67 NL |
431 | } |
432 | ], | |
93fd4692 NL |
433 | "description": "Symfony DoctrineBundle", |
434 | "homepage": "http://www.doctrine-project.org", | |
adf17b67 | 435 | "keywords": [ |
93fd4692 NL |
436 | "database", |
437 | "dbal", | |
438 | "orm", | |
439 | "persistence" | |
adf17b67 | 440 | ], |
93fd4692 | 441 | "time": "2014-11-28 08:32:03" |
adf17b67 | 442 | }, |
e342acf7 | 443 | { |
93fd4692 NL |
444 | "name": "doctrine/doctrine-cache-bundle", |
445 | "version": "v1.0.1", | |
446 | "target-dir": "Doctrine/Bundle/DoctrineCacheBundle", | |
e342acf7 NL |
447 | "source": { |
448 | "type": "git", | |
93fd4692 NL |
449 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", |
450 | "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d" | |
e342acf7 NL |
451 | }, |
452 | "dist": { | |
453 | "type": "zip", | |
93fd4692 NL |
454 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d", |
455 | "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d", | |
e342acf7 NL |
456 | "shasum": "" |
457 | }, | |
458 | "require": { | |
93fd4692 NL |
459 | "doctrine/cache": "~1.3", |
460 | "doctrine/inflector": "~1.0", | |
461 | "php": ">=5.3.2", | |
462 | "symfony/doctrine-bridge": "~2.2", | |
463 | "symfony/framework-bundle": "~2.2", | |
464 | "symfony/security": "~2.2" | |
e342acf7 | 465 | }, |
93fd4692 NL |
466 | "require-dev": { |
467 | "instaclick/coding-standard": "~1.1", | |
468 | "instaclick/object-calisthenics-sniffs": "dev-master", | |
469 | "instaclick/symfony2-coding-standard": "dev-remaster", | |
470 | "phpunit/phpunit": "~3.7", | |
471 | "satooshi/php-coveralls": "~0.6.1", | |
472 | "squizlabs/php_codesniffer": "dev-master", | |
473 | "symfony/console": "~2.2", | |
474 | "symfony/finder": "~2.2", | |
475 | "symfony/validator": "~2.2", | |
476 | "symfony/yaml": "~2.2" | |
477 | }, | |
478 | "type": "symfony-bundle", | |
e342acf7 NL |
479 | "extra": { |
480 | "branch-alias": { | |
93fd4692 | 481 | "dev-master": "1.0.x-dev" |
e342acf7 NL |
482 | } |
483 | }, | |
484 | "autoload": { | |
93fd4692 NL |
485 | "psr-0": { |
486 | "Doctrine\\Bundle\\DoctrineCacheBundle": "" | |
487 | } | |
e342acf7 NL |
488 | }, |
489 | "notification-url": "https://packagist.org/downloads/", | |
e342acf7 | 490 | "license": [ |
f3052b45 | 491 | "MIT" |
e342acf7 NL |
492 | ], |
493 | "authors": [ | |
494 | { | |
93fd4692 NL |
495 | "name": "Symfony Community", |
496 | "homepage": "http://symfony.com/contributors" | |
497 | }, | |
498 | { | |
499 | "name": "Benjamin Eberlei", | |
500 | "email": "kontakt@beberlei.de" | |
501 | }, | |
502 | { | |
503 | "name": "Fabio B. Silva", | |
504 | "email": "fabio.bat.silva@gmail.com" | |
505 | }, | |
506 | { | |
507 | "name": "Guilherme Blanco", | |
508 | "email": "guilhermeblanco@hotmail.com" | |
509 | }, | |
510 | { | |
511 | "name": "Doctrine Project", | |
512 | "homepage": "http://www.doctrine-project.org/" | |
513 | }, | |
514 | { | |
515 | "name": "Fabien Potencier", | |
516 | "email": "fabien@symfony.com" | |
e342acf7 NL |
517 | } |
518 | ], | |
93fd4692 NL |
519 | "description": "Symfony2 Bundle for Doctrine Cache", |
520 | "homepage": "http://www.doctrine-project.org", | |
521 | "keywords": [ | |
522 | "cache", | |
523 | "caching" | |
524 | ], | |
525 | "time": "2014-11-28 09:43:36" | |
e342acf7 | 526 | }, |
1345a107 | 527 | { |
93fd4692 NL |
528 | "name": "doctrine/inflector", |
529 | "version": "v1.0.1", | |
1345a107 NL |
530 | "source": { |
531 | "type": "git", | |
93fd4692 NL |
532 | "url": "https://github.com/doctrine/inflector.git", |
533 | "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604" | |
1345a107 NL |
534 | }, |
535 | "dist": { | |
536 | "type": "zip", | |
93fd4692 NL |
537 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604", |
538 | "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604", | |
1345a107 NL |
539 | "shasum": "" |
540 | }, | |
541 | "require": { | |
93fd4692 | 542 | "php": ">=5.3.2" |
1345a107 NL |
543 | }, |
544 | "require-dev": { | |
93fd4692 | 545 | "phpunit/phpunit": "4.*" |
1345a107 | 546 | }, |
1345a107 | 547 | "type": "library", |
93fd4692 NL |
548 | "extra": { |
549 | "branch-alias": { | |
550 | "dev-master": "1.0.x-dev" | |
551 | } | |
552 | }, | |
1345a107 NL |
553 | "autoload": { |
554 | "psr-0": { | |
93fd4692 | 555 | "Doctrine\\Common\\Inflector\\": "lib/" |
1345a107 NL |
556 | } |
557 | }, | |
558 | "notification-url": "https://packagist.org/downloads/", | |
559 | "license": [ | |
560 | "MIT" | |
561 | ], | |
562 | "authors": [ | |
563 | { | |
93fd4692 NL |
564 | "name": "Roman Borschel", |
565 | "email": "roman@code-factory.org" | |
566 | }, | |
567 | { | |
568 | "name": "Benjamin Eberlei", | |
569 | "email": "kontakt@beberlei.de" | |
570 | }, | |
571 | { | |
572 | "name": "Guilherme Blanco", | |
573 | "email": "guilhermeblanco@gmail.com" | |
574 | }, | |
575 | { | |
576 | "name": "Jonathan Wage", | |
577 | "email": "jonwage@gmail.com" | |
578 | }, | |
579 | { | |
580 | "name": "Johannes Schmitt", | |
581 | "email": "schmittjoh@gmail.com" | |
1345a107 NL |
582 | } |
583 | ], | |
93fd4692 NL |
584 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
585 | "homepage": "http://www.doctrine-project.org", | |
1345a107 | 586 | "keywords": [ |
93fd4692 NL |
587 | "inflection", |
588 | "pluralize", | |
589 | "singularize", | |
590 | "string" | |
1345a107 | 591 | ], |
93fd4692 | 592 | "time": "2014-12-20 21:24:13" |
1345a107 | 593 | }, |
820d81aa | 594 | { |
93fd4692 NL |
595 | "name": "doctrine/lexer", |
596 | "version": "v1.0.1", | |
820d81aa NL |
597 | "source": { |
598 | "type": "git", | |
93fd4692 NL |
599 | "url": "https://github.com/doctrine/lexer.git", |
600 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" | |
820d81aa NL |
601 | }, |
602 | "dist": { | |
603 | "type": "zip", | |
93fd4692 NL |
604 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
605 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", | |
820d81aa NL |
606 | "shasum": "" |
607 | }, | |
608 | "require": { | |
93fd4692 NL |
609 | "php": ">=5.3.2" |
610 | }, | |
611 | "type": "library", | |
612 | "extra": { | |
613 | "branch-alias": { | |
614 | "dev-master": "1.0.x-dev" | |
615 | } | |
820d81aa | 616 | }, |
820d81aa NL |
617 | "autoload": { |
618 | "psr-0": { | |
93fd4692 | 619 | "Doctrine\\Common\\Lexer\\": "lib/" |
820d81aa NL |
620 | } |
621 | }, | |
622 | "notification-url": "https://packagist.org/downloads/", | |
623 | "license": [ | |
93fd4692 | 624 | "MIT" |
820d81aa NL |
625 | ], |
626 | "authors": [ | |
627 | { | |
93fd4692 NL |
628 | "name": "Roman Borschel", |
629 | "email": "roman@code-factory.org" | |
820d81aa NL |
630 | }, |
631 | { | |
93fd4692 NL |
632 | "name": "Guilherme Blanco", |
633 | "email": "guilhermeblanco@gmail.com" | |
820d81aa NL |
634 | }, |
635 | { | |
93fd4692 NL |
636 | "name": "Johannes Schmitt", |
637 | "email": "schmittjoh@gmail.com" | |
820d81aa NL |
638 | } |
639 | ], | |
93fd4692 NL |
640 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
641 | "homepage": "http://www.doctrine-project.org", | |
820d81aa | 642 | "keywords": [ |
93fd4692 NL |
643 | "lexer", |
644 | "parser" | |
820d81aa | 645 | ], |
93fd4692 | 646 | "time": "2014-09-09 13:34:57" |
820d81aa | 647 | }, |
e342acf7 | 648 | { |
93fd4692 NL |
649 | "name": "doctrine/orm", |
650 | "version": "v2.4.7", | |
e342acf7 NL |
651 | "source": { |
652 | "type": "git", | |
93fd4692 NL |
653 | "url": "https://github.com/doctrine/doctrine2.git", |
654 | "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68" | |
e342acf7 NL |
655 | }, |
656 | "dist": { | |
657 | "type": "zip", | |
93fd4692 NL |
658 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68", |
659 | "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68", | |
e342acf7 NL |
660 | "shasum": "" |
661 | }, | |
662 | "require": { | |
93fd4692 NL |
663 | "doctrine/collections": "~1.1", |
664 | "doctrine/dbal": "~2.4", | |
665 | "ext-pdo": "*", | |
666 | "php": ">=5.3.2", | |
667 | "symfony/console": "~2.0" | |
f3052b45 NL |
668 | }, |
669 | "require-dev": { | |
93fd4692 NL |
670 | "satooshi/php-coveralls": "dev-master", |
671 | "symfony/yaml": "~2.1" | |
f3052b45 NL |
672 | }, |
673 | "suggest": { | |
93fd4692 | 674 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
e342acf7 | 675 | }, |
93fd4692 NL |
676 | "bin": [ |
677 | "bin/doctrine", | |
678 | "bin/doctrine.php" | |
679 | ], | |
e342acf7 | 680 | "type": "library", |
f3052b45 NL |
681 | "extra": { |
682 | "branch-alias": { | |
93fd4692 | 683 | "dev-master": "2.4.x-dev" |
f3052b45 NL |
684 | } |
685 | }, | |
e342acf7 | 686 | "autoload": { |
f3052b45 | 687 | "psr-0": { |
93fd4692 | 688 | "Doctrine\\ORM\\": "lib/" |
f3052b45 | 689 | } |
e342acf7 NL |
690 | }, |
691 | "notification-url": "https://packagist.org/downloads/", | |
e342acf7 | 692 | "license": [ |
f3052b45 | 693 | "MIT" |
e342acf7 NL |
694 | ], |
695 | "authors": [ | |
696 | { | |
93fd4692 NL |
697 | "name": "Roman Borschel", |
698 | "email": "roman@code-factory.org" | |
f3052b45 NL |
699 | }, |
700 | { | |
93fd4692 NL |
701 | "name": "Benjamin Eberlei", |
702 | "email": "kontakt@beberlei.de" | |
703 | }, | |
704 | { | |
705 | "name": "Guilherme Blanco", | |
706 | "email": "guilhermeblanco@gmail.com" | |
707 | }, | |
708 | { | |
709 | "name": "Jonathan Wage", | |
710 | "email": "jonwage@gmail.com" | |
e342acf7 NL |
711 | } |
712 | ], | |
93fd4692 NL |
713 | "description": "Object-Relational-Mapper for PHP", |
714 | "homepage": "http://www.doctrine-project.org", | |
715 | "keywords": [ | |
716 | "database", | |
717 | "orm" | |
718 | ], | |
719 | "time": "2014-12-16 13:45:01" | |
e342acf7 | 720 | }, |
1345a107 | 721 | { |
93fd4692 NL |
722 | "name": "ezyang/htmlpurifier", |
723 | "version": "dev-master", | |
1345a107 NL |
724 | "source": { |
725 | "type": "git", | |
93fd4692 NL |
726 | "url": "https://github.com/ezyang/htmlpurifier.git", |
727 | "reference": "0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f" | |
1345a107 NL |
728 | }, |
729 | "dist": { | |
730 | "type": "zip", | |
93fd4692 NL |
731 | "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f", |
732 | "reference": "0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f", | |
1345a107 NL |
733 | "shasum": "" |
734 | }, | |
735 | "require": { | |
93fd4692 | 736 | "php": ">=5.2" |
1345a107 NL |
737 | }, |
738 | "type": "library", | |
1345a107 NL |
739 | "autoload": { |
740 | "psr-0": { | |
93fd4692 NL |
741 | "HTMLPurifier": "library/" |
742 | }, | |
743 | "files": [ | |
744 | "library/HTMLPurifier.composer.php" | |
745 | ] | |
1345a107 NL |
746 | }, |
747 | "notification-url": "https://packagist.org/downloads/", | |
748 | "license": [ | |
93fd4692 | 749 | "LGPL" |
1345a107 NL |
750 | ], |
751 | "authors": [ | |
752 | { | |
93fd4692 NL |
753 | "name": "Edward Z. Yang", |
754 | "email": "admin@htmlpurifier.org", | |
755 | "homepage": "http://ezyang.com" | |
1345a107 NL |
756 | } |
757 | ], | |
93fd4692 NL |
758 | "description": "Standards compliant HTML filter written in PHP", |
759 | "homepage": "http://htmlpurifier.org/", | |
760 | "keywords": [ | |
761 | "html" | |
762 | ], | |
763 | "time": "2014-12-09 02:30:54" | |
1345a107 | 764 | }, |
569f8d68 NL |
765 | { |
766 | "name": "friendsofsymfony/rest-bundle", | |
767 | "version": "1.5.0", | |
768 | "target-dir": "FOS/RestBundle", | |
769 | "source": { | |
770 | "type": "git", | |
771 | "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", | |
772 | "reference": "a9377f6a05fb516423d6adf9079c6e5fb41e4799" | |
773 | }, | |
774 | "dist": { | |
775 | "type": "zip", | |
776 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/a9377f6a05fb516423d6adf9079c6e5fb41e4799", | |
777 | "reference": "a9377f6a05fb516423d6adf9079c6e5fb41e4799", | |
778 | "shasum": "" | |
779 | }, | |
780 | "require": { | |
781 | "doctrine/inflector": "~1.0", | |
782 | "php": ">=5.3.9", | |
783 | "psr/log": "~1.0", | |
784 | "symfony/framework-bundle": "~2.2", | |
785 | "willdurand/jsonp-callback-validator": "~1.0", | |
786 | "willdurand/negotiation": "~1.2" | |
787 | }, | |
788 | "conflict": { | |
789 | "jms/serializer": "<0.12", | |
790 | "jms/serializer-bundle": "<0.11" | |
791 | }, | |
792 | "require-dev": { | |
793 | "jms/serializer-bundle": "~0.12", | |
794 | "sensio/framework-extra-bundle": "~2.2", | |
795 | "symfony/form": "~2.2", | |
796 | "symfony/security": "~2.2", | |
797 | "symfony/serializer": "~2.2", | |
798 | "symfony/validator": "~2.2", | |
799 | "symfony/yaml": "~2.2" | |
800 | }, | |
801 | "suggest": { | |
802 | "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12", | |
803 | "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener", | |
804 | "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.2", | |
805 | "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.2" | |
806 | }, | |
807 | "type": "symfony-bundle", | |
808 | "extra": { | |
809 | "branch-alias": { | |
810 | "dev-master": "1.5-dev" | |
811 | } | |
812 | }, | |
813 | "autoload": { | |
814 | "psr-0": { | |
815 | "FOS\\RestBundle": "" | |
816 | } | |
817 | }, | |
818 | "notification-url": "https://packagist.org/downloads/", | |
819 | "license": [ | |
820 | "MIT" | |
821 | ], | |
822 | "authors": [ | |
823 | { | |
824 | "name": "Lukas Kahwe Smith", | |
825 | "email": "smith@pooteeweet.org" | |
826 | }, | |
827 | { | |
828 | "name": "FriendsOfSymfony Community", | |
829 | "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors" | |
830 | }, | |
831 | { | |
832 | "name": "Konstantin Kudryashov", | |
833 | "email": "ever.zet@gmail.com" | |
834 | } | |
835 | ], | |
836 | "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony2", | |
837 | "homepage": "http://friendsofsymfony.github.com", | |
838 | "keywords": [ | |
839 | "rest" | |
840 | ], | |
841 | "time": "2015-01-27 09:39:58" | |
842 | }, | |
1345a107 | 843 | { |
93fd4692 NL |
844 | "name": "htmlawed/htmlawed", |
845 | "version": "dev-master", | |
1345a107 NL |
846 | "source": { |
847 | "type": "git", | |
93fd4692 NL |
848 | "url": "https://github.com/kesar/HTMLawed.git", |
849 | "reference": "9d292af5f4c288aa68f38b87f5d88c8214f5f233" | |
1345a107 NL |
850 | }, |
851 | "dist": { | |
852 | "type": "zip", | |
93fd4692 NL |
853 | "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/9d292af5f4c288aa68f38b87f5d88c8214f5f233", |
854 | "reference": "9d292af5f4c288aa68f38b87f5d88c8214f5f233", | |
1345a107 NL |
855 | "shasum": "" |
856 | }, | |
857 | "require": { | |
93fd4692 | 858 | "php": ">4.4.0" |
1345a107 NL |
859 | }, |
860 | "type": "library", | |
1345a107 | 861 | "autoload": { |
93fd4692 NL |
862 | "files": [ |
863 | "htmLawed.php" | |
864 | ] | |
1345a107 NL |
865 | }, |
866 | "notification-url": "https://packagist.org/downloads/", | |
867 | "license": [ | |
93fd4692 NL |
868 | "GPL-2.0+", |
869 | "LGPL-3.0" | |
1345a107 | 870 | ], |
93fd4692 NL |
871 | "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies", |
872 | "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/", | |
873 | "keywords": [ | |
874 | "HTMLtidy", | |
875 | "html", | |
876 | "sanitize", | |
877 | "strip", | |
878 | "tags" | |
1345a107 | 879 | ], |
93fd4692 | 880 | "time": "2014-01-05 13:06:52" |
1345a107 NL |
881 | }, |
882 | { | |
93fd4692 NL |
883 | "name": "incenteev/composer-parameter-handler", |
884 | "version": "v2.1.0", | |
885 | "target-dir": "Incenteev/ParameterHandler", | |
1345a107 NL |
886 | "source": { |
887 | "type": "git", | |
93fd4692 NL |
888 | "url": "https://github.com/Incenteev/ParameterHandler.git", |
889 | "reference": "143272a0a09c62616a3c8011fc165a10c6b35241" | |
1345a107 NL |
890 | }, |
891 | "dist": { | |
892 | "type": "zip", | |
93fd4692 NL |
893 | "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/143272a0a09c62616a3c8011fc165a10c6b35241", |
894 | "reference": "143272a0a09c62616a3c8011fc165a10c6b35241", | |
1345a107 NL |
895 | "shasum": "" |
896 | }, | |
897 | "require": { | |
93fd4692 NL |
898 | "php": ">=5.3.3", |
899 | "symfony/yaml": "~2.0" | |
1345a107 NL |
900 | }, |
901 | "require-dev": { | |
93fd4692 NL |
902 | "composer/composer": "1.0.*@dev", |
903 | "phpspec/prophecy-phpunit": "~1.0", | |
904 | "symfony/filesystem": "~2.2" | |
1345a107 NL |
905 | }, |
906 | "type": "library", | |
907 | "extra": { | |
908 | "branch-alias": { | |
93fd4692 | 909 | "dev-master": "2.1.x-dev" |
1345a107 NL |
910 | } |
911 | }, | |
912 | "autoload": { | |
913 | "psr-0": { | |
93fd4692 | 914 | "Incenteev\\ParameterHandler": "" |
1345a107 NL |
915 | } |
916 | }, | |
917 | "notification-url": "https://packagist.org/downloads/", | |
918 | "license": [ | |
919 | "MIT" | |
920 | ], | |
921 | "authors": [ | |
922 | { | |
93fd4692 NL |
923 | "name": "Christophe Coevoet", |
924 | "email": "stof@notk.org" | |
1345a107 NL |
925 | } |
926 | ], | |
93fd4692 NL |
927 | "description": "Composer script handling your ignored parameter file", |
928 | "homepage": "https://github.com/Incenteev/ParameterHandler", | |
929 | "keywords": [ | |
930 | "parameters management" | |
931 | ], | |
932 | "time": "2013-12-07 10:10:39" | |
1345a107 | 933 | }, |
e342acf7 | 934 | { |
93fd4692 NL |
935 | "name": "jdorn/sql-formatter", |
936 | "version": "v1.2.17", | |
e342acf7 NL |
937 | "source": { |
938 | "type": "git", | |
93fd4692 NL |
939 | "url": "https://github.com/jdorn/sql-formatter.git", |
940 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" | |
e342acf7 NL |
941 | }, |
942 | "dist": { | |
943 | "type": "zip", | |
93fd4692 NL |
944 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
945 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", | |
e342acf7 NL |
946 | "shasum": "" |
947 | }, | |
948 | "require": { | |
93fd4692 NL |
949 | "php": ">=5.2.4" |
950 | }, | |
951 | "require-dev": { | |
952 | "phpunit/phpunit": "3.7.*" | |
e342acf7 NL |
953 | }, |
954 | "type": "library", | |
f3052b45 NL |
955 | "extra": { |
956 | "branch-alias": { | |
93fd4692 | 957 | "dev-master": "1.3.x-dev" |
f3052b45 NL |
958 | } |
959 | }, | |
e342acf7 | 960 | "autoload": { |
93fd4692 NL |
961 | "classmap": [ |
962 | "lib" | |
963 | ] | |
e342acf7 NL |
964 | }, |
965 | "notification-url": "https://packagist.org/downloads/", | |
e342acf7 | 966 | "license": [ |
f3052b45 | 967 | "MIT" |
e342acf7 NL |
968 | ], |
969 | "authors": [ | |
970 | { | |
93fd4692 NL |
971 | "name": "Jeremy Dorn", |
972 | "email": "jeremy@jeremydorn.com", | |
973 | "homepage": "http://jeremydorn.com/" | |
e342acf7 NL |
974 | } |
975 | ], | |
93fd4692 NL |
976 | "description": "a PHP SQL highlighting library", |
977 | "homepage": "https://github.com/jdorn/sql-formatter/", | |
978 | "keywords": [ | |
979 | "highlight", | |
980 | "sql" | |
981 | ], | |
982 | "time": "2014-01-12 16:20:24" | |
e342acf7 | 983 | }, |
569f8d68 NL |
984 | { |
985 | "name": "jms/metadata", | |
986 | "version": "1.5.1", | |
987 | "source": { | |
988 | "type": "git", | |
989 | "url": "https://github.com/schmittjoh/metadata.git", | |
990 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353" | |
991 | }, | |
992 | "dist": { | |
993 | "type": "zip", | |
994 | "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353", | |
995 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353", | |
996 | "shasum": "" | |
997 | }, | |
998 | "require": { | |
999 | "php": ">=5.3.0" | |
1000 | }, | |
1001 | "require-dev": { | |
1002 | "doctrine/cache": "~1.0" | |
1003 | }, | |
1004 | "type": "library", | |
1005 | "extra": { | |
1006 | "branch-alias": { | |
1007 | "dev-master": "1.5.x-dev" | |
1008 | } | |
1009 | }, | |
1010 | "autoload": { | |
1011 | "psr-0": { | |
1012 | "Metadata\\": "src/" | |
1013 | } | |
1014 | }, | |
1015 | "notification-url": "https://packagist.org/downloads/", | |
1016 | "license": [ | |
1017 | "Apache" | |
1018 | ], | |
1019 | "authors": [ | |
1020 | { | |
1021 | "name": "Johannes Schmitt", | |
1022 | "email": "schmittjoh@gmail.com", | |
1023 | "homepage": "https://github.com/schmittjoh", | |
1024 | "role": "Developer of wrapped JMSSerializerBundle" | |
1025 | } | |
1026 | ], | |
1027 | "description": "Class/method/property metadata management in PHP", | |
1028 | "keywords": [ | |
1029 | "annotations", | |
1030 | "metadata", | |
1031 | "xml", | |
1032 | "yaml" | |
1033 | ], | |
1034 | "time": "2014-07-12 07:13:19" | |
1035 | }, | |
1036 | { | |
1037 | "name": "jms/parser-lib", | |
1038 | "version": "1.0.0", | |
1039 | "source": { | |
1040 | "type": "git", | |
1041 | "url": "https://github.com/schmittjoh/parser-lib.git", | |
1042 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d" | |
1043 | }, | |
1044 | "dist": { | |
1045 | "type": "zip", | |
1046 | "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d", | |
1047 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d", | |
1048 | "shasum": "" | |
1049 | }, | |
1050 | "require": { | |
1051 | "phpoption/phpoption": ">=0.9,<2.0-dev" | |
1052 | }, | |
1053 | "type": "library", | |
1054 | "extra": { | |
1055 | "branch-alias": { | |
1056 | "dev-master": "1.0-dev" | |
1057 | } | |
1058 | }, | |
1059 | "autoload": { | |
1060 | "psr-0": { | |
1061 | "JMS\\": "src/" | |
1062 | } | |
1063 | }, | |
1064 | "notification-url": "https://packagist.org/downloads/", | |
1065 | "license": [ | |
1066 | "Apache2" | |
1067 | ], | |
1068 | "description": "A library for easily creating recursive-descent parsers.", | |
1069 | "time": "2012-11-18 18:08:43" | |
1070 | }, | |
1071 | { | |
1072 | "name": "jms/serializer", | |
1073 | "version": "0.16.0", | |
1074 | "source": { | |
1075 | "type": "git", | |
1076 | "url": "https://github.com/schmittjoh/serializer.git", | |
1077 | "reference": "c8a171357ca92b6706e395c757f334902d430ea9" | |
1078 | }, | |
1079 | "dist": { | |
1080 | "type": "zip", | |
1081 | "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9", | |
1082 | "reference": "c8a171357ca92b6706e395c757f334902d430ea9", | |
1083 | "shasum": "" | |
1084 | }, | |
1085 | "require": { | |
1086 | "doctrine/annotations": "1.*", | |
1087 | "jms/metadata": "~1.1", | |
1088 | "jms/parser-lib": "1.*", | |
1089 | "php": ">=5.3.2", | |
1090 | "phpcollection/phpcollection": "~0.1" | |
1091 | }, | |
1092 | "require-dev": { | |
1093 | "doctrine/orm": "~2.1", | |
1094 | "doctrine/phpcr-odm": "~1.0.1", | |
1095 | "jackalope/jackalope-doctrine-dbal": "1.0.*", | |
1096 | "propel/propel1": "~1.7", | |
1097 | "symfony/filesystem": "2.*", | |
1098 | "symfony/form": "~2.1", | |
1099 | "symfony/translation": "~2.0", | |
1100 | "symfony/validator": "~2.0", | |
1101 | "symfony/yaml": "2.*", | |
1102 | "twig/twig": ">=1.8,<2.0-dev" | |
1103 | }, | |
1104 | "suggest": { | |
1105 | "symfony/yaml": "Required if you'd like to serialize data to YAML format." | |
1106 | }, | |
1107 | "type": "library", | |
1108 | "extra": { | |
1109 | "branch-alias": { | |
1110 | "dev-master": "0.15-dev" | |
1111 | } | |
1112 | }, | |
1113 | "autoload": { | |
1114 | "psr-0": { | |
1115 | "JMS\\Serializer": "src/" | |
1116 | } | |
1117 | }, | |
1118 | "notification-url": "https://packagist.org/downloads/", | |
1119 | "license": [ | |
1120 | "Apache2" | |
1121 | ], | |
1122 | "authors": [ | |
1123 | { | |
1124 | "name": "Johannes Schmitt", | |
1125 | "email": "schmittjoh@gmail.com", | |
1126 | "homepage": "https://github.com/schmittjoh", | |
1127 | "role": "Developer of wrapped JMSSerializerBundle" | |
1128 | } | |
1129 | ], | |
1130 | "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.", | |
1131 | "homepage": "http://jmsyst.com/libs/serializer", | |
1132 | "keywords": [ | |
1133 | "deserialization", | |
1134 | "jaxb", | |
1135 | "json", | |
1136 | "serialization", | |
1137 | "xml" | |
1138 | ], | |
1139 | "time": "2014-03-18 08:39:00" | |
1140 | }, | |
1141 | { | |
1142 | "name": "jms/serializer-bundle", | |
1143 | "version": "0.13.0", | |
1144 | "target-dir": "JMS/SerializerBundle", | |
1145 | "source": { | |
1146 | "type": "git", | |
1147 | "url": "https://github.com/schmittjoh/JMSSerializerBundle.git", | |
1148 | "reference": "bb15db3e661168f4310fad48b86915ff1ca33795" | |
1149 | }, | |
1150 | "dist": { | |
1151 | "type": "zip", | |
1152 | "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/bb15db3e661168f4310fad48b86915ff1ca33795", | |
1153 | "reference": "bb15db3e661168f4310fad48b86915ff1ca33795", | |
1154 | "shasum": "" | |
1155 | }, | |
1156 | "require": { | |
1157 | "jms/serializer": "~0.11", | |
1158 | "php": ">=5.3.2", | |
1159 | "symfony/framework-bundle": "~2.1" | |
1160 | }, | |
1161 | "require-dev": { | |
1162 | "doctrine/doctrine-bundle": "*", | |
1163 | "doctrine/orm": "*", | |
1164 | "symfony/browser-kit": "*", | |
1165 | "symfony/class-loader": "*", | |
1166 | "symfony/css-selector": "*", | |
1167 | "symfony/finder": "*", | |
1168 | "symfony/form": "*", | |
1169 | "symfony/process": "*", | |
1170 | "symfony/twig-bundle": "*", | |
1171 | "symfony/validator": "*", | |
1172 | "symfony/yaml": "*" | |
1173 | }, | |
1174 | "suggest": { | |
1175 | "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3" | |
1176 | }, | |
1177 | "type": "symfony-bundle", | |
1178 | "extra": { | |
1179 | "branch-alias": { | |
1180 | "dev-master": "0.13-dev" | |
1181 | } | |
1182 | }, | |
1183 | "autoload": { | |
1184 | "psr-0": { | |
1185 | "JMS\\SerializerBundle": "" | |
1186 | } | |
1187 | }, | |
1188 | "notification-url": "https://packagist.org/downloads/", | |
1189 | "license": [ | |
1190 | "Apache2" | |
1191 | ], | |
1192 | "authors": [ | |
1193 | { | |
1194 | "name": "Johannes Schmitt", | |
1195 | "email": "schmittjoh@gmail.com", | |
1196 | "homepage": "https://github.com/schmittjoh", | |
1197 | "role": "Developer of wrapped JMSSerializerBundle" | |
1198 | } | |
1199 | ], | |
1200 | "description": "Allows you to easily serialize, and deserialize data of any complexity", | |
1201 | "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle", | |
1202 | "keywords": [ | |
1203 | "deserialization", | |
1204 | "jaxb", | |
1205 | "json", | |
1206 | "serialization", | |
1207 | "xml" | |
1208 | ], | |
1209 | "time": "2013-12-05 14:36:11" | |
1210 | }, | |
e342acf7 | 1211 | { |
93fd4692 NL |
1212 | "name": "kriswallsmith/assetic", |
1213 | "version": "v1.2.1", | |
e342acf7 NL |
1214 | "source": { |
1215 | "type": "git", | |
93fd4692 NL |
1216 | "url": "https://github.com/kriswallsmith/assetic.git", |
1217 | "reference": "b20efe38845d20458702f97f3ff625d80805897b" | |
e342acf7 NL |
1218 | }, |
1219 | "dist": { | |
1220 | "type": "zip", | |
93fd4692 NL |
1221 | "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/b20efe38845d20458702f97f3ff625d80805897b", |
1222 | "reference": "b20efe38845d20458702f97f3ff625d80805897b", | |
e342acf7 NL |
1223 | "shasum": "" |
1224 | }, | |
1225 | "require": { | |
93fd4692 NL |
1226 | "php": ">=5.3.1", |
1227 | "symfony/process": "~2.1" | |
e342acf7 | 1228 | }, |
f3052b45 | 1229 | "require-dev": { |
93fd4692 NL |
1230 | "cssmin/cssmin": "*", |
1231 | "joliclic/javascript-packer": "*", | |
1232 | "kamicane/packager": "*", | |
1233 | "leafo/lessphp": "*", | |
1234 | "leafo/scssphp": "*", | |
1235 | "leafo/scssphp-compass": "*", | |
1236 | "mrclay/minify": "*", | |
1237 | "patchwork/jsqueeze": "~1.0", | |
1238 | "phpunit/phpunit": "~4", | |
1239 | "psr/log": "~1.0", | |
1240 | "ptachoire/cssembed": "*", | |
1241 | "twig/twig": "~1.6" | |
f3052b45 NL |
1242 | }, |
1243 | "suggest": { | |
93fd4692 NL |
1244 | "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler", |
1245 | "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler", | |
1246 | "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin", | |
1247 | "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor", | |
1248 | "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris", | |
1249 | "twig/twig": "Assetic provides the integration with the Twig templating engine" | |
f3052b45 | 1250 | }, |
e342acf7 | 1251 | "type": "library", |
f3052b45 NL |
1252 | "extra": { |
1253 | "branch-alias": { | |
93fd4692 | 1254 | "dev-master": "1.2-dev" |
f3052b45 NL |
1255 | } |
1256 | }, | |
e342acf7 | 1257 | "autoload": { |
f3052b45 | 1258 | "psr-0": { |
93fd4692 NL |
1259 | "Assetic": "src/" |
1260 | }, | |
1261 | "files": [ | |
1262 | "src/functions.php" | |
1263 | ] | |
e342acf7 NL |
1264 | }, |
1265 | "notification-url": "https://packagist.org/downloads/", | |
e342acf7 | 1266 | "license": [ |
f3052b45 | 1267 | "MIT" |
e342acf7 NL |
1268 | ], |
1269 | "authors": [ | |
1270 | { | |
93fd4692 NL |
1271 | "name": "Kris Wallsmith", |
1272 | "email": "kris.wallsmith@gmail.com", | |
1273 | "homepage": "http://kriswallsmith.net/" | |
1274 | } | |
1275 | ], | |
1276 | "description": "Asset Management for PHP", | |
1277 | "homepage": "https://github.com/kriswallsmith/assetic", | |
1278 | "keywords": [ | |
1279 | "assets", | |
1280 | "compression", | |
1281 | "minification" | |
1282 | ], | |
1283 | "time": "2014-12-12 05:04:05" | |
1284 | }, | |
1285 | { | |
1286 | "name": "mgargano/simplehtmldom", | |
1287 | "version": "dev-master", | |
1288 | "source": { | |
1289 | "type": "git", | |
1290 | "url": "https://github.com/matstars/simplehtmldom.git", | |
1291 | "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be" | |
1292 | }, | |
1293 | "dist": { | |
1294 | "type": "zip", | |
1295 | "url": "https://api.github.com/repos/matstars/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be", | |
1296 | "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be", | |
1297 | "shasum": "" | |
1298 | }, | |
1299 | "require": { | |
1300 | "php": ">=5.3.0" | |
1301 | }, | |
1302 | "type": "library", | |
1303 | "autoload": { | |
1304 | "psr-0": { | |
1305 | "SimpleHtmlDom": "src/" | |
f3052b45 | 1306 | }, |
93fd4692 NL |
1307 | "files": [ |
1308 | "src/simple_html_dom.php" | |
1309 | ] | |
1310 | }, | |
1311 | "notification-url": "https://packagist.org/downloads/", | |
1312 | "license": [ | |
1313 | "The MIT License" | |
1314 | ], | |
1315 | "authors": [ | |
f3052b45 | 1316 | { |
93fd4692 NL |
1317 | "name": "S.C. Chen", |
1318 | "email": "me578022@gmail.com", | |
1319 | "homepage": "http://simplehtmldom.sourceforge.net/", | |
1320 | "role": "Lead Developer" | |
e342acf7 NL |
1321 | } |
1322 | ], | |
93fd4692 NL |
1323 | "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", |
1324 | "homepage": "http://simplehtmldom.sourceforge.net/", | |
1325 | "keywords": [ | |
1326 | "Simple", | |
1327 | "dom", | |
1328 | "html" | |
1329 | ], | |
1330 | "time": "2014-01-05 18:17:34" | |
e342acf7 | 1331 | }, |
569f8d68 NL |
1332 | { |
1333 | "name": "michelf/php-markdown", | |
1334 | "version": "1.4.1", | |
1335 | "source": { | |
1336 | "type": "git", | |
1337 | "url": "https://github.com/michelf/php-markdown.git", | |
1338 | "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6" | |
1339 | }, | |
1340 | "dist": { | |
1341 | "type": "zip", | |
1342 | "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6", | |
1343 | "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6", | |
1344 | "shasum": "" | |
1345 | }, | |
1346 | "require": { | |
1347 | "php": ">=5.3.0" | |
1348 | }, | |
1349 | "type": "library", | |
1350 | "extra": { | |
1351 | "branch-alias": { | |
1352 | "dev-lib": "1.4.x-dev" | |
1353 | } | |
1354 | }, | |
1355 | "autoload": { | |
1356 | "psr-0": { | |
1357 | "Michelf": "" | |
1358 | } | |
1359 | }, | |
1360 | "notification-url": "https://packagist.org/downloads/", | |
1361 | "license": [ | |
1362 | "BSD-3-Clause" | |
1363 | ], | |
1364 | "authors": [ | |
1365 | { | |
1366 | "name": "Michel Fortin", | |
1367 | "email": "michel.fortin@michelf.ca", | |
1368 | "homepage": "http://michelf.ca/", | |
1369 | "role": "Developer" | |
1370 | }, | |
1371 | { | |
1372 | "name": "John Gruber", | |
1373 | "homepage": "http://daringfireball.net/" | |
1374 | } | |
1375 | ], | |
1376 | "description": "PHP Markdown", | |
1377 | "homepage": "http://michelf.ca/projects/php-markdown/", | |
1378 | "keywords": [ | |
1379 | "markdown" | |
1380 | ], | |
1381 | "time": "2014-05-05 02:43:50" | |
1382 | }, | |
e342acf7 | 1383 | { |
93fd4692 NL |
1384 | "name": "monolog/monolog", |
1385 | "version": "1.12.0", | |
e342acf7 NL |
1386 | "source": { |
1387 | "type": "git", | |
93fd4692 NL |
1388 | "url": "https://github.com/Seldaek/monolog.git", |
1389 | "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f" | |
e342acf7 NL |
1390 | }, |
1391 | "dist": { | |
1392 | "type": "zip", | |
93fd4692 NL |
1393 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1fbe8c2641f2b163addf49cc5e18f144bec6b19f", |
1394 | "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f", | |
e342acf7 NL |
1395 | "shasum": "" |
1396 | }, | |
1397 | "require": { | |
93fd4692 NL |
1398 | "php": ">=5.3.0", |
1399 | "psr/log": "~1.0" | |
1400 | }, | |
1401 | "provide": { | |
1402 | "psr/log-implementation": "1.0.0" | |
e342acf7 NL |
1403 | }, |
1404 | "require-dev": { | |
93fd4692 NL |
1405 | "aws/aws-sdk-php": "~2.4, >2.4.8", |
1406 | "doctrine/couchdb": "~1.0@dev", | |
1407 | "graylog2/gelf-php": "~1.0", | |
1408 | "phpunit/phpunit": "~4.0", | |
1409 | "raven/raven": "~0.5", | |
1410 | "ruflin/elastica": "0.90.*", | |
1411 | "videlalvaro/php-amqplib": "~2.4" | |
e342acf7 | 1412 | }, |
f3052b45 | 1413 | "suggest": { |
93fd4692 NL |
1414 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
1415 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", | |
1416 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", | |
1417 | "ext-mongo": "Allow sending log messages to a MongoDB server", | |
1418 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", | |
1419 | "raven/raven": "Allow sending log messages to a Sentry server", | |
1420 | "rollbar/rollbar": "Allow sending log messages to Rollbar", | |
1421 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", | |
1422 | "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib" | |
f3052b45 NL |
1423 | }, |
1424 | "type": "library", | |
1425 | "extra": { | |
1426 | "branch-alias": { | |
93fd4692 | 1427 | "dev-master": "1.12.x-dev" |
e342acf7 NL |
1428 | } |
1429 | }, | |
1430 | "autoload": { | |
93fd4692 NL |
1431 | "psr-4": { |
1432 | "Monolog\\": "src/Monolog" | |
f3052b45 | 1433 | } |
e342acf7 NL |
1434 | }, |
1435 | "notification-url": "https://packagist.org/downloads/", | |
1436 | "license": [ | |
f3052b45 | 1437 | "MIT" |
e342acf7 NL |
1438 | ], |
1439 | "authors": [ | |
1440 | { | |
93fd4692 NL |
1441 | "name": "Jordi Boggiano", |
1442 | "email": "j.boggiano@seld.be", | |
1443 | "homepage": "http://seld.be" | |
e342acf7 NL |
1444 | } |
1445 | ], | |
93fd4692 NL |
1446 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
1447 | "homepage": "http://github.com/Seldaek/monolog", | |
1448 | "keywords": [ | |
1449 | "log", | |
1450 | "logging", | |
1451 | "psr-3" | |
1452 | ], | |
1453 | "time": "2014-12-29 21:29:35" | |
e342acf7 | 1454 | }, |
569f8d68 NL |
1455 | { |
1456 | "name": "nelmio/api-doc-bundle", | |
1457 | "version": "2.7.0", | |
1458 | "target-dir": "Nelmio/ApiDocBundle", | |
1459 | "source": { | |
1460 | "type": "git", | |
1461 | "url": "https://github.com/nelmio/NelmioApiDocBundle.git", | |
1462 | "reference": "3fdb2d4a819d1f71bff0c45880af705a8b124955" | |
1463 | }, | |
1464 | "dist": { | |
1465 | "type": "zip", | |
1466 | "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/3fdb2d4a819d1f71bff0c45880af705a8b124955", | |
1467 | "reference": "3fdb2d4a819d1f71bff0c45880af705a8b124955", | |
1468 | "shasum": "" | |
1469 | }, | |
1470 | "require": { | |
1471 | "michelf/php-markdown": "~1.4", | |
1472 | "symfony/console": "~2.1", | |
1473 | "symfony/framework-bundle": "~2.1", | |
1474 | "symfony/twig-bundle": "~2.1" | |
1475 | }, | |
1476 | "conflict": { | |
1477 | "jms/serializer": "<0.12", | |
1478 | "jms/serializer-bundle": "<0.11" | |
1479 | }, | |
1480 | "require-dev": { | |
1481 | "friendsofsymfony/rest-bundle": "~1.0", | |
1482 | "jms/serializer-bundle": ">=0.11", | |
1483 | "sensio/framework-extra-bundle": "~2.1", | |
1484 | "symfony/browser-kit": "~2.1", | |
1485 | "symfony/css-selector": "~2.1", | |
1486 | "symfony/form": "~2.1", | |
1487 | "symfony/validator": "~2.1", | |
1488 | "symfony/yaml": "~2.1" | |
1489 | }, | |
1490 | "suggest": { | |
1491 | "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.", | |
1492 | "jms/serializer": "For making use of serializer information in the doc.", | |
1493 | "symfony/form": "For using form definitions as input.", | |
1494 | "symfony/validator": "For making use of validator information in the doc." | |
1495 | }, | |
1496 | "type": "symfony-bundle", | |
1497 | "extra": { | |
1498 | "branch-alias": { | |
1499 | "dev-master": "2.7.x-dev" | |
1500 | } | |
1501 | }, | |
1502 | "autoload": { | |
1503 | "psr-0": { | |
1504 | "Nelmio\\ApiDocBundle": "" | |
1505 | } | |
1506 | }, | |
1507 | "notification-url": "https://packagist.org/downloads/", | |
1508 | "license": [ | |
1509 | "MIT" | |
1510 | ], | |
1511 | "authors": [ | |
1512 | { | |
1513 | "name": "Nelmio", | |
1514 | "homepage": "http://nelm.io" | |
1515 | }, | |
1516 | { | |
1517 | "name": "Symfony Community", | |
1518 | "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors" | |
1519 | } | |
1520 | ], | |
1521 | "description": "Generates documentation for your REST API from annotations", | |
1522 | "keywords": [ | |
1523 | "api", | |
1524 | "doc", | |
1525 | "documentation", | |
1526 | "rest" | |
1527 | ], | |
1528 | "time": "2014-07-30 09:11:08" | |
1529 | }, | |
1530 | { | |
1531 | "name": "phpcollection/phpcollection", | |
1532 | "version": "0.4.0", | |
1533 | "source": { | |
1534 | "type": "git", | |
1535 | "url": "https://github.com/schmittjoh/php-collection.git", | |
1536 | "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83" | |
1537 | }, | |
1538 | "dist": { | |
1539 | "type": "zip", | |
1540 | "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83", | |
1541 | "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83", | |
1542 | "shasum": "" | |
1543 | }, | |
1544 | "require": { | |
1545 | "phpoption/phpoption": "1.*" | |
1546 | }, | |
1547 | "type": "library", | |
1548 | "extra": { | |
1549 | "branch-alias": { | |
1550 | "dev-master": "0.3-dev" | |
1551 | } | |
1552 | }, | |
1553 | "autoload": { | |
1554 | "psr-0": { | |
1555 | "PhpCollection": "src/" | |
1556 | } | |
1557 | }, | |
1558 | "notification-url": "https://packagist.org/downloads/", | |
1559 | "license": [ | |
1560 | "Apache2" | |
1561 | ], | |
1562 | "authors": [ | |
1563 | { | |
1564 | "name": "Johannes Schmitt", | |
1565 | "email": "schmittjoh@gmail.com", | |
1566 | "homepage": "https://github.com/schmittjoh", | |
1567 | "role": "Developer of wrapped JMSSerializerBundle" | |
1568 | } | |
1569 | ], | |
1570 | "description": "General-Purpose Collection Library for PHP", | |
1571 | "keywords": [ | |
1572 | "collection", | |
1573 | "list", | |
1574 | "map", | |
1575 | "sequence", | |
1576 | "set" | |
1577 | ], | |
1578 | "time": "2014-03-11 13:46:42" | |
1579 | }, | |
1580 | { | |
1581 | "name": "phpoption/phpoption", | |
1582 | "version": "1.4.0", | |
1583 | "source": { | |
1584 | "type": "git", | |
1585 | "url": "https://github.com/schmittjoh/php-option.git", | |
1586 | "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5" | |
1587 | }, | |
1588 | "dist": { | |
1589 | "type": "zip", | |
1590 | "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5d099bcf0393908bf4ad69cc47dafb785d51f7f5", | |
1591 | "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5", | |
1592 | "shasum": "" | |
1593 | }, | |
1594 | "require": { | |
1595 | "php": ">=5.3.0" | |
1596 | }, | |
1597 | "type": "library", | |
1598 | "extra": { | |
1599 | "branch-alias": { | |
1600 | "dev-master": "1.3-dev" | |
1601 | } | |
1602 | }, | |
1603 | "autoload": { | |
1604 | "psr-0": { | |
1605 | "PhpOption\\": "src/" | |
1606 | } | |
1607 | }, | |
1608 | "notification-url": "https://packagist.org/downloads/", | |
1609 | "license": [ | |
1610 | "Apache2" | |
1611 | ], | |
1612 | "authors": [ | |
1613 | { | |
1614 | "name": "Johannes Schmitt", | |
1615 | "email": "schmittjoh@gmail.com", | |
1616 | "homepage": "https://github.com/schmittjoh", | |
1617 | "role": "Developer of wrapped JMSSerializerBundle" | |
1618 | } | |
1619 | ], | |
1620 | "description": "Option Type for PHP", | |
1621 | "keywords": [ | |
1622 | "language", | |
1623 | "option", | |
1624 | "php", | |
1625 | "type" | |
1626 | ], | |
1627 | "time": "2014-01-09 22:37:17" | |
1628 | }, | |
e342acf7 | 1629 | { |
93fd4692 NL |
1630 | "name": "psr/log", |
1631 | "version": "1.0.0", | |
e342acf7 NL |
1632 | "source": { |
1633 | "type": "git", | |
93fd4692 NL |
1634 | "url": "https://github.com/php-fig/log.git", |
1635 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" | |
e342acf7 NL |
1636 | }, |
1637 | "dist": { | |
1638 | "type": "zip", | |
93fd4692 NL |
1639 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
1640 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", | |
e342acf7 NL |
1641 | "shasum": "" |
1642 | }, | |
e342acf7 | 1643 | "type": "library", |
e342acf7 | 1644 | "autoload": { |
f3052b45 | 1645 | "psr-0": { |
93fd4692 | 1646 | "Psr\\Log\\": "" |
f3052b45 | 1647 | } |
e342acf7 NL |
1648 | }, |
1649 | "notification-url": "https://packagist.org/downloads/", | |
1650 | "license": [ | |
f3052b45 | 1651 | "MIT" |
e342acf7 NL |
1652 | ], |
1653 | "authors": [ | |
1654 | { | |
93fd4692 NL |
1655 | "name": "PHP-FIG", |
1656 | "homepage": "http://www.php-fig.org/" | |
e342acf7 NL |
1657 | } |
1658 | ], | |
93fd4692 NL |
1659 | "description": "Common interface for logging libraries", |
1660 | "keywords": [ | |
1661 | "log", | |
1662 | "psr", | |
1663 | "psr-3" | |
1664 | ], | |
1665 | "time": "2012-12-21 11:40:51" | |
e342acf7 NL |
1666 | }, |
1667 | { | |
93fd4692 NL |
1668 | "name": "robmorgan/phinx", |
1669 | "version": "v0.4.1", | |
e342acf7 NL |
1670 | "source": { |
1671 | "type": "git", | |
93fd4692 NL |
1672 | "url": "https://github.com/robmorgan/phinx.git", |
1673 | "reference": "357210707c000f50edea802d84b74724ad122478" | |
e342acf7 NL |
1674 | }, |
1675 | "dist": { | |
1676 | "type": "zip", | |
93fd4692 NL |
1677 | "url": "https://api.github.com/repos/robmorgan/phinx/zipball/357210707c000f50edea802d84b74724ad122478", |
1678 | "reference": "357210707c000f50edea802d84b74724ad122478", | |
e342acf7 NL |
1679 | "shasum": "" |
1680 | }, | |
1681 | "require": { | |
93fd4692 NL |
1682 | "php": ">=5.3.2", |
1683 | "symfony/class-loader": "~2.6.0", | |
1684 | "symfony/config": "~2.6.0", | |
1685 | "symfony/console": "~2.6.0", | |
1686 | "symfony/yaml": "~2.6.0" | |
e342acf7 NL |
1687 | }, |
1688 | "require-dev": { | |
93fd4692 NL |
1689 | "phpunit/phpunit": "3.7.*", |
1690 | "squizlabs/php_codesniffer": "dev-phpcs-fixer" | |
e342acf7 | 1691 | }, |
93fd4692 NL |
1692 | "bin": [ |
1693 | "bin/phinx" | |
1694 | ], | |
e342acf7 | 1695 | "type": "library", |
e342acf7 | 1696 | "autoload": { |
f3052b45 | 1697 | "psr-0": { |
93fd4692 | 1698 | "Phinx": "src/" |
adf17b67 NL |
1699 | } |
1700 | }, | |
adf17b67 NL |
1701 | "notification-url": "https://packagist.org/downloads/", |
1702 | "license": [ | |
1703 | "MIT" | |
1704 | ], | |
1705 | "authors": [ | |
1706 | { | |
93fd4692 NL |
1707 | "name": "Rob Morgan", |
1708 | "email": "robbym@gmail.com", | |
1709 | "homepage": "http://robmorgan.id.au", | |
1710 | "role": "Lead Developer" | |
adf17b67 NL |
1711 | } |
1712 | ], | |
93fd4692 NL |
1713 | "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.", |
1714 | "homepage": "https://phinx.org", | |
1715 | "keywords": [ | |
1716 | "database", | |
1717 | "database migrations", | |
1718 | "db", | |
1719 | "migrations", | |
1720 | "phinx" | |
1721 | ], | |
1722 | "time": "2014-12-23 06:06:14" | |
adf17b67 | 1723 | }, |
e342acf7 | 1724 | { |
93fd4692 NL |
1725 | "name": "sensio/distribution-bundle", |
1726 | "version": "v3.0.15", | |
1727 | "target-dir": "Sensio/Bundle/DistributionBundle", | |
e342acf7 NL |
1728 | "source": { |
1729 | "type": "git", | |
93fd4692 NL |
1730 | "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", |
1731 | "reference": "0692cd6a8fcf645abce8ea45f7cbbd1942e2b23c" | |
e342acf7 NL |
1732 | }, |
1733 | "dist": { | |
1734 | "type": "zip", | |
93fd4692 NL |
1735 | "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/0692cd6a8fcf645abce8ea45f7cbbd1942e2b23c", |
1736 | "reference": "0692cd6a8fcf645abce8ea45f7cbbd1942e2b23c", | |
e342acf7 NL |
1737 | "shasum": "" |
1738 | }, | |
1739 | "require": { | |
93fd4692 NL |
1740 | "php": ">=5.3.3", |
1741 | "sensiolabs/security-checker": "~2.0", | |
1742 | "symfony/class-loader": "~2.2", | |
1743 | "symfony/form": "~2.2", | |
1744 | "symfony/framework-bundle": "~2.3", | |
1745 | "symfony/process": "~2.2", | |
1746 | "symfony/validator": "~2.2", | |
1747 | "symfony/yaml": "~2.2" | |
e342acf7 | 1748 | }, |
93fd4692 | 1749 | "type": "symfony-bundle", |
e342acf7 NL |
1750 | "extra": { |
1751 | "branch-alias": { | |
93fd4692 | 1752 | "dev-master": "3.0.x-dev" |
e342acf7 NL |
1753 | } |
1754 | }, | |
1755 | "autoload": { | |
f3052b45 | 1756 | "psr-0": { |
93fd4692 NL |
1757 | "Sensio\\Bundle\\DistributionBundle": "" |
1758 | } | |
e342acf7 NL |
1759 | }, |
1760 | "notification-url": "https://packagist.org/downloads/", | |
1761 | "license": [ | |
f3052b45 | 1762 | "MIT" |
e342acf7 NL |
1763 | ], |
1764 | "authors": [ | |
1765 | { | |
93fd4692 NL |
1766 | "name": "Fabien Potencier", |
1767 | "email": "fabien@symfony.com" | |
e342acf7 NL |
1768 | } |
1769 | ], | |
93fd4692 | 1770 | "description": "Base bundle for Symfony Distributions", |
e342acf7 | 1771 | "keywords": [ |
93fd4692 NL |
1772 | "configuration", |
1773 | "distribution" | |
e342acf7 | 1774 | ], |
93fd4692 | 1775 | "time": "2015-01-07 07:13:43" |
e342acf7 NL |
1776 | }, |
1777 | { | |
93fd4692 NL |
1778 | "name": "sensio/framework-extra-bundle", |
1779 | "version": "v3.0.4", | |
1780 | "target-dir": "Sensio/Bundle/FrameworkExtraBundle", | |
e342acf7 NL |
1781 | "source": { |
1782 | "type": "git", | |
93fd4692 NL |
1783 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
1784 | "reference": "b3bc3e67c8b6b68b18d727012183520d35ee762a" | |
e342acf7 NL |
1785 | }, |
1786 | "dist": { | |
1787 | "type": "zip", | |
93fd4692 NL |
1788 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/b3bc3e67c8b6b68b18d727012183520d35ee762a", |
1789 | "reference": "b3bc3e67c8b6b68b18d727012183520d35ee762a", | |
e342acf7 NL |
1790 | "shasum": "" |
1791 | }, | |
1792 | "require": { | |
93fd4692 NL |
1793 | "doctrine/common": "~2.2", |
1794 | "symfony/framework-bundle": "~2.3" | |
e342acf7 | 1795 | }, |
93fd4692 NL |
1796 | "require-dev": { |
1797 | "symfony/expression-language": "~2.4", | |
1798 | "symfony/security-bundle": "~2.4" | |
1799 | }, | |
1800 | "suggest": { | |
1801 | "symfony/expression-language": "", | |
1802 | "symfony/security-bundle": "" | |
1803 | }, | |
1804 | "type": "symfony-bundle", | |
e342acf7 NL |
1805 | "extra": { |
1806 | "branch-alias": { | |
93fd4692 | 1807 | "dev-master": "3.0.x-dev" |
e342acf7 NL |
1808 | } |
1809 | }, | |
1810 | "autoload": { | |
f3052b45 | 1811 | "psr-0": { |
93fd4692 | 1812 | "Sensio\\Bundle\\FrameworkExtraBundle": "" |
f3052b45 | 1813 | } |
e342acf7 NL |
1814 | }, |
1815 | "notification-url": "https://packagist.org/downloads/", | |
1816 | "license": [ | |
f3052b45 | 1817 | "MIT" |
e342acf7 NL |
1818 | ], |
1819 | "authors": [ | |
e342acf7 | 1820 | { |
f3052b45 NL |
1821 | "name": "Fabien Potencier", |
1822 | "email": "fabien@symfony.com" | |
e342acf7 NL |
1823 | } |
1824 | ], | |
93fd4692 | 1825 | "description": "This bundle provides a way to configure your controllers with annotations", |
e342acf7 | 1826 | "keywords": [ |
93fd4692 NL |
1827 | "annotations", |
1828 | "controllers" | |
e342acf7 | 1829 | ], |
93fd4692 | 1830 | "time": "2014-12-02 09:52:52" |
e342acf7 NL |
1831 | }, |
1832 | { | |
93fd4692 | 1833 | "name": "sensiolabs/security-checker", |
569f8d68 | 1834 | "version": "v2.0.1", |
e342acf7 NL |
1835 | "source": { |
1836 | "type": "git", | |
93fd4692 | 1837 | "url": "https://github.com/sensiolabs/security-checker.git", |
569f8d68 | 1838 | "reference": "134cecf1c61256bd8e973e11376891a724543820" |
e342acf7 NL |
1839 | }, |
1840 | "dist": { | |
1841 | "type": "zip", | |
569f8d68 NL |
1842 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/134cecf1c61256bd8e973e11376891a724543820", |
1843 | "reference": "134cecf1c61256bd8e973e11376891a724543820", | |
e342acf7 NL |
1844 | "shasum": "" |
1845 | }, | |
1846 | "require": { | |
93fd4692 NL |
1847 | "ext-curl": "*", |
1848 | "symfony/console": "~2.0" | |
e342acf7 | 1849 | }, |
93fd4692 NL |
1850 | "bin": [ |
1851 | "security-checker" | |
1852 | ], | |
e342acf7 NL |
1853 | "type": "library", |
1854 | "extra": { | |
1855 | "branch-alias": { | |
93fd4692 | 1856 | "dev-master": "2.0-dev" |
e342acf7 NL |
1857 | } |
1858 | }, | |
1859 | "autoload": { | |
f3052b45 | 1860 | "psr-0": { |
93fd4692 | 1861 | "SensioLabs\\Security": "" |
f3052b45 | 1862 | } |
e342acf7 NL |
1863 | }, |
1864 | "notification-url": "https://packagist.org/downloads/", | |
1865 | "license": [ | |
f3052b45 | 1866 | "MIT" |
e342acf7 NL |
1867 | ], |
1868 | "authors": [ | |
f3052b45 NL |
1869 | { |
1870 | "name": "Fabien Potencier", | |
93fd4692 | 1871 | "email": "fabien.potencier@gmail.com" |
e342acf7 NL |
1872 | } |
1873 | ], | |
93fd4692 | 1874 | "description": "A security checker for your composer.lock", |
569f8d68 | 1875 | "time": "2015-01-26 16:25:19" |
e342acf7 NL |
1876 | }, |
1877 | { | |
93fd4692 NL |
1878 | "name": "simplepie/simplepie", |
1879 | "version": "dev-master", | |
e342acf7 NL |
1880 | "source": { |
1881 | "type": "git", | |
93fd4692 NL |
1882 | "url": "https://github.com/simplepie/simplepie.git", |
1883 | "reference": "9a9faaa0d563426cf6d897c169373c5b62f1b252" | |
e342acf7 NL |
1884 | }, |
1885 | "dist": { | |
1886 | "type": "zip", | |
93fd4692 NL |
1887 | "url": "https://api.github.com/repos/simplepie/simplepie/zipball/9a9faaa0d563426cf6d897c169373c5b62f1b252", |
1888 | "reference": "9a9faaa0d563426cf6d897c169373c5b62f1b252", | |
e342acf7 NL |
1889 | "shasum": "" |
1890 | }, | |
1891 | "require": { | |
93fd4692 | 1892 | "php": ">=5.2.0" |
e342acf7 NL |
1893 | }, |
1894 | "type": "library", | |
e342acf7 | 1895 | "autoload": { |
f3052b45 | 1896 | "psr-0": { |
93fd4692 | 1897 | "SimplePie": "library" |
f3052b45 | 1898 | } |
e342acf7 NL |
1899 | }, |
1900 | "notification-url": "https://packagist.org/downloads/", | |
1901 | "license": [ | |
93fd4692 | 1902 | "BSD-3-Clause" |
e342acf7 NL |
1903 | ], |
1904 | "authors": [ | |
1905 | { | |
93fd4692 NL |
1906 | "name": "Ryan Parman", |
1907 | "homepage": "http://ryanparman.com/", | |
1908 | "role": "Creator, alumnus developer" | |
e342acf7 NL |
1909 | }, |
1910 | { | |
93fd4692 NL |
1911 | "name": "Geoffrey Sneddon", |
1912 | "homepage": "http://gsnedders.com/", | |
1913 | "role": "Alumnus developer" | |
1914 | }, | |
1915 | { | |
1916 | "name": "Ryan McCue", | |
1917 | "email": "me@ryanmccue.info", | |
1918 | "homepage": "http://ryanmccue.info/", | |
1919 | "role": "Developer" | |
e342acf7 NL |
1920 | } |
1921 | ], | |
93fd4692 NL |
1922 | "description": "A simple Atom/RSS parsing library for PHP", |
1923 | "homepage": "http://simplepie.org/", | |
e342acf7 | 1924 | "keywords": [ |
93fd4692 NL |
1925 | "atom", |
1926 | "feeds", | |
1927 | "rss" | |
e342acf7 | 1928 | ], |
93fd4692 | 1929 | "time": "2014-04-28 12:50:39" |
e342acf7 NL |
1930 | }, |
1931 | { | |
93fd4692 NL |
1932 | "name": "swiftmailer/swiftmailer", |
1933 | "version": "v5.3.1", | |
e342acf7 NL |
1934 | "source": { |
1935 | "type": "git", | |
93fd4692 NL |
1936 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
1937 | "reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a" | |
e342acf7 NL |
1938 | }, |
1939 | "dist": { | |
1940 | "type": "zip", | |
93fd4692 NL |
1941 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/c5f963e7f9d6f6438fda4f22d5cc2db296ec621a", |
1942 | "reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a", | |
e342acf7 NL |
1943 | "shasum": "" |
1944 | }, | |
1945 | "require": { | |
1946 | "php": ">=5.3.3" | |
1947 | }, | |
1948 | "require-dev": { | |
93fd4692 | 1949 | "mockery/mockery": "~0.9.1" |
e342acf7 NL |
1950 | }, |
1951 | "type": "library", | |
1952 | "extra": { | |
1953 | "branch-alias": { | |
93fd4692 | 1954 | "dev-master": "5.3-dev" |
e342acf7 NL |
1955 | } |
1956 | }, | |
1957 | "autoload": { | |
93fd4692 NL |
1958 | "files": [ |
1959 | "lib/swift_required.php" | |
1960 | ] | |
e342acf7 NL |
1961 | }, |
1962 | "notification-url": "https://packagist.org/downloads/", | |
1963 | "license": [ | |
f3052b45 | 1964 | "MIT" |
e342acf7 NL |
1965 | ], |
1966 | "authors": [ | |
1967 | { | |
93fd4692 | 1968 | "name": "Chris Corbyn" |
f3052b45 NL |
1969 | }, |
1970 | { | |
1971 | "name": "Fabien Potencier", | |
1972 | "email": "fabien@symfony.com" | |
e342acf7 NL |
1973 | } |
1974 | ], | |
93fd4692 NL |
1975 | "description": "Swiftmailer, free feature-rich PHP mailer", |
1976 | "homepage": "http://swiftmailer.org", | |
1977 | "keywords": [ | |
1978 | "mail", | |
1979 | "mailer" | |
1980 | ], | |
1981 | "time": "2014-12-05 14:17:14" | |
e342acf7 | 1982 | }, |
adf17b67 | 1983 | { |
93fd4692 | 1984 | "name": "symfony/assetic-bundle", |
569f8d68 | 1985 | "version": "v2.6.1", |
adf17b67 NL |
1986 | "source": { |
1987 | "type": "git", | |
93fd4692 | 1988 | "url": "https://github.com/symfony/AsseticBundle.git", |
569f8d68 | 1989 | "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0" |
adf17b67 NL |
1990 | }, |
1991 | "dist": { | |
1992 | "type": "zip", | |
569f8d68 NL |
1993 | "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/422b0add2110f0cf9bc7a873a386ea053f4a89f0", |
1994 | "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0", | |
adf17b67 NL |
1995 | "shasum": "" |
1996 | }, | |
1997 | "require": { | |
93fd4692 NL |
1998 | "kriswallsmith/assetic": "~1.2", |
1999 | "php": ">=5.3.0", | |
569f8d68 NL |
2000 | "symfony/console": "~2.3", |
2001 | "symfony/dependency-injection": "~2.3", | |
2002 | "symfony/framework-bundle": "~2.3", | |
2003 | "symfony/yaml": "~2.3" | |
adf17b67 NL |
2004 | }, |
2005 | "require-dev": { | |
93fd4692 NL |
2006 | "kriswallsmith/spork": "~0.2", |
2007 | "patchwork/jsqueeze": "~1.0", | |
569f8d68 NL |
2008 | "symfony/class-loader": "~2.3", |
2009 | "symfony/css-selector": "~2.3", | |
2010 | "symfony/dom-crawler": "~2.3", | |
2011 | "symfony/twig-bundle": "~2.3" | |
adf17b67 NL |
2012 | }, |
2013 | "suggest": { | |
93fd4692 NL |
2014 | "kriswallsmith/spork": "to be able to dump assets in parallel", |
2015 | "symfony/twig-bundle": "to use the Twig integration" | |
adf17b67 | 2016 | }, |
93fd4692 | 2017 | "type": "symfony-bundle", |
adf17b67 NL |
2018 | "extra": { |
2019 | "branch-alias": { | |
93fd4692 | 2020 | "dev-master": "2.5-dev" |
adf17b67 NL |
2021 | } |
2022 | }, | |
2023 | "autoload": { | |
93fd4692 NL |
2024 | "psr-4": { |
2025 | "Symfony\\Bundle\\AsseticBundle\\": "" | |
adf17b67 NL |
2026 | } |
2027 | }, | |
2028 | "notification-url": "https://packagist.org/downloads/", | |
2029 | "license": [ | |
2030 | "MIT" | |
2031 | ], | |
2032 | "authors": [ | |
7d2eb7a7 | 2033 | { |
93fd4692 NL |
2034 | "name": "Kris Wallsmith", |
2035 | "email": "kris.wallsmith@gmail.com", | |
2036 | "homepage": "http://kriswallsmith.net/" | |
7d2eb7a7 NL |
2037 | } |
2038 | ], | |
93fd4692 NL |
2039 | "description": "Integrates Assetic into Symfony2", |
2040 | "homepage": "https://github.com/symfony/AsseticBundle", | |
2041 | "keywords": [ | |
2042 | "assets", | |
2043 | "compression", | |
2044 | "minification" | |
2045 | ], | |
569f8d68 | 2046 | "time": "2015-01-27 12:45:16" |
7d2eb7a7 NL |
2047 | }, |
2048 | { | |
93fd4692 NL |
2049 | "name": "symfony/monolog-bundle", |
2050 | "version": "v2.7.1", | |
7d2eb7a7 NL |
2051 | "source": { |
2052 | "type": "git", | |
93fd4692 NL |
2053 | "url": "https://github.com/symfony/MonologBundle.git", |
2054 | "reference": "9320b6863404c70ebe111e9040dab96f251de7ac" | |
7d2eb7a7 NL |
2055 | }, |
2056 | "dist": { | |
2057 | "type": "zip", | |
93fd4692 NL |
2058 | "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/9320b6863404c70ebe111e9040dab96f251de7ac", |
2059 | "reference": "9320b6863404c70ebe111e9040dab96f251de7ac", | |
7d2eb7a7 NL |
2060 | "shasum": "" |
2061 | }, | |
2062 | "require": { | |
93fd4692 NL |
2063 | "monolog/monolog": "~1.8", |
2064 | "php": ">=5.3.2", | |
2065 | "symfony/config": "~2.3", | |
2066 | "symfony/dependency-injection": "~2.3", | |
2067 | "symfony/http-kernel": "~2.3", | |
2068 | "symfony/monolog-bridge": "~2.3" | |
7d2eb7a7 | 2069 | }, |
f3052b45 | 2070 | "require-dev": { |
93fd4692 NL |
2071 | "symfony/console": "~2.3", |
2072 | "symfony/yaml": "~2.3" | |
f3052b45 | 2073 | }, |
93fd4692 | 2074 | "type": "symfony-bundle", |
7d2eb7a7 NL |
2075 | "extra": { |
2076 | "branch-alias": { | |
93fd4692 | 2077 | "dev-master": "2.7.x-dev" |
7d2eb7a7 NL |
2078 | } |
2079 | }, | |
2080 | "autoload": { | |
93fd4692 NL |
2081 | "psr-4": { |
2082 | "Symfony\\Bundle\\MonologBundle\\": "" | |
7d2eb7a7 NL |
2083 | } |
2084 | }, | |
2085 | "notification-url": "https://packagist.org/downloads/", | |
2086 | "license": [ | |
2087 | "MIT" | |
2088 | ], | |
2089 | "authors": [ | |
adf17b67 NL |
2090 | { |
2091 | "name": "Symfony Community", | |
2092 | "homepage": "http://symfony.com/contributors" | |
2093 | }, | |
7d2eb7a7 NL |
2094 | { |
2095 | "name": "Fabien Potencier", | |
2096 | "email": "fabien@symfony.com" | |
adf17b67 NL |
2097 | } |
2098 | ], | |
93fd4692 | 2099 | "description": "Symfony MonologBundle", |
adf17b67 | 2100 | "homepage": "http://symfony.com", |
93fd4692 NL |
2101 | "keywords": [ |
2102 | "log", | |
2103 | "logging" | |
2104 | ], | |
2105 | "time": "2015-01-04 20:21:17" | |
adf17b67 NL |
2106 | }, |
2107 | { | |
93fd4692 NL |
2108 | "name": "symfony/swiftmailer-bundle", |
2109 | "version": "v2.3.8", | |
adf17b67 NL |
2110 | "source": { |
2111 | "type": "git", | |
93fd4692 NL |
2112 | "url": "https://github.com/symfony/SwiftmailerBundle.git", |
2113 | "reference": "970b13d01871207e81d17b17ddda025e7e21e797" | |
adf17b67 NL |
2114 | }, |
2115 | "dist": { | |
2116 | "type": "zip", | |
93fd4692 NL |
2117 | "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797", |
2118 | "reference": "970b13d01871207e81d17b17ddda025e7e21e797", | |
adf17b67 NL |
2119 | "shasum": "" |
2120 | }, | |
2121 | "require": { | |
93fd4692 NL |
2122 | "php": ">=5.3.2", |
2123 | "swiftmailer/swiftmailer": ">=4.2.0,~5.0", | |
2124 | "symfony/swiftmailer-bridge": "~2.1" | |
adf17b67 NL |
2125 | }, |
2126 | "require-dev": { | |
93fd4692 NL |
2127 | "symfony/config": "~2.1", |
2128 | "symfony/dependency-injection": "~2.1", | |
2129 | "symfony/http-kernel": "~2.1", | |
2130 | "symfony/yaml": "~2.1" | |
adf17b67 NL |
2131 | }, |
2132 | "suggest": { | |
93fd4692 NL |
2133 | "psr/log": "Allows logging" |
2134 | }, | |
2135 | "type": "symfony-bundle", | |
adf17b67 NL |
2136 | "extra": { |
2137 | "branch-alias": { | |
93fd4692 | 2138 | "dev-master": "2.3-dev" |
adf17b67 NL |
2139 | } |
2140 | }, | |
2141 | "autoload": { | |
93fd4692 NL |
2142 | "psr-4": { |
2143 | "Symfony\\Bundle\\SwiftmailerBundle\\": "" | |
adf17b67 NL |
2144 | } |
2145 | }, | |
2146 | "notification-url": "https://packagist.org/downloads/", | |
2147 | "license": [ | |
2148 | "MIT" | |
2149 | ], | |
2150 | "authors": [ | |
7d2eb7a7 NL |
2151 | { |
2152 | "name": "Symfony Community", | |
2153 | "homepage": "http://symfony.com/contributors" | |
adf17b67 NL |
2154 | }, |
2155 | { | |
2156 | "name": "Fabien Potencier", | |
2157 | "email": "fabien@symfony.com" | |
7d2eb7a7 NL |
2158 | } |
2159 | ], | |
93fd4692 | 2160 | "description": "Symfony SwiftmailerBundle", |
7d2eb7a7 | 2161 | "homepage": "http://symfony.com", |
93fd4692 | 2162 | "time": "2014-12-01 17:44:50" |
7d2eb7a7 | 2163 | }, |
1345a107 | 2164 | { |
93fd4692 | 2165 | "name": "symfony/symfony", |
1345a107 | 2166 | "version": "v2.6.3", |
1345a107 NL |
2167 | "source": { |
2168 | "type": "git", | |
93fd4692 NL |
2169 | "url": "https://github.com/symfony/symfony.git", |
2170 | "reference": "c34ef418015793a4653f2670afb69dd167ebf578" | |
1345a107 NL |
2171 | }, |
2172 | "dist": { | |
2173 | "type": "zip", | |
93fd4692 NL |
2174 | "url": "https://api.github.com/repos/symfony/symfony/zipball/c34ef418015793a4653f2670afb69dd167ebf578", |
2175 | "reference": "c34ef418015793a4653f2670afb69dd167ebf578", | |
1345a107 NL |
2176 | "shasum": "" |
2177 | }, | |
2178 | "require": { | |
93fd4692 NL |
2179 | "doctrine/common": "~2.3", |
2180 | "php": ">=5.3.3", | |
2181 | "psr/log": "~1.0", | |
2182 | "twig/twig": "~1.12,>=1.12.3" | |
2183 | }, | |
2184 | "replace": { | |
2185 | "symfony/browser-kit": "self.version", | |
2186 | "symfony/class-loader": "self.version", | |
2187 | "symfony/config": "self.version", | |
2188 | "symfony/console": "self.version", | |
2189 | "symfony/css-selector": "self.version", | |
2190 | "symfony/debug": "self.version", | |
2191 | "symfony/debug-bundle": "self.version", | |
2192 | "symfony/dependency-injection": "self.version", | |
2193 | "symfony/doctrine-bridge": "self.version", | |
2194 | "symfony/dom-crawler": "self.version", | |
2195 | "symfony/event-dispatcher": "self.version", | |
2196 | "symfony/expression-language": "self.version", | |
2197 | "symfony/filesystem": "self.version", | |
2198 | "symfony/finder": "self.version", | |
2199 | "symfony/form": "self.version", | |
2200 | "symfony/framework-bundle": "self.version", | |
2201 | "symfony/http-foundation": "self.version", | |
2202 | "symfony/http-kernel": "self.version", | |
2203 | "symfony/intl": "self.version", | |
2204 | "symfony/locale": "self.version", | |
2205 | "symfony/monolog-bridge": "self.version", | |
2206 | "symfony/options-resolver": "self.version", | |
2207 | "symfony/process": "self.version", | |
2208 | "symfony/propel1-bridge": "self.version", | |
2209 | "symfony/property-access": "self.version", | |
2210 | "symfony/proxy-manager-bridge": "self.version", | |
2211 | "symfony/routing": "self.version", | |
2212 | "symfony/security": "self.version", | |
2213 | "symfony/security-acl": "self.version", | |
2214 | "symfony/security-bundle": "self.version", | |
2215 | "symfony/security-core": "self.version", | |
2216 | "symfony/security-csrf": "self.version", | |
2217 | "symfony/security-http": "self.version", | |
2218 | "symfony/serializer": "self.version", | |
2219 | "symfony/stopwatch": "self.version", | |
2220 | "symfony/swiftmailer-bridge": "self.version", | |
2221 | "symfony/templating": "self.version", | |
2222 | "symfony/translation": "self.version", | |
2223 | "symfony/twig-bridge": "self.version", | |
2224 | "symfony/twig-bundle": "self.version", | |
2225 | "symfony/validator": "self.version", | |
2226 | "symfony/var-dumper": "self.version", | |
2227 | "symfony/web-profiler-bundle": "self.version", | |
2228 | "symfony/yaml": "self.version" | |
2229 | }, | |
2230 | "require-dev": { | |
2231 | "doctrine/data-fixtures": "1.0.*", | |
2232 | "doctrine/dbal": "~2.2", | |
2233 | "doctrine/doctrine-bundle": "~1.2", | |
2234 | "doctrine/orm": "~2.2,>=2.2.3", | |
2235 | "egulias/email-validator": "~1.2", | |
2236 | "ircmaxell/password-compat": "~1.0", | |
2237 | "monolog/monolog": "~1.11", | |
2238 | "ocramius/proxy-manager": "~0.4|~1.0", | |
2239 | "propel/propel1": "~1.6" | |
1345a107 NL |
2240 | }, |
2241 | "type": "library", | |
2242 | "extra": { | |
2243 | "branch-alias": { | |
2244 | "dev-master": "2.6-dev" | |
2245 | } | |
2246 | }, | |
2247 | "autoload": { | |
2248 | "psr-0": { | |
93fd4692 NL |
2249 | "Symfony\\": "src/" |
2250 | }, | |
2251 | "classmap": [ | |
2252 | "src/Symfony/Component/HttpFoundation/Resources/stubs", | |
2253 | "src/Symfony/Component/Intl/Resources/stubs" | |
2254 | ], | |
2255 | "files": [ | |
2256 | "src/Symfony/Component/Intl/Resources/stubs/functions.php" | |
2257 | ] | |
1345a107 NL |
2258 | }, |
2259 | "notification-url": "https://packagist.org/downloads/", | |
2260 | "license": [ | |
2261 | "MIT" | |
2262 | ], | |
2263 | "authors": [ | |
2264 | { | |
2265 | "name": "Symfony Community", | |
2266 | "homepage": "http://symfony.com/contributors" | |
2267 | }, | |
2268 | { | |
2269 | "name": "Fabien Potencier", | |
2270 | "email": "fabien@symfony.com" | |
2271 | } | |
2272 | ], | |
93fd4692 | 2273 | "description": "The Symfony PHP framework", |
1345a107 | 2274 | "homepage": "http://symfony.com", |
93fd4692 NL |
2275 | "keywords": [ |
2276 | "framework" | |
2277 | ], | |
2278 | "time": "2015-01-07 14:47:29" | |
1345a107 | 2279 | }, |
3329f1bf NL |
2280 | { |
2281 | "name": "tecnick.com/tcpdf", | |
2282 | "version": "dev-master", | |
2283 | "source": { | |
2284 | "type": "git", | |
2285 | "url": "https://github.com/tecnickcom/TCPDF.git", | |
569f8d68 | 2286 | "reference": "da2fe9359426ca334417549248307f33cd042ace" |
3329f1bf NL |
2287 | }, |
2288 | "dist": { | |
2289 | "type": "zip", | |
569f8d68 NL |
2290 | "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/da2fe9359426ca334417549248307f33cd042ace", |
2291 | "reference": "da2fe9359426ca334417549248307f33cd042ace", | |
3329f1bf NL |
2292 | "shasum": "" |
2293 | }, | |
2294 | "require": { | |
2295 | "php": ">=5.3.0" | |
2296 | }, | |
2297 | "type": "library", | |
2298 | "autoload": { | |
2299 | "classmap": [ | |
2300 | "fonts", | |
2301 | "config", | |
2302 | "include", | |
2303 | "tcpdf.php", | |
2304 | "tcpdf_parser.php", | |
2305 | "tcpdf_import.php", | |
2306 | "tcpdf_barcodes_1d.php", | |
2307 | "tcpdf_barcodes_2d.php", | |
2308 | "include/tcpdf_colors.php", | |
2309 | "include/tcpdf_filters.php", | |
2310 | "include/tcpdf_font_data.php", | |
2311 | "include/tcpdf_fonts.php", | |
2312 | "include/tcpdf_images.php", | |
2313 | "include/tcpdf_static.php", | |
2314 | "include/barcodes/datamatrix.php", | |
2315 | "include/barcodes/pdf417.php", | |
2316 | "include/barcodes/qrcode.php" | |
2317 | ] | |
2318 | }, | |
2319 | "notification-url": "https://packagist.org/downloads/", | |
2320 | "license": [ | |
2321 | "LGPLv3" | |
2322 | ], | |
2323 | "authors": [ | |
2324 | { | |
2325 | "name": "Nicola Asuni", | |
2326 | "email": "info@tecnick.com", | |
2327 | "homepage": "http://nicolaasuni.tecnick.com" | |
2328 | } | |
2329 | ], | |
2330 | "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", | |
2331 | "homepage": "http://www.tcpdf.org/", | |
2332 | "keywords": [ | |
2333 | "PDFD32000-2008", | |
2334 | "TCPDF", | |
2335 | "barcodes", | |
2336 | "datamatrix", | |
2337 | "pdf", | |
2338 | "pdf417", | |
2339 | "qrcode" | |
2340 | ], | |
569f8d68 | 2341 | "time": "2015-01-24 09:41:10" |
3329f1bf | 2342 | }, |
7d2eb7a7 | 2343 | { |
f3052b45 NL |
2344 | "name": "twig/extensions", |
2345 | "version": "v1.0.1", | |
7d2eb7a7 NL |
2346 | "source": { |
2347 | "type": "git", | |
f3052b45 NL |
2348 | "url": "https://github.com/twigphp/Twig-extensions.git", |
2349 | "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0" | |
7d2eb7a7 NL |
2350 | }, |
2351 | "dist": { | |
2352 | "type": "zip", | |
f3052b45 NL |
2353 | "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/f91a82ec225e5bb108e01a0f93c9be04f84dcfa0", |
2354 | "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0", | |
7d2eb7a7 NL |
2355 | "shasum": "" |
2356 | }, | |
2357 | "require": { | |
f3052b45 | 2358 | "twig/twig": "~1.0" |
7d2eb7a7 NL |
2359 | }, |
2360 | "type": "library", | |
2361 | "extra": { | |
2362 | "branch-alias": { | |
f3052b45 | 2363 | "dev-master": "1.0.x-dev" |
7d2eb7a7 NL |
2364 | } |
2365 | }, | |
2366 | "autoload": { | |
2367 | "psr-0": { | |
f3052b45 | 2368 | "Twig_Extensions_": "lib/" |
7d2eb7a7 NL |
2369 | } |
2370 | }, | |
2371 | "notification-url": "https://packagist.org/downloads/", | |
2372 | "license": [ | |
2373 | "MIT" | |
2374 | ], | |
2375 | "authors": [ | |
2376 | { | |
2377 | "name": "Fabien Potencier", | |
2378 | "email": "fabien@symfony.com" | |
adf17b67 NL |
2379 | } |
2380 | ], | |
f3052b45 NL |
2381 | "description": "Common additional features for Twig that do not directly belong in core", |
2382 | "homepage": "https://github.com/fabpot/Twig-extensions", | |
2383 | "keywords": [ | |
2384 | "debug", | |
2385 | "i18n", | |
2386 | "text" | |
2387 | ], | |
2388 | "time": "2013-10-18 19:37:15" | |
adf17b67 NL |
2389 | }, |
2390 | { | |
f3052b45 | 2391 | "name": "twig/twig", |
569f8d68 | 2392 | "version": "v1.18.0", |
adf17b67 NL |
2393 | "source": { |
2394 | "type": "git", | |
f3052b45 | 2395 | "url": "https://github.com/twigphp/Twig.git", |
569f8d68 | 2396 | "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf" |
adf17b67 NL |
2397 | }, |
2398 | "dist": { | |
2399 | "type": "zip", | |
569f8d68 NL |
2400 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/4cf7464348e7f9893a93f7096a90b73722be99cf", |
2401 | "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf", | |
adf17b67 NL |
2402 | "shasum": "" |
2403 | }, | |
2404 | "require": { | |
f3052b45 | 2405 | "php": ">=5.2.4" |
adf17b67 NL |
2406 | }, |
2407 | "type": "library", | |
2408 | "extra": { | |
2409 | "branch-alias": { | |
569f8d68 | 2410 | "dev-master": "1.18-dev" |
adf17b67 NL |
2411 | } |
2412 | }, | |
2413 | "autoload": { | |
2414 | "psr-0": { | |
f3052b45 | 2415 | "Twig_": "lib/" |
adf17b67 NL |
2416 | } |
2417 | }, | |
2418 | "notification-url": "https://packagist.org/downloads/", | |
2419 | "license": [ | |
f3052b45 | 2420 | "BSD-3-Clause" |
adf17b67 NL |
2421 | ], |
2422 | "authors": [ | |
7d2eb7a7 | 2423 | { |
f3052b45 NL |
2424 | "name": "Fabien Potencier", |
2425 | "email": "fabien@symfony.com", | |
2426 | "homepage": "http://fabien.potencier.org", | |
2427 | "role": "Lead Developer" | |
adf17b67 NL |
2428 | }, |
2429 | { | |
f3052b45 NL |
2430 | "name": "Armin Ronacher", |
2431 | "email": "armin.ronacher@active-4.com", | |
2432 | "role": "Project Founder" | |
2433 | }, | |
2434 | { | |
2435 | "name": "Twig Team", | |
2436 | "homepage": "http://twig.sensiolabs.org/contributors", | |
2437 | "role": "Contributors" | |
7d2eb7a7 NL |
2438 | } |
2439 | ], | |
f3052b45 NL |
2440 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
2441 | "homepage": "http://twig.sensiolabs.org", | |
2442 | "keywords": [ | |
2443 | "templating" | |
2444 | ], | |
569f8d68 | 2445 | "time": "2015-01-25 17:32:08" |
7d2eb7a7 NL |
2446 | }, |
2447 | { | |
f3052b45 NL |
2448 | "name": "umpirsky/twig-gettext-extractor", |
2449 | "version": "1.1.3", | |
7d2eb7a7 NL |
2450 | "source": { |
2451 | "type": "git", | |
f3052b45 NL |
2452 | "url": "https://github.com/umpirsky/Twig-Gettext-Extractor.git", |
2453 | "reference": "1.1.3" | |
7d2eb7a7 NL |
2454 | }, |
2455 | "dist": { | |
2456 | "type": "zip", | |
f3052b45 NL |
2457 | "url": "https://api.github.com/repos/umpirsky/Twig-Gettext-Extractor/zipball/1.1.3", |
2458 | "reference": "1.1.3", | |
7d2eb7a7 NL |
2459 | "shasum": "" |
2460 | }, | |
2461 | "require": { | |
2462 | "php": ">=5.3.3", | |
f3052b45 NL |
2463 | "symfony/filesystem": ">=2.0,<3.0", |
2464 | "symfony/form": ">=2.0,<3.0", | |
2465 | "symfony/routing": ">=2.0,<3.0", | |
2466 | "symfony/translation": ">=2.0,<3.0", | |
2467 | "symfony/twig-bridge": ">=2.0,<3.0", | |
2468 | "twig/extensions": "1.0.*", | |
2469 | "twig/twig": ">=1.2.0,<2.0-dev" | |
adf17b67 NL |
2470 | }, |
2471 | "require-dev": { | |
f3052b45 | 2472 | "symfony/config": "2.1.*" |
adf17b67 | 2473 | }, |
f3052b45 NL |
2474 | "bin": [ |
2475 | "twig-gettext-extractor" | |
2476 | ], | |
2477 | "type": "application", | |
7d2eb7a7 NL |
2478 | "autoload": { |
2479 | "psr-0": { | |
f3052b45 | 2480 | "Twig\\Gettext": "." |
7d2eb7a7 NL |
2481 | } |
2482 | }, | |
2483 | "notification-url": "https://packagist.org/downloads/", | |
2484 | "license": [ | |
2485 | "MIT" | |
2486 | ], | |
2487 | "authors": [ | |
2488 | { | |
f3052b45 NL |
2489 | "name": "Саша Стаменковић", |
2490 | "email": "umpirsky@gmail.com", | |
2491 | "homepage": "http://umpirsky.com" | |
7d2eb7a7 NL |
2492 | } |
2493 | ], | |
f3052b45 NL |
2494 | "description": "The Twig Gettext Extractor is Poedit friendly tool which extracts translations from twig templates.", |
2495 | "time": "2013-02-14 16:41:48" | |
7d2eb7a7 | 2496 | }, |
c78c1a3f NL |
2497 | { |
2498 | "name": "wallabag/Fivefilters_Libraries", | |
2499 | "version": "dev-master", | |
2500 | "source": { | |
2501 | "type": "git", | |
2502 | "url": "https://github.com/wallabag/Fivefilters_Libraries.git", | |
2503 | "reference": "93b5469d6036a68ce60f126f8430b3e1fbf1562f" | |
2504 | }, | |
2505 | "dist": { | |
2506 | "type": "zip", | |
2507 | "url": "https://api.github.com/repos/wallabag/Fivefilters_Libraries/zipball/93b5469d6036a68ce60f126f8430b3e1fbf1562f", | |
2508 | "reference": "93b5469d6036a68ce60f126f8430b3e1fbf1562f", | |
2509 | "shasum": "" | |
2510 | }, | |
2511 | "type": "library", | |
2512 | "authors": [ | |
2513 | { | |
2514 | "name": "Nicolas Lœuillet", | |
2515 | "email": "nicolas@loeuillet.org", | |
2516 | "homepage": "http://www.cdetc.fr" | |
2517 | } | |
2518 | ], | |
2519 | "description": "Libraries from @fivefilters.", | |
2520 | "homepage": "https://github.com/wallabag/Fivefilters_Libraries", | |
2521 | "support": { | |
2522 | "source": "https://github.com/wallabag/Fivefilters_Libraries/tree/master", | |
2523 | "issues": "https://github.com/wallabag/Fivefilters_Libraries/issues" | |
2524 | }, | |
2525 | "time": "2015-01-19 20:19:28" | |
2526 | }, | |
99410a21 NL |
2527 | { |
2528 | "name": "wallabag/PHPePub", | |
2529 | "version": "dev-master", | |
2530 | "source": { | |
2531 | "type": "git", | |
2532 | "url": "https://github.com/wallabag/PHPePub.git", | |
2533 | "reference": "7c78733d33344308520758d7f3f7bc2cc51b3512" | |
2534 | }, | |
2535 | "dist": { | |
2536 | "type": "zip", | |
2537 | "url": "https://api.github.com/repos/wallabag/PHPePub/zipball/7c78733d33344308520758d7f3f7bc2cc51b3512", | |
2538 | "reference": "7c78733d33344308520758d7f3f7bc2cc51b3512", | |
2539 | "shasum": "" | |
2540 | }, | |
2541 | "require": { | |
2542 | "php": ">=5.3.0" | |
2543 | }, | |
2544 | "type": "library", | |
2545 | "autoload": { | |
2546 | "classmap": [ | |
2547 | "EPub.php", | |
2548 | "EPub.HtmlEntities.php", | |
2549 | "EPub.NCX.php", | |
2550 | "EPub.OPF.php", | |
2551 | "EPubChapterSplitter.php", | |
2552 | "lib.uuid.php", | |
2553 | "Logger.php", | |
2554 | "Zip.php" | |
2555 | ] | |
2556 | }, | |
2557 | "authors": [ | |
2558 | { | |
2559 | "name": "Nicolas Lœuillet", | |
2560 | "email": "nicolas@loeuillet.org", | |
2561 | "homepage": "http://www.cdetc.fr" | |
2562 | } | |
2563 | ], | |
2564 | "description": "PHP Classes for dynamically generating EPub files.", | |
2565 | "homepage": "https://github.com/wallabag/PHPePub", | |
2566 | "support": { | |
2567 | "source": "https://github.com/wallabag/PHPePub/tree/master" | |
2568 | }, | |
2569 | "time": "2015-01-19 11:44:19" | |
2570 | }, | |
7d2eb7a7 | 2571 | { |
f3052b45 NL |
2572 | "name": "wallabag/kriss_php5", |
2573 | "version": "dev-master", | |
7d2eb7a7 NL |
2574 | "source": { |
2575 | "type": "git", | |
f3052b45 NL |
2576 | "url": "https://github.com/wallabag/kriss_php5.git", |
2577 | "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1" | |
7d2eb7a7 NL |
2578 | }, |
2579 | "dist": { | |
2580 | "type": "zip", | |
f3052b45 NL |
2581 | "url": "https://api.github.com/repos/wallabag/kriss_php5/zipball/f2dd88621a04828cdeb8d9a59b72fd34c94658b1", |
2582 | "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1", | |
7d2eb7a7 NL |
2583 | "shasum": "" |
2584 | }, | |
2585 | "require": { | |
f3052b45 | 2586 | "php": ">=5.3.0" |
7d2eb7a7 NL |
2587 | }, |
2588 | "type": "library", | |
7d2eb7a7 | 2589 | "autoload": { |
7d2eb7a7 | 2590 | "files": [ |
f3052b45 | 2591 | "Session.php" |
7d2eb7a7 NL |
2592 | ] |
2593 | }, | |
7d2eb7a7 NL |
2594 | "authors": [ |
2595 | { | |
f3052b45 NL |
2596 | "name": "Nicolas Lœuillet", |
2597 | "email": "nicolas@loeuillet.org", | |
2598 | "homepage": "http://www.cdetc.fr" | |
7d2eb7a7 NL |
2599 | } |
2600 | ], | |
f3052b45 NL |
2601 | "description": "A simple and smart (or stupid) php5 snippets repository", |
2602 | "homepage": "https://github.com/wallabag/kriss_php5", | |
2603 | "support": { | |
2604 | "source": "https://github.com/wallabag/kriss_php5/tree/master" | |
2605 | }, | |
2606 | "time": "2015-01-18 21:21:43" | |
7d2eb7a7 NL |
2607 | }, |
2608 | { | |
f3052b45 NL |
2609 | "name": "wallabag/pagination", |
2610 | "version": "dev-master", | |
7d2eb7a7 NL |
2611 | "source": { |
2612 | "type": "git", | |
f3052b45 NL |
2613 | "url": "https://github.com/wallabag/pagination.git", |
2614 | "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb" | |
7d2eb7a7 NL |
2615 | }, |
2616 | "dist": { | |
2617 | "type": "zip", | |
f3052b45 NL |
2618 | "url": "https://api.github.com/repos/wallabag/pagination/zipball/54e442b31c90e50e331cb8ac400537e0eda30deb", |
2619 | "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb", | |
7d2eb7a7 NL |
2620 | "shasum": "" |
2621 | }, | |
2622 | "require": { | |
f3052b45 | 2623 | "php": ">=5.3.0" |
7d2eb7a7 NL |
2624 | }, |
2625 | "type": "library", | |
7d2eb7a7 | 2626 | "autoload": { |
f3052b45 NL |
2627 | "files": [ |
2628 | "paginator.php" | |
2629 | ] | |
7d2eb7a7 | 2630 | }, |
7d2eb7a7 | 2631 | "authors": [ |
7d2eb7a7 | 2632 | { |
f3052b45 NL |
2633 | "name": "Nicolas Lœuillet", |
2634 | "email": "nicolas@loeuillet.org", | |
2635 | "homepage": "http://www.cdetc.fr" | |
7d2eb7a7 NL |
2636 | } |
2637 | ], | |
f3052b45 NL |
2638 | "description": "Paginate record sets, not tied in directly to a database.", |
2639 | "homepage": "https://github.com/wallabag/pagination", | |
2640 | "support": { | |
2641 | "source": "https://github.com/wallabag/pagination/tree/master" | |
2642 | }, | |
2643 | "time": "2015-01-19 09:24:39" | |
7d2eb7a7 NL |
2644 | }, |
2645 | { | |
f3052b45 NL |
2646 | "name": "wallabag/php-flash-messages", |
2647 | "version": "dev-master", | |
7d2eb7a7 NL |
2648 | "source": { |
2649 | "type": "git", | |
f3052b45 NL |
2650 | "url": "https://github.com/wallabag/PHP-Flash-Messages.git", |
2651 | "reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab" | |
7d2eb7a7 NL |
2652 | }, |
2653 | "dist": { | |
2654 | "type": "zip", | |
f3052b45 NL |
2655 | "url": "https://api.github.com/repos/wallabag/PHP-Flash-Messages/zipball/ea68eb768f32156baa15f7a3cd880ba8ff5af6ab", |
2656 | "reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab", | |
7d2eb7a7 NL |
2657 | "shasum": "" |
2658 | }, | |
2659 | "require": { | |
f3052b45 | 2660 | "php": ">=5.3.0" |
7d2eb7a7 NL |
2661 | }, |
2662 | "type": "library", | |
7d2eb7a7 | 2663 | "autoload": { |
f3052b45 NL |
2664 | "files": [ |
2665 | "class.messages.php" | |
2666 | ] | |
7d2eb7a7 | 2667 | }, |
7d2eb7a7 | 2668 | "license": [ |
f3052b45 | 2669 | "Apache" |
7d2eb7a7 NL |
2670 | ], |
2671 | "authors": [ | |
7d2eb7a7 | 2672 | { |
f3052b45 NL |
2673 | "name": "Nicolas Lœuillet", |
2674 | "email": "nicolas@loeuillet.org", | |
2675 | "homepage": "http://www.cdetc.fr" | |
7d2eb7a7 NL |
2676 | } |
2677 | ], | |
f3052b45 NL |
2678 | "description": "Session-based Flash Messages class for PHP", |
2679 | "homepage": "https://github.com/wallabag/PHP-Flash-Messages", | |
7d2eb7a7 | 2680 | "keywords": [ |
f3052b45 NL |
2681 | "flash", |
2682 | "messages", | |
2683 | "php-flash-messages", | |
2684 | "sessions" | |
7d2eb7a7 | 2685 | ], |
f3052b45 NL |
2686 | "support": { |
2687 | "source": "https://github.com/wallabag/PHP-Flash-Messages/tree/master" | |
2688 | }, | |
2689 | "time": "2015-01-18 19:51:55" | |
96b2c59c NL |
2690 | }, |
2691 | { | |
2692 | "name": "wallabag/php-readability", | |
2693 | "version": "dev-master", | |
2694 | "source": { | |
2695 | "type": "git", | |
2696 | "url": "https://github.com/wallabag/php-readability.git", | |
2697 | "reference": "a37a1482b9964ae1804dbed0bffa00988523c387" | |
2698 | }, | |
2699 | "dist": { | |
2700 | "type": "zip", | |
2701 | "url": "https://api.github.com/repos/wallabag/php-readability/zipball/a37a1482b9964ae1804dbed0bffa00988523c387", | |
2702 | "reference": "a37a1482b9964ae1804dbed0bffa00988523c387", | |
2703 | "shasum": "" | |
2704 | }, | |
2705 | "require": { | |
2706 | "php": ">=5.2" | |
2707 | }, | |
2708 | "type": "library", | |
2709 | "autoload": { | |
2710 | "psr-0": { | |
2711 | "Readability": "" | |
2712 | } | |
2713 | }, | |
2714 | "license": [ | |
2715 | "Apache-2.0" | |
2716 | ], | |
2717 | "authors": [ | |
2718 | { | |
2719 | "name": "Keyvan Minoukadeh", | |
2720 | "email": "keyvan@keyvan.net", | |
2721 | "homepage": "http://keyvan.net", | |
2722 | "role": "Developer (ported original JS code to PHP)" | |
2723 | }, | |
2724 | { | |
2725 | "name": "Arc90", | |
2726 | "homepage": "http://arc90.com", | |
2727 | "role": "Developer (original JS version)" | |
2728 | } | |
2729 | ], | |
2730 | "description": "Automatic article extraction from HTML", | |
2731 | "homepage": "https://github.com/wallabag/php-readability", | |
2732 | "keywords": [ | |
2733 | "article", | |
2734 | "article extraction", | |
2735 | "content", | |
2736 | "content extraction", | |
2737 | "extraction", | |
2738 | "html" | |
2739 | ], | |
2740 | "support": { | |
2741 | "source": "https://github.com/wallabag/php-readability/tree/master", | |
2742 | "issues": "https://github.com/wallabag/php-readability/issues" | |
2743 | }, | |
2744 | "time": "2015-01-19 12:25:38" | |
2745 | }, | |
2746 | { | |
2747 | "name": "wallabag/phpMobi", | |
2748 | "version": "dev-master", | |
2749 | "source": { | |
2750 | "type": "git", | |
2751 | "url": "https://github.com/wallabag/phpMobi.git", | |
90c67dbd | 2752 | "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d" |
96b2c59c NL |
2753 | }, |
2754 | "dist": { | |
2755 | "type": "zip", | |
90c67dbd NL |
2756 | "url": "https://api.github.com/repos/wallabag/phpMobi/zipball/5137696542f08f8e6a0603c01970c6d3eca9873d", |
2757 | "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d", | |
96b2c59c NL |
2758 | "shasum": "" |
2759 | }, | |
2760 | "require": { | |
2761 | "php": ">=5.3.0" | |
2762 | }, | |
2763 | "type": "library", | |
2764 | "autoload": { | |
2765 | "files": [ | |
2766 | "MOBIClass/MOBI.php" | |
2767 | ] | |
2768 | }, | |
2769 | "authors": [ | |
2770 | { | |
2771 | "name": "Nicolas Lœuillet", | |
2772 | "email": "nicolas@loeuillet.org", | |
2773 | "homepage": "http://www.cdetc.fr" | |
2774 | } | |
2775 | ], | |
2776 | "description": "An experimental Mobipocket file creator in PHP.", | |
2777 | "homepage": "https://github.com/wallabag/phpMobi", | |
2778 | "support": { | |
2779 | "source": "https://github.com/wallabag/phpMobi/tree/master" | |
2780 | }, | |
90c67dbd | 2781 | "time": "2015-01-19 12:43:17" |
569f8d68 NL |
2782 | }, |
2783 | { | |
2784 | "name": "willdurand/jsonp-callback-validator", | |
2785 | "version": "v1.1.0", | |
2786 | "source": { | |
2787 | "type": "git", | |
2788 | "url": "https://github.com/willdurand/JsonpCallbackValidator.git", | |
2789 | "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909" | |
2790 | }, | |
2791 | "dist": { | |
2792 | "type": "zip", | |
2793 | "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909", | |
2794 | "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909", | |
2795 | "shasum": "" | |
2796 | }, | |
2797 | "require": { | |
2798 | "php": ">=5.3.0" | |
2799 | }, | |
2800 | "require-dev": { | |
2801 | "phpunit/phpunit": "~3.7" | |
2802 | }, | |
2803 | "type": "library", | |
2804 | "autoload": { | |
2805 | "psr-0": { | |
2806 | "JsonpCallbackValidator": "src/" | |
2807 | } | |
2808 | }, | |
2809 | "notification-url": "https://packagist.org/downloads/", | |
2810 | "license": [ | |
2811 | "MIT" | |
2812 | ], | |
2813 | "authors": [ | |
2814 | { | |
2815 | "name": "William Durand", | |
2816 | "email": "william.durand1@gmail.com", | |
2817 | "homepage": "http://www.willdurand.fr" | |
2818 | } | |
2819 | ], | |
2820 | "description": "JSONP callback validator.", | |
2821 | "time": "2014-01-20 22:35:06" | |
2822 | }, | |
2823 | { | |
2824 | "name": "willdurand/negotiation", | |
2825 | "version": "1.3.4", | |
2826 | "source": { | |
2827 | "type": "git", | |
2828 | "url": "https://github.com/willdurand/Negotiation.git", | |
2829 | "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c" | |
2830 | }, | |
2831 | "dist": { | |
2832 | "type": "zip", | |
2833 | "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c", | |
2834 | "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c", | |
2835 | "shasum": "" | |
2836 | }, | |
2837 | "require": { | |
2838 | "php": ">=5.3.0" | |
2839 | }, | |
2840 | "type": "library", | |
2841 | "extra": { | |
2842 | "branch-alias": { | |
2843 | "dev-master": "1.3-dev" | |
2844 | } | |
2845 | }, | |
2846 | "autoload": { | |
2847 | "psr-0": { | |
2848 | "Negotiation": "src/" | |
2849 | } | |
2850 | }, | |
2851 | "notification-url": "https://packagist.org/downloads/", | |
2852 | "license": [ | |
2853 | "MIT" | |
2854 | ], | |
2855 | "authors": [ | |
2856 | { | |
2857 | "name": "William Durand", | |
2858 | "email": "william.durand1@gmail.com" | |
2859 | } | |
2860 | ], | |
2861 | "description": "Content Negotiation tools for PHP provided as a standalone library.", | |
2862 | "homepage": "http://williamdurand.fr/Negotiation/", | |
2863 | "keywords": [ | |
2864 | "accept", | |
2865 | "content", | |
2866 | "format", | |
2867 | "header", | |
2868 | "negotiation" | |
2869 | ], | |
2870 | "time": "2014-10-02 07:26:00" | |
f3052b45 NL |
2871 | } |
2872 | ], | |
2873 | "packages-dev": [ | |
7d2eb7a7 | 2874 | { |
f3052b45 NL |
2875 | "name": "phpunit/php-code-coverage", |
2876 | "version": "1.2.18", | |
7d2eb7a7 NL |
2877 | "source": { |
2878 | "type": "git", | |
f3052b45 NL |
2879 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
2880 | "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b" | |
7d2eb7a7 NL |
2881 | }, |
2882 | "dist": { | |
2883 | "type": "zip", | |
f3052b45 NL |
2884 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b", |
2885 | "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b", | |
7d2eb7a7 NL |
2886 | "shasum": "" |
2887 | }, | |
2888 | "require": { | |
f3052b45 NL |
2889 | "php": ">=5.3.3", |
2890 | "phpunit/php-file-iterator": ">=1.3.0@stable", | |
2891 | "phpunit/php-text-template": ">=1.2.0@stable", | |
2892 | "phpunit/php-token-stream": ">=1.1.3,<1.3.0" | |
7d2eb7a7 NL |
2893 | }, |
2894 | "require-dev": { | |
f3052b45 | 2895 | "phpunit/phpunit": "3.7.*@dev" |
7d2eb7a7 NL |
2896 | }, |
2897 | "suggest": { | |
f3052b45 NL |
2898 | "ext-dom": "*", |
2899 | "ext-xdebug": ">=2.0.5" | |
7d2eb7a7 NL |
2900 | }, |
2901 | "type": "library", | |
2902 | "extra": { | |
2903 | "branch-alias": { | |
f3052b45 | 2904 | "dev-master": "1.2.x-dev" |
7d2eb7a7 NL |
2905 | } |
2906 | }, | |
2907 | "autoload": { | |
f3052b45 NL |
2908 | "classmap": [ |
2909 | "PHP/" | |
2910 | ] | |
7d2eb7a7 NL |
2911 | }, |
2912 | "notification-url": "https://packagist.org/downloads/", | |
f3052b45 NL |
2913 | "include-path": [ |
2914 | "" | |
2915 | ], | |
7d2eb7a7 | 2916 | "license": [ |
f3052b45 | 2917 | "BSD-3-Clause" |
7d2eb7a7 NL |
2918 | ], |
2919 | "authors": [ | |
adf17b67 | 2920 | { |
f3052b45 NL |
2921 | "name": "Sebastian Bergmann", |
2922 | "email": "sb@sebastian-bergmann.de", | |
2923 | "role": "lead" | |
adf17b67 NL |
2924 | } |
2925 | ], | |
f3052b45 NL |
2926 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
2927 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", | |
adf17b67 | 2928 | "keywords": [ |
f3052b45 NL |
2929 | "coverage", |
2930 | "testing", | |
2931 | "xunit" | |
adf17b67 | 2932 | ], |
f3052b45 | 2933 | "time": "2014-09-02 10:13:14" |
adf17b67 NL |
2934 | }, |
2935 | { | |
f3052b45 NL |
2936 | "name": "phpunit/php-file-iterator", |
2937 | "version": "1.3.4", | |
adf17b67 NL |
2938 | "source": { |
2939 | "type": "git", | |
f3052b45 NL |
2940 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
2941 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb" | |
adf17b67 NL |
2942 | }, |
2943 | "dist": { | |
2944 | "type": "zip", | |
f3052b45 NL |
2945 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb", |
2946 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb", | |
adf17b67 NL |
2947 | "shasum": "" |
2948 | }, | |
2949 | "require": { | |
2950 | "php": ">=5.3.3" | |
2951 | }, | |
adf17b67 | 2952 | "type": "library", |
adf17b67 | 2953 | "autoload": { |
f3052b45 NL |
2954 | "classmap": [ |
2955 | "File/" | |
2956 | ] | |
adf17b67 NL |
2957 | }, |
2958 | "notification-url": "https://packagist.org/downloads/", | |
f3052b45 NL |
2959 | "include-path": [ |
2960 | "" | |
adf17b67 | 2961 | ], |
adf17b67 | 2962 | "license": [ |
f3052b45 | 2963 | "BSD-3-Clause" |
adf17b67 NL |
2964 | ], |
2965 | "authors": [ | |
7d2eb7a7 | 2966 | { |
f3052b45 NL |
2967 | "name": "Sebastian Bergmann", |
2968 | "email": "sb@sebastian-bergmann.de", | |
2969 | "role": "lead" | |
7d2eb7a7 NL |
2970 | } |
2971 | ], | |
f3052b45 NL |
2972 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
2973 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", | |
2974 | "keywords": [ | |
2975 | "filesystem", | |
2976 | "iterator" | |
2977 | ], | |
2978 | "time": "2013-10-10 15:34:57" | |
7d2eb7a7 NL |
2979 | }, |
2980 | { | |
f3052b45 NL |
2981 | "name": "phpunit/php-text-template", |
2982 | "version": "1.2.0", | |
7d2eb7a7 NL |
2983 | "source": { |
2984 | "type": "git", | |
f3052b45 NL |
2985 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
2986 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" | |
7d2eb7a7 NL |
2987 | }, |
2988 | "dist": { | |
2989 | "type": "zip", | |
f3052b45 NL |
2990 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
2991 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", | |
7d2eb7a7 NL |
2992 | "shasum": "" |
2993 | }, | |
2994 | "require": { | |
2995 | "php": ">=5.3.3" | |
2996 | }, | |
7d2eb7a7 | 2997 | "type": "library", |
7d2eb7a7 | 2998 | "autoload": { |
f3052b45 NL |
2999 | "classmap": [ |
3000 | "Text/" | |
3001 | ] | |
7d2eb7a7 NL |
3002 | }, |
3003 | "notification-url": "https://packagist.org/downloads/", | |
f3052b45 NL |
3004 | "include-path": [ |
3005 | "" | |
7d2eb7a7 | 3006 | ], |
7d2eb7a7 | 3007 | "license": [ |
f3052b45 | 3008 | "BSD-3-Clause" |
7d2eb7a7 NL |
3009 | ], |
3010 | "authors": [ | |
7d2eb7a7 | 3011 | { |
f3052b45 NL |
3012 | "name": "Sebastian Bergmann", |
3013 | "email": "sb@sebastian-bergmann.de", | |
3014 | "role": "lead" | |
e342acf7 | 3015 | } |
e342acf7 | 3016 | ], |
f3052b45 NL |
3017 | "description": "Simple template engine.", |
3018 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", | |
3019 | "keywords": [ | |
3020 | "template" | |
e342acf7 | 3021 | ], |
f3052b45 | 3022 | "time": "2014-01-30 17:20:04" |
e342acf7 | 3023 | }, |
7d2eb7a7 | 3024 | { |
f3052b45 NL |
3025 | "name": "phpunit/php-timer", |
3026 | "version": "1.0.5", | |
7d2eb7a7 NL |
3027 | "source": { |
3028 | "type": "git", | |
f3052b45 NL |
3029 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
3030 | "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c" | |
7d2eb7a7 NL |
3031 | }, |
3032 | "dist": { | |
3033 | "type": "zip", | |
f3052b45 NL |
3034 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c", |
3035 | "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c", | |
7d2eb7a7 NL |
3036 | "shasum": "" |
3037 | }, | |
3038 | "require": { | |
f3052b45 | 3039 | "php": ">=5.3.3" |
7d2eb7a7 | 3040 | }, |
f3052b45 | 3041 | "type": "library", |
7d2eb7a7 | 3042 | "autoload": { |
f3052b45 NL |
3043 | "classmap": [ |
3044 | "PHP/" | |
3045 | ] | |
7d2eb7a7 NL |
3046 | }, |
3047 | "notification-url": "https://packagist.org/downloads/", | |
f3052b45 NL |
3048 | "include-path": [ |
3049 | "" | |
3050 | ], | |
7d2eb7a7 | 3051 | "license": [ |
f3052b45 | 3052 | "BSD-3-Clause" |
7d2eb7a7 NL |
3053 | ], |
3054 | "authors": [ | |
3055 | { | |
f3052b45 NL |
3056 | "name": "Sebastian Bergmann", |
3057 | "email": "sb@sebastian-bergmann.de", | |
3058 | "role": "lead" | |
7d2eb7a7 NL |
3059 | } |
3060 | ], | |
f3052b45 NL |
3061 | "description": "Utility class for timing", |
3062 | "homepage": "https://github.com/sebastianbergmann/php-timer/", | |
7d2eb7a7 | 3063 | "keywords": [ |
f3052b45 | 3064 | "timer" |
7d2eb7a7 | 3065 | ], |
f3052b45 | 3066 | "time": "2013-08-02 07:42:54" |
7d2eb7a7 NL |
3067 | }, |
3068 | { | |
f3052b45 NL |
3069 | "name": "phpunit/php-token-stream", |
3070 | "version": "1.2.2", | |
7d2eb7a7 NL |
3071 | "source": { |
3072 | "type": "git", | |
f3052b45 NL |
3073 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
3074 | "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32" | |
7d2eb7a7 NL |
3075 | }, |
3076 | "dist": { | |
3077 | "type": "zip", | |
f3052b45 NL |
3078 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32", |
3079 | "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32", | |
7d2eb7a7 NL |
3080 | "shasum": "" |
3081 | }, | |
3082 | "require": { | |
f3052b45 NL |
3083 | "ext-tokenizer": "*", |
3084 | "php": ">=5.3.3" | |
7d2eb7a7 NL |
3085 | }, |
3086 | "type": "library", | |
3087 | "extra": { | |
3088 | "branch-alias": { | |
f3052b45 | 3089 | "dev-master": "1.2-dev" |
7d2eb7a7 NL |
3090 | } |
3091 | }, | |
3092 | "autoload": { | |
f3052b45 NL |
3093 | "classmap": [ |
3094 | "PHP/" | |
3095 | ] | |
7d2eb7a7 NL |
3096 | }, |
3097 | "notification-url": "https://packagist.org/downloads/", | |
f3052b45 NL |
3098 | "include-path": [ |
3099 | "" | |
3100 | ], | |
7d2eb7a7 NL |
3101 | "license": [ |
3102 | "BSD-3-Clause" | |
3103 | ], | |
3104 | "authors": [ | |
3105 | { | |
f3052b45 NL |
3106 | "name": "Sebastian Bergmann", |
3107 | "email": "sb@sebastian-bergmann.de", | |
3108 | "role": "lead" | |
7d2eb7a7 NL |
3109 | } |
3110 | ], | |
f3052b45 NL |
3111 | "description": "Wrapper around PHP's tokenizer extension.", |
3112 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", | |
7d2eb7a7 | 3113 | "keywords": [ |
f3052b45 | 3114 | "tokenizer" |
7d2eb7a7 | 3115 | ], |
f3052b45 | 3116 | "time": "2014-03-03 05:10:30" |
7d2eb7a7 NL |
3117 | }, |
3118 | { | |
f3052b45 NL |
3119 | "name": "phpunit/phpunit", |
3120 | "version": "3.7.38", | |
7d2eb7a7 NL |
3121 | "source": { |
3122 | "type": "git", | |
f3052b45 NL |
3123 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
3124 | "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6" | |
7d2eb7a7 NL |
3125 | }, |
3126 | "dist": { | |
3127 | "type": "zip", | |
f3052b45 NL |
3128 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6", |
3129 | "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6", | |
7d2eb7a7 NL |
3130 | "shasum": "" |
3131 | }, | |
3132 | "require": { | |
f3052b45 NL |
3133 | "ext-ctype": "*", |
3134 | "ext-dom": "*", | |
3135 | "ext-json": "*", | |
3136 | "ext-pcre": "*", | |
3137 | "ext-reflection": "*", | |
3138 | "ext-spl": "*", | |
7d2eb7a7 | 3139 | "php": ">=5.3.3", |
f3052b45 NL |
3140 | "phpunit/php-code-coverage": "~1.2", |
3141 | "phpunit/php-file-iterator": "~1.3", | |
3142 | "phpunit/php-text-template": "~1.1", | |
3143 | "phpunit/php-timer": "~1.0", | |
3144 | "phpunit/phpunit-mock-objects": "~1.2", | |
3145 | "symfony/yaml": "~2.0" | |
7d2eb7a7 NL |
3146 | }, |
3147 | "require-dev": { | |
f3052b45 NL |
3148 | "pear-pear.php.net/pear": "1.9.4" |
3149 | }, | |
3150 | "suggest": { | |
3151 | "phpunit/php-invoker": "~1.1" | |
7d2eb7a7 NL |
3152 | }, |
3153 | "bin": [ | |
f3052b45 | 3154 | "composer/bin/phpunit" |
7d2eb7a7 | 3155 | ], |
f3052b45 NL |
3156 | "type": "library", |
3157 | "extra": { | |
3158 | "branch-alias": { | |
3159 | "dev-master": "3.7.x-dev" | |
7d2eb7a7 NL |
3160 | } |
3161 | }, | |
f3052b45 NL |
3162 | "autoload": { |
3163 | "classmap": [ | |
3164 | "PHPUnit/" | |
3165 | ] | |
3166 | }, | |
7d2eb7a7 | 3167 | "notification-url": "https://packagist.org/downloads/", |
f3052b45 NL |
3168 | "include-path": [ |
3169 | "", | |
3170 | "../../symfony/yaml/" | |
3171 | ], | |
7d2eb7a7 | 3172 | "license": [ |
f3052b45 | 3173 | "BSD-3-Clause" |
7d2eb7a7 NL |
3174 | ], |
3175 | "authors": [ | |
3176 | { | |
f3052b45 NL |
3177 | "name": "Sebastian Bergmann", |
3178 | "email": "sebastian@phpunit.de", | |
3179 | "role": "lead" | |
7d2eb7a7 NL |
3180 | } |
3181 | ], | |
f3052b45 NL |
3182 | "description": "The PHP Unit Testing framework.", |
3183 | "homepage": "http://www.phpunit.de/", | |
3184 | "keywords": [ | |
3185 | "phpunit", | |
3186 | "testing", | |
3187 | "xunit" | |
3188 | ], | |
3189 | "time": "2014-10-17 09:04:17" | |
a20f96b7 | 3190 | }, |
10939766 | 3191 | { |
f3052b45 NL |
3192 | "name": "phpunit/phpunit-mock-objects", |
3193 | "version": "1.2.3", | |
10939766 NL |
3194 | "source": { |
3195 | "type": "git", | |
f3052b45 NL |
3196 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
3197 | "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875" | |
10939766 NL |
3198 | }, |
3199 | "dist": { | |
3200 | "type": "zip", | |
f3052b45 NL |
3201 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875", |
3202 | "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875", | |
10939766 NL |
3203 | "shasum": "" |
3204 | }, | |
3205 | "require": { | |
f3052b45 NL |
3206 | "php": ">=5.3.3", |
3207 | "phpunit/php-text-template": ">=1.1.1@stable" | |
3208 | }, | |
3209 | "suggest": { | |
3210 | "ext-soap": "*" | |
10939766 NL |
3211 | }, |
3212 | "type": "library", | |
3213 | "autoload": { | |
f3052b45 NL |
3214 | "classmap": [ |
3215 | "PHPUnit/" | |
10939766 NL |
3216 | ] |
3217 | }, | |
f3052b45 NL |
3218 | "notification-url": "https://packagist.org/downloads/", |
3219 | "include-path": [ | |
3220 | "" | |
3221 | ], | |
3222 | "license": [ | |
3223 | "BSD-3-Clause" | |
3224 | ], | |
10939766 NL |
3225 | "authors": [ |
3226 | { | |
f3052b45 NL |
3227 | "name": "Sebastian Bergmann", |
3228 | "email": "sb@sebastian-bergmann.de", | |
3229 | "role": "lead" | |
10939766 NL |
3230 | } |
3231 | ], | |
f3052b45 NL |
3232 | "description": "Mock Object library for PHPUnit", |
3233 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", | |
3234 | "keywords": [ | |
3235 | "mock", | |
3236 | "xunit" | |
3237 | ], | |
3238 | "time": "2013-01-13 10:24:48" | |
93fd4692 NL |
3239 | }, |
3240 | { | |
3241 | "name": "sensio/generator-bundle", | |
3242 | "version": "v2.5.1", | |
3243 | "target-dir": "Sensio/Bundle/GeneratorBundle", | |
3244 | "source": { | |
3245 | "type": "git", | |
3246 | "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", | |
3247 | "reference": "9e23fc3de265ae013690d84aab98e7a84f46edcd" | |
3248 | }, | |
3249 | "dist": { | |
3250 | "type": "zip", | |
3251 | "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/9e23fc3de265ae013690d84aab98e7a84f46edcd", | |
3252 | "reference": "9e23fc3de265ae013690d84aab98e7a84f46edcd", | |
3253 | "shasum": "" | |
3254 | }, | |
3255 | "require": { | |
3256 | "symfony/console": "~2.5", | |
3257 | "symfony/framework-bundle": "~2.2" | |
3258 | }, | |
3259 | "require-dev": { | |
3260 | "doctrine/orm": "~2.2,>=2.2.3", | |
3261 | "symfony/doctrine-bridge": "~2.2", | |
3262 | "twig/twig": "~1.11" | |
3263 | }, | |
3264 | "type": "symfony-bundle", | |
3265 | "extra": { | |
3266 | "branch-alias": { | |
3267 | "dev-master": "2.5.x-dev" | |
3268 | } | |
3269 | }, | |
3270 | "autoload": { | |
3271 | "psr-0": { | |
3272 | "Sensio\\Bundle\\GeneratorBundle": "" | |
3273 | } | |
3274 | }, | |
3275 | "notification-url": "https://packagist.org/downloads/", | |
3276 | "license": [ | |
3277 | "MIT" | |
3278 | ], | |
3279 | "authors": [ | |
3280 | { | |
3281 | "name": "Fabien Potencier", | |
3282 | "email": "fabien@symfony.com" | |
3283 | } | |
3284 | ], | |
3285 | "description": "This bundle generates code for you", | |
3286 | "time": "2015-01-13 07:33:46" | |
7d2eb7a7 NL |
3287 | } |
3288 | ], | |
adf17b67 | 3289 | "aliases": [], |
7d2eb7a7 | 3290 | "minimum-stability": "stable", |
adf17b67 | 3291 | "stability-flags": { |
adf17b67 | 3292 | "ezyang/htmlpurifier": 20, |
a20f96b7 | 3293 | "mgargano/simplehtmldom": 20, |
820d81aa NL |
3294 | "tecnick.com/tcpdf": 20, |
3295 | "simplepie/simplepie": 20, | |
9e7f6caf | 3296 | "htmlawed/htmlawed": 20, |
10939766 | 3297 | "wallabag/php-flash-messages": 20, |
dda7884a | 3298 | "wallabag/kriss_php5": 20, |
99410a21 | 3299 | "wallabag/pagination": 20, |
96b2c59c NL |
3300 | "wallabag/phpepub": 20, |
3301 | "wallabag/php-readability": 20, | |
c78c1a3f NL |
3302 | "wallabag/phpmobi": 20, |
3303 | "wallabag/fivefilters_libraries": 20 | |
adf17b67 NL |
3304 | }, |
3305 | "prefer-stable": false, | |
3306 | "prefer-lowest": false, | |
93fd4692 NL |
3307 | "platform": { |
3308 | "php": ">=5.3.3" | |
3309 | }, | |
adf17b67 | 3310 | "platform-dev": [] |
7d2eb7a7 | 3311 | } |