diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 308 |
1 files changed, 260 insertions, 48 deletions
diff --git a/composer.lock b/composer.lock index 3a136511..64f86e3d 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -4,7 +4,7 @@ | |||
4 | "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | 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" | 5 | "This file is @generated automatically" |
6 | ], | 6 | ], |
7 | "hash": "a03a4e11f840a4f84f7f1a7b77c4eb94", | 7 | "hash": "256d4b68ab2de1b3aa0dea820f3acdb0", |
8 | "packages": [ | 8 | "packages": [ |
9 | { | 9 | { |
10 | "name": "ezyang/htmlpurifier", | 10 | "name": "ezyang/htmlpurifier", |
@@ -349,6 +349,63 @@ | |||
349 | "time": "2014-12-30 13:32:42" | 349 | "time": "2014-12-30 13:32:42" |
350 | }, | 350 | }, |
351 | { | 351 | { |
352 | "name": "robmorgan/phinx", | ||
353 | "version": "v0.4.1", | ||
354 | "source": { | ||
355 | "type": "git", | ||
356 | "url": "https://github.com/robmorgan/phinx.git", | ||
357 | "reference": "357210707c000f50edea802d84b74724ad122478" | ||
358 | }, | ||
359 | "dist": { | ||
360 | "type": "zip", | ||
361 | "url": "https://api.github.com/repos/robmorgan/phinx/zipball/357210707c000f50edea802d84b74724ad122478", | ||
362 | "reference": "357210707c000f50edea802d84b74724ad122478", | ||
363 | "shasum": "" | ||
364 | }, | ||
365 | "require": { | ||
366 | "php": ">=5.3.2", | ||
367 | "symfony/class-loader": "~2.6.0", | ||
368 | "symfony/config": "~2.6.0", | ||
369 | "symfony/console": "~2.6.0", | ||
370 | "symfony/yaml": "~2.6.0" | ||
371 | }, | ||
372 | "require-dev": { | ||
373 | "phpunit/phpunit": "3.7.*", | ||
374 | "squizlabs/php_codesniffer": "dev-phpcs-fixer" | ||
375 | }, | ||
376 | "bin": [ | ||
377 | "bin/phinx" | ||
378 | ], | ||
379 | "type": "library", | ||
380 | "autoload": { | ||
381 | "psr-0": { | ||
382 | "Phinx": "src/" | ||
383 | } | ||
384 | }, | ||
385 | "notification-url": "https://packagist.org/downloads/", | ||
386 | "license": [ | ||
387 | "MIT" | ||
388 | ], | ||
389 | "authors": [ | ||
390 | { | ||
391 | "name": "Rob Morgan", | ||
392 | "email": "robbym@gmail.com", | ||
393 | "homepage": "http://robmorgan.id.au", | ||
394 | "role": "Lead Developer" | ||
395 | } | ||
396 | ], | ||
397 | "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.", | ||
398 | "homepage": "https://phinx.org", | ||
399 | "keywords": [ | ||
400 | "database", | ||
401 | "database migrations", | ||
402 | "db", | ||
403 | "migrations", | ||
404 | "phinx" | ||
405 | ], | ||
406 | "time": "2014-12-23 06:06:14" | ||
407 | }, | ||
408 | { | ||
352 | "name": "symfony/browser-kit", | 409 | "name": "symfony/browser-kit", |
353 | "version": "v2.6.3", | 410 | "version": "v2.6.3", |
354 | "target-dir": "Symfony/Component/BrowserKit", | 411 | "target-dir": "Symfony/Component/BrowserKit", |
@@ -404,6 +461,161 @@ | |||
404 | "time": "2015-01-03 08:01:59" | 461 | "time": "2015-01-03 08:01:59" |
405 | }, | 462 | }, |
406 | { | 463 | { |
464 | "name": "symfony/class-loader", | ||
465 | "version": "v2.6.3", | ||
466 | "target-dir": "Symfony/Component/ClassLoader", | ||
467 | "source": { | ||
468 | "type": "git", | ||
469 | "url": "https://github.com/symfony/ClassLoader.git", | ||
470 | "reference": "deac802f76910708ab50d039806cfd1866895b52" | ||
471 | }, | ||
472 | "dist": { | ||
473 | "type": "zip", | ||
474 | "url": "https://api.github.com/repos/symfony/ClassLoader/zipball/deac802f76910708ab50d039806cfd1866895b52", | ||
475 | "reference": "deac802f76910708ab50d039806cfd1866895b52", | ||
476 | "shasum": "" | ||
477 | }, | ||
478 | "require": { | ||
479 | "php": ">=5.3.3" | ||
480 | }, | ||
481 | "require-dev": { | ||
482 | "symfony/finder": "~2.0,>=2.0.5" | ||
483 | }, | ||
484 | "type": "library", | ||
485 | "extra": { | ||
486 | "branch-alias": { | ||
487 | "dev-master": "2.6-dev" | ||
488 | } | ||
489 | }, | ||
490 | "autoload": { | ||
491 | "psr-0": { | ||
492 | "Symfony\\Component\\ClassLoader\\": "" | ||
493 | } | ||
494 | }, | ||
495 | "notification-url": "https://packagist.org/downloads/", | ||
496 | "license": [ | ||
497 | "MIT" | ||
498 | ], | ||
499 | "authors": [ | ||
500 | { | ||
501 | "name": "Symfony Community", | ||
502 | "homepage": "http://symfony.com/contributors" | ||
503 | }, | ||
504 | { | ||
505 | "name": "Fabien Potencier", | ||
506 | "email": "fabien@symfony.com" | ||
507 | } | ||
508 | ], | ||
509 | "description": "Symfony ClassLoader Component", | ||
510 | "homepage": "http://symfony.com", | ||
511 | "time": "2015-01-05 14:28:40" | ||
512 | }, | ||
513 | { | ||
514 | "name": "symfony/config", | ||
515 | "version": "v2.6.3", | ||
516 | "target-dir": "Symfony/Component/Config", | ||
517 | "source": { | ||
518 | "type": "git", | ||
519 | "url": "https://github.com/symfony/Config.git", | ||
520 | "reference": "d94f222eff99a22ce313555b78642b4873418d56" | ||
521 | }, | ||
522 | "dist": { | ||
523 | "type": "zip", | ||
524 | "url": "https://api.github.com/repos/symfony/Config/zipball/d94f222eff99a22ce313555b78642b4873418d56", | ||
525 | "reference": "d94f222eff99a22ce313555b78642b4873418d56", | ||
526 | "shasum": "" | ||
527 | }, | ||
528 | "require": { | ||
529 | "php": ">=5.3.3", | ||
530 | "symfony/filesystem": "~2.3" | ||
531 | }, | ||
532 | "type": "library", | ||
533 | "extra": { | ||
534 | "branch-alias": { | ||
535 | "dev-master": "2.6-dev" | ||
536 | } | ||
537 | }, | ||
538 | "autoload": { | ||
539 | "psr-0": { | ||
540 | "Symfony\\Component\\Config\\": "" | ||
541 | } | ||
542 | }, | ||
543 | "notification-url": "https://packagist.org/downloads/", | ||
544 | "license": [ | ||
545 | "MIT" | ||
546 | ], | ||
547 | "authors": [ | ||
548 | { | ||
549 | "name": "Symfony Community", | ||
550 | "homepage": "http://symfony.com/contributors" | ||
551 | }, | ||
552 | { | ||
553 | "name": "Fabien Potencier", | ||
554 | "email": "fabien@symfony.com" | ||
555 | } | ||
556 | ], | ||
557 | "description": "Symfony Config Component", | ||
558 | "homepage": "http://symfony.com", | ||
559 | "time": "2015-01-03 08:01:59" | ||
560 | }, | ||
561 | { | ||
562 | "name": "symfony/console", | ||
563 | "version": "v2.6.3", | ||
564 | "target-dir": "Symfony/Component/Console", | ||
565 | "source": { | ||
566 | "type": "git", | ||
567 | "url": "https://github.com/symfony/Console.git", | ||
568 | "reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476" | ||
569 | }, | ||
570 | "dist": { | ||
571 | "type": "zip", | ||
572 | "url": "https://api.github.com/repos/symfony/Console/zipball/6ac6491ff60c0e5a941db3ccdc75a07adbb61476", | ||
573 | "reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476", | ||
574 | "shasum": "" | ||
575 | }, | ||
576 | "require": { | ||
577 | "php": ">=5.3.3" | ||
578 | }, | ||
579 | "require-dev": { | ||
580 | "psr/log": "~1.0", | ||
581 | "symfony/event-dispatcher": "~2.1", | ||
582 | "symfony/process": "~2.1" | ||
583 | }, | ||
584 | "suggest": { | ||
585 | "psr/log": "For using the console logger", | ||
586 | "symfony/event-dispatcher": "", | ||
587 | "symfony/process": "" | ||
588 | }, | ||
589 | "type": "library", | ||
590 | "extra": { | ||
591 | "branch-alias": { | ||
592 | "dev-master": "2.6-dev" | ||
593 | } | ||
594 | }, | ||
595 | "autoload": { | ||
596 | "psr-0": { | ||
597 | "Symfony\\Component\\Console\\": "" | ||
598 | } | ||
599 | }, | ||
600 | "notification-url": "https://packagist.org/downloads/", | ||
601 | "license": [ | ||
602 | "MIT" | ||
603 | ], | ||
604 | "authors": [ | ||
605 | { | ||
606 | "name": "Symfony Community", | ||
607 | "homepage": "http://symfony.com/contributors" | ||
608 | }, | ||
609 | { | ||
610 | "name": "Fabien Potencier", | ||
611 | "email": "fabien@symfony.com" | ||
612 | } | ||
613 | ], | ||
614 | "description": "Symfony Console Component", | ||
615 | "homepage": "http://symfony.com", | ||
616 | "time": "2015-01-06 17:50:02" | ||
617 | }, | ||
618 | { | ||
407 | "name": "symfony/css-selector", | 619 | "name": "symfony/css-selector", |
408 | "version": "v2.6.3", | 620 | "version": "v2.6.3", |
409 | "target-dir": "Symfony/Component/CssSelector", | 621 | "target-dir": "Symfony/Component/CssSelector", |
@@ -1183,6 +1395,53 @@ | |||
1183 | "time": "2015-01-05 14:28:40" | 1395 | "time": "2015-01-05 14:28:40" |
1184 | }, | 1396 | }, |
1185 | { | 1397 | { |
1398 | "name": "symfony/yaml", | ||
1399 | "version": "v2.6.3", | ||
1400 | "target-dir": "Symfony/Component/Yaml", | ||
1401 | "source": { | ||
1402 | "type": "git", | ||
1403 | "url": "https://github.com/symfony/Yaml.git", | ||
1404 | "reference": "82462a90848a52c2533aa6b598b107d68076b018" | ||
1405 | }, | ||
1406 | "dist": { | ||
1407 | "type": "zip", | ||
1408 | "url": "https://api.github.com/repos/symfony/Yaml/zipball/82462a90848a52c2533aa6b598b107d68076b018", | ||
1409 | "reference": "82462a90848a52c2533aa6b598b107d68076b018", | ||
1410 | "shasum": "" | ||
1411 | }, | ||
1412 | "require": { | ||
1413 | "php": ">=5.3.3" | ||
1414 | }, | ||
1415 | "type": "library", | ||
1416 | "extra": { | ||
1417 | "branch-alias": { | ||
1418 | "dev-master": "2.6-dev" | ||
1419 | } | ||
1420 | }, | ||
1421 | "autoload": { | ||
1422 | "psr-0": { | ||
1423 | "Symfony\\Component\\Yaml\\": "" | ||
1424 | } | ||
1425 | }, | ||
1426 | "notification-url": "https://packagist.org/downloads/", | ||
1427 | "license": [ | ||
1428 | "MIT" | ||
1429 | ], | ||
1430 | "authors": [ | ||
1431 | { | ||
1432 | "name": "Symfony Community", | ||
1433 | "homepage": "http://symfony.com/contributors" | ||
1434 | }, | ||
1435 | { | ||
1436 | "name": "Fabien Potencier", | ||
1437 | "email": "fabien@symfony.com" | ||
1438 | } | ||
1439 | ], | ||
1440 | "description": "Symfony Yaml Component", | ||
1441 | "homepage": "http://symfony.com", | ||
1442 | "time": "2015-01-03 15:33:07" | ||
1443 | }, | ||
1444 | { | ||
1186 | "name": "twig/extensions", | 1445 | "name": "twig/extensions", |
1187 | "version": "v1.0.1", | 1446 | "version": "v1.0.1", |
1188 | "source": { | 1447 | "source": { |
@@ -1823,53 +2082,6 @@ | |||
1823 | "xunit" | 2082 | "xunit" |
1824 | ], | 2083 | ], |
1825 | "time": "2013-01-13 10:24:48" | 2084 | "time": "2013-01-13 10:24:48" |
1826 | }, | ||
1827 | { | ||
1828 | "name": "symfony/yaml", | ||
1829 | "version": "v2.6.3", | ||
1830 | "target-dir": "Symfony/Component/Yaml", | ||
1831 | "source": { | ||
1832 | "type": "git", | ||
1833 | "url": "https://github.com/symfony/Yaml.git", | ||
1834 | "reference": "82462a90848a52c2533aa6b598b107d68076b018" | ||
1835 | }, | ||
1836 | "dist": { | ||
1837 | "type": "zip", | ||
1838 | "url": "https://api.github.com/repos/symfony/Yaml/zipball/82462a90848a52c2533aa6b598b107d68076b018", | ||
1839 | "reference": "82462a90848a52c2533aa6b598b107d68076b018", | ||
1840 | "shasum": "" | ||
1841 | }, | ||
1842 | "require": { | ||
1843 | "php": ">=5.3.3" | ||
1844 | }, | ||
1845 | "type": "library", | ||
1846 | "extra": { | ||
1847 | "branch-alias": { | ||
1848 | "dev-master": "2.6-dev" | ||
1849 | } | ||
1850 | }, | ||
1851 | "autoload": { | ||
1852 | "psr-0": { | ||
1853 | "Symfony\\Component\\Yaml\\": "" | ||
1854 | } | ||
1855 | }, | ||
1856 | "notification-url": "https://packagist.org/downloads/", | ||
1857 | "license": [ | ||
1858 | "MIT" | ||
1859 | ], | ||
1860 | "authors": [ | ||
1861 | { | ||
1862 | "name": "Symfony Community", | ||
1863 | "homepage": "http://symfony.com/contributors" | ||
1864 | }, | ||
1865 | { | ||
1866 | "name": "Fabien Potencier", | ||
1867 | "email": "fabien@symfony.com" | ||
1868 | } | ||
1869 | ], | ||
1870 | "description": "Symfony Yaml Component", | ||
1871 | "homepage": "http://symfony.com", | ||
1872 | "time": "2015-01-03 15:33:07" | ||
1873 | } | 2085 | } |
1874 | ], | 2086 | ], |
1875 | "aliases": [], | 2087 | "aliases": [], |