diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 236 |
1 files changed, 211 insertions, 25 deletions
diff --git a/composer.lock b/composer.lock index a6102a81..66f4738b 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": "fd56c671d70f498ccc1996450479fbdc", | 7 | "hash": "43d869c37ae73d7b74d3f77c4028bf9c", |
8 | "packages": [ | 8 | "packages": [ |
9 | { | 9 | { |
10 | "name": "doctrine/annotations", | 10 | "name": "doctrine/annotations", |
@@ -1386,16 +1386,16 @@ | |||
1386 | }, | 1386 | }, |
1387 | { | 1387 | { |
1388 | "name": "michelf/php-markdown", | 1388 | "name": "michelf/php-markdown", |
1389 | "version": "1.4.1", | 1389 | "version": "1.5.0", |
1390 | "source": { | 1390 | "source": { |
1391 | "type": "git", | 1391 | "type": "git", |
1392 | "url": "https://github.com/michelf/php-markdown.git", | 1392 | "url": "https://github.com/michelf/php-markdown.git", |
1393 | "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6" | 1393 | "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9" |
1394 | }, | 1394 | }, |
1395 | "dist": { | 1395 | "dist": { |
1396 | "type": "zip", | 1396 | "type": "zip", |
1397 | "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6", | 1397 | "url": "https://api.github.com/repos/michelf/php-markdown/zipball/e1aabe18173231ebcefc90e615565742fc1c7fd9", |
1398 | "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6", | 1398 | "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9", |
1399 | "shasum": "" | 1399 | "shasum": "" |
1400 | }, | 1400 | }, |
1401 | "require": { | 1401 | "require": { |
@@ -1418,35 +1418,35 @@ | |||
1418 | ], | 1418 | ], |
1419 | "authors": [ | 1419 | "authors": [ |
1420 | { | 1420 | { |
1421 | "name": "John Gruber", | ||
1422 | "homepage": "http://daringfireball.net/" | ||
1423 | }, | ||
1424 | { | ||
1421 | "name": "Michel Fortin", | 1425 | "name": "Michel Fortin", |
1422 | "email": "michel.fortin@michelf.ca", | 1426 | "email": "michel.fortin@michelf.ca", |
1423 | "homepage": "http://michelf.ca/", | 1427 | "homepage": "https://michelf.ca/", |
1424 | "role": "Developer" | 1428 | "role": "Developer" |
1425 | }, | ||
1426 | { | ||
1427 | "name": "John Gruber", | ||
1428 | "homepage": "http://daringfireball.net/" | ||
1429 | } | 1429 | } |
1430 | ], | 1430 | ], |
1431 | "description": "PHP Markdown", | 1431 | "description": "PHP Markdown", |
1432 | "homepage": "http://michelf.ca/projects/php-markdown/", | 1432 | "homepage": "https://michelf.ca/projects/php-markdown/", |
1433 | "keywords": [ | 1433 | "keywords": [ |
1434 | "markdown" | 1434 | "markdown" |
1435 | ], | 1435 | ], |
1436 | "time": "2014-05-05 02:43:50" | 1436 | "time": "2015-03-01 12:03:08" |
1437 | }, | 1437 | }, |
1438 | { | 1438 | { |
1439 | "name": "monolog/monolog", | 1439 | "name": "monolog/monolog", |
1440 | "version": "1.12.0", | 1440 | "version": "1.13.0", |
1441 | "source": { | 1441 | "source": { |
1442 | "type": "git", | 1442 | "type": "git", |
1443 | "url": "https://github.com/Seldaek/monolog.git", | 1443 | "url": "https://github.com/Seldaek/monolog.git", |
1444 | "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f" | 1444 | "reference": "c41c218e239b50446fd883acb1ecfd4b770caeae" |
1445 | }, | 1445 | }, |
1446 | "dist": { | 1446 | "dist": { |
1447 | "type": "zip", | 1447 | "type": "zip", |
1448 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1fbe8c2641f2b163addf49cc5e18f144bec6b19f", | 1448 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c41c218e239b50446fd883acb1ecfd4b770caeae", |
1449 | "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f", | 1449 | "reference": "c41c218e239b50446fd883acb1ecfd4b770caeae", |
1450 | "shasum": "" | 1450 | "shasum": "" |
1451 | }, | 1451 | }, |
1452 | "require": { | 1452 | "require": { |
@@ -1463,6 +1463,7 @@ | |||
1463 | "phpunit/phpunit": "~4.0", | 1463 | "phpunit/phpunit": "~4.0", |
1464 | "raven/raven": "~0.5", | 1464 | "raven/raven": "~0.5", |
1465 | "ruflin/elastica": "0.90.*", | 1465 | "ruflin/elastica": "0.90.*", |
1466 | "swiftmailer/swiftmailer": "~5.3", | ||
1466 | "videlalvaro/php-amqplib": "~2.4" | 1467 | "videlalvaro/php-amqplib": "~2.4" |
1467 | }, | 1468 | }, |
1468 | "suggest": { | 1469 | "suggest": { |
@@ -1479,7 +1480,7 @@ | |||
1479 | "type": "library", | 1480 | "type": "library", |
1480 | "extra": { | 1481 | "extra": { |
1481 | "branch-alias": { | 1482 | "branch-alias": { |
1482 | "dev-master": "1.12.x-dev" | 1483 | "dev-master": "1.13.x-dev" |
1483 | } | 1484 | } |
1484 | }, | 1485 | }, |
1485 | "autoload": { | 1486 | "autoload": { |
@@ -1505,7 +1506,7 @@ | |||
1505 | "logging", | 1506 | "logging", |
1506 | "psr-3" | 1507 | "psr-3" |
1507 | ], | 1508 | ], |
1508 | "time": "2014-12-29 21:29:35" | 1509 | "time": "2015-03-05 01:12:12" |
1509 | }, | 1510 | }, |
1510 | { | 1511 | { |
1511 | "name": "nelmio/api-doc-bundle", | 1512 | "name": "nelmio/api-doc-bundle", |
@@ -1638,6 +1639,73 @@ | |||
1638 | "time": "2014-12-10 17:26:49" | 1639 | "time": "2014-12-10 17:26:49" |
1639 | }, | 1640 | }, |
1640 | { | 1641 | { |
1642 | "name": "pagerfanta/pagerfanta", | ||
1643 | "version": "v1.0.3", | ||
1644 | "source": { | ||
1645 | "type": "git", | ||
1646 | "url": "https://github.com/whiteoctober/Pagerfanta.git", | ||
1647 | "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb" | ||
1648 | }, | ||
1649 | "dist": { | ||
1650 | "type": "zip", | ||
1651 | "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb", | ||
1652 | "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb", | ||
1653 | "shasum": "" | ||
1654 | }, | ||
1655 | "require": { | ||
1656 | "php": ">=5.3.0" | ||
1657 | }, | ||
1658 | "require-dev": { | ||
1659 | "doctrine/orm": "~2.3", | ||
1660 | "doctrine/phpcr-odm": "1.*", | ||
1661 | "jackalope/jackalope-doctrine-dbal": "1.*", | ||
1662 | "jmikola/geojson": "~1.0", | ||
1663 | "mandango/mandango": "~1.0@dev", | ||
1664 | "mandango/mondator": "~1.0@dev", | ||
1665 | "phpunit/phpunit": "~4", | ||
1666 | "propel/propel1": "~1.6", | ||
1667 | "ruflin/elastica": "~1.3", | ||
1668 | "solarium/solarium": "~3.1" | ||
1669 | }, | ||
1670 | "suggest": { | ||
1671 | "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.", | ||
1672 | "doctrine/orm": "To use the DoctrineORMAdapter.", | ||
1673 | "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0", | ||
1674 | "mandango/mandango": "To use the MandangoAdapter.", | ||
1675 | "propel/propel1": "To use the PropelAdapter", | ||
1676 | "solarium/solarium": "To use the SolariumAdapter." | ||
1677 | }, | ||
1678 | "type": "library", | ||
1679 | "extra": { | ||
1680 | "branch-alias": { | ||
1681 | "dev-master": "1.0.x-dev" | ||
1682 | } | ||
1683 | }, | ||
1684 | "autoload": { | ||
1685 | "psr-0": { | ||
1686 | "Pagerfanta\\": "src/" | ||
1687 | } | ||
1688 | }, | ||
1689 | "notification-url": "https://packagist.org/downloads/", | ||
1690 | "license": [ | ||
1691 | "MIT" | ||
1692 | ], | ||
1693 | "authors": [ | ||
1694 | { | ||
1695 | "name": "Pablo Díez", | ||
1696 | "email": "pablodip@gmail.com" | ||
1697 | } | ||
1698 | ], | ||
1699 | "description": "Pagination for PHP 5.3", | ||
1700 | "keywords": [ | ||
1701 | "page", | ||
1702 | "pagination", | ||
1703 | "paginator", | ||
1704 | "paging" | ||
1705 | ], | ||
1706 | "time": "2014-10-06 10:57:25" | ||
1707 | }, | ||
1708 | { | ||
1641 | "name": "phpcollection/phpcollection", | 1709 | "name": "phpcollection/phpcollection", |
1642 | "version": "0.4.0", | 1710 | "version": "0.4.0", |
1643 | "source": { | 1711 | "source": { |
@@ -2645,7 +2713,7 @@ | |||
2645 | "description": "Libraries from @fivefilters.", | 2713 | "description": "Libraries from @fivefilters.", |
2646 | "homepage": "https://github.com/wallabag/Fivefilters_Libraries", | 2714 | "homepage": "https://github.com/wallabag/Fivefilters_Libraries", |
2647 | "support": { | 2715 | "support": { |
2648 | "source": "https://github.com/wallabag/Fivefilters_Libraries/tree/1.0.0", | 2716 | "source": "https://github.com/wallabag/Fivefilters_Libraries/tree/master", |
2649 | "issues": "https://github.com/wallabag/Fivefilters_Libraries/issues" | 2717 | "issues": "https://github.com/wallabag/Fivefilters_Libraries/issues" |
2650 | }, | 2718 | }, |
2651 | "time": "2015-01-19 20:19:28" | 2719 | "time": "2015-01-19 20:19:28" |
@@ -2690,7 +2758,7 @@ | |||
2690 | "description": "PHP Classes for dynamically generating EPub files.", | 2758 | "description": "PHP Classes for dynamically generating EPub files.", |
2691 | "homepage": "https://github.com/wallabag/PHPePub", | 2759 | "homepage": "https://github.com/wallabag/PHPePub", |
2692 | "support": { | 2760 | "support": { |
2693 | "source": "https://github.com/wallabag/PHPePub/tree/2.1.0" | 2761 | "source": "https://github.com/wallabag/PHPePub/tree/master" |
2694 | }, | 2762 | }, |
2695 | "time": "2015-01-19 11:44:19" | 2763 | "time": "2015-01-19 11:44:19" |
2696 | }, | 2764 | }, |
@@ -2727,7 +2795,7 @@ | |||
2727 | "description": "A simple and smart (or stupid) php5 snippets repository", | 2795 | "description": "A simple and smart (or stupid) php5 snippets repository", |
2728 | "homepage": "https://github.com/wallabag/kriss_php5", | 2796 | "homepage": "https://github.com/wallabag/kriss_php5", |
2729 | "support": { | 2797 | "support": { |
2730 | "source": "https://github.com/wallabag/kriss_php5/tree/1.0.0" | 2798 | "source": "https://github.com/wallabag/kriss_php5/tree/master" |
2731 | }, | 2799 | }, |
2732 | "time": "2015-01-18 21:21:43" | 2800 | "time": "2015-01-18 21:21:43" |
2733 | }, | 2801 | }, |
@@ -2764,7 +2832,7 @@ | |||
2764 | "description": "Paginate record sets, not tied in directly to a database.", | 2832 | "description": "Paginate record sets, not tied in directly to a database.", |
2765 | "homepage": "https://github.com/wallabag/pagination", | 2833 | "homepage": "https://github.com/wallabag/pagination", |
2766 | "support": { | 2834 | "support": { |
2767 | "source": "https://github.com/wallabag/pagination/tree/1.0.0" | 2835 | "source": "https://github.com/wallabag/pagination/tree/master" |
2768 | }, | 2836 | }, |
2769 | "time": "2015-01-19 09:24:39" | 2837 | "time": "2015-01-19 09:24:39" |
2770 | }, | 2838 | }, |
@@ -2810,7 +2878,7 @@ | |||
2810 | "sessions" | 2878 | "sessions" |
2811 | ], | 2879 | ], |
2812 | "support": { | 2880 | "support": { |
2813 | "source": "https://github.com/wallabag/PHP-Flash-Messages/tree/1.0.0" | 2881 | "source": "https://github.com/wallabag/PHP-Flash-Messages/tree/master" |
2814 | }, | 2882 | }, |
2815 | "time": "2015-01-18 19:51:55" | 2883 | "time": "2015-01-18 19:51:55" |
2816 | }, | 2884 | }, |
@@ -2864,7 +2932,7 @@ | |||
2864 | "html" | 2932 | "html" |
2865 | ], | 2933 | ], |
2866 | "support": { | 2934 | "support": { |
2867 | "source": "https://github.com/wallabag/php-readability/tree/1.0.0", | 2935 | "source": "https://github.com/wallabag/php-readability/tree/master", |
2868 | "issues": "https://github.com/wallabag/php-readability/issues" | 2936 | "issues": "https://github.com/wallabag/php-readability/issues" |
2869 | }, | 2937 | }, |
2870 | "time": "2015-01-19 12:25:38" | 2938 | "time": "2015-01-19 12:25:38" |
@@ -2902,11 +2970,127 @@ | |||
2902 | "description": "An experimental Mobipocket file creator in PHP.", | 2970 | "description": "An experimental Mobipocket file creator in PHP.", |
2903 | "homepage": "https://github.com/wallabag/phpMobi", | 2971 | "homepage": "https://github.com/wallabag/phpMobi", |
2904 | "support": { | 2972 | "support": { |
2905 | "source": "https://github.com/wallabag/phpMobi/tree/1.0.0" | 2973 | "source": "https://github.com/wallabag/phpMobi/tree/master" |
2906 | }, | 2974 | }, |
2907 | "time": "2015-01-19 12:43:17" | 2975 | "time": "2015-01-19 12:43:17" |
2908 | }, | 2976 | }, |
2909 | { | 2977 | { |
2978 | "name": "willdurand/hateoas", | ||
2979 | "version": "v2.4.0", | ||
2980 | "source": { | ||
2981 | "type": "git", | ||
2982 | "url": "https://github.com/willdurand/Hateoas.git", | ||
2983 | "reference": "89fe19ad9ce25f15323d76ac22272282ae8a9f14" | ||
2984 | }, | ||
2985 | "dist": { | ||
2986 | "type": "zip", | ||
2987 | "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/89fe19ad9ce25f15323d76ac22272282ae8a9f14", | ||
2988 | "reference": "89fe19ad9ce25f15323d76ac22272282ae8a9f14", | ||
2989 | "shasum": "" | ||
2990 | }, | ||
2991 | "require": { | ||
2992 | "doctrine/annotations": "~1.0", | ||
2993 | "doctrine/common": "~2.0", | ||
2994 | "jms/metadata": "~1.1", | ||
2995 | "jms/serializer": "~0.13@dev", | ||
2996 | "symfony/expression-language": "~2.4" | ||
2997 | }, | ||
2998 | "require-dev": { | ||
2999 | "atoum/atoum": "*@dev", | ||
3000 | "hautelook/frankenstein": "~0.1", | ||
3001 | "pagerfanta/pagerfanta": "~1.0", | ||
3002 | "phpunit/phpunit": "~3.7", | ||
3003 | "symfony/dependency-injection": "~2.0", | ||
3004 | "symfony/routing": "~2.0", | ||
3005 | "symfony/yaml": "~2.0", | ||
3006 | "twig/twig": "~1.12" | ||
3007 | }, | ||
3008 | "suggest": { | ||
3009 | "symfony/routing": "To use the SymfonyRouteFactory.", | ||
3010 | "symfony/yaml": "To use yaml based configuration.", | ||
3011 | "twig/twig": "To use the Twig extensions." | ||
3012 | }, | ||
3013 | "type": "library", | ||
3014 | "extra": { | ||
3015 | "branch-alias": { | ||
3016 | "dev-master": "2.4-dev" | ||
3017 | } | ||
3018 | }, | ||
3019 | "autoload": { | ||
3020 | "psr-0": { | ||
3021 | "Hateoas": "src/" | ||
3022 | } | ||
3023 | }, | ||
3024 | "notification-url": "https://packagist.org/downloads/", | ||
3025 | "license": [ | ||
3026 | "MIT" | ||
3027 | ], | ||
3028 | "authors": [ | ||
3029 | { | ||
3030 | "name": "Adrien Brault", | ||
3031 | "email": "adrien.brault@gmail.com" | ||
3032 | }, | ||
3033 | { | ||
3034 | "name": "William Durand", | ||
3035 | "email": "william.durand1@gmail.com" | ||
3036 | } | ||
3037 | ], | ||
3038 | "description": "A PHP library to support implementing representations for HATEOAS REST web services", | ||
3039 | "time": "2015-02-24 15:28:33" | ||
3040 | }, | ||
3041 | { | ||
3042 | "name": "willdurand/hateoas-bundle", | ||
3043 | "version": "dev-master", | ||
3044 | "target-dir": "Bazinga/Bundle/HateoasBundle", | ||
3045 | "source": { | ||
3046 | "type": "git", | ||
3047 | "url": "https://github.com/willdurand/BazingaHateoasBundle.git", | ||
3048 | "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b" | ||
3049 | }, | ||
3050 | "dist": { | ||
3051 | "type": "zip", | ||
3052 | "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/3c86e8080e8a229365a0ce91818da6fe6562376b", | ||
3053 | "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b", | ||
3054 | "shasum": "" | ||
3055 | }, | ||
3056 | "require": { | ||
3057 | "jms/serializer-bundle": "~0.13", | ||
3058 | "symfony/framework-bundle": "~2.2", | ||
3059 | "willdurand/hateoas": "~2.0" | ||
3060 | }, | ||
3061 | "require-dev": { | ||
3062 | "symfony/expression-language": "~2.4", | ||
3063 | "twig/twig": "~1.12" | ||
3064 | }, | ||
3065 | "type": "symfony-bundle", | ||
3066 | "extra": { | ||
3067 | "branch-alias": { | ||
3068 | "dev-master": "1.0.x-dev" | ||
3069 | } | ||
3070 | }, | ||
3071 | "autoload": { | ||
3072 | "psr-0": { | ||
3073 | "Bazinga\\Bundle\\HateoasBundle": "" | ||
3074 | } | ||
3075 | }, | ||
3076 | "notification-url": "https://packagist.org/downloads/", | ||
3077 | "license": [ | ||
3078 | "MIT" | ||
3079 | ], | ||
3080 | "authors": [ | ||
3081 | { | ||
3082 | "name": "William Durand", | ||
3083 | "email": "william.durand1@gmail.com" | ||
3084 | } | ||
3085 | ], | ||
3086 | "description": "Integration of Hateoas into Symfony2.", | ||
3087 | "keywords": [ | ||
3088 | "HATEOAS", | ||
3089 | "rest" | ||
3090 | ], | ||
3091 | "time": "2015-02-19 16:27:51" | ||
3092 | }, | ||
3093 | { | ||
2910 | "name": "willdurand/jsonp-callback-validator", | 3094 | "name": "willdurand/jsonp-callback-validator", |
2911 | "version": "v1.1.0", | 3095 | "version": "v1.1.0", |
2912 | "source": { | 3096 | "source": { |
@@ -4068,6 +4252,7 @@ | |||
4068 | "minimum-stability": "dev", | 4252 | "minimum-stability": "dev", |
4069 | "stability-flags": { | 4253 | "stability-flags": { |
4070 | "nelmio/cors-bundle": 20, | 4254 | "nelmio/cors-bundle": 20, |
4255 | "willdurand/hateoas-bundle": 20, | ||
4071 | "htmlawed/htmlawed": 20, | 4256 | "htmlawed/htmlawed": 20, |
4072 | "wallabag/php-flash-messages": 20, | 4257 | "wallabag/php-flash-messages": 20, |
4073 | "wallabag/kriss_php5": 20, | 4258 | "wallabag/kriss_php5": 20, |
@@ -4076,6 +4261,7 @@ | |||
4076 | "wallabag/php-readability": 20, | 4261 | "wallabag/php-readability": 20, |
4077 | "wallabag/phpmobi": 20, | 4262 | "wallabag/phpmobi": 20, |
4078 | "wallabag/fivefilters_libraries": 20, | 4263 | "wallabag/fivefilters_libraries": 20, |
4264 | "pagerfanta/pagerfanta": 20, | ||
4079 | "doctrine/doctrine-fixtures-bundle": 20 | 4265 | "doctrine/doctrine-fixtures-bundle": 20 |
4080 | }, | 4266 | }, |
4081 | "prefer-stable": true, | 4267 | "prefer-stable": true, |