1 | { |
---|
2 | "_readme": [ |
---|
3 | "This file locks the dependencies of your project to a known state", |
---|
4 | "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
---|
5 | "This file is @generated automatically" |
---|
6 | ], |
---|
7 | "hash": "bc439eb42a30bc88c556bd61b674de78", |
---|
8 | "packages": [], |
---|
9 | "packages-dev": [ |
---|
10 | { |
---|
11 | "name": "atoum/atoum", |
---|
12 | "version": "dev-master", |
---|
13 | "source": { |
---|
14 | "type": "git", |
---|
15 | "url": "https://github.com/atoum/atoum.git", |
---|
16 | "reference": "cb723f92f3ed7b95c158f224035f403a559ed366" |
---|
17 | }, |
---|
18 | "dist": { |
---|
19 | "type": "zip", |
---|
20 | "url": "https://api.github.com/repos/atoum/atoum/zipball/cb723f92f3ed7b95c158f224035f403a559ed366", |
---|
21 | "reference": "cb723f92f3ed7b95c158f224035f403a559ed366", |
---|
22 | "shasum": "" |
---|
23 | }, |
---|
24 | "require": { |
---|
25 | "ext-hash": "*", |
---|
26 | "ext-json": "*", |
---|
27 | "ext-session": "*", |
---|
28 | "ext-tokenizer": "*", |
---|
29 | "ext-xml": "*", |
---|
30 | "php": ">=5.3.3" |
---|
31 | }, |
---|
32 | "replace": { |
---|
33 | "mageekguy/atoum": "*" |
---|
34 | }, |
---|
35 | "suggest": { |
---|
36 | "ext-mbstring": "Provides support for UTF-8 strings" |
---|
37 | }, |
---|
38 | "bin": [ |
---|
39 | "bin/atoum" |
---|
40 | ], |
---|
41 | "type": "library", |
---|
42 | "extra": { |
---|
43 | "branch-alias": { |
---|
44 | "dev-master": "1.x-dev" |
---|
45 | } |
---|
46 | }, |
---|
47 | "autoload": { |
---|
48 | "classmap": [ |
---|
49 | "classes/" |
---|
50 | ] |
---|
51 | }, |
---|
52 | "notification-url": "https://packagist.org/downloads/", |
---|
53 | "license": [ |
---|
54 | "BSD" |
---|
55 | ], |
---|
56 | "authors": [ |
---|
57 | { |
---|
58 | "name": "Frédéric Hardy", |
---|
59 | "email": "frederic.hardy@atoum.org", |
---|
60 | "homepage": "http://blog.mageekbox.net" |
---|
61 | }, |
---|
62 | { |
---|
63 | "name": "François Dussert", |
---|
64 | "email": "francois.dussert@atoum.org" |
---|
65 | }, |
---|
66 | { |
---|
67 | "name": "Gérald Croes", |
---|
68 | "email": "gerald.croes@atoum.org" |
---|
69 | }, |
---|
70 | { |
---|
71 | "name": "Julien Bianchi", |
---|
72 | "email": "julien.bianchi@atoum.org" |
---|
73 | }, |
---|
74 | { |
---|
75 | "name": "Ludovic Fleury", |
---|
76 | "email": "ludovic.fleury@atoum.org" |
---|
77 | } |
---|
78 | ], |
---|
79 | "description": "Simple modern and intuitive unit testing framework for PHP 5.3+", |
---|
80 | "homepage": "http://www.atoum.org", |
---|
81 | "keywords": [ |
---|
82 | "TDD", |
---|
83 | "atoum", |
---|
84 | "test", |
---|
85 | "unit testing" |
---|
86 | ], |
---|
87 | "time": "2015-01-19 13:03:03" |
---|
88 | }, |
---|
89 | { |
---|
90 | "name": "behat/behat", |
---|
91 | "version": "2.5.x-dev", |
---|
92 | "source": { |
---|
93 | "type": "git", |
---|
94 | "url": "https://github.com/Behat/Behat.git", |
---|
95 | "reference": "51d9a2fb1c802a681c2717e48b4b8d184595bd18" |
---|
96 | }, |
---|
97 | "dist": { |
---|
98 | "type": "zip", |
---|
99 | "url": "https://api.github.com/repos/Behat/Behat/zipball/51d9a2fb1c802a681c2717e48b4b8d184595bd18", |
---|
100 | "reference": "51d9a2fb1c802a681c2717e48b4b8d184595bd18", |
---|
101 | "shasum": "" |
---|
102 | }, |
---|
103 | "require": { |
---|
104 | "behat/gherkin": "~2.3.0", |
---|
105 | "php": ">=5.3.1", |
---|
106 | "symfony/config": "~2.0", |
---|
107 | "symfony/console": "~2.0", |
---|
108 | "symfony/dependency-injection": "~2.0", |
---|
109 | "symfony/event-dispatcher": "~2.0", |
---|
110 | "symfony/finder": "~2.0", |
---|
111 | "symfony/translation": "~2.0", |
---|
112 | "symfony/yaml": "~2.0" |
---|
113 | }, |
---|
114 | "require-dev": { |
---|
115 | "phpunit/phpunit": "~3.7.19" |
---|
116 | }, |
---|
117 | "suggest": { |
---|
118 | "behat/mink-extension": "for integration with Mink testing framework", |
---|
119 | "behat/symfony2-extension": "for integration with Symfony2 web framework", |
---|
120 | "behat/yii-extension": "for integration with Yii web framework" |
---|
121 | }, |
---|
122 | "bin": [ |
---|
123 | "bin/behat" |
---|
124 | ], |
---|
125 | "type": "library", |
---|
126 | "autoload": { |
---|
127 | "psr-0": { |
---|
128 | "Behat\\Behat": "src/" |
---|
129 | } |
---|
130 | }, |
---|
131 | "notification-url": "https://packagist.org/downloads/", |
---|
132 | "license": [ |
---|
133 | "MIT" |
---|
134 | ], |
---|
135 | "authors": [ |
---|
136 | { |
---|
137 | "name": "Konstantin Kudryashov", |
---|
138 | "email": "ever.zet@gmail.com", |
---|
139 | "homepage": "http://everzet.com" |
---|
140 | } |
---|
141 | ], |
---|
142 | "description": "Scenario-oriented BDD framework for PHP 5.3", |
---|
143 | "homepage": "http://behat.org/", |
---|
144 | "keywords": [ |
---|
145 | "BDD", |
---|
146 | "Behat", |
---|
147 | "Symfony2" |
---|
148 | ], |
---|
149 | "time": "2015-01-23 22:15:44" |
---|
150 | }, |
---|
151 | { |
---|
152 | "name": "behat/common-contexts", |
---|
153 | "version": "dev-master", |
---|
154 | "source": { |
---|
155 | "type": "git", |
---|
156 | "url": "https://github.com/Behat/CommonContexts.git", |
---|
157 | "reference": "570fb7b5abae498c21c2e39cad9c557b7c8ce7e0" |
---|
158 | }, |
---|
159 | "dist": { |
---|
160 | "type": "zip", |
---|
161 | "url": "https://api.github.com/repos/Behat/CommonContexts/zipball/570fb7b5abae498c21c2e39cad9c557b7c8ce7e0", |
---|
162 | "reference": "570fb7b5abae498c21c2e39cad9c557b7c8ce7e0", |
---|
163 | "shasum": "" |
---|
164 | }, |
---|
165 | "require": { |
---|
166 | "behat/behat": "~2.2", |
---|
167 | "php": ">=5.3.1", |
---|
168 | "phpunit/phpunit": "~4.0" |
---|
169 | }, |
---|
170 | "suggest": { |
---|
171 | "behat/mink-extension": "*", |
---|
172 | "behat/symfony2-extension": "*", |
---|
173 | "doctrine/data-fixtures": "*", |
---|
174 | "doctrine/doctrine-bundle": "*", |
---|
175 | "kriswallsmith/buzz": "~0.5" |
---|
176 | }, |
---|
177 | "type": "library", |
---|
178 | "extra": { |
---|
179 | "branch-alias": { |
---|
180 | "dev-master": "1.2.x-dev" |
---|
181 | } |
---|
182 | }, |
---|
183 | "autoload": { |
---|
184 | "psr-0": { |
---|
185 | "Behat\\CommonContexts": "" |
---|
186 | } |
---|
187 | }, |
---|
188 | "notification-url": "https://packagist.org/downloads/", |
---|
189 | "license": [ |
---|
190 | "MIT" |
---|
191 | ], |
---|
192 | "authors": [ |
---|
193 | { |
---|
194 | "name": "Johannes Schmitt", |
---|
195 | "email": "schmittjoh@gmail.com", |
---|
196 | "homepage": "https://github.com/schmittjoh", |
---|
197 | "role": "Developer of wrapped JMSSerializerBundle" |
---|
198 | }, |
---|
199 | { |
---|
200 | "name": "Konstantin Kudryashov", |
---|
201 | "email": "ever.zet@gmail.com", |
---|
202 | "homepage": "http://everzet.com" |
---|
203 | }, |
---|
204 | { |
---|
205 | "name": "Jakub Zalas", |
---|
206 | "email": "jakub@zalas.pl", |
---|
207 | "homepage": "http://www.zalas.eu/" |
---|
208 | }, |
---|
209 | { |
---|
210 | "name": "Geoffrey Bachelet", |
---|
211 | "email": "geoffrey.bachelet@gmail.com", |
---|
212 | "homepage": "https://github.com/ubermuda" |
---|
213 | } |
---|
214 | ], |
---|
215 | "description": "Commonly used contexts for Behat", |
---|
216 | "homepage": "http://behat.org/", |
---|
217 | "keywords": [ |
---|
218 | "BDD", |
---|
219 | "Behat", |
---|
220 | "Context", |
---|
221 | "Symfony2" |
---|
222 | ], |
---|
223 | "time": "2014-05-07 08:29:47" |
---|
224 | }, |
---|
225 | { |
---|
226 | "name": "behat/gherkin", |
---|
227 | "version": "2.3.x-dev", |
---|
228 | "source": { |
---|
229 | "type": "git", |
---|
230 | "url": "https://github.com/Behat/Gherkin.git", |
---|
231 | "reference": "c32e15d92e1a2ce399a1a1c5be7afd965176e86c" |
---|
232 | }, |
---|
233 | "dist": { |
---|
234 | "type": "zip", |
---|
235 | "url": "https://api.github.com/repos/Behat/Gherkin/zipball/c32e15d92e1a2ce399a1a1c5be7afd965176e86c", |
---|
236 | "reference": "c32e15d92e1a2ce399a1a1c5be7afd965176e86c", |
---|
237 | "shasum": "" |
---|
238 | }, |
---|
239 | "require": { |
---|
240 | "php": ">=5.3.1", |
---|
241 | "symfony/finder": "~2.0" |
---|
242 | }, |
---|
243 | "require-dev": { |
---|
244 | "symfony/config": "~2.0", |
---|
245 | "symfony/translation": "~2.0", |
---|
246 | "symfony/yaml": "~2.0" |
---|
247 | }, |
---|
248 | "suggest": { |
---|
249 | "symfony/config": "If you want to use Config component to manage resources", |
---|
250 | "symfony/translation": "If you want to use Symfony2 translations adapter", |
---|
251 | "symfony/yaml": "If you want to parse features, represented in YAML files" |
---|
252 | }, |
---|
253 | "type": "library", |
---|
254 | "extra": { |
---|
255 | "branch-alias": { |
---|
256 | "dev-develop": "2.2-dev" |
---|
257 | } |
---|
258 | }, |
---|
259 | "autoload": { |
---|
260 | "psr-0": { |
---|
261 | "Behat\\Gherkin": "src/" |
---|
262 | } |
---|
263 | }, |
---|
264 | "notification-url": "https://packagist.org/downloads/", |
---|
265 | "license": [ |
---|
266 | "MIT" |
---|
267 | ], |
---|
268 | "authors": [ |
---|
269 | { |
---|
270 | "name": "Konstantin Kudryashov", |
---|
271 | "email": "ever.zet@gmail.com", |
---|
272 | "homepage": "http://everzet.com" |
---|
273 | } |
---|
274 | ], |
---|
275 | "description": "Gherkin DSL parser for PHP 5.3", |
---|
276 | "homepage": "http://behat.org/", |
---|
277 | "keywords": [ |
---|
278 | "BDD", |
---|
279 | "Behat", |
---|
280 | "DSL", |
---|
281 | "Symfony2", |
---|
282 | "parser" |
---|
283 | ], |
---|
284 | "time": "2014-06-06 00:48:18" |
---|
285 | }, |
---|
286 | { |
---|
287 | "name": "behat/mink", |
---|
288 | "version": "v1.4.3", |
---|
289 | "source": { |
---|
290 | "type": "git", |
---|
291 | "url": "https://github.com/minkphp/Mink.git", |
---|
292 | "reference": "0817070a6e2ec9f475fad9bfb81a962c462eb934" |
---|
293 | }, |
---|
294 | "dist": { |
---|
295 | "type": "zip", |
---|
296 | "url": "https://api.github.com/repos/minkphp/Mink/zipball/0817070a6e2ec9f475fad9bfb81a962c462eb934", |
---|
297 | "reference": "0817070a6e2ec9f475fad9bfb81a962c462eb934", |
---|
298 | "shasum": "" |
---|
299 | }, |
---|
300 | "require": { |
---|
301 | "php": ">=5.3.1", |
---|
302 | "symfony/css-selector": ">=2.0,<2.4-dev" |
---|
303 | }, |
---|
304 | "suggest": { |
---|
305 | "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", |
---|
306 | "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", |
---|
307 | "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", |
---|
308 | "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)" |
---|
309 | }, |
---|
310 | "type": "library", |
---|
311 | "extra": { |
---|
312 | "branch-alias": { |
---|
313 | "dev-develop": "1.4.x-dev" |
---|
314 | } |
---|
315 | }, |
---|
316 | "autoload": { |
---|
317 | "psr-0": { |
---|
318 | "Behat\\Mink": "src/" |
---|
319 | } |
---|
320 | }, |
---|
321 | "notification-url": "https://packagist.org/downloads/", |
---|
322 | "license": [ |
---|
323 | "MIT" |
---|
324 | ], |
---|
325 | "authors": [ |
---|
326 | { |
---|
327 | "name": "Konstantin Kudryashov", |
---|
328 | "email": "ever.zet@gmail.com", |
---|
329 | "homepage": "http://everzet.com" |
---|
330 | } |
---|
331 | ], |
---|
332 | "description": "Web acceptance testing framework for PHP 5.3", |
---|
333 | "homepage": "http://mink.behat.org/", |
---|
334 | "keywords": [ |
---|
335 | "browser", |
---|
336 | "testing", |
---|
337 | "web" |
---|
338 | ], |
---|
339 | "time": "2013-03-02 15:53:18" |
---|
340 | }, |
---|
341 | { |
---|
342 | "name": "behat/mink-browserkit-driver", |
---|
343 | "version": "v1.0.5", |
---|
344 | "source": { |
---|
345 | "type": "git", |
---|
346 | "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", |
---|
347 | "reference": "f2771b5fc4dbc233859addf37a7d150852f78418" |
---|
348 | }, |
---|
349 | "dist": { |
---|
350 | "type": "zip", |
---|
351 | "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/f2771b5fc4dbc233859addf37a7d150852f78418", |
---|
352 | "reference": "f2771b5fc4dbc233859addf37a7d150852f78418", |
---|
353 | "shasum": "" |
---|
354 | }, |
---|
355 | "require": { |
---|
356 | "behat/mink": "~1.4.3", |
---|
357 | "php": ">=5.3.1", |
---|
358 | "symfony/browser-kit": "~2.0", |
---|
359 | "symfony/dom-crawler": "~2.0" |
---|
360 | }, |
---|
361 | "require-dev": { |
---|
362 | "silex/silex": "@dev" |
---|
363 | }, |
---|
364 | "type": "mink-driver", |
---|
365 | "extra": { |
---|
366 | "branch-alias": { |
---|
367 | "dev-master": "1.0.x-dev" |
---|
368 | } |
---|
369 | }, |
---|
370 | "autoload": { |
---|
371 | "psr-0": { |
---|
372 | "Behat\\Mink\\Driver": "src/" |
---|
373 | } |
---|
374 | }, |
---|
375 | "notification-url": "https://packagist.org/downloads/", |
---|
376 | "license": [ |
---|
377 | "MIT" |
---|
378 | ], |
---|
379 | "authors": [ |
---|
380 | { |
---|
381 | "name": "Konstantin Kudryashov", |
---|
382 | "email": "ever.zet@gmail.com", |
---|
383 | "homepage": "http://everzet.com" |
---|
384 | } |
---|
385 | ], |
---|
386 | "description": "Symfony2 BrowserKit driver for Mink framework", |
---|
387 | "homepage": "http://mink.behat.org/", |
---|
388 | "keywords": [ |
---|
389 | "Mink", |
---|
390 | "Symfony2", |
---|
391 | "browser", |
---|
392 | "testing" |
---|
393 | ], |
---|
394 | "time": "2013-04-13 12:17:15" |
---|
395 | }, |
---|
396 | { |
---|
397 | "name": "behat/mink-extension", |
---|
398 | "version": "v1.3.1", |
---|
399 | "source": { |
---|
400 | "type": "git", |
---|
401 | "url": "https://github.com/Behat/MinkExtension.git", |
---|
402 | "reference": "0642b680b613fdd6cb774debacf65a0d0d1f08e8" |
---|
403 | }, |
---|
404 | "dist": { |
---|
405 | "type": "zip", |
---|
406 | "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/0642b680b613fdd6cb774debacf65a0d0d1f08e8", |
---|
407 | "reference": "0642b680b613fdd6cb774debacf65a0d0d1f08e8", |
---|
408 | "shasum": "" |
---|
409 | }, |
---|
410 | "require": { |
---|
411 | "behat/behat": "~2.5.0", |
---|
412 | "behat/mink": ">=1.4.3,<1.6-dev", |
---|
413 | "php": ">=5.3.2", |
---|
414 | "symfony/config": "~2.2" |
---|
415 | }, |
---|
416 | "require-dev": { |
---|
417 | "behat/mink-goutte-driver": "~1.0" |
---|
418 | }, |
---|
419 | "type": "behat-extension", |
---|
420 | "autoload": { |
---|
421 | "psr-0": { |
---|
422 | "Behat\\MinkExtension": "src/" |
---|
423 | } |
---|
424 | }, |
---|
425 | "notification-url": "https://packagist.org/downloads/", |
---|
426 | "license": [ |
---|
427 | "MIT" |
---|
428 | ], |
---|
429 | "authors": [ |
---|
430 | { |
---|
431 | "name": "Konstantin Kudryashov", |
---|
432 | "email": "ever.zet@gmail.com", |
---|
433 | "homepage": "http://everzet.com" |
---|
434 | } |
---|
435 | ], |
---|
436 | "description": "Mink extension for Behat", |
---|
437 | "homepage": "http://mink.behat.org", |
---|
438 | "keywords": [ |
---|
439 | "browser", |
---|
440 | "gui", |
---|
441 | "test", |
---|
442 | "web" |
---|
443 | ], |
---|
444 | "time": "2014-04-27 11:55:27" |
---|
445 | }, |
---|
446 | { |
---|
447 | "name": "behat/mink-goutte-driver", |
---|
448 | "version": "v1.0.9", |
---|
449 | "source": { |
---|
450 | "type": "git", |
---|
451 | "url": "https://github.com/minkphp/MinkGoutteDriver.git", |
---|
452 | "reference": "fa1b073b48761464feb0b05e6825da44b20118d8" |
---|
453 | }, |
---|
454 | "dist": { |
---|
455 | "type": "zip", |
---|
456 | "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/fa1b073b48761464feb0b05e6825da44b20118d8", |
---|
457 | "reference": "fa1b073b48761464feb0b05e6825da44b20118d8", |
---|
458 | "shasum": "" |
---|
459 | }, |
---|
460 | "require": { |
---|
461 | "behat/mink-browserkit-driver": ">=1.0.5,<1.2.0", |
---|
462 | "fabpot/goutte": "~1.0.1", |
---|
463 | "php": ">=5.3.1" |
---|
464 | }, |
---|
465 | "type": "mink-driver", |
---|
466 | "extra": { |
---|
467 | "branch-alias": { |
---|
468 | "dev-master": "1.0.x-dev" |
---|
469 | } |
---|
470 | }, |
---|
471 | "autoload": { |
---|
472 | "psr-0": { |
---|
473 | "Behat\\Mink\\Driver": "src/" |
---|
474 | } |
---|
475 | }, |
---|
476 | "notification-url": "https://packagist.org/downloads/", |
---|
477 | "license": [ |
---|
478 | "MIT" |
---|
479 | ], |
---|
480 | "authors": [ |
---|
481 | { |
---|
482 | "name": "Konstantin Kudryashov", |
---|
483 | "email": "ever.zet@gmail.com", |
---|
484 | "homepage": "http://everzet.com" |
---|
485 | } |
---|
486 | ], |
---|
487 | "description": "Goutte driver for Mink framework", |
---|
488 | "homepage": "http://mink.behat.org/", |
---|
489 | "keywords": [ |
---|
490 | "browser", |
---|
491 | "goutte", |
---|
492 | "headless", |
---|
493 | "testing" |
---|
494 | ], |
---|
495 | "time": "2013-07-03 18:43:54" |
---|
496 | }, |
---|
497 | { |
---|
498 | "name": "doctrine/instantiator", |
---|
499 | "version": "dev-master", |
---|
500 | "source": { |
---|
501 | "type": "git", |
---|
502 | "url": "https://github.com/doctrine/instantiator.git", |
---|
503 | "reference": "3d9669e597439e8d205baf315efb757038fb4dea" |
---|
504 | }, |
---|
505 | "dist": { |
---|
506 | "type": "zip", |
---|
507 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/3d9669e597439e8d205baf315efb757038fb4dea", |
---|
508 | "reference": "3d9669e597439e8d205baf315efb757038fb4dea", |
---|
509 | "shasum": "" |
---|
510 | }, |
---|
511 | "require": { |
---|
512 | "php": ">=5.3,<8.0-DEV" |
---|
513 | }, |
---|
514 | "require-dev": { |
---|
515 | "athletic/athletic": "~0.1.8", |
---|
516 | "ext-pdo": "*", |
---|
517 | "ext-phar": "*", |
---|
518 | "phpunit/phpunit": "~4.0", |
---|
519 | "squizlabs/php_codesniffer": "~2.0" |
---|
520 | }, |
---|
521 | "type": "library", |
---|
522 | "extra": { |
---|
523 | "branch-alias": { |
---|
524 | "dev-master": "1.0.x-dev" |
---|
525 | } |
---|
526 | }, |
---|
527 | "autoload": { |
---|
528 | "psr-4": { |
---|
529 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
---|
530 | } |
---|
531 | }, |
---|
532 | "notification-url": "https://packagist.org/downloads/", |
---|
533 | "license": [ |
---|
534 | "MIT" |
---|
535 | ], |
---|
536 | "authors": [ |
---|
537 | { |
---|
538 | "name": "Marco Pivetta", |
---|
539 | "email": "ocramius@gmail.com", |
---|
540 | "homepage": "http://ocramius.github.com/" |
---|
541 | } |
---|
542 | ], |
---|
543 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
---|
544 | "homepage": "https://github.com/doctrine/instantiator", |
---|
545 | "keywords": [ |
---|
546 | "constructor", |
---|
547 | "instantiate" |
---|
548 | ], |
---|
549 | "time": "2015-01-16 19:29:51" |
---|
550 | }, |
---|
551 | { |
---|
552 | "name": "fabpot/goutte", |
---|
553 | "version": "1.0.x-dev", |
---|
554 | "source": { |
---|
555 | "type": "git", |
---|
556 | "url": "https://github.com/FriendsOfPHP/Goutte.git", |
---|
557 | "reference": "794b196e76bdd37b5155cdecbad311f0a3b07625" |
---|
558 | }, |
---|
559 | "dist": { |
---|
560 | "type": "zip", |
---|
561 | "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/794b196e76bdd37b5155cdecbad311f0a3b07625", |
---|
562 | "reference": "794b196e76bdd37b5155cdecbad311f0a3b07625", |
---|
563 | "shasum": "" |
---|
564 | }, |
---|
565 | "require": { |
---|
566 | "ext-curl": "*", |
---|
567 | "guzzle/http": "~3.1", |
---|
568 | "php": ">=5.3.0", |
---|
569 | "symfony/browser-kit": "~2.1", |
---|
570 | "symfony/css-selector": "~2.1", |
---|
571 | "symfony/dom-crawler": "~2.1", |
---|
572 | "symfony/finder": "~2.1", |
---|
573 | "symfony/process": "~2.1" |
---|
574 | }, |
---|
575 | "require-dev": { |
---|
576 | "guzzle/plugin-history": "~3.1", |
---|
577 | "guzzle/plugin-mock": "~3.1" |
---|
578 | }, |
---|
579 | "type": "application", |
---|
580 | "extra": { |
---|
581 | "branch-alias": { |
---|
582 | "dev-master": "1.0-dev" |
---|
583 | } |
---|
584 | }, |
---|
585 | "autoload": { |
---|
586 | "psr-0": { |
---|
587 | "Goutte": "." |
---|
588 | } |
---|
589 | }, |
---|
590 | "notification-url": "https://packagist.org/downloads/", |
---|
591 | "license": [ |
---|
592 | "MIT" |
---|
593 | ], |
---|
594 | "authors": [ |
---|
595 | { |
---|
596 | "name": "Fabien Potencier", |
---|
597 | "email": "fabien@symfony.com" |
---|
598 | } |
---|
599 | ], |
---|
600 | "description": "A simple PHP Web Scraper", |
---|
601 | "homepage": "https://github.com/fabpot/Goutte", |
---|
602 | "keywords": [ |
---|
603 | "scraper" |
---|
604 | ], |
---|
605 | "time": "2014-10-09 15:52:51" |
---|
606 | }, |
---|
607 | { |
---|
608 | "name": "fzaninotto/faker", |
---|
609 | "version": "dev-master", |
---|
610 | "source": { |
---|
611 | "type": "git", |
---|
612 | "url": "https://github.com/fzaninotto/Faker.git", |
---|
613 | "reference": "9b9ec8d3d3d1f05df2fddb49a6257bbc235d32ea" |
---|
614 | }, |
---|
615 | "dist": { |
---|
616 | "type": "zip", |
---|
617 | "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/9b9ec8d3d3d1f05df2fddb49a6257bbc235d32ea", |
---|
618 | "reference": "9b9ec8d3d3d1f05df2fddb49a6257bbc235d32ea", |
---|
619 | "shasum": "" |
---|
620 | }, |
---|
621 | "require": { |
---|
622 | "php": ">=5.3.3" |
---|
623 | }, |
---|
624 | "require-dev": { |
---|
625 | "phpunit/phpunit": "~4.0", |
---|
626 | "squizlabs/php_codesniffer": "~1.5" |
---|
627 | }, |
---|
628 | "suggest": { |
---|
629 | "ext-intl": "*" |
---|
630 | }, |
---|
631 | "type": "library", |
---|
632 | "extra": { |
---|
633 | "branch-alias": { |
---|
634 | "dev-master": "1.5.x-dev" |
---|
635 | } |
---|
636 | }, |
---|
637 | "autoload": { |
---|
638 | "psr-4": { |
---|
639 | "Faker\\": "src/Faker/" |
---|
640 | } |
---|
641 | }, |
---|
642 | "notification-url": "https://packagist.org/downloads/", |
---|
643 | "license": [ |
---|
644 | "MIT" |
---|
645 | ], |
---|
646 | "authors": [ |
---|
647 | { |
---|
648 | "name": "François Zaninotto" |
---|
649 | } |
---|
650 | ], |
---|
651 | "description": "Faker is a PHP library that generates fake data for you.", |
---|
652 | "keywords": [ |
---|
653 | "data", |
---|
654 | "faker", |
---|
655 | "fixtures" |
---|
656 | ], |
---|
657 | "time": "2015-01-26 15:14:28" |
---|
658 | }, |
---|
659 | { |
---|
660 | "name": "guzzle/common", |
---|
661 | "version": "v3.9.2", |
---|
662 | "target-dir": "Guzzle/Common", |
---|
663 | "source": { |
---|
664 | "type": "git", |
---|
665 | "url": "https://github.com/guzzle/common.git", |
---|
666 | "reference": "2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc" |
---|
667 | }, |
---|
668 | "dist": { |
---|
669 | "type": "zip", |
---|
670 | "url": "https://api.github.com/repos/guzzle/common/zipball/2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc", |
---|
671 | "reference": "2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc", |
---|
672 | "shasum": "" |
---|
673 | }, |
---|
674 | "require": { |
---|
675 | "php": ">=5.3.2", |
---|
676 | "symfony/event-dispatcher": ">=2.1" |
---|
677 | }, |
---|
678 | "type": "library", |
---|
679 | "extra": { |
---|
680 | "branch-alias": { |
---|
681 | "dev-master": "3.7-dev" |
---|
682 | } |
---|
683 | }, |
---|
684 | "autoload": { |
---|
685 | "psr-0": { |
---|
686 | "Guzzle\\Common": "" |
---|
687 | } |
---|
688 | }, |
---|
689 | "notification-url": "https://packagist.org/downloads/", |
---|
690 | "license": [ |
---|
691 | "MIT" |
---|
692 | ], |
---|
693 | "description": "Common libraries used by Guzzle", |
---|
694 | "homepage": "http://guzzlephp.org/", |
---|
695 | "keywords": [ |
---|
696 | "collection", |
---|
697 | "common", |
---|
698 | "event", |
---|
699 | "exception" |
---|
700 | ], |
---|
701 | "time": "2014-08-11 04:32:36" |
---|
702 | }, |
---|
703 | { |
---|
704 | "name": "guzzle/http", |
---|
705 | "version": "v3.9.2", |
---|
706 | "target-dir": "Guzzle/Http", |
---|
707 | "source": { |
---|
708 | "type": "git", |
---|
709 | "url": "https://github.com/guzzle/http.git", |
---|
710 | "reference": "1e8dd1e2ba9dc42332396f39fbfab950b2301dc5" |
---|
711 | }, |
---|
712 | "dist": { |
---|
713 | "type": "zip", |
---|
714 | "url": "https://api.github.com/repos/guzzle/http/zipball/1e8dd1e2ba9dc42332396f39fbfab950b2301dc5", |
---|
715 | "reference": "1e8dd1e2ba9dc42332396f39fbfab950b2301dc5", |
---|
716 | "shasum": "" |
---|
717 | }, |
---|
718 | "require": { |
---|
719 | "guzzle/common": "self.version", |
---|
720 | "guzzle/parser": "self.version", |
---|
721 | "guzzle/stream": "self.version", |
---|
722 | "php": ">=5.3.2" |
---|
723 | }, |
---|
724 | "suggest": { |
---|
725 | "ext-curl": "*" |
---|
726 | }, |
---|
727 | "type": "library", |
---|
728 | "extra": { |
---|
729 | "branch-alias": { |
---|
730 | "dev-master": "3.7-dev" |
---|
731 | } |
---|
732 | }, |
---|
733 | "autoload": { |
---|
734 | "psr-0": { |
---|
735 | "Guzzle\\Http": "" |
---|
736 | } |
---|
737 | }, |
---|
738 | "notification-url": "https://packagist.org/downloads/", |
---|
739 | "license": [ |
---|
740 | "MIT" |
---|
741 | ], |
---|
742 | "authors": [ |
---|
743 | { |
---|
744 | "name": "Michael Dowling", |
---|
745 | "email": "mtdowling@gmail.com", |
---|
746 | "homepage": "https://github.com/mtdowling" |
---|
747 | } |
---|
748 | ], |
---|
749 | "description": "HTTP libraries used by Guzzle", |
---|
750 | "homepage": "http://guzzlephp.org/", |
---|
751 | "keywords": [ |
---|
752 | "Guzzle", |
---|
753 | "client", |
---|
754 | "curl", |
---|
755 | "http", |
---|
756 | "http client" |
---|
757 | ], |
---|
758 | "time": "2014-08-11 04:32:36" |
---|
759 | }, |
---|
760 | { |
---|
761 | "name": "guzzle/parser", |
---|
762 | "version": "v3.9.2", |
---|
763 | "target-dir": "Guzzle/Parser", |
---|
764 | "source": { |
---|
765 | "type": "git", |
---|
766 | "url": "https://github.com/guzzle/parser.git", |
---|
767 | "reference": "6874d171318a8e93eb6d224cf85e4678490b625c" |
---|
768 | }, |
---|
769 | "dist": { |
---|
770 | "type": "zip", |
---|
771 | "url": "https://api.github.com/repos/guzzle/parser/zipball/6874d171318a8e93eb6d224cf85e4678490b625c", |
---|
772 | "reference": "6874d171318a8e93eb6d224cf85e4678490b625c", |
---|
773 | "shasum": "" |
---|
774 | }, |
---|
775 | "require": { |
---|
776 | "php": ">=5.3.2" |
---|
777 | }, |
---|
778 | "type": "library", |
---|
779 | "extra": { |
---|
780 | "branch-alias": { |
---|
781 | "dev-master": "3.7-dev" |
---|
782 | } |
---|
783 | }, |
---|
784 | "autoload": { |
---|
785 | "psr-0": { |
---|
786 | "Guzzle\\Parser": "" |
---|
787 | } |
---|
788 | }, |
---|
789 | "notification-url": "https://packagist.org/downloads/", |
---|
790 | "license": [ |
---|
791 | "MIT" |
---|
792 | ], |
---|
793 | "description": "Interchangeable parsers used by Guzzle", |
---|
794 | "homepage": "http://guzzlephp.org/", |
---|
795 | "keywords": [ |
---|
796 | "URI Template", |
---|
797 | "cookie", |
---|
798 | "http", |
---|
799 | "message", |
---|
800 | "url" |
---|
801 | ], |
---|
802 | "time": "2014-02-05 18:29:46" |
---|
803 | }, |
---|
804 | { |
---|
805 | "name": "guzzle/stream", |
---|
806 | "version": "v3.9.2", |
---|
807 | "target-dir": "Guzzle/Stream", |
---|
808 | "source": { |
---|
809 | "type": "git", |
---|
810 | "url": "https://github.com/guzzle/stream.git", |
---|
811 | "reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0" |
---|
812 | }, |
---|
813 | "dist": { |
---|
814 | "type": "zip", |
---|
815 | "url": "https://api.github.com/repos/guzzle/stream/zipball/60c7fed02e98d2c518dae8f97874c8f4622100f0", |
---|
816 | "reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0", |
---|
817 | "shasum": "" |
---|
818 | }, |
---|
819 | "require": { |
---|
820 | "guzzle/common": "self.version", |
---|
821 | "php": ">=5.3.2" |
---|
822 | }, |
---|
823 | "suggest": { |
---|
824 | "guzzle/http": "To convert Guzzle request objects to PHP streams" |
---|
825 | }, |
---|
826 | "type": "library", |
---|
827 | "extra": { |
---|
828 | "branch-alias": { |
---|
829 | "dev-master": "3.7-dev" |
---|
830 | } |
---|
831 | }, |
---|
832 | "autoload": { |
---|
833 | "psr-0": { |
---|
834 | "Guzzle\\Stream": "" |
---|
835 | } |
---|
836 | }, |
---|
837 | "notification-url": "https://packagist.org/downloads/", |
---|
838 | "license": [ |
---|
839 | "MIT" |
---|
840 | ], |
---|
841 | "authors": [ |
---|
842 | { |
---|
843 | "name": "Michael Dowling", |
---|
844 | "email": "mtdowling@gmail.com", |
---|
845 | "homepage": "https://github.com/mtdowling" |
---|
846 | } |
---|
847 | ], |
---|
848 | "description": "Guzzle stream wrapper component", |
---|
849 | "homepage": "http://guzzlephp.org/", |
---|
850 | "keywords": [ |
---|
851 | "Guzzle", |
---|
852 | "component", |
---|
853 | "stream" |
---|
854 | ], |
---|
855 | "time": "2014-05-01 21:36:02" |
---|
856 | }, |
---|
857 | { |
---|
858 | "name": "phpdocumentor/reflection-docblock", |
---|
859 | "version": "dev-master", |
---|
860 | "source": { |
---|
861 | "type": "git", |
---|
862 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
---|
863 | "reference": "fd0ac2007401505fb596fdfb859ec4e103d69e55" |
---|
864 | }, |
---|
865 | "dist": { |
---|
866 | "type": "zip", |
---|
867 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/fd0ac2007401505fb596fdfb859ec4e103d69e55", |
---|
868 | "reference": "fd0ac2007401505fb596fdfb859ec4e103d69e55", |
---|
869 | "shasum": "" |
---|
870 | }, |
---|
871 | "require": { |
---|
872 | "php": ">=5.3.3" |
---|
873 | }, |
---|
874 | "require-dev": { |
---|
875 | "phpunit/phpunit": "~4.0" |
---|
876 | }, |
---|
877 | "suggest": { |
---|
878 | "dflydev/markdown": "~1.0", |
---|
879 | "erusev/parsedown": "~1.0" |
---|
880 | }, |
---|
881 | "type": "library", |
---|
882 | "extra": { |
---|
883 | "branch-alias": { |
---|
884 | "dev-master": "2.0.x-dev" |
---|
885 | } |
---|
886 | }, |
---|
887 | "autoload": { |
---|
888 | "psr-0": { |
---|
889 | "phpDocumentor": [ |
---|
890 | "src/" |
---|
891 | ] |
---|
892 | } |
---|
893 | }, |
---|
894 | "notification-url": "https://packagist.org/downloads/", |
---|
895 | "license": [ |
---|
896 | "MIT" |
---|
897 | ], |
---|
898 | "authors": [ |
---|
899 | { |
---|
900 | "name": "Mike van Riel", |
---|
901 | "email": "mike.vanriel@naenius.com" |
---|
902 | } |
---|
903 | ], |
---|
904 | "time": "2014-09-02 14:26:20" |
---|
905 | }, |
---|
906 | { |
---|
907 | "name": "phpspec/prophecy", |
---|
908 | "version": "dev-master", |
---|
909 | "source": { |
---|
910 | "type": "git", |
---|
911 | "url": "https://github.com/phpspec/prophecy.git", |
---|
912 | "reference": "d647e27524f9f7edc37baf63a114b52f5975808f" |
---|
913 | }, |
---|
914 | "dist": { |
---|
915 | "type": "zip", |
---|
916 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/d647e27524f9f7edc37baf63a114b52f5975808f", |
---|
917 | "reference": "d647e27524f9f7edc37baf63a114b52f5975808f", |
---|
918 | "shasum": "" |
---|
919 | }, |
---|
920 | "require": { |
---|
921 | "doctrine/instantiator": "^1.0.2", |
---|
922 | "phpdocumentor/reflection-docblock": "~2.0", |
---|
923 | "sebastian/comparator": "~1.1" |
---|
924 | }, |
---|
925 | "require-dev": { |
---|
926 | "phpspec/phpspec": "~2.0" |
---|
927 | }, |
---|
928 | "type": "library", |
---|
929 | "extra": { |
---|
930 | "branch-alias": { |
---|
931 | "dev-master": "1.3.x-dev" |
---|
932 | } |
---|
933 | }, |
---|
934 | "autoload": { |
---|
935 | "psr-0": { |
---|
936 | "Prophecy\\": "src/" |
---|
937 | } |
---|
938 | }, |
---|
939 | "notification-url": "https://packagist.org/downloads/", |
---|
940 | "license": [ |
---|
941 | "MIT" |
---|
942 | ], |
---|
943 | "authors": [ |
---|
944 | { |
---|
945 | "name": "Konstantin Kudryashov", |
---|
946 | "email": "ever.zet@gmail.com", |
---|
947 | "homepage": "http://everzet.com" |
---|
948 | }, |
---|
949 | { |
---|
950 | "name": "Marcello Duarte", |
---|
951 | "email": "marcello.duarte@gmail.com" |
---|
952 | } |
---|
953 | ], |
---|
954 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
---|
955 | "homepage": "https://github.com/phpspec/prophecy", |
---|
956 | "keywords": [ |
---|
957 | "Double", |
---|
958 | "Dummy", |
---|
959 | "fake", |
---|
960 | "mock", |
---|
961 | "spy", |
---|
962 | "stub" |
---|
963 | ], |
---|
964 | "time": "2015-01-26 10:50:16" |
---|
965 | }, |
---|
966 | { |
---|
967 | "name": "phpunit/php-code-coverage", |
---|
968 | "version": "dev-master", |
---|
969 | "source": { |
---|
970 | "type": "git", |
---|
971 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
---|
972 | "reference": "34cc484af1ca149188d0d9e91412191e398e0b67" |
---|
973 | }, |
---|
974 | "dist": { |
---|
975 | "type": "zip", |
---|
976 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/34cc484af1ca149188d0d9e91412191e398e0b67", |
---|
977 | "reference": "34cc484af1ca149188d0d9e91412191e398e0b67", |
---|
978 | "shasum": "" |
---|
979 | }, |
---|
980 | "require": { |
---|
981 | "php": ">=5.3.3", |
---|
982 | "phpunit/php-file-iterator": "~1.3", |
---|
983 | "phpunit/php-text-template": "~1.2", |
---|
984 | "phpunit/php-token-stream": "~1.3", |
---|
985 | "sebastian/environment": "~1.0", |
---|
986 | "sebastian/version": "~1.0" |
---|
987 | }, |
---|
988 | "require-dev": { |
---|
989 | "ext-xdebug": ">=2.1.4", |
---|
990 | "phpunit/phpunit": "~4" |
---|
991 | }, |
---|
992 | "suggest": { |
---|
993 | "ext-dom": "*", |
---|
994 | "ext-xdebug": ">=2.2.1", |
---|
995 | "ext-xmlwriter": "*" |
---|
996 | }, |
---|
997 | "type": "library", |
---|
998 | "extra": { |
---|
999 | "branch-alias": { |
---|
1000 | "dev-master": "2.0.x-dev" |
---|
1001 | } |
---|
1002 | }, |
---|
1003 | "autoload": { |
---|
1004 | "classmap": [ |
---|
1005 | "src/" |
---|
1006 | ] |
---|
1007 | }, |
---|
1008 | "notification-url": "https://packagist.org/downloads/", |
---|
1009 | "license": [ |
---|
1010 | "BSD-3-Clause" |
---|
1011 | ], |
---|
1012 | "authors": [ |
---|
1013 | { |
---|
1014 | "name": "Sebastian Bergmann", |
---|
1015 | "email": "sb@sebastian-bergmann.de", |
---|
1016 | "role": "lead" |
---|
1017 | } |
---|
1018 | ], |
---|
1019 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
---|
1020 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
---|
1021 | "keywords": [ |
---|
1022 | "coverage", |
---|
1023 | "testing", |
---|
1024 | "xunit" |
---|
1025 | ], |
---|
1026 | "time": "2015-01-24 10:06:35" |
---|
1027 | }, |
---|
1028 | { |
---|
1029 | "name": "phpunit/php-file-iterator", |
---|
1030 | "version": "1.3.4", |
---|
1031 | "source": { |
---|
1032 | "type": "git", |
---|
1033 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
---|
1034 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb" |
---|
1035 | }, |
---|
1036 | "dist": { |
---|
1037 | "type": "zip", |
---|
1038 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb", |
---|
1039 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb", |
---|
1040 | "shasum": "" |
---|
1041 | }, |
---|
1042 | "require": { |
---|
1043 | "php": ">=5.3.3" |
---|
1044 | }, |
---|
1045 | "type": "library", |
---|
1046 | "autoload": { |
---|
1047 | "classmap": [ |
---|
1048 | "File/" |
---|
1049 | ] |
---|
1050 | }, |
---|
1051 | "notification-url": "https://packagist.org/downloads/", |
---|
1052 | "include-path": [ |
---|
1053 | "" |
---|
1054 | ], |
---|
1055 | "license": [ |
---|
1056 | "BSD-3-Clause" |
---|
1057 | ], |
---|
1058 | "authors": [ |
---|
1059 | { |
---|
1060 | "name": "Sebastian Bergmann", |
---|
1061 | "email": "sb@sebastian-bergmann.de", |
---|
1062 | "role": "lead" |
---|
1063 | } |
---|
1064 | ], |
---|
1065 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
---|
1066 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
---|
1067 | "keywords": [ |
---|
1068 | "filesystem", |
---|
1069 | "iterator" |
---|
1070 | ], |
---|
1071 | "time": "2013-10-10 15:34:57" |
---|
1072 | }, |
---|
1073 | { |
---|
1074 | "name": "phpunit/php-text-template", |
---|
1075 | "version": "1.2.0", |
---|
1076 | "source": { |
---|
1077 | "type": "git", |
---|
1078 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
---|
1079 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" |
---|
1080 | }, |
---|
1081 | "dist": { |
---|
1082 | "type": "zip", |
---|
1083 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
---|
1084 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
---|
1085 | "shasum": "" |
---|
1086 | }, |
---|
1087 | "require": { |
---|
1088 | "php": ">=5.3.3" |
---|
1089 | }, |
---|
1090 | "type": "library", |
---|
1091 | "autoload": { |
---|
1092 | "classmap": [ |
---|
1093 | "Text/" |
---|
1094 | ] |
---|
1095 | }, |
---|
1096 | "notification-url": "https://packagist.org/downloads/", |
---|
1097 | "include-path": [ |
---|
1098 | "" |
---|
1099 | ], |
---|
1100 | "license": [ |
---|
1101 | "BSD-3-Clause" |
---|
1102 | ], |
---|
1103 | "authors": [ |
---|
1104 | { |
---|
1105 | "name": "Sebastian Bergmann", |
---|
1106 | "email": "sb@sebastian-bergmann.de", |
---|
1107 | "role": "lead" |
---|
1108 | } |
---|
1109 | ], |
---|
1110 | "description": "Simple template engine.", |
---|
1111 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
---|
1112 | "keywords": [ |
---|
1113 | "template" |
---|
1114 | ], |
---|
1115 | "time": "2014-01-30 17:20:04" |
---|
1116 | }, |
---|
1117 | { |
---|
1118 | "name": "phpunit/php-timer", |
---|
1119 | "version": "1.0.5", |
---|
1120 | "source": { |
---|
1121 | "type": "git", |
---|
1122 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
---|
1123 | "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c" |
---|
1124 | }, |
---|
1125 | "dist": { |
---|
1126 | "type": "zip", |
---|
1127 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c", |
---|
1128 | "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c", |
---|
1129 | "shasum": "" |
---|
1130 | }, |
---|
1131 | "require": { |
---|
1132 | "php": ">=5.3.3" |
---|
1133 | }, |
---|
1134 | "type": "library", |
---|
1135 | "autoload": { |
---|
1136 | "classmap": [ |
---|
1137 | "PHP/" |
---|
1138 | ] |
---|
1139 | }, |
---|
1140 | "notification-url": "https://packagist.org/downloads/", |
---|
1141 | "include-path": [ |
---|
1142 | "" |
---|
1143 | ], |
---|
1144 | "license": [ |
---|
1145 | "BSD-3-Clause" |
---|
1146 | ], |
---|
1147 | "authors": [ |
---|
1148 | { |
---|
1149 | "name": "Sebastian Bergmann", |
---|
1150 | "email": "sb@sebastian-bergmann.de", |
---|
1151 | "role": "lead" |
---|
1152 | } |
---|
1153 | ], |
---|
1154 | "description": "Utility class for timing", |
---|
1155 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
---|
1156 | "keywords": [ |
---|
1157 | "timer" |
---|
1158 | ], |
---|
1159 | "time": "2013-08-02 07:42:54" |
---|
1160 | }, |
---|
1161 | { |
---|
1162 | "name": "phpunit/php-token-stream", |
---|
1163 | "version": "dev-master", |
---|
1164 | "source": { |
---|
1165 | "type": "git", |
---|
1166 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
---|
1167 | "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74" |
---|
1168 | }, |
---|
1169 | "dist": { |
---|
1170 | "type": "zip", |
---|
1171 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/db32c18eba00b121c145575fcbcd4d4d24e6db74", |
---|
1172 | "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74", |
---|
1173 | "shasum": "" |
---|
1174 | }, |
---|
1175 | "require": { |
---|
1176 | "ext-tokenizer": "*", |
---|
1177 | "php": ">=5.3.3" |
---|
1178 | }, |
---|
1179 | "require-dev": { |
---|
1180 | "phpunit/phpunit": "~4.2" |
---|
1181 | }, |
---|
1182 | "type": "library", |
---|
1183 | "extra": { |
---|
1184 | "branch-alias": { |
---|
1185 | "dev-master": "1.4-dev" |
---|
1186 | } |
---|
1187 | }, |
---|
1188 | "autoload": { |
---|
1189 | "classmap": [ |
---|
1190 | "src/" |
---|
1191 | ] |
---|
1192 | }, |
---|
1193 | "notification-url": "https://packagist.org/downloads/", |
---|
1194 | "license": [ |
---|
1195 | "BSD-3-Clause" |
---|
1196 | ], |
---|
1197 | "authors": [ |
---|
1198 | { |
---|
1199 | "name": "Sebastian Bergmann", |
---|
1200 | "email": "sebastian@phpunit.de" |
---|
1201 | } |
---|
1202 | ], |
---|
1203 | "description": "Wrapper around PHP's tokenizer extension.", |
---|
1204 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
---|
1205 | "keywords": [ |
---|
1206 | "tokenizer" |
---|
1207 | ], |
---|
1208 | "time": "2015-01-17 09:51:32" |
---|
1209 | }, |
---|
1210 | { |
---|
1211 | "name": "phpunit/phpunit", |
---|
1212 | "version": "dev-master", |
---|
1213 | "source": { |
---|
1214 | "type": "git", |
---|
1215 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
---|
1216 | "reference": "3d6600da7eb6cb37d25143eea3fd09875c3ede49" |
---|
1217 | }, |
---|
1218 | "dist": { |
---|
1219 | "type": "zip", |
---|
1220 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3d6600da7eb6cb37d25143eea3fd09875c3ede49", |
---|
1221 | "reference": "3d6600da7eb6cb37d25143eea3fd09875c3ede49", |
---|
1222 | "shasum": "" |
---|
1223 | }, |
---|
1224 | "require": { |
---|
1225 | "ext-dom": "*", |
---|
1226 | "ext-json": "*", |
---|
1227 | "ext-pcre": "*", |
---|
1228 | "ext-reflection": "*", |
---|
1229 | "ext-spl": "*", |
---|
1230 | "php": ">=5.3.3", |
---|
1231 | "phpspec/prophecy": "~1.3.1", |
---|
1232 | "phpunit/php-code-coverage": "~2.0", |
---|
1233 | "phpunit/php-file-iterator": "~1.3", |
---|
1234 | "phpunit/php-text-template": "~1.2", |
---|
1235 | "phpunit/php-timer": "~1.0", |
---|
1236 | "phpunit/phpunit-mock-objects": "~2.3", |
---|
1237 | "sebastian/comparator": "~1.1", |
---|
1238 | "sebastian/diff": "~1.2", |
---|
1239 | "sebastian/environment": "~1.2", |
---|
1240 | "sebastian/exporter": "~1.0", |
---|
1241 | "sebastian/global-state": "~1.0", |
---|
1242 | "sebastian/version": "~1.0", |
---|
1243 | "symfony/yaml": "~2.1|~3.0" |
---|
1244 | }, |
---|
1245 | "suggest": { |
---|
1246 | "phpunit/php-invoker": "~1.1" |
---|
1247 | }, |
---|
1248 | "bin": [ |
---|
1249 | "phpunit" |
---|
1250 | ], |
---|
1251 | "type": "library", |
---|
1252 | "extra": { |
---|
1253 | "branch-alias": { |
---|
1254 | "dev-master": "4.6.x-dev" |
---|
1255 | } |
---|
1256 | }, |
---|
1257 | "autoload": { |
---|
1258 | "classmap": [ |
---|
1259 | "src/" |
---|
1260 | ] |
---|
1261 | }, |
---|
1262 | "notification-url": "https://packagist.org/downloads/", |
---|
1263 | "license": [ |
---|
1264 | "BSD-3-Clause" |
---|
1265 | ], |
---|
1266 | "authors": [ |
---|
1267 | { |
---|
1268 | "name": "Sebastian Bergmann", |
---|
1269 | "email": "sebastian@phpunit.de", |
---|
1270 | "role": "lead" |
---|
1271 | } |
---|
1272 | ], |
---|
1273 | "description": "The PHP Unit Testing framework.", |
---|
1274 | "homepage": "https://phpunit.de/", |
---|
1275 | "keywords": [ |
---|
1276 | "phpunit", |
---|
1277 | "testing", |
---|
1278 | "xunit" |
---|
1279 | ], |
---|
1280 | "time": "2015-01-24 14:25:39" |
---|
1281 | }, |
---|
1282 | { |
---|
1283 | "name": "phpunit/phpunit-mock-objects", |
---|
1284 | "version": "dev-master", |
---|
1285 | "source": { |
---|
1286 | "type": "git", |
---|
1287 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
---|
1288 | "reference": "b752b41e3fead4feee99f3a2f2972cef517abb8b" |
---|
1289 | }, |
---|
1290 | "dist": { |
---|
1291 | "type": "zip", |
---|
1292 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/b752b41e3fead4feee99f3a2f2972cef517abb8b", |
---|
1293 | "reference": "b752b41e3fead4feee99f3a2f2972cef517abb8b", |
---|
1294 | "shasum": "" |
---|
1295 | }, |
---|
1296 | "require": { |
---|
1297 | "doctrine/instantiator": "~1.0,>=1.0.2", |
---|
1298 | "php": ">=5.3.3", |
---|
1299 | "phpunit/php-text-template": "~1.2" |
---|
1300 | }, |
---|
1301 | "require-dev": { |
---|
1302 | "phpunit/phpunit": "4.4.*@dev" |
---|
1303 | }, |
---|
1304 | "suggest": { |
---|
1305 | "ext-soap": "*" |
---|
1306 | }, |
---|
1307 | "type": "library", |
---|
1308 | "extra": { |
---|
1309 | "branch-alias": { |
---|
1310 | "dev-master": "2.4.x-dev" |
---|
1311 | } |
---|
1312 | }, |
---|
1313 | "autoload": { |
---|
1314 | "classmap": [ |
---|
1315 | "src/" |
---|
1316 | ] |
---|
1317 | }, |
---|
1318 | "notification-url": "https://packagist.org/downloads/", |
---|
1319 | "license": [ |
---|
1320 | "BSD-3-Clause" |
---|
1321 | ], |
---|
1322 | "authors": [ |
---|
1323 | { |
---|
1324 | "name": "Sebastian Bergmann", |
---|
1325 | "email": "sb@sebastian-bergmann.de", |
---|
1326 | "role": "lead" |
---|
1327 | } |
---|
1328 | ], |
---|
1329 | "description": "Mock Object library for PHPUnit", |
---|
1330 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
---|
1331 | "keywords": [ |
---|
1332 | "mock", |
---|
1333 | "xunit" |
---|
1334 | ], |
---|
1335 | "time": "2015-01-18 10:44:19" |
---|
1336 | }, |
---|
1337 | { |
---|
1338 | "name": "sebastian/comparator", |
---|
1339 | "version": "dev-master", |
---|
1340 | "source": { |
---|
1341 | "type": "git", |
---|
1342 | "url": "https://github.com/sebastianbergmann/comparator.git", |
---|
1343 | "reference": "6a1e846331bb3cc1a305168125d047fb86260e3d" |
---|
1344 | }, |
---|
1345 | "dist": { |
---|
1346 | "type": "zip", |
---|
1347 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1e846331bb3cc1a305168125d047fb86260e3d", |
---|
1348 | "reference": "6a1e846331bb3cc1a305168125d047fb86260e3d", |
---|
1349 | "shasum": "" |
---|
1350 | }, |
---|
1351 | "require": { |
---|
1352 | "php": ">=5.3.3", |
---|
1353 | "sebastian/diff": "~1.1", |
---|
1354 | "sebastian/exporter": "~1.0" |
---|
1355 | }, |
---|
1356 | "require-dev": { |
---|
1357 | "phpunit/phpunit": "~4.1" |
---|
1358 | }, |
---|
1359 | "type": "library", |
---|
1360 | "extra": { |
---|
1361 | "branch-alias": { |
---|
1362 | "dev-master": "1.1.x-dev" |
---|
1363 | } |
---|
1364 | }, |
---|
1365 | "autoload": { |
---|
1366 | "classmap": [ |
---|
1367 | "src/" |
---|
1368 | ] |
---|
1369 | }, |
---|
1370 | "notification-url": "https://packagist.org/downloads/", |
---|
1371 | "license": [ |
---|
1372 | "BSD-3-Clause" |
---|
1373 | ], |
---|
1374 | "authors": [ |
---|
1375 | { |
---|
1376 | "name": "Jeff Welch", |
---|
1377 | "email": "whatthejeff@gmail.com" |
---|
1378 | }, |
---|
1379 | { |
---|
1380 | "name": "Volker Dusch", |
---|
1381 | "email": "github@wallbash.com" |
---|
1382 | }, |
---|
1383 | { |
---|
1384 | "name": "Bernhard Schussek", |
---|
1385 | "email": "bschussek@2bepublished.at" |
---|
1386 | }, |
---|
1387 | { |
---|
1388 | "name": "Sebastian Bergmann", |
---|
1389 | "email": "sebastian@phpunit.de" |
---|
1390 | } |
---|
1391 | ], |
---|
1392 | "description": "Provides the functionality to compare PHP values for equality", |
---|
1393 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
---|
1394 | "keywords": [ |
---|
1395 | "comparator", |
---|
1396 | "compare", |
---|
1397 | "equality" |
---|
1398 | ], |
---|
1399 | "time": "2015-01-05 16:29:00" |
---|
1400 | }, |
---|
1401 | { |
---|
1402 | "name": "sebastian/diff", |
---|
1403 | "version": "dev-master", |
---|
1404 | "source": { |
---|
1405 | "type": "git", |
---|
1406 | "url": "https://github.com/sebastianbergmann/diff.git", |
---|
1407 | "reference": "6dc90302a4cdf8486c221a0ad3a4da53859fcfa5" |
---|
1408 | }, |
---|
1409 | "dist": { |
---|
1410 | "type": "zip", |
---|
1411 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/6dc90302a4cdf8486c221a0ad3a4da53859fcfa5", |
---|
1412 | "reference": "6dc90302a4cdf8486c221a0ad3a4da53859fcfa5", |
---|
1413 | "shasum": "" |
---|
1414 | }, |
---|
1415 | "require": { |
---|
1416 | "php": ">=5.3.3" |
---|
1417 | }, |
---|
1418 | "require-dev": { |
---|
1419 | "phpunit/phpunit": "~4.2" |
---|
1420 | }, |
---|
1421 | "type": "library", |
---|
1422 | "extra": { |
---|
1423 | "branch-alias": { |
---|
1424 | "dev-master": "1.2-dev" |
---|
1425 | } |
---|
1426 | }, |
---|
1427 | "autoload": { |
---|
1428 | "classmap": [ |
---|
1429 | "src/" |
---|
1430 | ] |
---|
1431 | }, |
---|
1432 | "notification-url": "https://packagist.org/downloads/", |
---|
1433 | "license": [ |
---|
1434 | "BSD-3-Clause" |
---|
1435 | ], |
---|
1436 | "authors": [ |
---|
1437 | { |
---|
1438 | "name": "Kore Nordmann", |
---|
1439 | "email": "mail@kore-nordmann.de" |
---|
1440 | }, |
---|
1441 | { |
---|
1442 | "name": "Sebastian Bergmann", |
---|
1443 | "email": "sebastian@phpunit.de" |
---|
1444 | } |
---|
1445 | ], |
---|
1446 | "description": "Diff implementation", |
---|
1447 | "homepage": "http://www.github.com/sebastianbergmann/diff", |
---|
1448 | "keywords": [ |
---|
1449 | "diff" |
---|
1450 | ], |
---|
1451 | "time": "2015-01-01 09:20:29" |
---|
1452 | }, |
---|
1453 | { |
---|
1454 | "name": "sebastian/environment", |
---|
1455 | "version": "dev-master", |
---|
1456 | "source": { |
---|
1457 | "type": "git", |
---|
1458 | "url": "https://github.com/sebastianbergmann/environment.git", |
---|
1459 | "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e" |
---|
1460 | }, |
---|
1461 | "dist": { |
---|
1462 | "type": "zip", |
---|
1463 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e", |
---|
1464 | "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e", |
---|
1465 | "shasum": "" |
---|
1466 | }, |
---|
1467 | "require": { |
---|
1468 | "php": ">=5.3.3" |
---|
1469 | }, |
---|
1470 | "require-dev": { |
---|
1471 | "phpunit/phpunit": "~4.4" |
---|
1472 | }, |
---|
1473 | "type": "library", |
---|
1474 | "extra": { |
---|
1475 | "branch-alias": { |
---|
1476 | "dev-master": "1.3.x-dev" |
---|
1477 | } |
---|
1478 | }, |
---|
1479 | "autoload": { |
---|
1480 | "classmap": [ |
---|
1481 | "src/" |
---|
1482 | ] |
---|
1483 | }, |
---|
1484 | "notification-url": "https://packagist.org/downloads/", |
---|
1485 | "license": [ |
---|
1486 | "BSD-3-Clause" |
---|
1487 | ], |
---|
1488 | "authors": [ |
---|
1489 | { |
---|
1490 | "name": "Sebastian Bergmann", |
---|
1491 | "email": "sebastian@phpunit.de" |
---|
1492 | } |
---|
1493 | ], |
---|
1494 | "description": "Provides functionality to handle HHVM/PHP environments", |
---|
1495 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
---|
1496 | "keywords": [ |
---|
1497 | "Xdebug", |
---|
1498 | "environment", |
---|
1499 | "hhvm" |
---|
1500 | ], |
---|
1501 | "time": "2015-01-01 10:01:08" |
---|
1502 | }, |
---|
1503 | { |
---|
1504 | "name": "sebastian/exporter", |
---|
1505 | "version": "dev-master", |
---|
1506 | "source": { |
---|
1507 | "type": "git", |
---|
1508 | "url": "https://github.com/sebastianbergmann/exporter.git", |
---|
1509 | "reference": "35ab8d385eef068186c83e23ae83c96b0288b3ee" |
---|
1510 | }, |
---|
1511 | "dist": { |
---|
1512 | "type": "zip", |
---|
1513 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/35ab8d385eef068186c83e23ae83c96b0288b3ee", |
---|
1514 | "reference": "35ab8d385eef068186c83e23ae83c96b0288b3ee", |
---|
1515 | "shasum": "" |
---|
1516 | }, |
---|
1517 | "require": { |
---|
1518 | "php": ">=5.3.3", |
---|
1519 | "sebastian/recursion-context": "~1.0" |
---|
1520 | }, |
---|
1521 | "require-dev": { |
---|
1522 | "phpunit/phpunit": "~4.4" |
---|
1523 | }, |
---|
1524 | "type": "library", |
---|
1525 | "extra": { |
---|
1526 | "branch-alias": { |
---|
1527 | "dev-master": "1.1.x-dev" |
---|
1528 | } |
---|
1529 | }, |
---|
1530 | "autoload": { |
---|
1531 | "classmap": [ |
---|
1532 | "src/" |
---|
1533 | ] |
---|
1534 | }, |
---|
1535 | "notification-url": "https://packagist.org/downloads/", |
---|
1536 | "license": [ |
---|
1537 | "BSD-3-Clause" |
---|
1538 | ], |
---|
1539 | "authors": [ |
---|
1540 | { |
---|
1541 | "name": "Jeff Welch", |
---|
1542 | "email": "whatthejeff@gmail.com" |
---|
1543 | }, |
---|
1544 | { |
---|
1545 | "name": "Volker Dusch", |
---|
1546 | "email": "github@wallbash.com" |
---|
1547 | }, |
---|
1548 | { |
---|
1549 | "name": "Bernhard Schussek", |
---|
1550 | "email": "bschussek@2bepublished.at" |
---|
1551 | }, |
---|
1552 | { |
---|
1553 | "name": "Sebastian Bergmann", |
---|
1554 | "email": "sebastian@phpunit.de" |
---|
1555 | }, |
---|
1556 | { |
---|
1557 | "name": "Adam Harvey", |
---|
1558 | "email": "aharvey@php.net" |
---|
1559 | } |
---|
1560 | ], |
---|
1561 | "description": "Provides the functionality to export PHP variables for visualization", |
---|
1562 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
---|
1563 | "keywords": [ |
---|
1564 | "export", |
---|
1565 | "exporter" |
---|
1566 | ], |
---|
1567 | "time": "2015-01-24 09:57:24" |
---|
1568 | }, |
---|
1569 | { |
---|
1570 | "name": "sebastian/global-state", |
---|
1571 | "version": "dev-master", |
---|
1572 | "source": { |
---|
1573 | "type": "git", |
---|
1574 | "url": "https://github.com/sebastianbergmann/global-state.git", |
---|
1575 | "reference": "007c441df427cf0e175372fcbb9d196bce7eb743" |
---|
1576 | }, |
---|
1577 | "dist": { |
---|
1578 | "type": "zip", |
---|
1579 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/007c441df427cf0e175372fcbb9d196bce7eb743", |
---|
1580 | "reference": "007c441df427cf0e175372fcbb9d196bce7eb743", |
---|
1581 | "shasum": "" |
---|
1582 | }, |
---|
1583 | "require": { |
---|
1584 | "php": ">=5.3.3" |
---|
1585 | }, |
---|
1586 | "require-dev": { |
---|
1587 | "phpunit/phpunit": "~4.2" |
---|
1588 | }, |
---|
1589 | "suggest": { |
---|
1590 | "ext-uopz": "*" |
---|
1591 | }, |
---|
1592 | "type": "library", |
---|
1593 | "extra": { |
---|
1594 | "branch-alias": { |
---|
1595 | "dev-master": "1.0-dev" |
---|
1596 | } |
---|
1597 | }, |
---|
1598 | "autoload": { |
---|
1599 | "classmap": [ |
---|
1600 | "src/" |
---|
1601 | ] |
---|
1602 | }, |
---|
1603 | "notification-url": "https://packagist.org/downloads/", |
---|
1604 | "license": [ |
---|
1605 | "BSD-3-Clause" |
---|
1606 | ], |
---|
1607 | "authors": [ |
---|
1608 | { |
---|
1609 | "name": "Sebastian Bergmann", |
---|
1610 | "email": "sebastian@phpunit.de" |
---|
1611 | } |
---|
1612 | ], |
---|
1613 | "description": "Snapshotting of global state", |
---|
1614 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
---|
1615 | "keywords": [ |
---|
1616 | "global state" |
---|
1617 | ], |
---|
1618 | "time": "2015-01-20 04:09:31" |
---|
1619 | }, |
---|
1620 | { |
---|
1621 | "name": "sebastian/recursion-context", |
---|
1622 | "version": "dev-master", |
---|
1623 | "source": { |
---|
1624 | "type": "git", |
---|
1625 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
---|
1626 | "reference": "3989662bbb30a29d20d9faa04a846af79b276252" |
---|
1627 | }, |
---|
1628 | "dist": { |
---|
1629 | "type": "zip", |
---|
1630 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252", |
---|
1631 | "reference": "3989662bbb30a29d20d9faa04a846af79b276252", |
---|
1632 | "shasum": "" |
---|
1633 | }, |
---|
1634 | "require": { |
---|
1635 | "php": ">=5.3.3" |
---|
1636 | }, |
---|
1637 | "require-dev": { |
---|
1638 | "phpunit/phpunit": "~4.4" |
---|
1639 | }, |
---|
1640 | "type": "library", |
---|
1641 | "extra": { |
---|
1642 | "branch-alias": { |
---|
1643 | "dev-master": "1.0.x-dev" |
---|
1644 | } |
---|
1645 | }, |
---|
1646 | "autoload": { |
---|
1647 | "classmap": [ |
---|
1648 | "src/" |
---|
1649 | ] |
---|
1650 | }, |
---|
1651 | "notification-url": "https://packagist.org/downloads/", |
---|
1652 | "license": [ |
---|
1653 | "BSD-3-Clause" |
---|
1654 | ], |
---|
1655 | "authors": [ |
---|
1656 | { |
---|
1657 | "name": "Jeff Welch", |
---|
1658 | "email": "whatthejeff@gmail.com" |
---|
1659 | }, |
---|
1660 | { |
---|
1661 | "name": "Sebastian Bergmann", |
---|
1662 | "email": "sebastian@phpunit.de" |
---|
1663 | }, |
---|
1664 | { |
---|
1665 | "name": "Adam Harvey", |
---|
1666 | "email": "aharvey@php.net" |
---|
1667 | } |
---|
1668 | ], |
---|
1669 | "description": "Provides functionality to recursively process PHP variables", |
---|
1670 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
---|
1671 | "time": "2015-01-24 09:48:32" |
---|
1672 | }, |
---|
1673 | { |
---|
1674 | "name": "sebastian/version", |
---|
1675 | "version": "1.0.4", |
---|
1676 | "source": { |
---|
1677 | "type": "git", |
---|
1678 | "url": "https://github.com/sebastianbergmann/version.git", |
---|
1679 | "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b" |
---|
1680 | }, |
---|
1681 | "dist": { |
---|
1682 | "type": "zip", |
---|
1683 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/a77d9123f8e809db3fbdea15038c27a95da4058b", |
---|
1684 | "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b", |
---|
1685 | "shasum": "" |
---|
1686 | }, |
---|
1687 | "type": "library", |
---|
1688 | "autoload": { |
---|
1689 | "classmap": [ |
---|
1690 | "src/" |
---|
1691 | ] |
---|
1692 | }, |
---|
1693 | "notification-url": "https://packagist.org/downloads/", |
---|
1694 | "license": [ |
---|
1695 | "BSD-3-Clause" |
---|
1696 | ], |
---|
1697 | "authors": [ |
---|
1698 | { |
---|
1699 | "name": "Sebastian Bergmann", |
---|
1700 | "email": "sebastian@phpunit.de", |
---|
1701 | "role": "lead" |
---|
1702 | } |
---|
1703 | ], |
---|
1704 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
---|
1705 | "homepage": "https://github.com/sebastianbergmann/version", |
---|
1706 | "time": "2014-12-15 14:25:24" |
---|
1707 | }, |
---|
1708 | { |
---|
1709 | "name": "symfony/browser-kit", |
---|
1710 | "version": "2.7.x-dev", |
---|
1711 | "target-dir": "Symfony/Component/BrowserKit", |
---|
1712 | "source": { |
---|
1713 | "type": "git", |
---|
1714 | "url": "https://github.com/symfony/BrowserKit.git", |
---|
1715 | "reference": "432c0593d5367b1bb8aa893cb2272172934ad371" |
---|
1716 | }, |
---|
1717 | "dist": { |
---|
1718 | "type": "zip", |
---|
1719 | "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/432c0593d5367b1bb8aa893cb2272172934ad371", |
---|
1720 | "reference": "432c0593d5367b1bb8aa893cb2272172934ad371", |
---|
1721 | "shasum": "" |
---|
1722 | }, |
---|
1723 | "require": { |
---|
1724 | "php": ">=5.3.9", |
---|
1725 | "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0" |
---|
1726 | }, |
---|
1727 | "require-dev": { |
---|
1728 | "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0", |
---|
1729 | "symfony/process": "~2.0,>=2.0.5|~3.0.0" |
---|
1730 | }, |
---|
1731 | "suggest": { |
---|
1732 | "symfony/process": "" |
---|
1733 | }, |
---|
1734 | "type": "library", |
---|
1735 | "extra": { |
---|
1736 | "branch-alias": { |
---|
1737 | "dev-master": "2.7-dev" |
---|
1738 | } |
---|
1739 | }, |
---|
1740 | "autoload": { |
---|
1741 | "psr-0": { |
---|
1742 | "Symfony\\Component\\BrowserKit\\": "" |
---|
1743 | } |
---|
1744 | }, |
---|
1745 | "notification-url": "https://packagist.org/downloads/", |
---|
1746 | "license": [ |
---|
1747 | "MIT" |
---|
1748 | ], |
---|
1749 | "authors": [ |
---|
1750 | { |
---|
1751 | "name": "Symfony Community", |
---|
1752 | "homepage": "http://symfony.com/contributors" |
---|
1753 | }, |
---|
1754 | { |
---|
1755 | "name": "Fabien Potencier", |
---|
1756 | "email": "fabien@symfony.com" |
---|
1757 | } |
---|
1758 | ], |
---|
1759 | "description": "Symfony BrowserKit Component", |
---|
1760 | "homepage": "http://symfony.com", |
---|
1761 | "time": "2015-01-09 06:51:41" |
---|
1762 | }, |
---|
1763 | { |
---|
1764 | "name": "symfony/config", |
---|
1765 | "version": "2.7.x-dev", |
---|
1766 | "target-dir": "Symfony/Component/Config", |
---|
1767 | "source": { |
---|
1768 | "type": "git", |
---|
1769 | "url": "https://github.com/symfony/Config.git", |
---|
1770 | "reference": "1624dd47e1f4dc89ae4e7ca4a0476325042f8e82" |
---|
1771 | }, |
---|
1772 | "dist": { |
---|
1773 | "type": "zip", |
---|
1774 | "url": "https://api.github.com/repos/symfony/Config/zipball/1624dd47e1f4dc89ae4e7ca4a0476325042f8e82", |
---|
1775 | "reference": "1624dd47e1f4dc89ae4e7ca4a0476325042f8e82", |
---|
1776 | "shasum": "" |
---|
1777 | }, |
---|
1778 | "require": { |
---|
1779 | "php": ">=5.3.9", |
---|
1780 | "symfony/filesystem": "~2.3|~3.0.0" |
---|
1781 | }, |
---|
1782 | "type": "library", |
---|
1783 | "extra": { |
---|
1784 | "branch-alias": { |
---|
1785 | "dev-master": "2.7-dev" |
---|
1786 | } |
---|
1787 | }, |
---|
1788 | "autoload": { |
---|
1789 | "psr-0": { |
---|
1790 | "Symfony\\Component\\Config\\": "" |
---|
1791 | } |
---|
1792 | }, |
---|
1793 | "notification-url": "https://packagist.org/downloads/", |
---|
1794 | "license": [ |
---|
1795 | "MIT" |
---|
1796 | ], |
---|
1797 | "authors": [ |
---|
1798 | { |
---|
1799 | "name": "Symfony Community", |
---|
1800 | "homepage": "http://symfony.com/contributors" |
---|
1801 | }, |
---|
1802 | { |
---|
1803 | "name": "Fabien Potencier", |
---|
1804 | "email": "fabien@symfony.com" |
---|
1805 | } |
---|
1806 | ], |
---|
1807 | "description": "Symfony Config Component", |
---|
1808 | "homepage": "http://symfony.com", |
---|
1809 | "time": "2015-01-25 04:39:35" |
---|
1810 | }, |
---|
1811 | { |
---|
1812 | "name": "symfony/console", |
---|
1813 | "version": "2.7.x-dev", |
---|
1814 | "target-dir": "Symfony/Component/Console", |
---|
1815 | "source": { |
---|
1816 | "type": "git", |
---|
1817 | "url": "https://github.com/symfony/Console.git", |
---|
1818 | "reference": "9f041fb5735b0d25d117e77ab8597a8376c74fbd" |
---|
1819 | }, |
---|
1820 | "dist": { |
---|
1821 | "type": "zip", |
---|
1822 | "url": "https://api.github.com/repos/symfony/Console/zipball/9f041fb5735b0d25d117e77ab8597a8376c74fbd", |
---|
1823 | "reference": "9f041fb5735b0d25d117e77ab8597a8376c74fbd", |
---|
1824 | "shasum": "" |
---|
1825 | }, |
---|
1826 | "require": { |
---|
1827 | "php": ">=5.3.9" |
---|
1828 | }, |
---|
1829 | "require-dev": { |
---|
1830 | "psr/log": "~1.0", |
---|
1831 | "symfony/event-dispatcher": "~2.1|~3.0.0", |
---|
1832 | "symfony/process": "~2.1|~3.0.0" |
---|
1833 | }, |
---|
1834 | "suggest": { |
---|
1835 | "psr/log": "For using the console logger", |
---|
1836 | "symfony/event-dispatcher": "", |
---|
1837 | "symfony/process": "" |
---|
1838 | }, |
---|
1839 | "type": "library", |
---|
1840 | "extra": { |
---|
1841 | "branch-alias": { |
---|
1842 | "dev-master": "2.7-dev" |
---|
1843 | } |
---|
1844 | }, |
---|
1845 | "autoload": { |
---|
1846 | "psr-0": { |
---|
1847 | "Symfony\\Component\\Console\\": "" |
---|
1848 | } |
---|
1849 | }, |
---|
1850 | "notification-url": "https://packagist.org/downloads/", |
---|
1851 | "license": [ |
---|
1852 | "MIT" |
---|
1853 | ], |
---|
1854 | "authors": [ |
---|
1855 | { |
---|
1856 | "name": "Symfony Community", |
---|
1857 | "homepage": "http://symfony.com/contributors" |
---|
1858 | }, |
---|
1859 | { |
---|
1860 | "name": "Fabien Potencier", |
---|
1861 | "email": "fabien@symfony.com" |
---|
1862 | } |
---|
1863 | ], |
---|
1864 | "description": "Symfony Console Component", |
---|
1865 | "homepage": "http://symfony.com", |
---|
1866 | "time": "2015-01-25 05:59:26" |
---|
1867 | }, |
---|
1868 | { |
---|
1869 | "name": "symfony/css-selector", |
---|
1870 | "version": "2.3.x-dev", |
---|
1871 | "target-dir": "Symfony/Component/CssSelector", |
---|
1872 | "source": { |
---|
1873 | "type": "git", |
---|
1874 | "url": "https://github.com/symfony/CssSelector.git", |
---|
1875 | "reference": "202ff2f0ba271d1a77f937b3ae177887da9241d7" |
---|
1876 | }, |
---|
1877 | "dist": { |
---|
1878 | "type": "zip", |
---|
1879 | "url": "https://api.github.com/repos/symfony/CssSelector/zipball/202ff2f0ba271d1a77f937b3ae177887da9241d7", |
---|
1880 | "reference": "202ff2f0ba271d1a77f937b3ae177887da9241d7", |
---|
1881 | "shasum": "" |
---|
1882 | }, |
---|
1883 | "require": { |
---|
1884 | "php": ">=5.3.3" |
---|
1885 | }, |
---|
1886 | "type": "library", |
---|
1887 | "extra": { |
---|
1888 | "branch-alias": { |
---|
1889 | "dev-master": "2.3-dev" |
---|
1890 | } |
---|
1891 | }, |
---|
1892 | "autoload": { |
---|
1893 | "psr-0": { |
---|
1894 | "Symfony\\Component\\CssSelector\\": "" |
---|
1895 | } |
---|
1896 | }, |
---|
1897 | "notification-url": "https://packagist.org/downloads/", |
---|
1898 | "license": [ |
---|
1899 | "MIT" |
---|
1900 | ], |
---|
1901 | "authors": [ |
---|
1902 | { |
---|
1903 | "name": "Symfony Community", |
---|
1904 | "homepage": "http://symfony.com/contributors" |
---|
1905 | }, |
---|
1906 | { |
---|
1907 | "name": "Jean-François Simon", |
---|
1908 | "email": "jeanfrancois.simon@sensiolabs.com" |
---|
1909 | }, |
---|
1910 | { |
---|
1911 | "name": "Fabien Potencier", |
---|
1912 | "email": "fabien@symfony.com" |
---|
1913 | } |
---|
1914 | ], |
---|
1915 | "description": "Symfony CssSelector Component", |
---|
1916 | "homepage": "http://symfony.com", |
---|
1917 | "time": "2015-01-01 12:56:52" |
---|
1918 | }, |
---|
1919 | { |
---|
1920 | "name": "symfony/dependency-injection", |
---|
1921 | "version": "2.7.x-dev", |
---|
1922 | "target-dir": "Symfony/Component/DependencyInjection", |
---|
1923 | "source": { |
---|
1924 | "type": "git", |
---|
1925 | "url": "https://github.com/symfony/DependencyInjection.git", |
---|
1926 | "reference": "acf2e8e27c53b8af7963ca00809ccde1d1e977f4" |
---|
1927 | }, |
---|
1928 | "dist": { |
---|
1929 | "type": "zip", |
---|
1930 | "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/acf2e8e27c53b8af7963ca00809ccde1d1e977f4", |
---|
1931 | "reference": "acf2e8e27c53b8af7963ca00809ccde1d1e977f4", |
---|
1932 | "shasum": "" |
---|
1933 | }, |
---|
1934 | "require": { |
---|
1935 | "php": ">=5.3.9" |
---|
1936 | }, |
---|
1937 | "conflict": { |
---|
1938 | "symfony/expression-language": "<2.6" |
---|
1939 | }, |
---|
1940 | "require-dev": { |
---|
1941 | "symfony/config": "~2.2|~3.0.0", |
---|
1942 | "symfony/expression-language": "~2.6|~3.0.0", |
---|
1943 | "symfony/yaml": "~2.1|~3.0.0" |
---|
1944 | }, |
---|
1945 | "suggest": { |
---|
1946 | "symfony/config": "", |
---|
1947 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
---|
1948 | "symfony/yaml": "" |
---|
1949 | }, |
---|
1950 | "type": "library", |
---|
1951 | "extra": { |
---|
1952 | "branch-alias": { |
---|
1953 | "dev-master": "2.7-dev" |
---|
1954 | } |
---|
1955 | }, |
---|
1956 | "autoload": { |
---|
1957 | "psr-0": { |
---|
1958 | "Symfony\\Component\\DependencyInjection\\": "" |
---|
1959 | } |
---|
1960 | }, |
---|
1961 | "notification-url": "https://packagist.org/downloads/", |
---|
1962 | "license": [ |
---|
1963 | "MIT" |
---|
1964 | ], |
---|
1965 | "authors": [ |
---|
1966 | { |
---|
1967 | "name": "Symfony Community", |
---|
1968 | "homepage": "http://symfony.com/contributors" |
---|
1969 | }, |
---|
1970 | { |
---|
1971 | "name": "Fabien Potencier", |
---|
1972 | "email": "fabien@symfony.com" |
---|
1973 | } |
---|
1974 | ], |
---|
1975 | "description": "Symfony DependencyInjection Component", |
---|
1976 | "homepage": "http://symfony.com", |
---|
1977 | "time": "2015-01-25 04:39:35" |
---|
1978 | }, |
---|
1979 | { |
---|
1980 | "name": "symfony/dom-crawler", |
---|
1981 | "version": "2.3.x-dev", |
---|
1982 | "target-dir": "Symfony/Component/DomCrawler", |
---|
1983 | "source": { |
---|
1984 | "type": "git", |
---|
1985 | "url": "https://github.com/symfony/DomCrawler.git", |
---|
1986 | "reference": "3702395bfcd327a92d620337208f69b92dde0c4a" |
---|
1987 | }, |
---|
1988 | "dist": { |
---|
1989 | "type": "zip", |
---|
1990 | "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/3702395bfcd327a92d620337208f69b92dde0c4a", |
---|
1991 | "reference": "3702395bfcd327a92d620337208f69b92dde0c4a", |
---|
1992 | "shasum": "" |
---|
1993 | }, |
---|
1994 | "require": { |
---|
1995 | "php": ">=5.3.3" |
---|
1996 | }, |
---|
1997 | "require-dev": { |
---|
1998 | "symfony/css-selector": "~2.0,>=2.0.5" |
---|
1999 | }, |
---|
2000 | "suggest": { |
---|
2001 | "symfony/css-selector": "" |
---|
2002 | }, |
---|
2003 | "type": "library", |
---|
2004 | "extra": { |
---|
2005 | "branch-alias": { |
---|
2006 | "dev-master": "2.3-dev" |
---|
2007 | } |
---|
2008 | }, |
---|
2009 | "autoload": { |
---|
2010 | "psr-0": { |
---|
2011 | "Symfony\\Component\\DomCrawler\\": "" |
---|
2012 | } |
---|
2013 | }, |
---|
2014 | "notification-url": "https://packagist.org/downloads/", |
---|
2015 | "license": [ |
---|
2016 | "MIT" |
---|
2017 | ], |
---|
2018 | "authors": [ |
---|
2019 | { |
---|
2020 | "name": "Symfony Community", |
---|
2021 | "homepage": "http://symfony.com/contributors" |
---|
2022 | }, |
---|
2023 | { |
---|
2024 | "name": "Fabien Potencier", |
---|
2025 | "email": "fabien@symfony.com" |
---|
2026 | } |
---|
2027 | ], |
---|
2028 | "description": "Symfony DomCrawler Component", |
---|
2029 | "homepage": "http://symfony.com", |
---|
2030 | "time": "2015-01-03 13:14:51" |
---|
2031 | }, |
---|
2032 | { |
---|
2033 | "name": "symfony/event-dispatcher", |
---|
2034 | "version": "2.7.x-dev", |
---|
2035 | "target-dir": "Symfony/Component/EventDispatcher", |
---|
2036 | "source": { |
---|
2037 | "type": "git", |
---|
2038 | "url": "https://github.com/symfony/EventDispatcher.git", |
---|
2039 | "reference": "7a26717d431dfb092198d7c55f06788b2de5aaf7" |
---|
2040 | }, |
---|
2041 | "dist": { |
---|
2042 | "type": "zip", |
---|
2043 | "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/7a26717d431dfb092198d7c55f06788b2de5aaf7", |
---|
2044 | "reference": "7a26717d431dfb092198d7c55f06788b2de5aaf7", |
---|
2045 | "shasum": "" |
---|
2046 | }, |
---|
2047 | "require": { |
---|
2048 | "php": ">=5.3.9" |
---|
2049 | }, |
---|
2050 | "require-dev": { |
---|
2051 | "psr/log": "~1.0", |
---|
2052 | "symfony/config": "~2.0,>=2.0.5|~3.0.0", |
---|
2053 | "symfony/dependency-injection": "~2.6|~3.0.0", |
---|
2054 | "symfony/expression-language": "~2.6|~3.0.0", |
---|
2055 | "symfony/stopwatch": "~2.3|~3.0.0" |
---|
2056 | }, |
---|
2057 | "suggest": { |
---|
2058 | "symfony/dependency-injection": "", |
---|
2059 | "symfony/http-kernel": "" |
---|
2060 | }, |
---|
2061 | "type": "library", |
---|
2062 | "extra": { |
---|
2063 | "branch-alias": { |
---|
2064 | "dev-master": "2.7-dev" |
---|
2065 | } |
---|
2066 | }, |
---|
2067 | "autoload": { |
---|
2068 | "psr-0": { |
---|
2069 | "Symfony\\Component\\EventDispatcher\\": "" |
---|
2070 | } |
---|
2071 | }, |
---|
2072 | "notification-url": "https://packagist.org/downloads/", |
---|
2073 | "license": [ |
---|
2074 | "MIT" |
---|
2075 | ], |
---|
2076 | "authors": [ |
---|
2077 | { |
---|
2078 | "name": "Symfony Community", |
---|
2079 | "homepage": "http://symfony.com/contributors" |
---|
2080 | }, |
---|
2081 | { |
---|
2082 | "name": "Fabien Potencier", |
---|
2083 | "email": "fabien@symfony.com" |
---|
2084 | } |
---|
2085 | ], |
---|
2086 | "description": "Symfony EventDispatcher Component", |
---|
2087 | "homepage": "http://symfony.com", |
---|
2088 | "time": "2015-01-16 15:11:56" |
---|
2089 | }, |
---|
2090 | { |
---|
2091 | "name": "symfony/filesystem", |
---|
2092 | "version": "dev-master", |
---|
2093 | "target-dir": "Symfony/Component/Filesystem", |
---|
2094 | "source": { |
---|
2095 | "type": "git", |
---|
2096 | "url": "https://github.com/symfony/Filesystem.git", |
---|
2097 | "reference": "9e98e082d75e36d704f83c741443a526a41a3cfa" |
---|
2098 | }, |
---|
2099 | "dist": { |
---|
2100 | "type": "zip", |
---|
2101 | "url": "https://api.github.com/repos/symfony/Filesystem/zipball/9e98e082d75e36d704f83c741443a526a41a3cfa", |
---|
2102 | "reference": "9e98e082d75e36d704f83c741443a526a41a3cfa", |
---|
2103 | "shasum": "" |
---|
2104 | }, |
---|
2105 | "require": { |
---|
2106 | "php": ">=5.5.9" |
---|
2107 | }, |
---|
2108 | "type": "library", |
---|
2109 | "extra": { |
---|
2110 | "branch-alias": { |
---|
2111 | "dev-master": "3.0-dev" |
---|
2112 | } |
---|
2113 | }, |
---|
2114 | "autoload": { |
---|
2115 | "psr-0": { |
---|
2116 | "Symfony\\Component\\Filesystem\\": "" |
---|
2117 | } |
---|
2118 | }, |
---|
2119 | "notification-url": "https://packagist.org/downloads/", |
---|
2120 | "license": [ |
---|
2121 | "MIT" |
---|
2122 | ], |
---|
2123 | "authors": [ |
---|
2124 | { |
---|
2125 | "name": "Symfony Community", |
---|
2126 | "homepage": "http://symfony.com/contributors" |
---|
2127 | }, |
---|
2128 | { |
---|
2129 | "name": "Fabien Potencier", |
---|
2130 | "email": "fabien@symfony.com" |
---|
2131 | } |
---|
2132 | ], |
---|
2133 | "description": "Symfony Filesystem Component", |
---|
2134 | "homepage": "http://symfony.com", |
---|
2135 | "time": "2015-01-04 10:51:22" |
---|
2136 | }, |
---|
2137 | { |
---|
2138 | "name": "symfony/finder", |
---|
2139 | "version": "2.7.x-dev", |
---|
2140 | "target-dir": "Symfony/Component/Finder", |
---|
2141 | "source": { |
---|
2142 | "type": "git", |
---|
2143 | "url": "https://github.com/symfony/Finder.git", |
---|
2144 | "reference": "0c737de96a94d14a51738d285ad426a102baac0e" |
---|
2145 | }, |
---|
2146 | "dist": { |
---|
2147 | "type": "zip", |
---|
2148 | "url": "https://api.github.com/repos/symfony/Finder/zipball/0c737de96a94d14a51738d285ad426a102baac0e", |
---|
2149 | "reference": "0c737de96a94d14a51738d285ad426a102baac0e", |
---|
2150 | "shasum": "" |
---|
2151 | }, |
---|
2152 | "require": { |
---|
2153 | "php": ">=5.3.9" |
---|
2154 | }, |
---|
2155 | "type": "library", |
---|
2156 | "extra": { |
---|
2157 | "branch-alias": { |
---|
2158 | "dev-master": "2.7-dev" |
---|
2159 | } |
---|
2160 | }, |
---|
2161 | "autoload": { |
---|
2162 | "psr-0": { |
---|
2163 | "Symfony\\Component\\Finder\\": "" |
---|
2164 | } |
---|
2165 | }, |
---|
2166 | "notification-url": "https://packagist.org/downloads/", |
---|
2167 | "license": [ |
---|
2168 | "MIT" |
---|
2169 | ], |
---|
2170 | "authors": [ |
---|
2171 | { |
---|
2172 | "name": "Symfony Community", |
---|
2173 | "homepage": "http://symfony.com/contributors" |
---|
2174 | }, |
---|
2175 | { |
---|
2176 | "name": "Fabien Potencier", |
---|
2177 | "email": "fabien@symfony.com" |
---|
2178 | } |
---|
2179 | ], |
---|
2180 | "description": "Symfony Finder Component", |
---|
2181 | "homepage": "http://symfony.com", |
---|
2182 | "time": "2015-01-09 06:51:41" |
---|
2183 | }, |
---|
2184 | { |
---|
2185 | "name": "symfony/process", |
---|
2186 | "version": "2.7.x-dev", |
---|
2187 | "target-dir": "Symfony/Component/Process", |
---|
2188 | "source": { |
---|
2189 | "type": "git", |
---|
2190 | "url": "https://github.com/symfony/Process.git", |
---|
2191 | "reference": "f3ab493718070b936e21b202422466db35c1c298" |
---|
2192 | }, |
---|
2193 | "dist": { |
---|
2194 | "type": "zip", |
---|
2195 | "url": "https://api.github.com/repos/symfony/Process/zipball/f3ab493718070b936e21b202422466db35c1c298", |
---|
2196 | "reference": "f3ab493718070b936e21b202422466db35c1c298", |
---|
2197 | "shasum": "" |
---|
2198 | }, |
---|
2199 | "require": { |
---|
2200 | "php": ">=5.3.9" |
---|
2201 | }, |
---|
2202 | "type": "library", |
---|
2203 | "extra": { |
---|
2204 | "branch-alias": { |
---|
2205 | "dev-master": "2.7-dev" |
---|
2206 | } |
---|
2207 | }, |
---|
2208 | "autoload": { |
---|
2209 | "psr-0": { |
---|
2210 | "Symfony\\Component\\Process\\": "" |
---|
2211 | } |
---|
2212 | }, |
---|
2213 | "notification-url": "https://packagist.org/downloads/", |
---|
2214 | "license": [ |
---|
2215 | "MIT" |
---|
2216 | ], |
---|
2217 | "authors": [ |
---|
2218 | { |
---|
2219 | "name": "Symfony Community", |
---|
2220 | "homepage": "http://symfony.com/contributors" |
---|
2221 | }, |
---|
2222 | { |
---|
2223 | "name": "Fabien Potencier", |
---|
2224 | "email": "fabien@symfony.com" |
---|
2225 | } |
---|
2226 | ], |
---|
2227 | "description": "Symfony Process Component", |
---|
2228 | "homepage": "http://symfony.com", |
---|
2229 | "time": "2015-01-25 04:39:35" |
---|
2230 | }, |
---|
2231 | { |
---|
2232 | "name": "symfony/translation", |
---|
2233 | "version": "2.2.x-dev", |
---|
2234 | "target-dir": "Symfony/Component/Translation", |
---|
2235 | "source": { |
---|
2236 | "type": "git", |
---|
2237 | "url": "https://github.com/symfony/Translation.git", |
---|
2238 | "reference": "e27b46e4f051541b78cd47bab4829056390f19de" |
---|
2239 | }, |
---|
2240 | "dist": { |
---|
2241 | "type": "zip", |
---|
2242 | "url": "https://api.github.com/repos/symfony/Translation/zipball/e27b46e4f051541b78cd47bab4829056390f19de", |
---|
2243 | "reference": "e27b46e4f051541b78cd47bab4829056390f19de", |
---|
2244 | "shasum": "" |
---|
2245 | }, |
---|
2246 | "require": { |
---|
2247 | "php": ">=5.3.3" |
---|
2248 | }, |
---|
2249 | "require-dev": { |
---|
2250 | "symfony/config": ">=2.0,<2.3-dev", |
---|
2251 | "symfony/yaml": "~2.2" |
---|
2252 | }, |
---|
2253 | "suggest": { |
---|
2254 | "symfony/config": "2.2.*", |
---|
2255 | "symfony/yaml": "2.2.*" |
---|
2256 | }, |
---|
2257 | "type": "library", |
---|
2258 | "extra": { |
---|
2259 | "branch-alias": { |
---|
2260 | "dev-master": "2.2-dev" |
---|
2261 | } |
---|
2262 | }, |
---|
2263 | "autoload": { |
---|
2264 | "psr-0": { |
---|
2265 | "Symfony\\Component\\Translation\\": "" |
---|
2266 | } |
---|
2267 | }, |
---|
2268 | "notification-url": "https://packagist.org/downloads/", |
---|
2269 | "license": [ |
---|
2270 | "MIT" |
---|
2271 | ], |
---|
2272 | "authors": [ |
---|
2273 | { |
---|
2274 | "name": "Fabien Potencier", |
---|
2275 | "email": "fabien@symfony.com", |
---|
2276 | "homepage": "http://fabien.potencier.org", |
---|
2277 | "role": "Lead Developer" |
---|
2278 | }, |
---|
2279 | { |
---|
2280 | "name": "Symfony Community", |
---|
2281 | "homepage": "http://symfony.com/contributors" |
---|
2282 | } |
---|
2283 | ], |
---|
2284 | "description": "Symfony Translation Component", |
---|
2285 | "homepage": "http://symfony.com", |
---|
2286 | "time": "2013-11-25 08:44:14" |
---|
2287 | }, |
---|
2288 | { |
---|
2289 | "name": "symfony/yaml", |
---|
2290 | "version": "2.7.x-dev", |
---|
2291 | "target-dir": "Symfony/Component/Yaml", |
---|
2292 | "source": { |
---|
2293 | "type": "git", |
---|
2294 | "url": "https://github.com/symfony/Yaml.git", |
---|
2295 | "reference": "02ba3dc638c5d3f0ab3b47ddb74f98c11dcc0c60" |
---|
2296 | }, |
---|
2297 | "dist": { |
---|
2298 | "type": "zip", |
---|
2299 | "url": "https://api.github.com/repos/symfony/Yaml/zipball/02ba3dc638c5d3f0ab3b47ddb74f98c11dcc0c60", |
---|
2300 | "reference": "02ba3dc638c5d3f0ab3b47ddb74f98c11dcc0c60", |
---|
2301 | "shasum": "" |
---|
2302 | }, |
---|
2303 | "require": { |
---|
2304 | "php": ">=5.3.9" |
---|
2305 | }, |
---|
2306 | "type": "library", |
---|
2307 | "extra": { |
---|
2308 | "branch-alias": { |
---|
2309 | "dev-master": "2.7-dev" |
---|
2310 | } |
---|
2311 | }, |
---|
2312 | "autoload": { |
---|
2313 | "psr-0": { |
---|
2314 | "Symfony\\Component\\Yaml\\": "" |
---|
2315 | } |
---|
2316 | }, |
---|
2317 | "notification-url": "https://packagist.org/downloads/", |
---|
2318 | "license": [ |
---|
2319 | "MIT" |
---|
2320 | ], |
---|
2321 | "authors": [ |
---|
2322 | { |
---|
2323 | "name": "Symfony Community", |
---|
2324 | "homepage": "http://symfony.com/contributors" |
---|
2325 | }, |
---|
2326 | { |
---|
2327 | "name": "Fabien Potencier", |
---|
2328 | "email": "fabien@symfony.com" |
---|
2329 | } |
---|
2330 | ], |
---|
2331 | "description": "Symfony Yaml Component", |
---|
2332 | "homepage": "http://symfony.com", |
---|
2333 | "time": "2015-01-25 04:39:35" |
---|
2334 | } |
---|
2335 | ], |
---|
2336 | "aliases": [], |
---|
2337 | "minimum-stability": "dev", |
---|
2338 | "stability-flags": { |
---|
2339 | "atoum/atoum": 20, |
---|
2340 | "fzaninotto/faker": 20 |
---|
2341 | }, |
---|
2342 | "prefer-stable": false, |
---|
2343 | "prefer-lowest": false, |
---|
2344 | "platform": { |
---|
2345 | "php": ">5.3.0" |
---|
2346 | }, |
---|
2347 | "platform-dev": [] |
---|
2348 | } |
---|