aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2015-02-27 21:26:43 +0100
committerNicolas Lœuillet <nicolas@loeuillet.org>2015-02-27 21:26:43 +0100
commitdcae2fc25d81229d15a8ace1949d6f443ab6036f (patch)
tree56e8d4d3f73217f44919c3c0a5a53bb0160e307a /composer.lock
parent0e7971d8354b0923d2e8f38690b9fe46e695dd93 (diff)
downloadwallabag-dcae2fc25d81229d15a8ace1949d6f443ab6036f.tar.gz
wallabag-dcae2fc25d81229d15a8ace1949d6f443ab6036f.tar.zst
wallabag-dcae2fc25d81229d15a8ace1949d6f443ab6036f.zip
enable CORS
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock159
1 files changed, 113 insertions, 46 deletions
diff --git a/composer.lock b/composer.lock
index a7890ac2..8fd4b2ab 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": "16c2143e6e1977d625f5557f07dfc118", 7 "hash": "4cbcfeafb3c1dc4ed8c364e93969808f",
8 "packages": [ 8 "packages": [
9 { 9 {
10 "name": "doctrine/annotations", 10 "name": "doctrine/annotations",
@@ -764,17 +764,17 @@
764 }, 764 },
765 { 765 {
766 "name": "friendsofsymfony/rest-bundle", 766 "name": "friendsofsymfony/rest-bundle",
767 "version": "1.5.0", 767 "version": "1.5.3",
768 "target-dir": "FOS/RestBundle", 768 "target-dir": "FOS/RestBundle",
769 "source": { 769 "source": {
770 "type": "git", 770 "type": "git",
771 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", 771 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
772 "reference": "a9377f6a05fb516423d6adf9079c6e5fb41e4799" 772 "reference": "fdd21c4c0cb6222ae37efc9362c6a96bd1432412"
773 }, 773 },
774 "dist": { 774 "dist": {
775 "type": "zip", 775 "type": "zip",
776 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/a9377f6a05fb516423d6adf9079c6e5fb41e4799", 776 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/fdd21c4c0cb6222ae37efc9362c6a96bd1432412",
777 "reference": "a9377f6a05fb516423d6adf9079c6e5fb41e4799", 777 "reference": "fdd21c4c0cb6222ae37efc9362c6a96bd1432412",
778 "shasum": "" 778 "shasum": ""
779 }, 779 },
780 "require": { 780 "require": {
@@ -838,7 +838,7 @@
838 "keywords": [ 838 "keywords": [
839 "rest" 839 "rest"
840 ], 840 ],
841 "time": "2015-01-27 09:39:58" 841 "time": "2015-02-16 15:26:12"
842 }, 842 },
843 { 843 {
844 "name": "htmlawed/htmlawed", 844 "name": "htmlawed/htmlawed",
@@ -1528,6 +1528,61 @@
1528 "time": "2014-07-30 09:11:08" 1528 "time": "2014-07-30 09:11:08"
1529 }, 1529 },
1530 { 1530 {
1531 "name": "nelmio/cors-bundle",
1532 "version": "1.3.3",
1533 "target-dir": "Nelmio/CorsBundle",
1534 "source": {
1535 "type": "git",
1536 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
1537 "reference": "d482c01f6ca0840025b81b65534d0ffb7c18f425"
1538 },
1539 "dist": {
1540 "type": "zip",
1541 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/d482c01f6ca0840025b81b65534d0ffb7c18f425",
1542 "reference": "d482c01f6ca0840025b81b65534d0ffb7c18f425",
1543 "shasum": ""
1544 },
1545 "require": {
1546 "symfony/framework-bundle": "~2.2"
1547 },
1548 "require-dev": {
1549 "matthiasnoback/symfony-dependency-injection-test": "0.2.*",
1550 "mockery/mockery": "dev-master"
1551 },
1552 "type": "symfony-bundle",
1553 "extra": {
1554 "branch-alias": {
1555 "dev-master": "1.3.x-dev"
1556 }
1557 },
1558 "autoload": {
1559 "psr-0": {
1560 "Nelmio\\CorsBundle": ""
1561 }
1562 },
1563 "notification-url": "https://packagist.org/downloads/",
1564 "license": [
1565 "MIT"
1566 ],
1567 "authors": [
1568 {
1569 "name": "Nelmio",
1570 "homepage": "http://nelm.io"
1571 },
1572 {
1573 "name": "Symfony Community",
1574 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
1575 }
1576 ],
1577 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
1578 "keywords": [
1579 "api",
1580 "cors",
1581 "crossdomain"
1582 ],
1583 "time": "2014-12-10 17:26:49"
1584 },
1585 {
1531 "name": "phpcollection/phpcollection", 1586 "name": "phpcollection/phpcollection",
1532 "version": "0.4.0", 1587 "version": "0.4.0",
1533 "source": { 1588 "source": {
@@ -1666,16 +1721,16 @@
1666 }, 1721 },
1667 { 1722 {
1668 "name": "robmorgan/phinx", 1723 "name": "robmorgan/phinx",
1669 "version": "v0.4.2.1", 1724 "version": "v0.4.3",
1670 "source": { 1725 "source": {
1671 "type": "git", 1726 "type": "git",
1672 "url": "https://github.com/robmorgan/phinx.git", 1727 "url": "https://github.com/robmorgan/phinx.git",
1673 "reference": "1bc1396392d4073b8b29ee5289e445889cbc12b5" 1728 "reference": "0d1f9cb9939f65f506a8a3f5fee356764c310fd4"
1674 }, 1729 },
1675 "dist": { 1730 "dist": {
1676 "type": "zip", 1731 "type": "zip",
1677 "url": "https://api.github.com/repos/robmorgan/phinx/zipball/1bc1396392d4073b8b29ee5289e445889cbc12b5", 1732 "url": "https://api.github.com/repos/robmorgan/phinx/zipball/0d1f9cb9939f65f506a8a3f5fee356764c310fd4",
1678 "reference": "1bc1396392d4073b8b29ee5289e445889cbc12b5", 1733 "reference": "0d1f9cb9939f65f506a8a3f5fee356764c310fd4",
1679 "shasum": "" 1734 "shasum": ""
1680 }, 1735 },
1681 "require": { 1736 "require": {
@@ -1724,33 +1779,40 @@
1724 "migrations", 1779 "migrations",
1725 "phinx" 1780 "phinx"
1726 ], 1781 ],
1727 "time": "2015-02-08 03:41:44" 1782 "time": "2015-02-23 16:38:12"
1728 }, 1783 },
1729 { 1784 {
1730 "name": "sensio/distribution-bundle", 1785 "name": "sensio/distribution-bundle",
1731 "version": "v3.0.16", 1786 "version": "v3.0.18",
1732 "target-dir": "Sensio/Bundle/DistributionBundle", 1787 "target-dir": "Sensio/Bundle/DistributionBundle",
1733 "source": { 1788 "source": {
1734 "type": "git", 1789 "type": "git",
1735 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", 1790 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1736 "reference": "aa30f8cd3ee68144e043ca30713aa7d7df35c5fa" 1791 "reference": "ac026149ffb1d3a5c893290d2d3ca8795013de08"
1737 }, 1792 },
1738 "dist": { 1793 "dist": {
1739 "type": "zip", 1794 "type": "zip",
1740 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/aa30f8cd3ee68144e043ca30713aa7d7df35c5fa", 1795 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/ac026149ffb1d3a5c893290d2d3ca8795013de08",
1741 "reference": "aa30f8cd3ee68144e043ca30713aa7d7df35c5fa", 1796 "reference": "ac026149ffb1d3a5c893290d2d3ca8795013de08",
1742 "shasum": "" 1797 "shasum": ""
1743 }, 1798 },
1744 "require": { 1799 "require": {
1745 "php": ">=5.3.3", 1800 "php": ">=5.3.3",
1746 "sensiolabs/security-checker": "~2.0", 1801 "sensiolabs/security-checker": "~2.0",
1747 "symfony/class-loader": "~2.2", 1802 "symfony/class-loader": "~2.2",
1748 "symfony/form": "~2.2",
1749 "symfony/framework-bundle": "~2.3", 1803 "symfony/framework-bundle": "~2.3",
1750 "symfony/process": "~2.2", 1804 "symfony/process": "~2.2"
1805 },
1806 "require-dev": {
1807 "symfony/form": "~2.2",
1751 "symfony/validator": "~2.2", 1808 "symfony/validator": "~2.2",
1752 "symfony/yaml": "~2.2" 1809 "symfony/yaml": "~2.2"
1753 }, 1810 },
1811 "suggest": {
1812 "symfony/form": "If you want to use the configurator",
1813 "symfony/validator": "If you want to use the configurator",
1814 "symfony/yaml": "If you want to use the configurator"
1815 },
1754 "type": "symfony-bundle", 1816 "type": "symfony-bundle",
1755 "extra": { 1817 "extra": {
1756 "branch-alias": { 1818 "branch-alias": {
@@ -1777,7 +1839,7 @@
1777 "configuration", 1839 "configuration",
1778 "distribution" 1840 "distribution"
1779 ], 1841 ],
1780 "time": "2015-02-01 05:42:21" 1842 "time": "2015-02-27 12:59:18"
1781 }, 1843 },
1782 { 1844 {
1783 "name": "sensio/framework-extra-bundle", 1845 "name": "sensio/framework-extra-bundle",
@@ -2347,25 +2409,31 @@
2347 }, 2409 },
2348 { 2410 {
2349 "name": "twig/extensions", 2411 "name": "twig/extensions",
2350 "version": "v1.0.1", 2412 "version": "v1.2.0",
2351 "source": { 2413 "source": {
2352 "type": "git", 2414 "type": "git",
2353 "url": "https://github.com/twigphp/Twig-extensions.git", 2415 "url": "https://github.com/twigphp/Twig-extensions.git",
2354 "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0" 2416 "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd"
2355 }, 2417 },
2356 "dist": { 2418 "dist": {
2357 "type": "zip", 2419 "type": "zip",
2358 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/f91a82ec225e5bb108e01a0f93c9be04f84dcfa0", 2420 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
2359 "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0", 2421 "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
2360 "shasum": "" 2422 "shasum": ""
2361 }, 2423 },
2362 "require": { 2424 "require": {
2363 "twig/twig": "~1.0" 2425 "twig/twig": "~1.12"
2426 },
2427 "require-dev": {
2428 "symfony/translation": "~2.3"
2429 },
2430 "suggest": {
2431 "symfony/translation": "Allow the time_diff output to be translated"
2364 }, 2432 },
2365 "type": "library", 2433 "type": "library",
2366 "extra": { 2434 "extra": {
2367 "branch-alias": { 2435 "branch-alias": {
2368 "dev-master": "1.0.x-dev" 2436 "dev-master": "1.2.x-dev"
2369 } 2437 }
2370 }, 2438 },
2371 "autoload": { 2439 "autoload": {
@@ -2384,13 +2452,12 @@
2384 } 2452 }
2385 ], 2453 ],
2386 "description": "Common additional features for Twig that do not directly belong in core", 2454 "description": "Common additional features for Twig that do not directly belong in core",
2387 "homepage": "https://github.com/fabpot/Twig-extensions", 2455 "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2388 "keywords": [ 2456 "keywords": [
2389 "debug",
2390 "i18n", 2457 "i18n",
2391 "text" 2458 "text"
2392 ], 2459 ],
2393 "time": "2013-10-18 19:37:15" 2460 "time": "2014-10-30 14:30:03"
2394 }, 2461 },
2395 { 2462 {
2396 "name": "twig/twig", 2463 "name": "twig/twig",
@@ -2451,27 +2518,27 @@
2451 }, 2518 },
2452 { 2519 {
2453 "name": "umpirsky/twig-gettext-extractor", 2520 "name": "umpirsky/twig-gettext-extractor",
2454 "version": "1.1.3", 2521 "version": "1.1.5",
2455 "source": { 2522 "source": {
2456 "type": "git", 2523 "type": "git",
2457 "url": "https://github.com/umpirsky/Twig-Gettext-Extractor.git", 2524 "url": "https://github.com/umpirsky/Twig-Gettext-Extractor.git",
2458 "reference": "1.1.3" 2525 "reference": "a2cdf8693e874ce83603c84e1cc46efb3d516c3f"
2459 }, 2526 },
2460 "dist": { 2527 "dist": {
2461 "type": "zip", 2528 "type": "zip",
2462 "url": "https://api.github.com/repos/umpirsky/Twig-Gettext-Extractor/zipball/1.1.3", 2529 "url": "https://api.github.com/repos/umpirsky/Twig-Gettext-Extractor/zipball/a2cdf8693e874ce83603c84e1cc46efb3d516c3f",
2463 "reference": "1.1.3", 2530 "reference": "a2cdf8693e874ce83603c84e1cc46efb3d516c3f",
2464 "shasum": "" 2531 "shasum": ""
2465 }, 2532 },
2466 "require": { 2533 "require": {
2467 "php": ">=5.3.3", 2534 "php": ">=5.3.3",
2468 "symfony/filesystem": ">=2.0,<3.0", 2535 "symfony/filesystem": "~2.0",
2469 "symfony/form": ">=2.0,<3.0", 2536 "symfony/form": "~2.0",
2470 "symfony/routing": ">=2.0,<3.0", 2537 "symfony/routing": "~2.0",
2471 "symfony/translation": ">=2.0,<3.0", 2538 "symfony/translation": "~2.0",
2472 "symfony/twig-bridge": ">=2.0,<3.0", 2539 "symfony/twig-bridge": "~2.0",
2473 "twig/extensions": "1.0.*", 2540 "twig/extensions": "~1.0",
2474 "twig/twig": ">=1.2.0,<2.0-dev" 2541 "twig/twig": "~1.2"
2475 }, 2542 },
2476 "require-dev": { 2543 "require-dev": {
2477 "symfony/config": "2.1.*" 2544 "symfony/config": "2.1.*"
@@ -2492,12 +2559,11 @@
2492 "authors": [ 2559 "authors": [
2493 { 2560 {
2494 "name": "Саша Стаменковић", 2561 "name": "Саша Стаменковић",
2495 "email": "umpirsky@gmail.com", 2562 "email": "umpirsky@gmail.com"
2496 "homepage": "http://umpirsky.com"
2497 } 2563 }
2498 ], 2564 ],
2499 "description": "The Twig Gettext Extractor is Poedit friendly tool which extracts translations from twig templates.", 2565 "description": "The Twig Gettext Extractor is Poedit friendly tool which extracts translations from twig templates.",
2500 "time": "2013-02-14 16:41:48" 2566 "time": "2015-02-25 14:41:10"
2501 }, 2567 },
2502 { 2568 {
2503 "name": "wallabag/Fivefilters_Libraries", 2569 "name": "wallabag/Fivefilters_Libraries",
@@ -3896,17 +3962,17 @@
3896 }, 3962 },
3897 { 3963 {
3898 "name": "sensio/generator-bundle", 3964 "name": "sensio/generator-bundle",
3899 "version": "v2.5.1", 3965 "version": "v2.5.2",
3900 "target-dir": "Sensio/Bundle/GeneratorBundle", 3966 "target-dir": "Sensio/Bundle/GeneratorBundle",
3901 "source": { 3967 "source": {
3902 "type": "git", 3968 "type": "git",
3903 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", 3969 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
3904 "reference": "9e23fc3de265ae013690d84aab98e7a84f46edcd" 3970 "reference": "4b09746520a826a7bf34a466ba31c7d8740fef7e"
3905 }, 3971 },
3906 "dist": { 3972 "dist": {
3907 "type": "zip", 3973 "type": "zip",
3908 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/9e23fc3de265ae013690d84aab98e7a84f46edcd", 3974 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/4b09746520a826a7bf34a466ba31c7d8740fef7e",
3909 "reference": "9e23fc3de265ae013690d84aab98e7a84f46edcd", 3975 "reference": "4b09746520a826a7bf34a466ba31c7d8740fef7e",
3910 "shasum": "" 3976 "shasum": ""
3911 }, 3977 },
3912 "require": { 3978 "require": {
@@ -3940,12 +4006,13 @@
3940 } 4006 }
3941 ], 4007 ],
3942 "description": "This bundle generates code for you", 4008 "description": "This bundle generates code for you",
3943 "time": "2015-01-13 07:33:46" 4009 "time": "2015-02-11 07:21:23"
3944 } 4010 }
3945 ], 4011 ],
3946 "aliases": [], 4012 "aliases": [],
3947 "minimum-stability": "dev", 4013 "minimum-stability": "dev",
3948 "stability-flags": { 4014 "stability-flags": {
4015 "nelmio/cors-bundle": 20,
3949 "htmlawed/htmlawed": 20, 4016 "htmlawed/htmlawed": 20,
3950 "wallabag/php-flash-messages": 20, 4017 "wallabag/php-flash-messages": 20,
3951 "wallabag/kriss_php5": 20, 4018 "wallabag/kriss_php5": 20,