aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-20 11:45:38 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-03-06 20:50:29 +0100
commit0f00688096645606c7806a619ca27e6f30ce820c (patch)
treee4d37db4fa55de871d31625c1c508f899cc8a474 /composer.lock
parent73b774438395d0ed74d0fd863194d2ebfb68d9ce (diff)
downloadwallabag-0f00688096645606c7806a619ca27e6f30ce820c.tar.gz
wallabag-0f00688096645606c7806a619ca27e6f30ce820c.tar.zst
wallabag-0f00688096645606c7806a619ca27e6f30ce820c.zip
first draft of hypermedia implementation
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock168
1 files changed, 143 insertions, 25 deletions
diff --git a/composer.lock b/composer.lock
index a6102a81..f5b23280 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": "a078afa674d2816ebe7f7ad333d9f3b4",
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",
@@ -2645,7 +2646,7 @@
2645 "description": "Libraries from @fivefilters.", 2646 "description": "Libraries from @fivefilters.",
2646 "homepage": "https://github.com/wallabag/Fivefilters_Libraries", 2647 "homepage": "https://github.com/wallabag/Fivefilters_Libraries",
2647 "support": { 2648 "support": {
2648 "source": "https://github.com/wallabag/Fivefilters_Libraries/tree/1.0.0", 2649 "source": "https://github.com/wallabag/Fivefilters_Libraries/tree/master",
2649 "issues": "https://github.com/wallabag/Fivefilters_Libraries/issues" 2650 "issues": "https://github.com/wallabag/Fivefilters_Libraries/issues"
2650 }, 2651 },
2651 "time": "2015-01-19 20:19:28" 2652 "time": "2015-01-19 20:19:28"
@@ -2690,7 +2691,7 @@
2690 "description": "PHP Classes for dynamically generating EPub files.", 2691 "description": "PHP Classes for dynamically generating EPub files.",
2691 "homepage": "https://github.com/wallabag/PHPePub", 2692 "homepage": "https://github.com/wallabag/PHPePub",
2692 "support": { 2693 "support": {
2693 "source": "https://github.com/wallabag/PHPePub/tree/2.1.0" 2694 "source": "https://github.com/wallabag/PHPePub/tree/master"
2694 }, 2695 },
2695 "time": "2015-01-19 11:44:19" 2696 "time": "2015-01-19 11:44:19"
2696 }, 2697 },
@@ -2727,7 +2728,7 @@
2727 "description": "A simple and smart (or stupid) php5 snippets repository", 2728 "description": "A simple and smart (or stupid) php5 snippets repository",
2728 "homepage": "https://github.com/wallabag/kriss_php5", 2729 "homepage": "https://github.com/wallabag/kriss_php5",
2729 "support": { 2730 "support": {
2730 "source": "https://github.com/wallabag/kriss_php5/tree/1.0.0" 2731 "source": "https://github.com/wallabag/kriss_php5/tree/master"
2731 }, 2732 },
2732 "time": "2015-01-18 21:21:43" 2733 "time": "2015-01-18 21:21:43"
2733 }, 2734 },
@@ -2764,7 +2765,7 @@
2764 "description": "Paginate record sets, not tied in directly to a database.", 2765 "description": "Paginate record sets, not tied in directly to a database.",
2765 "homepage": "https://github.com/wallabag/pagination", 2766 "homepage": "https://github.com/wallabag/pagination",
2766 "support": { 2767 "support": {
2767 "source": "https://github.com/wallabag/pagination/tree/1.0.0" 2768 "source": "https://github.com/wallabag/pagination/tree/master"
2768 }, 2769 },
2769 "time": "2015-01-19 09:24:39" 2770 "time": "2015-01-19 09:24:39"
2770 }, 2771 },
@@ -2810,7 +2811,7 @@
2810 "sessions" 2811 "sessions"
2811 ], 2812 ],
2812 "support": { 2813 "support": {
2813 "source": "https://github.com/wallabag/PHP-Flash-Messages/tree/1.0.0" 2814 "source": "https://github.com/wallabag/PHP-Flash-Messages/tree/master"
2814 }, 2815 },
2815 "time": "2015-01-18 19:51:55" 2816 "time": "2015-01-18 19:51:55"
2816 }, 2817 },
@@ -2864,7 +2865,7 @@
2864 "html" 2865 "html"
2865 ], 2866 ],
2866 "support": { 2867 "support": {
2867 "source": "https://github.com/wallabag/php-readability/tree/1.0.0", 2868 "source": "https://github.com/wallabag/php-readability/tree/master",
2868 "issues": "https://github.com/wallabag/php-readability/issues" 2869 "issues": "https://github.com/wallabag/php-readability/issues"
2869 }, 2870 },
2870 "time": "2015-01-19 12:25:38" 2871 "time": "2015-01-19 12:25:38"
@@ -2902,11 +2903,127 @@
2902 "description": "An experimental Mobipocket file creator in PHP.", 2903 "description": "An experimental Mobipocket file creator in PHP.",
2903 "homepage": "https://github.com/wallabag/phpMobi", 2904 "homepage": "https://github.com/wallabag/phpMobi",
2904 "support": { 2905 "support": {
2905 "source": "https://github.com/wallabag/phpMobi/tree/1.0.0" 2906 "source": "https://github.com/wallabag/phpMobi/tree/master"
2906 }, 2907 },
2907 "time": "2015-01-19 12:43:17" 2908 "time": "2015-01-19 12:43:17"
2908 }, 2909 },
2909 { 2910 {
2911 "name": "willdurand/hateoas",
2912 "version": "v2.4.0",
2913 "source": {
2914 "type": "git",
2915 "url": "https://github.com/willdurand/Hateoas.git",
2916 "reference": "89fe19ad9ce25f15323d76ac22272282ae8a9f14"
2917 },
2918 "dist": {
2919 "type": "zip",
2920 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/89fe19ad9ce25f15323d76ac22272282ae8a9f14",
2921 "reference": "89fe19ad9ce25f15323d76ac22272282ae8a9f14",
2922 "shasum": ""
2923 },
2924 "require": {
2925 "doctrine/annotations": "~1.0",
2926 "doctrine/common": "~2.0",
2927 "jms/metadata": "~1.1",
2928 "jms/serializer": "~0.13@dev",
2929 "symfony/expression-language": "~2.4"
2930 },
2931 "require-dev": {
2932 "atoum/atoum": "*@dev",
2933 "hautelook/frankenstein": "~0.1",
2934 "pagerfanta/pagerfanta": "~1.0",
2935 "phpunit/phpunit": "~3.7",
2936 "symfony/dependency-injection": "~2.0",
2937 "symfony/routing": "~2.0",
2938 "symfony/yaml": "~2.0",
2939 "twig/twig": "~1.12"
2940 },
2941 "suggest": {
2942 "symfony/routing": "To use the SymfonyRouteFactory.",
2943 "symfony/yaml": "To use yaml based configuration.",
2944 "twig/twig": "To use the Twig extensions."
2945 },
2946 "type": "library",
2947 "extra": {
2948 "branch-alias": {
2949 "dev-master": "2.4-dev"
2950 }
2951 },
2952 "autoload": {
2953 "psr-0": {
2954 "Hateoas": "src/"
2955 }
2956 },
2957 "notification-url": "https://packagist.org/downloads/",
2958 "license": [
2959 "MIT"
2960 ],
2961 "authors": [
2962 {
2963 "name": "Adrien Brault",
2964 "email": "adrien.brault@gmail.com"
2965 },
2966 {
2967 "name": "William Durand",
2968 "email": "william.durand1@gmail.com"
2969 }
2970 ],
2971 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
2972 "time": "2015-02-24 15:28:33"
2973 },
2974 {
2975 "name": "willdurand/hateoas-bundle",
2976 "version": "dev-master",
2977 "target-dir": "Bazinga/Bundle/HateoasBundle",
2978 "source": {
2979 "type": "git",
2980 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
2981 "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b"
2982 },
2983 "dist": {
2984 "type": "zip",
2985 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/3c86e8080e8a229365a0ce91818da6fe6562376b",
2986 "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b",
2987 "shasum": ""
2988 },
2989 "require": {
2990 "jms/serializer-bundle": "~0.13",
2991 "symfony/framework-bundle": "~2.2",
2992 "willdurand/hateoas": "~2.0"
2993 },
2994 "require-dev": {
2995 "symfony/expression-language": "~2.4",
2996 "twig/twig": "~1.12"
2997 },
2998 "type": "symfony-bundle",
2999 "extra": {
3000 "branch-alias": {
3001 "dev-master": "1.0.x-dev"
3002 }
3003 },
3004 "autoload": {
3005 "psr-0": {
3006 "Bazinga\\Bundle\\HateoasBundle": ""
3007 }
3008 },
3009 "notification-url": "https://packagist.org/downloads/",
3010 "license": [
3011 "MIT"
3012 ],
3013 "authors": [
3014 {
3015 "name": "William Durand",
3016 "email": "william.durand1@gmail.com"
3017 }
3018 ],
3019 "description": "Integration of Hateoas into Symfony2.",
3020 "keywords": [
3021 "HATEOAS",
3022 "rest"
3023 ],
3024 "time": "2015-02-19 16:27:51"
3025 },
3026 {
2910 "name": "willdurand/jsonp-callback-validator", 3027 "name": "willdurand/jsonp-callback-validator",
2911 "version": "v1.1.0", 3028 "version": "v1.1.0",
2912 "source": { 3029 "source": {
@@ -4068,6 +4185,7 @@
4068 "minimum-stability": "dev", 4185 "minimum-stability": "dev",
4069 "stability-flags": { 4186 "stability-flags": {
4070 "nelmio/cors-bundle": 20, 4187 "nelmio/cors-bundle": 20,
4188 "willdurand/hateoas-bundle": 20,
4071 "htmlawed/htmlawed": 20, 4189 "htmlawed/htmlawed": 20,
4072 "wallabag/php-flash-messages": 20, 4190 "wallabag/php-flash-messages": 20,
4073 "wallabag/kriss_php5": 20, 4191 "wallabag/kriss_php5": 20,