diff options
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | composer.lock | 572 |
2 files changed, 406 insertions, 170 deletions
diff --git a/composer.json b/composer.json index 2a5928e3..46630f77 100644 --- a/composer.json +++ b/composer.json | |||
@@ -52,10 +52,10 @@ | |||
52 | "htmlawed/htmlawed": "~1.1.19", | 52 | "htmlawed/htmlawed": "~1.1.19", |
53 | "liip/theme-bundle": "~1.1", | 53 | "liip/theme-bundle": "~1.1", |
54 | "pagerfanta/pagerfanta": "~1.0.3", | 54 | "pagerfanta/pagerfanta": "~1.0.3", |
55 | "lexik/form-filter-bundle": "~4.0", | 55 | "lexik/form-filter-bundle": "~5.0", |
56 | "j0k3r/graby": "~1.0", | 56 | "j0k3r/graby": "~1.0", |
57 | "friendsofsymfony/user-bundle": "dev-master", | 57 | "friendsofsymfony/user-bundle": "dev-master", |
58 | "friendsofsymfony/oauth-server-bundle": "^1.4@dev", | 58 | "friendsofsymfony/oauth-server-bundle": "^1.5@dev", |
59 | "stof/doctrine-extensions-bundle": "^1.2@dev", | 59 | "stof/doctrine-extensions-bundle": "^1.2@dev", |
60 | "scheb/two-factor-bundle": "~2.0", | 60 | "scheb/two-factor-bundle": "~2.0", |
61 | "grandt/phpepub": "~4.0", | 61 | "grandt/phpepub": "~4.0", |
diff --git a/composer.lock b/composer.lock index 94b40ac8..7fd15a4c 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -4,8 +4,8 @@ | |||
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | 4 | "Read more about it at https://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": "eac49c76ef42a2e10cd4f228983c1d55", | 7 | "hash": "786f108cf7727020aa2f003dccd9a58e", |
8 | "content-hash": "f1d311928f3a196b2d192e5e451217d1", | 8 | "content-hash": "d8c2f517c9cd9d9ec767a0b396a11de7", |
9 | "packages": [ | 9 | "packages": [ |
10 | { | 10 | { |
11 | "name": "behat/transliterator", | 11 | "name": "behat/transliterator", |
@@ -983,32 +983,33 @@ | |||
983 | }, | 983 | }, |
984 | { | 984 | { |
985 | "name": "friendsofsymfony/oauth-server-bundle", | 985 | "name": "friendsofsymfony/oauth-server-bundle", |
986 | "version": "1.4.2", | 986 | "version": "dev-master", |
987 | "target-dir": "FOS/OAuthServerBundle", | ||
988 | "source": { | 987 | "source": { |
989 | "type": "git", | 988 | "type": "git", |
990 | "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git", | 989 | "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git", |
991 | "reference": "9e15c229eff547443d686445d629e9356ab0672e" | 990 | "reference": "2cf6dd8326fd2ca223108a1578d2c16f0544fa86" |
992 | }, | 991 | }, |
993 | "dist": { | 992 | "dist": { |
994 | "type": "zip", | 993 | "type": "zip", |
995 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/9e15c229eff547443d686445d629e9356ab0672e", | 994 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/2cf6dd8326fd2ca223108a1578d2c16f0544fa86", |
996 | "reference": "9e15c229eff547443d686445d629e9356ab0672e", | 995 | "reference": "2cf6dd8326fd2ca223108a1578d2c16f0544fa86", |
997 | "shasum": "" | 996 | "shasum": "" |
998 | }, | 997 | }, |
999 | "require": { | 998 | "require": { |
1000 | "friendsofsymfony/oauth2-php": "~1.1.0", | 999 | "friendsofsymfony/oauth2-php": "~1.1", |
1001 | "php": ">=5.3.3", | 1000 | "php": ">=5.3.3", |
1002 | "symfony/framework-bundle": "~2.1", | 1001 | "symfony/framework-bundle": "~2.2|~3.0", |
1003 | "symfony/security-bundle": "~2.1" | 1002 | "symfony/security-bundle": "~2.1|~3.0" |
1004 | }, | 1003 | }, |
1005 | "require-dev": { | 1004 | "require-dev": { |
1006 | "doctrine/doctrine-bundle": "~1.0", | 1005 | "doctrine/doctrine-bundle": "~1.0", |
1007 | "doctrine/mongodb-odm": "1.0.*@dev", | 1006 | "doctrine/mongodb-odm": "~1.0", |
1008 | "doctrine/orm": ">=2.2,<2.5-dev", | 1007 | "doctrine/orm": "~2.2", |
1009 | "symfony/class-loader": "~2.1", | 1008 | "phing/phing": "~2.4", |
1010 | "symfony/yaml": "~2.1", | 1009 | "propel/propel1": "^1.6.5", |
1011 | "willdurand/propel-typehintable-behavior": "1.0.*" | 1010 | "symfony/class-loader": "~2.1|~3.0", |
1011 | "symfony/yaml": "~2.1|~3.0", | ||
1012 | "willdurand/propel-typehintable-behavior": "^1.0.4" | ||
1012 | }, | 1013 | }, |
1013 | "suggest": { | 1014 | "suggest": { |
1014 | "doctrine/doctrine-bundle": "*", | 1015 | "doctrine/doctrine-bundle": "*", |
@@ -1019,12 +1020,12 @@ | |||
1019 | "type": "symfony-bundle", | 1020 | "type": "symfony-bundle", |
1020 | "extra": { | 1021 | "extra": { |
1021 | "branch-alias": { | 1022 | "branch-alias": { |
1022 | "dev-master": "1.4-dev" | 1023 | "dev-master": "1.5-dev" |
1023 | } | 1024 | } |
1024 | }, | 1025 | }, |
1025 | "autoload": { | 1026 | "autoload": { |
1026 | "psr-0": { | 1027 | "psr-4": { |
1027 | "FOS\\OAuthServerBundle": "" | 1028 | "FOS\\OAuthServerBundle\\": "" |
1028 | } | 1029 | } |
1029 | }, | 1030 | }, |
1030 | "notification-url": "https://packagist.org/downloads/", | 1031 | "notification-url": "https://packagist.org/downloads/", |
@@ -1048,25 +1049,25 @@ | |||
1048 | "oauth2", | 1049 | "oauth2", |
1049 | "server" | 1050 | "server" |
1050 | ], | 1051 | ], |
1051 | "time": "2014-10-31 13:44:14" | 1052 | "time": "2016-01-13 19:46:44" |
1052 | }, | 1053 | }, |
1053 | { | 1054 | { |
1054 | "name": "friendsofsymfony/oauth2-php", | 1055 | "name": "friendsofsymfony/oauth2-php", |
1055 | "version": "1.1.1", | 1056 | "version": "1.2.0", |
1056 | "source": { | 1057 | "source": { |
1057 | "type": "git", | 1058 | "type": "git", |
1058 | "url": "https://github.com/FriendsOfSymfony/oauth2-php.git", | 1059 | "url": "https://github.com/FriendsOfSymfony/oauth2-php.git", |
1059 | "reference": "23e76537c4a02e666ab4ba5abe67a69a886a0310" | 1060 | "reference": "4ae0a2aa85566146ef6f0f7169854c49e0c9243a" |
1060 | }, | 1061 | }, |
1061 | "dist": { | 1062 | "dist": { |
1062 | "type": "zip", | 1063 | "type": "zip", |
1063 | "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/23e76537c4a02e666ab4ba5abe67a69a886a0310", | 1064 | "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/4ae0a2aa85566146ef6f0f7169854c49e0c9243a", |
1064 | "reference": "23e76537c4a02e666ab4ba5abe67a69a886a0310", | 1065 | "reference": "4ae0a2aa85566146ef6f0f7169854c49e0c9243a", |
1065 | "shasum": "" | 1066 | "shasum": "" |
1066 | }, | 1067 | }, |
1067 | "require": { | 1068 | "require": { |
1068 | "php": ">=5.3.2", | 1069 | "php": ">=5.3.2", |
1069 | "symfony/http-foundation": "~2.0" | 1070 | "symfony/http-foundation": "~2.0|~3.0" |
1070 | }, | 1071 | }, |
1071 | "require-dev": { | 1072 | "require-dev": { |
1072 | "phpunit/phpunit": "~4.0" | 1073 | "phpunit/phpunit": "~4.0" |
@@ -1102,7 +1103,7 @@ | |||
1102 | "oauth", | 1103 | "oauth", |
1103 | "oauth2" | 1104 | "oauth2" |
1104 | ], | 1105 | ], |
1105 | "time": "2014-11-03 10:21:20" | 1106 | "time": "2015-12-21 11:32:17" |
1106 | }, | 1107 | }, |
1107 | { | 1108 | { |
1108 | "name": "friendsofsymfony/rest-bundle", | 1109 | "name": "friendsofsymfony/rest-bundle", |
@@ -1737,34 +1738,36 @@ | |||
1737 | }, | 1738 | }, |
1738 | { | 1739 | { |
1739 | "name": "hoa/compiler", | 1740 | "name": "hoa/compiler", |
1740 | "version": "2.15.10.29", | 1741 | "version": "3.16.01.11", |
1741 | "source": { | 1742 | "source": { |
1742 | "type": "git", | 1743 | "type": "git", |
1743 | "url": "https://github.com/hoaproject/Compiler.git", | 1744 | "url": "https://github.com/hoaproject/Compiler.git", |
1744 | "reference": "ec0849fd3c1472fbcd86c3c961981f0cfe1f8d39" | 1745 | "reference": "1496646bfa85f88ab50b651857fbf4bbd15dbca1" |
1745 | }, | 1746 | }, |
1746 | "dist": { | 1747 | "dist": { |
1747 | "type": "zip", | 1748 | "type": "zip", |
1748 | "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/ec0849fd3c1472fbcd86c3c961981f0cfe1f8d39", | 1749 | "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/1496646bfa85f88ab50b651857fbf4bbd15dbca1", |
1749 | "reference": "ec0849fd3c1472fbcd86c3c961981f0cfe1f8d39", | 1750 | "reference": "1496646bfa85f88ab50b651857fbf4bbd15dbca1", |
1750 | "shasum": "" | 1751 | "shasum": "" |
1751 | }, | 1752 | }, |
1752 | "require": { | 1753 | "require": { |
1753 | "hoa/core": "~2.0", | 1754 | "hoa/consistency": "~1.0", |
1755 | "hoa/exception": "~1.0", | ||
1754 | "hoa/file": "~0.0", | 1756 | "hoa/file": "~0.0", |
1755 | "hoa/iterator": "~1.0", | 1757 | "hoa/iterator": "~2.0", |
1756 | "hoa/math": "~0.0", | 1758 | "hoa/math": "~0.0", |
1759 | "hoa/protocol": "~1.0", | ||
1757 | "hoa/regex": "~0.0", | 1760 | "hoa/regex": "~0.0", |
1758 | "hoa/visitor": "~1.0" | 1761 | "hoa/visitor": "~2.0" |
1759 | }, | 1762 | }, |
1760 | "require-dev": { | 1763 | "require-dev": { |
1761 | "hoa/json": "~1.0", | 1764 | "hoa/json": "~2.0", |
1762 | "hoa/test": "~1.0" | 1765 | "hoa/test": "~2.0" |
1763 | }, | 1766 | }, |
1764 | "type": "library", | 1767 | "type": "library", |
1765 | "extra": { | 1768 | "extra": { |
1766 | "branch-alias": { | 1769 | "branch-alias": { |
1767 | "dev-master": "2.x-dev" | 1770 | "dev-master": "3.x-dev" |
1768 | } | 1771 | } |
1769 | }, | 1772 | }, |
1770 | "autoload": { | 1773 | "autoload": { |
@@ -1813,45 +1816,42 @@ | |||
1813 | "trace", | 1816 | "trace", |
1814 | "uniform" | 1817 | "uniform" |
1815 | ], | 1818 | ], |
1816 | "time": "2015-10-29 21:35:12" | 1819 | "time": "2016-01-11 08:55:03" |
1817 | }, | 1820 | }, |
1818 | { | 1821 | { |
1819 | "name": "hoa/core", | 1822 | "name": "hoa/consistency", |
1820 | "version": "2.15.11.09", | 1823 | "version": "1.16.01.11", |
1821 | "source": { | 1824 | "source": { |
1822 | "type": "git", | 1825 | "type": "git", |
1823 | "url": "https://github.com/hoaproject/Core.git", | 1826 | "url": "https://github.com/hoaproject/Consistency.git", |
1824 | "reference": "5538b1e90e2c66c90df5cc45e03fb85d047be900" | 1827 | "reference": "c7919e409ca68858f8cceadb7565b9f622575249" |
1825 | }, | 1828 | }, |
1826 | "dist": { | 1829 | "dist": { |
1827 | "type": "zip", | 1830 | "type": "zip", |
1828 | "url": "https://api.github.com/repos/hoaproject/Core/zipball/5538b1e90e2c66c90df5cc45e03fb85d047be900", | 1831 | "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/c7919e409ca68858f8cceadb7565b9f622575249", |
1829 | "reference": "5538b1e90e2c66c90df5cc45e03fb85d047be900", | 1832 | "reference": "c7919e409ca68858f8cceadb7565b9f622575249", |
1830 | "shasum": "" | 1833 | "shasum": "" |
1831 | }, | 1834 | }, |
1832 | "require": { | 1835 | "require": { |
1833 | "ext-spl": "*", | 1836 | "hoa/exception": "~1.0", |
1834 | "php": ">=5.4.0" | 1837 | "php": ">=5.5.0" |
1835 | }, | 1838 | }, |
1836 | "require-dev": { | 1839 | "require-dev": { |
1837 | "hoa/test": "~1.0" | 1840 | "hoa/stream": "~0.0", |
1838 | }, | 1841 | "hoa/test": "~2.0" |
1839 | "suggest": { | ||
1840 | "ext-mbstring": "ext/mbstring must be present (or a third implementation).", | ||
1841 | "hoa/cli": "To use the `hoa` script." | ||
1842 | }, | 1842 | }, |
1843 | "type": "library", | 1843 | "type": "library", |
1844 | "extra": { | 1844 | "extra": { |
1845 | "branch-alias": { | 1845 | "branch-alias": { |
1846 | "dev-master": "2.x-dev" | 1846 | "dev-master": "1.x-dev" |
1847 | } | 1847 | } |
1848 | }, | 1848 | }, |
1849 | "autoload": { | 1849 | "autoload": { |
1850 | "psr-4": { | 1850 | "psr-4": { |
1851 | "Hoa\\Core\\": "." | 1851 | "Hoa\\Consistency\\": "." |
1852 | }, | 1852 | }, |
1853 | "files": [ | 1853 | "files": [ |
1854 | "Core.php" | 1854 | "Prelude.php" |
1855 | ] | 1855 | ] |
1856 | }, | 1856 | }, |
1857 | "notification-url": "https://packagist.org/downloads/", | 1857 | "notification-url": "https://packagist.org/downloads/", |
@@ -1868,41 +1868,152 @@ | |||
1868 | "homepage": "http://hoa-project.net/" | 1868 | "homepage": "http://hoa-project.net/" |
1869 | } | 1869 | } |
1870 | ], | 1870 | ], |
1871 | "description": "The Hoa\\Core library.", | 1871 | "description": "The Hoa\\Consistency library.", |
1872 | "homepage": "http://hoa-project.net/", | 1872 | "homepage": "http://hoa-project.net/", |
1873 | "keywords": [ | 1873 | "keywords": [ |
1874 | "autoloader", | ||
1875 | "callable", | ||
1874 | "consistency", | 1876 | "consistency", |
1875 | "core", | 1877 | "entity", |
1876 | "data", | 1878 | "flex", |
1879 | "keyword", | ||
1880 | "library" | ||
1881 | ], | ||
1882 | "time": "2016-01-11 08:25:25" | ||
1883 | }, | ||
1884 | { | ||
1885 | "name": "hoa/event", | ||
1886 | "version": "1.16.01.11", | ||
1887 | "source": { | ||
1888 | "type": "git", | ||
1889 | "url": "https://github.com/hoaproject/Event.git", | ||
1890 | "reference": "4470e090207336c01ea0cc6f9f1fa8832e4d9866" | ||
1891 | }, | ||
1892 | "dist": { | ||
1893 | "type": "zip", | ||
1894 | "url": "https://api.github.com/repos/hoaproject/Event/zipball/4470e090207336c01ea0cc6f9f1fa8832e4d9866", | ||
1895 | "reference": "4470e090207336c01ea0cc6f9f1fa8832e4d9866", | ||
1896 | "shasum": "" | ||
1897 | }, | ||
1898 | "require": { | ||
1899 | "hoa/consistency": "~1.0", | ||
1900 | "hoa/exception": "~1.0" | ||
1901 | }, | ||
1902 | "require-dev": { | ||
1903 | "hoa/test": "~2.0" | ||
1904 | }, | ||
1905 | "type": "library", | ||
1906 | "extra": { | ||
1907 | "branch-alias": { | ||
1908 | "dev-master": "1.x-dev" | ||
1909 | } | ||
1910 | }, | ||
1911 | "autoload": { | ||
1912 | "psr-4": { | ||
1913 | "Hoa\\Event\\": "." | ||
1914 | } | ||
1915 | }, | ||
1916 | "notification-url": "https://packagist.org/downloads/", | ||
1917 | "license": [ | ||
1918 | "BSD-3-Clause" | ||
1919 | ], | ||
1920 | "authors": [ | ||
1921 | { | ||
1922 | "name": "Ivan Enderlin", | ||
1923 | "email": "ivan.enderlin@hoa-project.net" | ||
1924 | }, | ||
1925 | { | ||
1926 | "name": "Hoa community", | ||
1927 | "homepage": "http://hoa-project.net/" | ||
1928 | } | ||
1929 | ], | ||
1930 | "description": "The Hoa\\Event library.", | ||
1931 | "homepage": "http://hoa-project.net/", | ||
1932 | "keywords": [ | ||
1877 | "event", | 1933 | "event", |
1878 | "library", | 1934 | "library", |
1879 | "listener", | 1935 | "listener", |
1880 | "parameter", | 1936 | "observer" |
1881 | "protocol" | 1937 | ], |
1938 | "time": "2016-01-11 08:34:41" | ||
1939 | }, | ||
1940 | { | ||
1941 | "name": "hoa/exception", | ||
1942 | "version": "1.16.01.11", | ||
1943 | "source": { | ||
1944 | "type": "git", | ||
1945 | "url": "https://github.com/hoaproject/Exception.git", | ||
1946 | "reference": "fa4a9648aef2c8ca8f4cd543429b24dc8feaa366" | ||
1947 | }, | ||
1948 | "dist": { | ||
1949 | "type": "zip", | ||
1950 | "url": "https://api.github.com/repos/hoaproject/Exception/zipball/fa4a9648aef2c8ca8f4cd543429b24dc8feaa366", | ||
1951 | "reference": "fa4a9648aef2c8ca8f4cd543429b24dc8feaa366", | ||
1952 | "shasum": "" | ||
1953 | }, | ||
1954 | "require": { | ||
1955 | "hoa/consistency": "~1.0", | ||
1956 | "hoa/event": "~1.0" | ||
1957 | }, | ||
1958 | "require-dev": { | ||
1959 | "hoa/test": "~2.0" | ||
1960 | }, | ||
1961 | "type": "library", | ||
1962 | "extra": { | ||
1963 | "branch-alias": { | ||
1964 | "dev-master": "1.x-dev" | ||
1965 | } | ||
1966 | }, | ||
1967 | "autoload": { | ||
1968 | "psr-4": { | ||
1969 | "Hoa\\Exception\\": "." | ||
1970 | } | ||
1971 | }, | ||
1972 | "notification-url": "https://packagist.org/downloads/", | ||
1973 | "license": [ | ||
1974 | "BSD-3-Clause" | ||
1975 | ], | ||
1976 | "authors": [ | ||
1977 | { | ||
1978 | "name": "Ivan Enderlin", | ||
1979 | "email": "ivan.enderlin@hoa-project.net" | ||
1980 | }, | ||
1981 | { | ||
1982 | "name": "Hoa community", | ||
1983 | "homepage": "http://hoa-project.net/" | ||
1984 | } | ||
1985 | ], | ||
1986 | "description": "The Hoa\\Exception library.", | ||
1987 | "homepage": "http://hoa-project.net/", | ||
1988 | "keywords": [ | ||
1989 | "exception", | ||
1990 | "library" | ||
1882 | ], | 1991 | ], |
1883 | "time": "2015-11-09 06:51:06" | 1992 | "time": "2016-01-11 08:38:17" |
1884 | }, | 1993 | }, |
1885 | { | 1994 | { |
1886 | "name": "hoa/file", | 1995 | "name": "hoa/file", |
1887 | "version": "0.15.11.09", | 1996 | "version": "0.16.01.11", |
1888 | "source": { | 1997 | "source": { |
1889 | "type": "git", | 1998 | "type": "git", |
1890 | "url": "https://github.com/hoaproject/File.git", | 1999 | "url": "https://github.com/hoaproject/File.git", |
1891 | "reference": "f46fe552ff79cb6c93a2ff9c25cfbc134fbd57ee" | 2000 | "reference": "c96689d30c2268ee71d34b58a8d48c9ccb6f8b0e" |
1892 | }, | 2001 | }, |
1893 | "dist": { | 2002 | "dist": { |
1894 | "type": "zip", | 2003 | "type": "zip", |
1895 | "url": "https://api.github.com/repos/hoaproject/File/zipball/f46fe552ff79cb6c93a2ff9c25cfbc134fbd57ee", | 2004 | "url": "https://api.github.com/repos/hoaproject/File/zipball/c96689d30c2268ee71d34b58a8d48c9ccb6f8b0e", |
1896 | "reference": "f46fe552ff79cb6c93a2ff9c25cfbc134fbd57ee", | 2005 | "reference": "c96689d30c2268ee71d34b58a8d48c9ccb6f8b0e", |
1897 | "shasum": "" | 2006 | "shasum": "" |
1898 | }, | 2007 | }, |
1899 | "require": { | 2008 | "require": { |
1900 | "hoa/core": "~2.0", | 2009 | "hoa/consistency": "~1.0", |
1901 | "hoa/iterator": "~1.0", | 2010 | "hoa/event": "~1.0", |
2011 | "hoa/exception": "~1.0", | ||
2012 | "hoa/iterator": "~2.0", | ||
1902 | "hoa/stream": "~0.0" | 2013 | "hoa/stream": "~0.0" |
1903 | }, | 2014 | }, |
1904 | "require-dev": { | 2015 | "require-dev": { |
1905 | "hoa/test": "~1.0" | 2016 | "hoa/test": "~2.0" |
1906 | }, | 2017 | }, |
1907 | "type": "library", | 2018 | "type": "library", |
1908 | "extra": { | 2019 | "extra": { |
@@ -1940,32 +2051,33 @@ | |||
1940 | "link", | 2051 | "link", |
1941 | "temporary" | 2052 | "temporary" |
1942 | ], | 2053 | ], |
1943 | "time": "2015-11-09 06:55:20" | 2054 | "time": "2016-01-11 09:07:45" |
1944 | }, | 2055 | }, |
1945 | { | 2056 | { |
1946 | "name": "hoa/iterator", | 2057 | "name": "hoa/iterator", |
1947 | "version": "1.15.10.29", | 2058 | "version": "2.16.01.11", |
1948 | "source": { | 2059 | "source": { |
1949 | "type": "git", | 2060 | "type": "git", |
1950 | "url": "https://github.com/hoaproject/Iterator.git", | 2061 | "url": "https://github.com/hoaproject/Iterator.git", |
1951 | "reference": "a64ed9fd62579a34e4450134d6d1abdf77d54435" | 2062 | "reference": "eed36f2ec8233f494fd4450d570453b9a84736da" |
1952 | }, | 2063 | }, |
1953 | "dist": { | 2064 | "dist": { |
1954 | "type": "zip", | 2065 | "type": "zip", |
1955 | "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/a64ed9fd62579a34e4450134d6d1abdf77d54435", | 2066 | "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/eed36f2ec8233f494fd4450d570453b9a84736da", |
1956 | "reference": "a64ed9fd62579a34e4450134d6d1abdf77d54435", | 2067 | "reference": "eed36f2ec8233f494fd4450d570453b9a84736da", |
1957 | "shasum": "" | 2068 | "shasum": "" |
1958 | }, | 2069 | }, |
1959 | "require": { | 2070 | "require": { |
1960 | "hoa/core": "~2.0" | 2071 | "hoa/consistency": "~1.0", |
2072 | "hoa/exception": "~1.0" | ||
1961 | }, | 2073 | }, |
1962 | "require-dev": { | 2074 | "require-dev": { |
1963 | "hoa/test": "~1.0" | 2075 | "hoa/test": "~2.0" |
1964 | }, | 2076 | }, |
1965 | "type": "library", | 2077 | "type": "library", |
1966 | "extra": { | 2078 | "extra": { |
1967 | "branch-alias": { | 2079 | "branch-alias": { |
1968 | "dev-master": "1.x-dev" | 2080 | "dev-master": "2.x-dev" |
1969 | } | 2081 | } |
1970 | }, | 2082 | }, |
1971 | "autoload": { | 2083 | "autoload": { |
@@ -1993,29 +2105,32 @@ | |||
1993 | "iterator", | 2105 | "iterator", |
1994 | "library" | 2106 | "library" |
1995 | ], | 2107 | ], |
1996 | "time": "2015-10-29 21:37:16" | 2108 | "time": "2016-01-11 09:13:46" |
1997 | }, | 2109 | }, |
1998 | { | 2110 | { |
1999 | "name": "hoa/math", | 2111 | "name": "hoa/math", |
2000 | "version": "0.15.10.26", | 2112 | "version": "0.16.01.11", |
2001 | "source": { | 2113 | "source": { |
2002 | "type": "git", | 2114 | "type": "git", |
2003 | "url": "https://github.com/hoaproject/Math.git", | 2115 | "url": "https://github.com/hoaproject/Math.git", |
2004 | "reference": "62631c65d9a4f1b8bb4c4a3d6cdff0e8971d684e" | 2116 | "reference": "9ddfa1a4bac94af5c2151c4b96be80b3a0209749" |
2005 | }, | 2117 | }, |
2006 | "dist": { | 2118 | "dist": { |
2007 | "type": "zip", | 2119 | "type": "zip", |
2008 | "url": "https://api.github.com/repos/hoaproject/Math/zipball/62631c65d9a4f1b8bb4c4a3d6cdff0e8971d684e", | 2120 | "url": "https://api.github.com/repos/hoaproject/Math/zipball/9ddfa1a4bac94af5c2151c4b96be80b3a0209749", |
2009 | "reference": "62631c65d9a4f1b8bb4c4a3d6cdff0e8971d684e", | 2121 | "reference": "9ddfa1a4bac94af5c2151c4b96be80b3a0209749", |
2010 | "shasum": "" | 2122 | "shasum": "" |
2011 | }, | 2123 | }, |
2012 | "require": { | 2124 | "require": { |
2013 | "hoa/compiler": "~2.0", | 2125 | "hoa/compiler": "~3.0", |
2014 | "hoa/core": "~2.0", | 2126 | "hoa/consistency": "~1.0", |
2015 | "hoa/iterator": "~1.0" | 2127 | "hoa/exception": "~1.0", |
2128 | "hoa/iterator": "~2.0", | ||
2129 | "hoa/protocol": "~1.0", | ||
2130 | "hoa/zformat": "~0.0" | ||
2016 | }, | 2131 | }, |
2017 | "require-dev": { | 2132 | "require-dev": { |
2018 | "hoa/test": "~1.0" | 2133 | "hoa/test": "~2.0" |
2019 | }, | 2134 | }, |
2020 | "type": "library", | 2135 | "type": "library", |
2021 | "extra": { | 2136 | "extra": { |
@@ -2055,27 +2170,89 @@ | |||
2055 | "sampler", | 2170 | "sampler", |
2056 | "set" | 2171 | "set" |
2057 | ], | 2172 | ], |
2058 | "time": "2015-10-26 15:22:52" | 2173 | "time": "2016-01-11 09:23:49" |
2174 | }, | ||
2175 | { | ||
2176 | "name": "hoa/protocol", | ||
2177 | "version": "1.16.01.11", | ||
2178 | "source": { | ||
2179 | "type": "git", | ||
2180 | "url": "https://github.com/hoaproject/Protocol.git", | ||
2181 | "reference": "97a33357e9f0827b75e19a78429d037fab18c1ce" | ||
2182 | }, | ||
2183 | "dist": { | ||
2184 | "type": "zip", | ||
2185 | "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/97a33357e9f0827b75e19a78429d037fab18c1ce", | ||
2186 | "reference": "97a33357e9f0827b75e19a78429d037fab18c1ce", | ||
2187 | "shasum": "" | ||
2188 | }, | ||
2189 | "require": { | ||
2190 | "hoa/consistency": "~1.0", | ||
2191 | "hoa/exception": "~1.0" | ||
2192 | }, | ||
2193 | "require-dev": { | ||
2194 | "hoa/test": "~2.0" | ||
2195 | }, | ||
2196 | "type": "library", | ||
2197 | "extra": { | ||
2198 | "branch-alias": { | ||
2199 | "dev-master": "1.x-dev" | ||
2200 | } | ||
2201 | }, | ||
2202 | "autoload": { | ||
2203 | "psr-4": { | ||
2204 | "Hoa\\Protocol\\": "." | ||
2205 | }, | ||
2206 | "files": [ | ||
2207 | "Wrapper.php" | ||
2208 | ] | ||
2209 | }, | ||
2210 | "notification-url": "https://packagist.org/downloads/", | ||
2211 | "license": [ | ||
2212 | "BSD-3-Clause" | ||
2213 | ], | ||
2214 | "authors": [ | ||
2215 | { | ||
2216 | "name": "Ivan Enderlin", | ||
2217 | "email": "ivan.enderlin@hoa-project.net" | ||
2218 | }, | ||
2219 | { | ||
2220 | "name": "Hoa community", | ||
2221 | "homepage": "http://hoa-project.net/" | ||
2222 | } | ||
2223 | ], | ||
2224 | "description": "The Hoa\\Protocol library.", | ||
2225 | "homepage": "http://hoa-project.net/", | ||
2226 | "keywords": [ | ||
2227 | "library", | ||
2228 | "protocol", | ||
2229 | "resource", | ||
2230 | "stream", | ||
2231 | "wrapper" | ||
2232 | ], | ||
2233 | "time": "2016-01-11 08:41:20" | ||
2059 | }, | 2234 | }, |
2060 | { | 2235 | { |
2061 | "name": "hoa/regex", | 2236 | "name": "hoa/regex", |
2062 | "version": "0.15.08.13", | 2237 | "version": "0.16.01.11", |
2063 | "source": { | 2238 | "source": { |
2064 | "type": "git", | 2239 | "type": "git", |
2065 | "url": "https://github.com/hoaproject/Regex.git", | 2240 | "url": "https://github.com/hoaproject/Regex.git", |
2066 | "reference": "2ef8a77ef3885ca202fcd9c31a8e54c44cd04232" | 2241 | "reference": "a0e01a81fae0e7a325a5d958a269d611a5252690" |
2067 | }, | 2242 | }, |
2068 | "dist": { | 2243 | "dist": { |
2069 | "type": "zip", | 2244 | "type": "zip", |
2070 | "url": "https://api.github.com/repos/hoaproject/Regex/zipball/2ef8a77ef3885ca202fcd9c31a8e54c44cd04232", | 2245 | "url": "https://api.github.com/repos/hoaproject/Regex/zipball/a0e01a81fae0e7a325a5d958a269d611a5252690", |
2071 | "reference": "2ef8a77ef3885ca202fcd9c31a8e54c44cd04232", | 2246 | "reference": "a0e01a81fae0e7a325a5d958a269d611a5252690", |
2072 | "shasum": "" | 2247 | "shasum": "" |
2073 | }, | 2248 | }, |
2074 | "require": { | 2249 | "require": { |
2075 | "hoa/core": "~2.0", | 2250 | "hoa/consistency": "~1.0", |
2251 | "hoa/exception": "~1.0", | ||
2076 | "hoa/math": "~0.0", | 2252 | "hoa/math": "~0.0", |
2077 | "hoa/ustring": "~3.0", | 2253 | "hoa/protocol": "~1.0", |
2078 | "hoa/visitor": "~1.0" | 2254 | "hoa/ustring": "~4.0", |
2255 | "hoa/visitor": "~2.0" | ||
2079 | }, | 2256 | }, |
2080 | "type": "library", | 2257 | "type": "library", |
2081 | "extra": { | 2258 | "extra": { |
@@ -2109,35 +2286,36 @@ | |||
2109 | "library", | 2286 | "library", |
2110 | "regex" | 2287 | "regex" |
2111 | ], | 2288 | ], |
2112 | "time": "2015-08-13 06:48:47" | 2289 | "time": "2016-01-11 09:36:00" |
2113 | }, | 2290 | }, |
2114 | { | 2291 | { |
2115 | "name": "hoa/ruler", | 2292 | "name": "hoa/ruler", |
2116 | "version": "1.15.11.09", | 2293 | "version": "2.16.01.11", |
2117 | "source": { | 2294 | "source": { |
2118 | "type": "git", | 2295 | "type": "git", |
2119 | "url": "https://github.com/hoaproject/Ruler.git", | 2296 | "url": "https://github.com/hoaproject/Ruler.git", |
2120 | "reference": "9afc9ae032d40b6dc10bff85c9126cf516953925" | 2297 | "reference": "34175a4ee1ffc28c7ee37032dded25ddd060b288" |
2121 | }, | 2298 | }, |
2122 | "dist": { | 2299 | "dist": { |
2123 | "type": "zip", | 2300 | "type": "zip", |
2124 | "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/9afc9ae032d40b6dc10bff85c9126cf516953925", | 2301 | "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/34175a4ee1ffc28c7ee37032dded25ddd060b288", |
2125 | "reference": "9afc9ae032d40b6dc10bff85c9126cf516953925", | 2302 | "reference": "34175a4ee1ffc28c7ee37032dded25ddd060b288", |
2126 | "shasum": "" | 2303 | "shasum": "" |
2127 | }, | 2304 | }, |
2128 | "require": { | 2305 | "require": { |
2129 | "hoa/compiler": "~2.0", | 2306 | "hoa/compiler": "~3.0", |
2130 | "hoa/core": "~2.0", | 2307 | "hoa/consistency": "~1.0", |
2308 | "hoa/exception": "~1.0", | ||
2131 | "hoa/file": "~0.0", | 2309 | "hoa/file": "~0.0", |
2132 | "hoa/visitor": "~1.0" | 2310 | "hoa/visitor": "~2.0" |
2133 | }, | 2311 | }, |
2134 | "require-dev": { | 2312 | "require-dev": { |
2135 | "hoa/test": "~1.0" | 2313 | "hoa/test": "~2.0" |
2136 | }, | 2314 | }, |
2137 | "type": "library", | 2315 | "type": "library", |
2138 | "extra": { | 2316 | "extra": { |
2139 | "branch-alias": { | 2317 | "branch-alias": { |
2140 | "dev-master": "1.x-dev" | 2318 | "dev-master": "2.x-dev" |
2141 | } | 2319 | } |
2142 | }, | 2320 | }, |
2143 | "autoload": { | 2321 | "autoload": { |
@@ -2165,24 +2343,27 @@ | |||
2165 | "library", | 2343 | "library", |
2166 | "ruler" | 2344 | "ruler" |
2167 | ], | 2345 | ], |
2168 | "time": "2015-11-09 06:58:52" | 2346 | "time": "2016-01-11 09:39:31" |
2169 | }, | 2347 | }, |
2170 | { | 2348 | { |
2171 | "name": "hoa/stream", | 2349 | "name": "hoa/stream", |
2172 | "version": "0.15.10.26", | 2350 | "version": "0.16.01.11", |
2173 | "source": { | 2351 | "source": { |
2174 | "type": "git", | 2352 | "type": "git", |
2175 | "url": "https://github.com/hoaproject/Stream.git", | 2353 | "url": "https://github.com/hoaproject/Stream.git", |
2176 | "reference": "011ab91d942f1d7096deade4c8a10fe57d51c5b3" | 2354 | "reference": "06804e673281c6f1fec580345f489f4e9bf43981" |
2177 | }, | 2355 | }, |
2178 | "dist": { | 2356 | "dist": { |
2179 | "type": "zip", | 2357 | "type": "zip", |
2180 | "url": "https://api.github.com/repos/hoaproject/Stream/zipball/011ab91d942f1d7096deade4c8a10fe57d51c5b3", | 2358 | "url": "https://api.github.com/repos/hoaproject/Stream/zipball/06804e673281c6f1fec580345f489f4e9bf43981", |
2181 | "reference": "011ab91d942f1d7096deade4c8a10fe57d51c5b3", | 2359 | "reference": "06804e673281c6f1fec580345f489f4e9bf43981", |
2182 | "shasum": "" | 2360 | "shasum": "" |
2183 | }, | 2361 | }, |
2184 | "require": { | 2362 | "require": { |
2185 | "hoa/core": "~2.0" | 2363 | "hoa/consistency": "~1.0", |
2364 | "hoa/event": "~1.0", | ||
2365 | "hoa/exception": "~1.0", | ||
2366 | "hoa/protocol": "~1.0" | ||
2186 | }, | 2367 | }, |
2187 | "type": "library", | 2368 | "type": "library", |
2188 | "extra": { | 2369 | "extra": { |
@@ -2223,27 +2404,28 @@ | |||
2223 | "stream", | 2404 | "stream", |
2224 | "wrapper" | 2405 | "wrapper" |
2225 | ], | 2406 | ], |
2226 | "time": "2015-10-22 06:30:43" | 2407 | "time": "2016-01-11 09:44:48" |
2227 | }, | 2408 | }, |
2228 | { | 2409 | { |
2229 | "name": "hoa/ustring", | 2410 | "name": "hoa/ustring", |
2230 | "version": "3.15.11.09", | 2411 | "version": "4.16.01.11", |
2231 | "source": { | 2412 | "source": { |
2232 | "type": "git", | 2413 | "type": "git", |
2233 | "url": "https://github.com/hoaproject/Ustring.git", | 2414 | "url": "https://github.com/hoaproject/Ustring.git", |
2234 | "reference": "8506be4910212b1a2beb9014763a8a4fbd871001" | 2415 | "reference": "9f76b9aae5901b4f476ef854e29ccd746d6899d2" |
2235 | }, | 2416 | }, |
2236 | "dist": { | 2417 | "dist": { |
2237 | "type": "zip", | 2418 | "type": "zip", |
2238 | "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/8506be4910212b1a2beb9014763a8a4fbd871001", | 2419 | "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/9f76b9aae5901b4f476ef854e29ccd746d6899d2", |
2239 | "reference": "8506be4910212b1a2beb9014763a8a4fbd871001", | 2420 | "reference": "9f76b9aae5901b4f476ef854e29ccd746d6899d2", |
2240 | "shasum": "" | 2421 | "shasum": "" |
2241 | }, | 2422 | }, |
2242 | "require": { | 2423 | "require": { |
2243 | "hoa/core": "~2.0" | 2424 | "hoa/consistency": "~1.0", |
2425 | "hoa/exception": "~1.0" | ||
2244 | }, | 2426 | }, |
2245 | "require-dev": { | 2427 | "require-dev": { |
2246 | "hoa/test": "~1.0" | 2428 | "hoa/test": "~2.0" |
2247 | }, | 2429 | }, |
2248 | "suggest": { | 2430 | "suggest": { |
2249 | "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().", | 2431 | "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().", |
@@ -2252,7 +2434,7 @@ | |||
2252 | "type": "library", | 2434 | "type": "library", |
2253 | "extra": { | 2435 | "extra": { |
2254 | "branch-alias": { | 2436 | "branch-alias": { |
2255 | "dev-master": "3.x-dev" | 2437 | "dev-master": "4.x-dev" |
2256 | } | 2438 | } |
2257 | }, | 2439 | }, |
2258 | "autoload": { | 2440 | "autoload": { |
@@ -2282,32 +2464,32 @@ | |||
2282 | "string", | 2464 | "string", |
2283 | "unicode" | 2465 | "unicode" |
2284 | ], | 2466 | ], |
2285 | "time": "2015-11-09 06:44:33" | 2467 | "time": "2016-01-11 09:51:34" |
2286 | }, | 2468 | }, |
2287 | { | 2469 | { |
2288 | "name": "hoa/visitor", | 2470 | "name": "hoa/visitor", |
2289 | "version": "1.15.08.17", | 2471 | "version": "2.16.01.11", |
2290 | "source": { | 2472 | "source": { |
2291 | "type": "git", | 2473 | "type": "git", |
2292 | "url": "https://github.com/hoaproject/Visitor.git", | 2474 | "url": "https://github.com/hoaproject/Visitor.git", |
2293 | "reference": "e30bfff741f71979f6476a41548e34afe8053c67" | 2475 | "reference": "cb21074b7eb89c3ac9f76d25c72671d579735ca9" |
2294 | }, | 2476 | }, |
2295 | "dist": { | 2477 | "dist": { |
2296 | "type": "zip", | 2478 | "type": "zip", |
2297 | "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/e30bfff741f71979f6476a41548e34afe8053c67", | 2479 | "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/cb21074b7eb89c3ac9f76d25c72671d579735ca9", |
2298 | "reference": "e30bfff741f71979f6476a41548e34afe8053c67", | 2480 | "reference": "cb21074b7eb89c3ac9f76d25c72671d579735ca9", |
2299 | "shasum": "" | 2481 | "shasum": "" |
2300 | }, | 2482 | }, |
2301 | "require": { | 2483 | "require": { |
2302 | "hoa/core": "~2.0" | 2484 | "hoa/consistency": "~1.0" |
2303 | }, | 2485 | }, |
2304 | "require-dev": { | 2486 | "require-dev": { |
2305 | "hoa/test": "~1.0" | 2487 | "hoa/test": "~2.0" |
2306 | }, | 2488 | }, |
2307 | "type": "library", | 2489 | "type": "library", |
2308 | "extra": { | 2490 | "extra": { |
2309 | "branch-alias": { | 2491 | "branch-alias": { |
2310 | "dev-master": "1.x-dev" | 2492 | "dev-master": "2.x-dev" |
2311 | } | 2493 | } |
2312 | }, | 2494 | }, |
2313 | "autoload": { | 2495 | "autoload": { |
@@ -2337,7 +2519,59 @@ | |||
2337 | "visit", | 2519 | "visit", |
2338 | "visitor" | 2520 | "visitor" |
2339 | ], | 2521 | ], |
2340 | "time": "2015-08-17 06:30:58" | 2522 | "time": "2016-01-11 09:54:01" |
2523 | }, | ||
2524 | { | ||
2525 | "name": "hoa/zformat", | ||
2526 | "version": "0.16.01.11", | ||
2527 | "source": { | ||
2528 | "type": "git", | ||
2529 | "url": "https://github.com/hoaproject/Zformat.git", | ||
2530 | "reference": "fd4d4243c3f8e99db46a531bec3ce498667dd83a" | ||
2531 | }, | ||
2532 | "dist": { | ||
2533 | "type": "zip", | ||
2534 | "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/fd4d4243c3f8e99db46a531bec3ce498667dd83a", | ||
2535 | "reference": "fd4d4243c3f8e99db46a531bec3ce498667dd83a", | ||
2536 | "shasum": "" | ||
2537 | }, | ||
2538 | "require": { | ||
2539 | "hoa/consistency": "~1.0", | ||
2540 | "hoa/exception": "~1.0" | ||
2541 | }, | ||
2542 | "type": "library", | ||
2543 | "extra": { | ||
2544 | "branch-alias": { | ||
2545 | "dev-master": "0.x-dev" | ||
2546 | } | ||
2547 | }, | ||
2548 | "autoload": { | ||
2549 | "psr-4": { | ||
2550 | "Hoa\\Zformat\\": "." | ||
2551 | } | ||
2552 | }, | ||
2553 | "notification-url": "https://packagist.org/downloads/", | ||
2554 | "license": [ | ||
2555 | "BSD-3-Clause" | ||
2556 | ], | ||
2557 | "authors": [ | ||
2558 | { | ||
2559 | "name": "Ivan Enderlin", | ||
2560 | "email": "ivan.enderlin@hoa-project.net" | ||
2561 | }, | ||
2562 | { | ||
2563 | "name": "Hoa community", | ||
2564 | "homepage": "http://hoa-project.net/" | ||
2565 | } | ||
2566 | ], | ||
2567 | "description": "The Hoa\\Zformat library.", | ||
2568 | "homepage": "http://hoa-project.net/", | ||
2569 | "keywords": [ | ||
2570 | "library", | ||
2571 | "parameter", | ||
2572 | "zformat" | ||
2573 | ], | ||
2574 | "time": "2016-01-11 10:03:00" | ||
2341 | }, | 2575 | }, |
2342 | { | 2576 | { |
2343 | "name": "htmlawed/htmlawed", | 2577 | "name": "htmlawed/htmlawed", |
@@ -2966,22 +3200,22 @@ | |||
2966 | }, | 3200 | }, |
2967 | { | 3201 | { |
2968 | "name": "kphoen/rulerz", | 3202 | "name": "kphoen/rulerz", |
2969 | "version": "0.16.2", | 3203 | "version": "0.17.0", |
2970 | "source": { | 3204 | "source": { |
2971 | "type": "git", | 3205 | "type": "git", |
2972 | "url": "https://github.com/K-Phoen/rulerz.git", | 3206 | "url": "https://github.com/K-Phoen/rulerz.git", |
2973 | "reference": "2b4fd796dadad204353e966b9f53040225ce6871" | 3207 | "reference": "4ebd03bd801d17f108ab74f611b8ec1b430c909f" |
2974 | }, | 3208 | }, |
2975 | "dist": { | 3209 | "dist": { |
2976 | "type": "zip", | 3210 | "type": "zip", |
2977 | "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/2b4fd796dadad204353e966b9f53040225ce6871", | 3211 | "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/4ebd03bd801d17f108ab74f611b8ec1b430c909f", |
2978 | "reference": "2b4fd796dadad204353e966b9f53040225ce6871", | 3212 | "reference": "4ebd03bd801d17f108ab74f611b8ec1b430c909f", |
2979 | "shasum": "" | 3213 | "shasum": "" |
2980 | }, | 3214 | }, |
2981 | "require": { | 3215 | "require": { |
2982 | "hoa/ruler": "~1.0", | 3216 | "hoa/ruler": "~2.0", |
2983 | "php": ">=5.5", | 3217 | "php": ">=5.5", |
2984 | "symfony/property-access": "~2.3" | 3218 | "symfony/property-access": "~2.3|~3.0" |
2985 | }, | 3219 | }, |
2986 | "require-dev": { | 3220 | "require-dev": { |
2987 | "behat/behat": "~3.0", | 3221 | "behat/behat": "~3.0", |
@@ -3032,31 +3266,32 @@ | |||
3032 | "doctrine", | 3266 | "doctrine", |
3033 | "specification" | 3267 | "specification" |
3034 | ], | 3268 | ], |
3035 | "time": "2015-12-07 22:24:24" | 3269 | "time": "2016-01-13 16:55:19" |
3036 | }, | 3270 | }, |
3037 | { | 3271 | { |
3038 | "name": "kphoen/rulerz-bundle", | 3272 | "name": "kphoen/rulerz-bundle", |
3039 | "version": "0.11.0", | 3273 | "version": "0.11.1", |
3040 | "source": { | 3274 | "source": { |
3041 | "type": "git", | 3275 | "type": "git", |
3042 | "url": "https://github.com/K-Phoen/RulerZBundle.git", | 3276 | "url": "https://github.com/K-Phoen/RulerZBundle.git", |
3043 | "reference": "dcaaed69d8252fa1e3a25802f8cf697947570778" | 3277 | "reference": "57416b75d70d21c10c1f1c31b9fd6d2a7f82a277" |
3044 | }, | 3278 | }, |
3045 | "dist": { | 3279 | "dist": { |
3046 | "type": "zip", | 3280 | "type": "zip", |
3047 | "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/dcaaed69d8252fa1e3a25802f8cf697947570778", | 3281 | "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/57416b75d70d21c10c1f1c31b9fd6d2a7f82a277", |
3048 | "reference": "dcaaed69d8252fa1e3a25802f8cf697947570778", | 3282 | "reference": "57416b75d70d21c10c1f1c31b9fd6d2a7f82a277", |
3049 | "shasum": "" | 3283 | "shasum": "" |
3050 | }, | 3284 | }, |
3051 | "require": { | 3285 | "require": { |
3052 | "kphoen/rulerz": "~0.1, >=0.13.0", | 3286 | "kphoen/rulerz": "~0.1, >=0.13.0", |
3053 | "symfony/framework-bundle": "~2.3|~3.0", | 3287 | "symfony/framework-bundle": "~2.5|~3.0", |
3054 | "symfony/validator": "~2.3|~3.0" | 3288 | "symfony/validator": "~2.5|~3.0" |
3055 | }, | 3289 | }, |
3056 | "require-dev": { | 3290 | "require-dev": { |
3057 | "matthiasnoback/symfony-dependency-injection-test": "~0.7", | 3291 | "matthiasnoback/symfony-dependency-injection-test": "~0.7", |
3058 | "mikey179/vfsstream": "~1.0", | 3292 | "mikey179/vfsstream": "~1.0", |
3059 | "phpunit/phpunit": "~4.8" | 3293 | "phpunit/phpunit": "~4.8", |
3294 | "symfony/phpunit-bridge": "~2.7|~3.0" | ||
3060 | }, | 3295 | }, |
3061 | "type": "symfony-bundle", | 3296 | "type": "symfony-bundle", |
3062 | "autoload": { | 3297 | "autoload": { |
@@ -3082,7 +3317,7 @@ | |||
3082 | "rulerz", | 3317 | "rulerz", |
3083 | "specification" | 3318 | "specification" |
3084 | ], | 3319 | ], |
3085 | "time": "2015-11-13 13:00:14" | 3320 | "time": "2016-01-11 13:54:58" |
3086 | }, | 3321 | }, |
3087 | { | 3322 | { |
3088 | "name": "kriswallsmith/assetic", | 3323 | "name": "kriswallsmith/assetic", |
@@ -3163,31 +3398,32 @@ | |||
3163 | }, | 3398 | }, |
3164 | { | 3399 | { |
3165 | "name": "lexik/form-filter-bundle", | 3400 | "name": "lexik/form-filter-bundle", |
3166 | "version": "v4.0.2", | 3401 | "version": "v5.0.0", |
3167 | "source": { | 3402 | "source": { |
3168 | "type": "git", | 3403 | "type": "git", |
3169 | "url": "https://github.com/lexik/LexikFormFilterBundle.git", | 3404 | "url": "https://github.com/lexik/LexikFormFilterBundle.git", |
3170 | "reference": "d6081d308b71e14509602722c78d28801e4ed78a" | 3405 | "reference": "dbc3c81600d2334a3408b37dccc3627d2019472c" |
3171 | }, | 3406 | }, |
3172 | "dist": { | 3407 | "dist": { |
3173 | "type": "zip", | 3408 | "type": "zip", |
3174 | "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/d6081d308b71e14509602722c78d28801e4ed78a", | 3409 | "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/dbc3c81600d2334a3408b37dccc3627d2019472c", |
3175 | "reference": "d6081d308b71e14509602722c78d28801e4ed78a", | 3410 | "reference": "dbc3c81600d2334a3408b37dccc3627d2019472c", |
3176 | "shasum": "" | 3411 | "shasum": "" |
3177 | }, | 3412 | }, |
3178 | "require": { | 3413 | "require": { |
3179 | "doctrine/orm": "~2.2", | 3414 | "doctrine/orm": "^2.4.8", |
3180 | "php": ">=5.3.2", | 3415 | "php": ">=5.5.9", |
3181 | "symfony/form": "~2.7", | 3416 | "symfony/form": "~2.8|~3.0", |
3182 | "symfony/framework-bundle": "~2.7" | 3417 | "symfony/framework-bundle": "~2.8|~3.0" |
3183 | }, | 3418 | }, |
3184 | "require-dev": { | 3419 | "require-dev": { |
3420 | "doctrine/mongodb-odm-bundle": "~3.0", | ||
3185 | "phpunit/phpunit": "~3.7" | 3421 | "phpunit/phpunit": "~3.7" |
3186 | }, | 3422 | }, |
3187 | "type": "symfony-bundle", | 3423 | "type": "symfony-bundle", |
3188 | "extra": { | 3424 | "extra": { |
3189 | "branch-alias": { | 3425 | "branch-alias": { |
3190 | "dev-master": "4.x.x-dev" | 3426 | "dev-master": "5.x.x-dev" |
3191 | } | 3427 | } |
3192 | }, | 3428 | }, |
3193 | "autoload": { | 3429 | "autoload": { |
@@ -3218,7 +3454,7 @@ | |||
3218 | "filter", | 3454 | "filter", |
3219 | "form" | 3455 | "form" |
3220 | ], | 3456 | ], |
3221 | "time": "2015-10-20 12:45:52" | 3457 | "time": "2016-01-11 17:05:05" |
3222 | }, | 3458 | }, |
3223 | { | 3459 | { |
3224 | "name": "liip/theme-bundle", | 3460 | "name": "liip/theme-bundle", |
@@ -3488,17 +3724,17 @@ | |||
3488 | }, | 3724 | }, |
3489 | { | 3725 | { |
3490 | "name": "nelmio/api-doc-bundle", | 3726 | "name": "nelmio/api-doc-bundle", |
3491 | "version": "2.11.1", | 3727 | "version": "2.11.2", |
3492 | "target-dir": "Nelmio/ApiDocBundle", | 3728 | "target-dir": "Nelmio/ApiDocBundle", |
3493 | "source": { | 3729 | "source": { |
3494 | "type": "git", | 3730 | "type": "git", |
3495 | "url": "https://github.com/nelmio/NelmioApiDocBundle.git", | 3731 | "url": "https://github.com/nelmio/NelmioApiDocBundle.git", |
3496 | "reference": "19d4e37365edd5104e31662a2d3b510d92a7e78a" | 3732 | "reference": "1ae2cfa9a50279d722d6b6e7b02322cef948d55d" |
3497 | }, | 3733 | }, |
3498 | "dist": { | 3734 | "dist": { |
3499 | "type": "zip", | 3735 | "type": "zip", |
3500 | "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/19d4e37365edd5104e31662a2d3b510d92a7e78a", | 3736 | "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/1ae2cfa9a50279d722d6b6e7b02322cef948d55d", |
3501 | "reference": "19d4e37365edd5104e31662a2d3b510d92a7e78a", | 3737 | "reference": "1ae2cfa9a50279d722d6b6e7b02322cef948d55d", |
3502 | "shasum": "" | 3738 | "shasum": "" |
3503 | }, | 3739 | }, |
3504 | "require": { | 3740 | "require": { |
@@ -3568,7 +3804,7 @@ | |||
3568 | "documentation", | 3804 | "documentation", |
3569 | "rest" | 3805 | "rest" |
3570 | ], | 3806 | ], |
3571 | "time": "2015-12-08 13:19:42" | 3807 | "time": "2015-12-16 15:17:51" |
3572 | }, | 3808 | }, |
3573 | { | 3809 | { |
3574 | "name": "nelmio/cors-bundle", | 3810 | "name": "nelmio/cors-bundle", |
@@ -3696,16 +3932,16 @@ | |||
3696 | }, | 3932 | }, |
3697 | { | 3933 | { |
3698 | "name": "paragonie/random_compat", | 3934 | "name": "paragonie/random_compat", |
3699 | "version": "1.1.4", | 3935 | "version": "1.1.5", |
3700 | "source": { | 3936 | "source": { |
3701 | "type": "git", | 3937 | "type": "git", |
3702 | "url": "https://github.com/paragonie/random_compat.git", | 3938 | "url": "https://github.com/paragonie/random_compat.git", |
3703 | "reference": "d762ee5b099a29044603cd4649851e81aa66cb47" | 3939 | "reference": "dd8998b7c846f6909f4e7a5f67fabebfc412a4f7" |
3704 | }, | 3940 | }, |
3705 | "dist": { | 3941 | "dist": { |
3706 | "type": "zip", | 3942 | "type": "zip", |
3707 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/d762ee5b099a29044603cd4649851e81aa66cb47", | 3943 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/dd8998b7c846f6909f4e7a5f67fabebfc412a4f7", |
3708 | "reference": "d762ee5b099a29044603cd4649851e81aa66cb47", | 3944 | "reference": "dd8998b7c846f6909f4e7a5f67fabebfc412a4f7", |
3709 | "shasum": "" | 3945 | "shasum": "" |
3710 | }, | 3946 | }, |
3711 | "require": { | 3947 | "require": { |
@@ -3740,7 +3976,7 @@ | |||
3740 | "pseudorandom", | 3976 | "pseudorandom", |
3741 | "random" | 3977 | "random" |
3742 | ], | 3978 | ], |
3743 | "time": "2015-12-10 14:48:13" | 3979 | "time": "2016-01-06 13:31:20" |
3744 | }, | 3980 | }, |
3745 | { | 3981 | { |
3746 | "name": "phpcollection/phpcollection", | 3982 | "name": "phpcollection/phpcollection", |
@@ -5340,16 +5576,16 @@ | |||
5340 | }, | 5576 | }, |
5341 | { | 5577 | { |
5342 | "name": "twig/twig", | 5578 | "name": "twig/twig", |
5343 | "version": "v1.23.1", | 5579 | "version": "v1.23.3", |
5344 | "source": { | 5580 | "source": { |
5345 | "type": "git", | 5581 | "type": "git", |
5346 | "url": "https://github.com/twigphp/Twig.git", | 5582 | "url": "https://github.com/twigphp/Twig.git", |
5347 | "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6" | 5583 | "reference": "ae53fc2c312fdee63773b75cb570304f85388b08" |
5348 | }, | 5584 | }, |
5349 | "dist": { | 5585 | "dist": { |
5350 | "type": "zip", | 5586 | "type": "zip", |
5351 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6", | 5587 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/ae53fc2c312fdee63773b75cb570304f85388b08", |
5352 | "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6", | 5588 | "reference": "ae53fc2c312fdee63773b75cb570304f85388b08", |
5353 | "shasum": "" | 5589 | "shasum": "" |
5354 | }, | 5590 | }, |
5355 | "require": { | 5591 | "require": { |
@@ -5397,7 +5633,7 @@ | |||
5397 | "keywords": [ | 5633 | "keywords": [ |
5398 | "templating" | 5634 | "templating" |
5399 | ], | 5635 | ], |
5400 | "time": "2015-11-05 12:49:06" | 5636 | "time": "2016-01-11 14:02:19" |
5401 | }, | 5637 | }, |
5402 | { | 5638 | { |
5403 | "name": "wallabag/php-mobi", | 5639 | "name": "wallabag/php-mobi", |
@@ -6617,16 +6853,16 @@ | |||
6617 | }, | 6853 | }, |
6618 | { | 6854 | { |
6619 | "name": "sensio/generator-bundle", | 6855 | "name": "sensio/generator-bundle", |
6620 | "version": "v3.0.4", | 6856 | "version": "v3.0.5", |
6621 | "source": { | 6857 | "source": { |
6622 | "type": "git", | 6858 | "type": "git", |
6623 | "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", | 6859 | "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", |
6624 | "reference": "e8d4db2fd6cd61e62208bda8f4f629e557f6acef" | 6860 | "reference": "5274eafa251359087230bade2ff35dd6cec2e530" |
6625 | }, | 6861 | }, |
6626 | "dist": { | 6862 | "dist": { |
6627 | "type": "zip", | 6863 | "type": "zip", |
6628 | "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e8d4db2fd6cd61e62208bda8f4f629e557f6acef", | 6864 | "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/5274eafa251359087230bade2ff35dd6cec2e530", |
6629 | "reference": "e8d4db2fd6cd61e62208bda8f4f629e557f6acef", | 6865 | "reference": "5274eafa251359087230bade2ff35dd6cec2e530", |
6630 | "shasum": "" | 6866 | "shasum": "" |
6631 | }, | 6867 | }, |
6632 | "require": { | 6868 | "require": { |
@@ -6665,7 +6901,7 @@ | |||
6665 | } | 6901 | } |
6666 | ], | 6902 | ], |
6667 | "description": "This bundle generates code for you", | 6903 | "description": "This bundle generates code for you", |
6668 | "time": "2015-12-28 16:09:21" | 6904 | "time": "2016-01-05 16:30:36" |
6669 | }, | 6905 | }, |
6670 | { | 6906 | { |
6671 | "name": "symfony/phpunit-bridge", | 6907 | "name": "symfony/phpunit-bridge", |