842 ], |
842 ], |
843 "time": "2015-12-05 17:17:57" |
843 "time": "2015-12-05 17:17:57" |
844 }, |
844 }, |
845 { |
845 { |
846 "name": "laravel/framework", |
846 "name": "laravel/framework", |
847 "version": "v5.2.24", |
847 "version": "v5.2.29", |
848 "source": { |
848 "source": { |
849 "type": "git", |
849 "type": "git", |
850 "url": "https://github.com/laravel/framework.git", |
850 "url": "https://github.com/laravel/framework.git", |
851 "reference": "396297a5fd3c70c2fc1af68f09ee574a2380175c" |
851 "reference": "e3d644eb131f18c5f3d28ff7bc678bc797091f20" |
852 }, |
852 }, |
853 "dist": { |
853 "dist": { |
854 "type": "zip", |
854 "type": "zip", |
855 "url": "https://api.github.com/repos/laravel/framework/zipball/396297a5fd3c70c2fc1af68f09ee574a2380175c", |
855 "url": "https://api.github.com/repos/laravel/framework/zipball/e3d644eb131f18c5f3d28ff7bc678bc797091f20", |
856 "reference": "396297a5fd3c70c2fc1af68f09ee574a2380175c", |
856 "reference": "e3d644eb131f18c5f3d28ff7bc678bc797091f20", |
857 "shasum": "" |
857 "shasum": "" |
858 }, |
858 }, |
859 "require": { |
859 "require": { |
860 "classpreloader/classpreloader": "~3.0", |
860 "classpreloader/classpreloader": "~3.0", |
861 "doctrine/inflector": "~1.0", |
861 "doctrine/inflector": "~1.0", |
1203 ], |
1203 ], |
1204 "time": "2016-01-17 17:39:22" |
1204 "time": "2016-01-17 17:39:22" |
1205 }, |
1205 }, |
1206 { |
1206 { |
1207 "name": "monolog/monolog", |
1207 "name": "monolog/monolog", |
1208 "version": "1.18.1", |
1208 "version": "1.18.2", |
1209 "source": { |
1209 "source": { |
1210 "type": "git", |
1210 "type": "git", |
1211 "url": "https://github.com/Seldaek/monolog.git", |
1211 "url": "https://github.com/Seldaek/monolog.git", |
1212 "reference": "a5f2734e8c16f3aa21b3da09715d10e15b4d2d45" |
1212 "reference": "064b38c16790249488e7a8b987acf1c9d7383c09" |
1213 }, |
1213 }, |
1214 "dist": { |
1214 "dist": { |
1215 "type": "zip", |
1215 "type": "zip", |
1216 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/a5f2734e8c16f3aa21b3da09715d10e15b4d2d45", |
1216 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/064b38c16790249488e7a8b987acf1c9d7383c09", |
1217 "reference": "a5f2734e8c16f3aa21b3da09715d10e15b4d2d45", |
1217 "reference": "064b38c16790249488e7a8b987acf1c9d7383c09", |
1218 "shasum": "" |
1218 "shasum": "" |
1219 }, |
1219 }, |
1220 "require": { |
1220 "require": { |
1221 "php": ">=5.3.0", |
1221 "php": ">=5.3.0", |
1222 "psr/log": "~1.0" |
1222 "psr/log": "~1.0" |
1227 "require-dev": { |
1227 "require-dev": { |
1228 "aws/aws-sdk-php": "^2.4.9", |
1228 "aws/aws-sdk-php": "^2.4.9", |
1229 "doctrine/couchdb": "~1.0@dev", |
1229 "doctrine/couchdb": "~1.0@dev", |
1230 "graylog2/gelf-php": "~1.0", |
1230 "graylog2/gelf-php": "~1.0", |
1231 "jakub-onderka/php-parallel-lint": "0.9", |
1231 "jakub-onderka/php-parallel-lint": "0.9", |
|
1232 "php-amqplib/php-amqplib": "~2.4", |
1232 "php-console/php-console": "^3.1.3", |
1233 "php-console/php-console": "^3.1.3", |
1233 "phpunit/phpunit": "~4.5", |
1234 "phpunit/phpunit": "~4.5", |
1234 "phpunit/phpunit-mock-objects": "2.3.0", |
1235 "phpunit/phpunit-mock-objects": "2.3.0", |
1235 "raven/raven": "^0.13", |
1236 "raven/raven": "^0.13", |
1236 "ruflin/elastica": ">=0.90 <3.0", |
1237 "ruflin/elastica": ">=0.90 <3.0", |
1237 "swiftmailer/swiftmailer": "~5.3", |
1238 "swiftmailer/swiftmailer": "~5.3" |
1238 "videlalvaro/php-amqplib": "~2.4" |
|
1239 }, |
1239 }, |
1240 "suggest": { |
1240 "suggest": { |
1241 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
1241 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
1242 "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
1242 "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
1243 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
1243 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
1244 "ext-mongo": "Allow sending log messages to a MongoDB server", |
1244 "ext-mongo": "Allow sending log messages to a MongoDB server", |
1245 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
1245 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
1246 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
1246 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
|
1247 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
1247 "php-console/php-console": "Allow sending log messages to Google Chrome", |
1248 "php-console/php-console": "Allow sending log messages to Google Chrome", |
1248 "raven/raven": "Allow sending log messages to a Sentry server", |
1249 "raven/raven": "Allow sending log messages to a Sentry server", |
1249 "rollbar/rollbar": "Allow sending log messages to Rollbar", |
1250 "rollbar/rollbar": "Allow sending log messages to Rollbar", |
1250 "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
1251 "ruflin/elastica": "Allow sending log messages to an Elastic Search server" |
1251 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib" |
|
1252 }, |
1252 }, |
1253 "type": "library", |
1253 "type": "library", |
1254 "extra": { |
1254 "extra": { |
1255 "branch-alias": { |
1255 "branch-alias": { |
1256 "dev-master": "2.0.x-dev" |
1256 "dev-master": "2.0.x-dev" |
1767 ], |
1767 ], |
1768 "time": "2015-06-06 14:19:39" |
1768 "time": "2015-06-06 14:19:39" |
1769 }, |
1769 }, |
1770 { |
1770 { |
1771 "name": "symfony/console", |
1771 "name": "symfony/console", |
1772 "version": "v3.0.3", |
1772 "version": "v3.0.4", |
1773 "source": { |
1773 "source": { |
1774 "type": "git", |
1774 "type": "git", |
1775 "url": "https://github.com/symfony/console.git", |
1775 "url": "https://github.com/symfony/console.git", |
1776 "reference": "2ed5e2706ce92313d120b8fe50d1063bcfd12e04" |
1776 "reference": "6b1175135bc2a74c08a28d89761272de8beed8cd" |
1777 }, |
1777 }, |
1778 "dist": { |
1778 "dist": { |
1779 "type": "zip", |
1779 "type": "zip", |
1780 "url": "https://api.github.com/repos/symfony/console/zipball/2ed5e2706ce92313d120b8fe50d1063bcfd12e04", |
1780 "url": "https://api.github.com/repos/symfony/console/zipball/6b1175135bc2a74c08a28d89761272de8beed8cd", |
1781 "reference": "2ed5e2706ce92313d120b8fe50d1063bcfd12e04", |
1781 "reference": "6b1175135bc2a74c08a28d89761272de8beed8cd", |
1782 "shasum": "" |
1782 "shasum": "" |
1783 }, |
1783 }, |
1784 "require": { |
1784 "require": { |
1785 "php": ">=5.5.9", |
1785 "php": ">=5.5.9", |
1786 "symfony/polyfill-mbstring": "~1.0" |
1786 "symfony/polyfill-mbstring": "~1.0" |
1823 "homepage": "https://symfony.com/contributors" |
1823 "homepage": "https://symfony.com/contributors" |
1824 } |
1824 } |
1825 ], |
1825 ], |
1826 "description": "Symfony Console Component", |
1826 "description": "Symfony Console Component", |
1827 "homepage": "https://symfony.com", |
1827 "homepage": "https://symfony.com", |
1828 "time": "2016-02-28 16:24:34" |
1828 "time": "2016-03-16 17:00:50" |
1829 }, |
1829 }, |
1830 { |
1830 { |
1831 "name": "symfony/debug", |
1831 "name": "symfony/debug", |
1832 "version": "v3.0.3", |
1832 "version": "v3.0.4", |
1833 "source": { |
1833 "source": { |
1834 "type": "git", |
1834 "type": "git", |
1835 "url": "https://github.com/symfony/debug.git", |
1835 "url": "https://github.com/symfony/debug.git", |
1836 "reference": "29606049ced1ec715475f88d1bbe587252a3476e" |
1836 "reference": "a06d10888a45afd97534506afb058ec38d9ba35b" |
1837 }, |
1837 }, |
1838 "dist": { |
1838 "dist": { |
1839 "type": "zip", |
1839 "type": "zip", |
1840 "url": "https://api.github.com/repos/symfony/debug/zipball/29606049ced1ec715475f88d1bbe587252a3476e", |
1840 "url": "https://api.github.com/repos/symfony/debug/zipball/a06d10888a45afd97534506afb058ec38d9ba35b", |
1841 "reference": "29606049ced1ec715475f88d1bbe587252a3476e", |
1841 "reference": "a06d10888a45afd97534506afb058ec38d9ba35b", |
1842 "shasum": "" |
1842 "shasum": "" |
1843 }, |
1843 }, |
1844 "require": { |
1844 "require": { |
1845 "php": ">=5.5.9", |
1845 "php": ">=5.5.9", |
1846 "psr/log": "~1.0" |
1846 "psr/log": "~1.0" |
1880 "homepage": "https://symfony.com/contributors" |
1880 "homepage": "https://symfony.com/contributors" |
1881 } |
1881 } |
1882 ], |
1882 ], |
1883 "description": "Symfony Debug Component", |
1883 "description": "Symfony Debug Component", |
1884 "homepage": "https://symfony.com", |
1884 "homepage": "https://symfony.com", |
1885 "time": "2016-01-27 05:14:46" |
1885 "time": "2016-03-30 10:41:14" |
1886 }, |
1886 }, |
1887 { |
1887 { |
1888 "name": "symfony/event-dispatcher", |
1888 "name": "symfony/event-dispatcher", |
1889 "version": "v3.0.3", |
1889 "version": "v3.0.4", |
1890 "source": { |
1890 "source": { |
1891 "type": "git", |
1891 "type": "git", |
1892 "url": "https://github.com/symfony/event-dispatcher.git", |
1892 "url": "https://github.com/symfony/event-dispatcher.git", |
1893 "reference": "4dd5df31a28c0f82b41cb1e1599b74b5dcdbdafa" |
1893 "reference": "9002dcf018d884d294b1ef20a6f968efc1128f39" |
1894 }, |
1894 }, |
1895 "dist": { |
1895 "dist": { |
1896 "type": "zip", |
1896 "type": "zip", |
1897 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/4dd5df31a28c0f82b41cb1e1599b74b5dcdbdafa", |
1897 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9002dcf018d884d294b1ef20a6f968efc1128f39", |
1898 "reference": "4dd5df31a28c0f82b41cb1e1599b74b5dcdbdafa", |
1898 "reference": "9002dcf018d884d294b1ef20a6f968efc1128f39", |
1899 "shasum": "" |
1899 "shasum": "" |
1900 }, |
1900 }, |
1901 "require": { |
1901 "require": { |
1902 "php": ">=5.5.9" |
1902 "php": ">=5.5.9" |
1903 }, |
1903 }, |
1940 "homepage": "https://symfony.com/contributors" |
1940 "homepage": "https://symfony.com/contributors" |
1941 } |
1941 } |
1942 ], |
1942 ], |
1943 "description": "Symfony EventDispatcher Component", |
1943 "description": "Symfony EventDispatcher Component", |
1944 "homepage": "https://symfony.com", |
1944 "homepage": "https://symfony.com", |
1945 "time": "2016-01-27 05:14:46" |
1945 "time": "2016-03-10 10:34:12" |
1946 }, |
1946 }, |
1947 { |
1947 { |
1948 "name": "symfony/finder", |
1948 "name": "symfony/finder", |
1949 "version": "v3.0.3", |
1949 "version": "v3.0.4", |
1950 "source": { |
1950 "source": { |
1951 "type": "git", |
1951 "type": "git", |
1952 "url": "https://github.com/symfony/finder.git", |
1952 "url": "https://github.com/symfony/finder.git", |
1953 "reference": "623bda0abd9aa29e529c8e9c08b3b84171914723" |
1953 "reference": "c54e407b35bc098916704e9fd090da21da4c4f52" |
1954 }, |
1954 }, |
1955 "dist": { |
1955 "dist": { |
1956 "type": "zip", |
1956 "type": "zip", |
1957 "url": "https://api.github.com/repos/symfony/finder/zipball/623bda0abd9aa29e529c8e9c08b3b84171914723", |
1957 "url": "https://api.github.com/repos/symfony/finder/zipball/c54e407b35bc098916704e9fd090da21da4c4f52", |
1958 "reference": "623bda0abd9aa29e529c8e9c08b3b84171914723", |
1958 "reference": "c54e407b35bc098916704e9fd090da21da4c4f52", |
1959 "shasum": "" |
1959 "shasum": "" |
1960 }, |
1960 }, |
1961 "require": { |
1961 "require": { |
1962 "php": ">=5.5.9" |
1962 "php": ">=5.5.9" |
1963 }, |
1963 }, |
1989 "homepage": "https://symfony.com/contributors" |
1989 "homepage": "https://symfony.com/contributors" |
1990 } |
1990 } |
1991 ], |
1991 ], |
1992 "description": "Symfony Finder Component", |
1992 "description": "Symfony Finder Component", |
1993 "homepage": "https://symfony.com", |
1993 "homepage": "https://symfony.com", |
1994 "time": "2016-01-27 05:14:46" |
1994 "time": "2016-03-10 11:13:05" |
1995 }, |
1995 }, |
1996 { |
1996 { |
1997 "name": "symfony/http-foundation", |
1997 "name": "symfony/http-foundation", |
1998 "version": "v3.0.3", |
1998 "version": "v3.0.4", |
1999 "source": { |
1999 "source": { |
2000 "type": "git", |
2000 "type": "git", |
2001 "url": "https://github.com/symfony/http-foundation.git", |
2001 "url": "https://github.com/symfony/http-foundation.git", |
2002 "reference": "52065702c71743c05d415a8facfcad6d4257e8d7" |
2002 "reference": "99f38445a874e7becb8afc4b4a79ee181cf6ec3f" |
2003 }, |
2003 }, |
2004 "dist": { |
2004 "dist": { |
2005 "type": "zip", |
2005 "type": "zip", |
2006 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/52065702c71743c05d415a8facfcad6d4257e8d7", |
2006 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/99f38445a874e7becb8afc4b4a79ee181cf6ec3f", |
2007 "reference": "52065702c71743c05d415a8facfcad6d4257e8d7", |
2007 "reference": "99f38445a874e7becb8afc4b4a79ee181cf6ec3f", |
2008 "shasum": "" |
2008 "shasum": "" |
2009 }, |
2009 }, |
2010 "require": { |
2010 "require": { |
2011 "php": ">=5.5.9" |
2011 "php": ">=5.5.9", |
|
2012 "symfony/polyfill-mbstring": "~1.1" |
2012 }, |
2013 }, |
2013 "require-dev": { |
2014 "require-dev": { |
2014 "symfony/expression-language": "~2.8|~3.0" |
2015 "symfony/expression-language": "~2.8|~3.0" |
2015 }, |
2016 }, |
2016 "type": "library", |
2017 "type": "library", |
2041 "homepage": "https://symfony.com/contributors" |
2042 "homepage": "https://symfony.com/contributors" |
2042 } |
2043 } |
2043 ], |
2044 ], |
2044 "description": "Symfony HttpFoundation Component", |
2045 "description": "Symfony HttpFoundation Component", |
2045 "homepage": "https://symfony.com", |
2046 "homepage": "https://symfony.com", |
2046 "time": "2016-02-28 16:24:34" |
2047 "time": "2016-03-27 14:50:32" |
2047 }, |
2048 }, |
2048 { |
2049 { |
2049 "name": "symfony/http-kernel", |
2050 "name": "symfony/http-kernel", |
2050 "version": "v3.0.3", |
2051 "version": "v3.0.4", |
2051 "source": { |
2052 "source": { |
2052 "type": "git", |
2053 "type": "git", |
2053 "url": "https://github.com/symfony/http-kernel.git", |
2054 "url": "https://github.com/symfony/http-kernel.git", |
2054 "reference": "59c0a1972e9aad87b7a56bbe1ccee26b7535a0db" |
2055 "reference": "579f828489659d7b3430f4bd9b67b4618b387dea" |
2055 }, |
2056 }, |
2056 "dist": { |
2057 "dist": { |
2057 "type": "zip", |
2058 "type": "zip", |
2058 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/59c0a1972e9aad87b7a56bbe1ccee26b7535a0db", |
2059 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/579f828489659d7b3430f4bd9b67b4618b387dea", |
2059 "reference": "59c0a1972e9aad87b7a56bbe1ccee26b7535a0db", |
2060 "reference": "579f828489659d7b3430f4bd9b67b4618b387dea", |
2060 "shasum": "" |
2061 "shasum": "" |
2061 }, |
2062 }, |
2062 "require": { |
2063 "require": { |
2063 "php": ">=5.5.9", |
2064 "php": ">=5.5.9", |
2064 "psr/log": "~1.0", |
2065 "psr/log": "~1.0", |
2123 "homepage": "https://symfony.com/contributors" |
2124 "homepage": "https://symfony.com/contributors" |
2124 } |
2125 } |
2125 ], |
2126 ], |
2126 "description": "Symfony HttpKernel Component", |
2127 "description": "Symfony HttpKernel Component", |
2127 "homepage": "https://symfony.com", |
2128 "homepage": "https://symfony.com", |
2128 "time": "2016-02-28 21:33:13" |
2129 "time": "2016-03-25 01:41:20" |
2129 }, |
2130 }, |
2130 { |
2131 { |
2131 "name": "symfony/polyfill-mbstring", |
2132 "name": "symfony/polyfill-mbstring", |
2132 "version": "v1.1.1", |
2133 "version": "v1.1.1", |
2133 "source": { |
2134 "source": { |
2294 ], |
2295 ], |
2295 "time": "2016-01-20 09:13:37" |
2296 "time": "2016-01-20 09:13:37" |
2296 }, |
2297 }, |
2297 { |
2298 { |
2298 "name": "symfony/process", |
2299 "name": "symfony/process", |
2299 "version": "v3.0.3", |
2300 "version": "v3.0.4", |
2300 "source": { |
2301 "source": { |
2301 "type": "git", |
2302 "type": "git", |
2302 "url": "https://github.com/symfony/process.git", |
2303 "url": "https://github.com/symfony/process.git", |
2303 "reference": "dfecef47506179db2501430e732adbf3793099c8" |
2304 "reference": "e6f1f98bbd355d209a992bfff45e7edfbd4a0776" |
2304 }, |
2305 }, |
2305 "dist": { |
2306 "dist": { |
2306 "type": "zip", |
2307 "type": "zip", |
2307 "url": "https://api.github.com/repos/symfony/process/zipball/dfecef47506179db2501430e732adbf3793099c8", |
2308 "url": "https://api.github.com/repos/symfony/process/zipball/e6f1f98bbd355d209a992bfff45e7edfbd4a0776", |
2308 "reference": "dfecef47506179db2501430e732adbf3793099c8", |
2309 "reference": "e6f1f98bbd355d209a992bfff45e7edfbd4a0776", |
2309 "shasum": "" |
2310 "shasum": "" |
2310 }, |
2311 }, |
2311 "require": { |
2312 "require": { |
2312 "php": ">=5.5.9" |
2313 "php": ">=5.5.9" |
2313 }, |
2314 }, |
2339 "homepage": "https://symfony.com/contributors" |
2340 "homepage": "https://symfony.com/contributors" |
2340 } |
2341 } |
2341 ], |
2342 ], |
2342 "description": "Symfony Process Component", |
2343 "description": "Symfony Process Component", |
2343 "homepage": "https://symfony.com", |
2344 "homepage": "https://symfony.com", |
2344 "time": "2016-02-02 13:44:19" |
2345 "time": "2016-03-30 10:41:14" |
2345 }, |
2346 }, |
2346 { |
2347 { |
2347 "name": "symfony/routing", |
2348 "name": "symfony/routing", |
2348 "version": "v3.0.3", |
2349 "version": "v3.0.4", |
2349 "source": { |
2350 "source": { |
2350 "type": "git", |
2351 "type": "git", |
2351 "url": "https://github.com/symfony/routing.git", |
2352 "url": "https://github.com/symfony/routing.git", |
2352 "reference": "fa1e9a8173cf0077dd995205da453eacd758fdf6" |
2353 "reference": "d061b609f2d0769494c381ec92f5c5cc5e4a20aa" |
2353 }, |
2354 }, |
2354 "dist": { |
2355 "dist": { |
2355 "type": "zip", |
2356 "type": "zip", |
2356 "url": "https://api.github.com/repos/symfony/routing/zipball/fa1e9a8173cf0077dd995205da453eacd758fdf6", |
2357 "url": "https://api.github.com/repos/symfony/routing/zipball/d061b609f2d0769494c381ec92f5c5cc5e4a20aa", |
2357 "reference": "fa1e9a8173cf0077dd995205da453eacd758fdf6", |
2358 "reference": "d061b609f2d0769494c381ec92f5c5cc5e4a20aa", |
2358 "shasum": "" |
2359 "shasum": "" |
2359 }, |
2360 }, |
2360 "require": { |
2361 "require": { |
2361 "php": ">=5.5.9" |
2362 "php": ">=5.5.9" |
2362 }, |
2363 }, |
2414 "router", |
2415 "router", |
2415 "routing", |
2416 "routing", |
2416 "uri", |
2417 "uri", |
2417 "url" |
2418 "url" |
2418 ], |
2419 ], |
2419 "time": "2016-02-04 13:53:13" |
2420 "time": "2016-03-23 13:23:25" |
2420 }, |
2421 }, |
2421 { |
2422 { |
2422 "name": "symfony/translation", |
2423 "name": "symfony/translation", |
2423 "version": "v3.0.3", |
2424 "version": "v3.0.4", |
2424 "source": { |
2425 "source": { |
2425 "type": "git", |
2426 "type": "git", |
2426 "url": "https://github.com/symfony/translation.git", |
2427 "url": "https://github.com/symfony/translation.git", |
2427 "reference": "2de0b6f7ebe43cffd8a06996ebec6aab79ea9e91" |
2428 "reference": "f7a07af51ea067745a521dab1e3152044a2fb1f2" |
2428 }, |
2429 }, |
2429 "dist": { |
2430 "dist": { |
2430 "type": "zip", |
2431 "type": "zip", |
2431 "url": "https://api.github.com/repos/symfony/translation/zipball/2de0b6f7ebe43cffd8a06996ebec6aab79ea9e91", |
2432 "url": "https://api.github.com/repos/symfony/translation/zipball/f7a07af51ea067745a521dab1e3152044a2fb1f2", |
2432 "reference": "2de0b6f7ebe43cffd8a06996ebec6aab79ea9e91", |
2433 "reference": "f7a07af51ea067745a521dab1e3152044a2fb1f2", |
2433 "shasum": "" |
2434 "shasum": "" |
2434 }, |
2435 }, |
2435 "require": { |
2436 "require": { |
2436 "php": ">=5.5.9", |
2437 "php": ">=5.5.9", |
2437 "symfony/polyfill-mbstring": "~1.0" |
2438 "symfony/polyfill-mbstring": "~1.0" |
2478 "homepage": "https://symfony.com/contributors" |
2479 "homepage": "https://symfony.com/contributors" |
2479 } |
2480 } |
2480 ], |
2481 ], |
2481 "description": "Symfony Translation Component", |
2482 "description": "Symfony Translation Component", |
2482 "homepage": "https://symfony.com", |
2483 "homepage": "https://symfony.com", |
2483 "time": "2016-02-02 13:44:19" |
2484 "time": "2016-03-25 01:41:20" |
2484 }, |
2485 }, |
2485 { |
2486 { |
2486 "name": "symfony/var-dumper", |
2487 "name": "symfony/var-dumper", |
2487 "version": "v3.0.3", |
2488 "version": "v3.0.4", |
2488 "source": { |
2489 "source": { |
2489 "type": "git", |
2490 "type": "git", |
2490 "url": "https://github.com/symfony/var-dumper.git", |
2491 "url": "https://github.com/symfony/var-dumper.git", |
2491 "reference": "9a6a883c48acb215d4825ce9de61dccf93d62074" |
2492 "reference": "3841ed86527d18ee2c35fe4afb1b2fc60f8fae79" |
2492 }, |
2493 }, |
2493 "dist": { |
2494 "dist": { |
2494 "type": "zip", |
2495 "type": "zip", |
2495 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/9a6a883c48acb215d4825ce9de61dccf93d62074", |
2496 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3841ed86527d18ee2c35fe4afb1b2fc60f8fae79", |
2496 "reference": "9a6a883c48acb215d4825ce9de61dccf93d62074", |
2497 "reference": "3841ed86527d18ee2c35fe4afb1b2fc60f8fae79", |
2497 "shasum": "" |
2498 "shasum": "" |
2498 }, |
2499 }, |
2499 "require": { |
2500 "require": { |
2500 "php": ">=5.5.9", |
2501 "php": ">=5.5.9", |
2501 "symfony/polyfill-mbstring": "~1.0" |
2502 "symfony/polyfill-mbstring": "~1.0" |
2810 "name": "mockery/mockery", |
2811 "name": "mockery/mockery", |
2811 "version": "dev-master", |
2812 "version": "dev-master", |
2812 "source": { |
2813 "source": { |
2813 "type": "git", |
2814 "type": "git", |
2814 "url": "https://github.com/padraic/mockery.git", |
2815 "url": "https://github.com/padraic/mockery.git", |
2815 "reference": "e597b2047e5a722dc18d7a629a2964b4ca606441" |
2816 "reference": "f0e9aeb13f6231cc5a16aa78b421d543aae06e71" |
2816 }, |
2817 }, |
2817 "dist": { |
2818 "dist": { |
2818 "type": "zip", |
2819 "type": "zip", |
2819 "url": "https://api.github.com/repos/padraic/mockery/zipball/e597b2047e5a722dc18d7a629a2964b4ca606441", |
2820 "url": "https://api.github.com/repos/padraic/mockery/zipball/f0e9aeb13f6231cc5a16aa78b421d543aae06e71", |
2820 "reference": "e597b2047e5a722dc18d7a629a2964b4ca606441", |
2821 "reference": "f0e9aeb13f6231cc5a16aa78b421d543aae06e71", |
2821 "shasum": "" |
2822 "shasum": "" |
2822 }, |
2823 }, |
2823 "require": { |
2824 "require": { |
2824 "hamcrest/hamcrest-php": "^2.0@dev", |
2825 "hamcrest/hamcrest-php": "^2.0@dev", |
2825 "lib-pcre": ">=7.0", |
2826 "lib-pcre": ">=7.0", |
3136 ], |
3137 ], |
3137 "time": "2016-02-15 07:46:21" |
3138 "time": "2016-02-15 07:46:21" |
3138 }, |
3139 }, |
3139 { |
3140 { |
3140 "name": "phpunit/php-code-coverage", |
3141 "name": "phpunit/php-code-coverage", |
3141 "version": "3.3.0", |
3142 "version": "3.3.1", |
3142 "source": { |
3143 "source": { |
3143 "type": "git", |
3144 "type": "git", |
3144 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
3145 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
3145 "reference": "fe33716763b604ade4cb442c0794f5bd5ad73004" |
3146 "reference": "2431befdd451fac43fbcde94d1a92fb3b8b68f86" |
3146 }, |
3147 }, |
3147 "dist": { |
3148 "dist": { |
3148 "type": "zip", |
3149 "type": "zip", |
3149 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe33716763b604ade4cb442c0794f5bd5ad73004", |
3150 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2431befdd451fac43fbcde94d1a92fb3b8b68f86", |
3150 "reference": "fe33716763b604ade4cb442c0794f5bd5ad73004", |
3151 "reference": "2431befdd451fac43fbcde94d1a92fb3b8b68f86", |
3151 "shasum": "" |
3152 "shasum": "" |
3152 }, |
3153 }, |
3153 "require": { |
3154 "require": { |
3154 "php": "^5.6 || ^7.0", |
3155 "php": "^5.6 || ^7.0", |
3155 "phpunit/php-file-iterator": "~1.3", |
3156 "phpunit/php-file-iterator": "~1.3", |
3377 ], |
3378 ], |
3378 "time": "2015-09-15 10:49:45" |
3379 "time": "2015-09-15 10:49:45" |
3379 }, |
3380 }, |
3380 { |
3381 { |
3381 "name": "phpunit/phpunit", |
3382 "name": "phpunit/phpunit", |
3382 "version": "5.2.12", |
3383 "version": "5.3.1", |
3383 "source": { |
3384 "source": { |
3384 "type": "git", |
3385 "type": "git", |
3385 "url": "https://github.com/sebastianbergmann/phpunit.git", |
3386 "url": "https://github.com/sebastianbergmann/phpunit.git", |
3386 "reference": "6f0948bab32270352f97d1913d82a49338dcb0da" |
3387 "reference": "34a3acb401ae79deb37bc6e5f5ec3d325b369b4c" |
3387 }, |
3388 }, |
3388 "dist": { |
3389 "dist": { |
3389 "type": "zip", |
3390 "type": "zip", |
3390 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6f0948bab32270352f97d1913d82a49338dcb0da", |
3391 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34a3acb401ae79deb37bc6e5f5ec3d325b369b4c", |
3391 "reference": "6f0948bab32270352f97d1913d82a49338dcb0da", |
3392 "reference": "34a3acb401ae79deb37bc6e5f5ec3d325b369b4c", |
3392 "shasum": "" |
3393 "shasum": "" |
3393 }, |
3394 }, |
3394 "require": { |
3395 "require": { |
3395 "ext-dom": "*", |
3396 "ext-dom": "*", |
3396 "ext-json": "*", |
3397 "ext-json": "*", |
3401 "php": "^5.6 || ^7.0", |
3402 "php": "^5.6 || ^7.0", |
3402 "phpspec/prophecy": "^1.3.1", |
3403 "phpspec/prophecy": "^1.3.1", |
3403 "phpunit/php-code-coverage": "^3.3.0", |
3404 "phpunit/php-code-coverage": "^3.3.0", |
3404 "phpunit/php-file-iterator": "~1.4", |
3405 "phpunit/php-file-iterator": "~1.4", |
3405 "phpunit/php-text-template": "~1.2", |
3406 "phpunit/php-text-template": "~1.2", |
3406 "phpunit/php-timer": ">=1.0.6", |
3407 "phpunit/php-timer": "^1.0.6", |
3407 "phpunit/phpunit-mock-objects": ">=3.0.5", |
3408 "phpunit/phpunit-mock-objects": "^3.1", |
3408 "sebastian/comparator": "~1.1", |
3409 "sebastian/comparator": "~1.1", |
3409 "sebastian/diff": "~1.2", |
3410 "sebastian/diff": "~1.2", |
3410 "sebastian/environment": "~1.3", |
3411 "sebastian/environment": "~1.3", |
3411 "sebastian/exporter": "~1.2", |
3412 "sebastian/exporter": "~1.2", |
3412 "sebastian/global-state": "~1.0", |
3413 "sebastian/global-state": "~1.0", |
|
3414 "sebastian/object-enumerator": "~1.0", |
3413 "sebastian/resource-operations": "~1.0", |
3415 "sebastian/resource-operations": "~1.0", |
3414 "sebastian/version": "~1.0|~2.0", |
3416 "sebastian/version": "~1.0|~2.0", |
3415 "symfony/yaml": "~2.1|~3.0" |
3417 "symfony/yaml": "~2.1|~3.0" |
3416 }, |
3418 }, |
3417 "suggest": { |
3419 "suggest": { |
3834 "global state" |
3836 "global state" |
3835 ], |
3837 ], |
3836 "time": "2015-10-12 03:26:01" |
3838 "time": "2015-10-12 03:26:01" |
3837 }, |
3839 }, |
3838 { |
3840 { |
3839 "name": "sebastian/recursion-context", |
3841 "name": "sebastian/object-enumerator", |
3840 "version": "1.0.2", |
3842 "version": "1.0.0", |
3841 "source": { |
3843 "source": { |
3842 "type": "git", |
3844 "type": "git", |
3843 "url": "https://github.com/sebastianbergmann/recursion-context.git", |
3845 "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
3844 "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
3846 "reference": "d4ca2fb70344987502567bc50081c03e6192fb26" |
3845 }, |
3847 }, |
3846 "dist": { |
3848 "dist": { |
3847 "type": "zip", |
3849 "type": "zip", |
3848 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
3850 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26", |
3849 "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
3851 "reference": "d4ca2fb70344987502567bc50081c03e6192fb26", |
3850 "shasum": "" |
3852 "shasum": "" |
3851 }, |
3853 }, |
3852 "require": { |
3854 "require": { |
3853 "php": ">=5.3.3" |
3855 "php": ">=5.6", |
3854 }, |
3856 "sebastian/recursion-context": "~1.0" |
3855 "require-dev": { |
3857 }, |
3856 "phpunit/phpunit": "~4.4" |
3858 "require-dev": { |
|
3859 "phpunit/phpunit": "~5" |
3857 }, |
3860 }, |
3858 "type": "library", |
3861 "type": "library", |
3859 "extra": { |
3862 "extra": { |
3860 "branch-alias": { |
3863 "branch-alias": { |
3861 "dev-master": "1.0.x-dev" |
3864 "dev-master": "1.0.x-dev" |
3870 "license": [ |
3873 "license": [ |
3871 "BSD-3-Clause" |
3874 "BSD-3-Clause" |
3872 ], |
3875 ], |
3873 "authors": [ |
3876 "authors": [ |
3874 { |
3877 { |
|
3878 "name": "Sebastian Bergmann", |
|
3879 "email": "sebastian@phpunit.de" |
|
3880 } |
|
3881 ], |
|
3882 "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
|
3883 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
|
3884 "time": "2016-01-28 13:25:10" |
|
3885 }, |
|
3886 { |
|
3887 "name": "sebastian/recursion-context", |
|
3888 "version": "1.0.2", |
|
3889 "source": { |
|
3890 "type": "git", |
|
3891 "url": "https://github.com/sebastianbergmann/recursion-context.git", |
|
3892 "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
|
3893 }, |
|
3894 "dist": { |
|
3895 "type": "zip", |
|
3896 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
|
3897 "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
|
3898 "shasum": "" |
|
3899 }, |
|
3900 "require": { |
|
3901 "php": ">=5.3.3" |
|
3902 }, |
|
3903 "require-dev": { |
|
3904 "phpunit/phpunit": "~4.4" |
|
3905 }, |
|
3906 "type": "library", |
|
3907 "extra": { |
|
3908 "branch-alias": { |
|
3909 "dev-master": "1.0.x-dev" |
|
3910 } |
|
3911 }, |
|
3912 "autoload": { |
|
3913 "classmap": [ |
|
3914 "src/" |
|
3915 ] |
|
3916 }, |
|
3917 "notification-url": "https://packagist.org/downloads/", |
|
3918 "license": [ |
|
3919 "BSD-3-Clause" |
|
3920 ], |
|
3921 "authors": [ |
|
3922 { |
3875 "name": "Jeff Welch", |
3923 "name": "Jeff Welch", |
3876 "email": "whatthejeff@gmail.com" |
3924 "email": "whatthejeff@gmail.com" |
3877 }, |
3925 }, |
3878 { |
3926 { |
3879 "name": "Sebastian Bergmann", |
3927 "name": "Sebastian Bergmann", |
3973 "homepage": "https://github.com/sebastianbergmann/version", |
4021 "homepage": "https://github.com/sebastianbergmann/version", |
3974 "time": "2016-02-04 12:56:52" |
4022 "time": "2016-02-04 12:56:52" |
3975 }, |
4023 }, |
3976 { |
4024 { |
3977 "name": "symfony/css-selector", |
4025 "name": "symfony/css-selector", |
3978 "version": "v3.0.3", |
4026 "version": "v3.0.4", |
3979 "source": { |
4027 "source": { |
3980 "type": "git", |
4028 "type": "git", |
3981 "url": "https://github.com/symfony/css-selector.git", |
4029 "url": "https://github.com/symfony/css-selector.git", |
3982 "reference": "6605602690578496091ac20ec7a5cbd160d4dff4" |
4030 "reference": "65e764f404685f2dc20c057e889b3ad04b2e2db0" |
3983 }, |
4031 }, |
3984 "dist": { |
4032 "dist": { |
3985 "type": "zip", |
4033 "type": "zip", |
3986 "url": "https://api.github.com/repos/symfony/css-selector/zipball/6605602690578496091ac20ec7a5cbd160d4dff4", |
4034 "url": "https://api.github.com/repos/symfony/css-selector/zipball/65e764f404685f2dc20c057e889b3ad04b2e2db0", |
3987 "reference": "6605602690578496091ac20ec7a5cbd160d4dff4", |
4035 "reference": "65e764f404685f2dc20c057e889b3ad04b2e2db0", |
3988 "shasum": "" |
4036 "shasum": "" |
3989 }, |
4037 }, |
3990 "require": { |
4038 "require": { |
3991 "php": ">=5.5.9" |
4039 "php": ">=5.5.9" |
3992 }, |
4040 }, |
4022 "homepage": "https://symfony.com/contributors" |
4070 "homepage": "https://symfony.com/contributors" |
4023 } |
4071 } |
4024 ], |
4072 ], |
4025 "description": "Symfony CssSelector Component", |
4073 "description": "Symfony CssSelector Component", |
4026 "homepage": "https://symfony.com", |
4074 "homepage": "https://symfony.com", |
4027 "time": "2016-01-27 05:14:46" |
4075 "time": "2016-03-04 07:55:57" |
4028 }, |
4076 }, |
4029 { |
4077 { |
4030 "name": "symfony/dom-crawler", |
4078 "name": "symfony/dom-crawler", |
4031 "version": "v3.0.3", |
4079 "version": "v3.0.4", |
4032 "source": { |
4080 "source": { |
4033 "type": "git", |
4081 "type": "git", |
4034 "url": "https://github.com/symfony/dom-crawler.git", |
4082 "url": "https://github.com/symfony/dom-crawler.git", |
4035 "reference": "981c8edb4538f88ba976ed44bdcaa683fce3d6c6" |
4083 "reference": "18a06d7a9af41718c20764a674a0ebba3bc40d1f" |
4036 }, |
4084 }, |
4037 "dist": { |
4085 "dist": { |
4038 "type": "zip", |
4086 "type": "zip", |
4039 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/981c8edb4538f88ba976ed44bdcaa683fce3d6c6", |
4087 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/18a06d7a9af41718c20764a674a0ebba3bc40d1f", |
4040 "reference": "981c8edb4538f88ba976ed44bdcaa683fce3d6c6", |
4088 "reference": "18a06d7a9af41718c20764a674a0ebba3bc40d1f", |
4041 "shasum": "" |
4089 "shasum": "" |
4042 }, |
4090 }, |
4043 "require": { |
4091 "require": { |
4044 "php": ">=5.5.9", |
4092 "php": ">=5.5.9", |
4045 "symfony/polyfill-mbstring": "~1.0" |
4093 "symfony/polyfill-mbstring": "~1.0" |
4078 "homepage": "https://symfony.com/contributors" |
4126 "homepage": "https://symfony.com/contributors" |
4079 } |
4127 } |
4080 ], |
4128 ], |
4081 "description": "Symfony DomCrawler Component", |
4129 "description": "Symfony DomCrawler Component", |
4082 "homepage": "https://symfony.com", |
4130 "homepage": "https://symfony.com", |
4083 "time": "2016-02-28 16:24:34" |
4131 "time": "2016-03-23 13:23:25" |
4084 }, |
4132 }, |
4085 { |
4133 { |
4086 "name": "symfony/filesystem", |
4134 "name": "symfony/filesystem", |
4087 "version": "v3.0.3", |
4135 "version": "v3.0.4", |
4088 "source": { |
4136 "source": { |
4089 "type": "git", |
4137 "type": "git", |
4090 "url": "https://github.com/symfony/filesystem.git", |
4138 "url": "https://github.com/symfony/filesystem.git", |
4091 "reference": "23ae8f9648d0a7fe94a47c8e20e5bf37c489a451" |
4139 "reference": "f82499a459dcade2ea56df94cc58b19c8bde3d20" |
4092 }, |
4140 }, |
4093 "dist": { |
4141 "dist": { |
4094 "type": "zip", |
4142 "type": "zip", |
4095 "url": "https://api.github.com/repos/symfony/filesystem/zipball/23ae8f9648d0a7fe94a47c8e20e5bf37c489a451", |
4143 "url": "https://api.github.com/repos/symfony/filesystem/zipball/f82499a459dcade2ea56df94cc58b19c8bde3d20", |
4096 "reference": "23ae8f9648d0a7fe94a47c8e20e5bf37c489a451", |
4144 "reference": "f82499a459dcade2ea56df94cc58b19c8bde3d20", |
4097 "shasum": "" |
4145 "shasum": "" |
4098 }, |
4146 }, |
4099 "require": { |
4147 "require": { |
4100 "php": ">=5.5.9" |
4148 "php": ">=5.5.9" |
4101 }, |
4149 }, |
4127 "homepage": "https://symfony.com/contributors" |
4175 "homepage": "https://symfony.com/contributors" |
4128 } |
4176 } |
4129 ], |
4177 ], |
4130 "description": "Symfony Filesystem Component", |
4178 "description": "Symfony Filesystem Component", |
4131 "homepage": "https://symfony.com", |
4179 "homepage": "https://symfony.com", |
4132 "time": "2016-02-23 15:16:06" |
4180 "time": "2016-03-27 10:24:39" |
4133 }, |
4181 }, |
4134 { |
4182 { |
4135 "name": "symfony/stopwatch", |
4183 "name": "symfony/stopwatch", |
4136 "version": "v3.0.3", |
4184 "version": "v3.0.4", |
4137 "source": { |
4185 "source": { |
4138 "type": "git", |
4186 "type": "git", |
4139 "url": "https://github.com/symfony/stopwatch.git", |
4187 "url": "https://github.com/symfony/stopwatch.git", |
4140 "reference": "4a204804952ff267ace88cf499e0b4bb302a475e" |
4188 "reference": "6015187088421e9499d8f8316bdb396f8b806c06" |
4141 }, |
4189 }, |
4142 "dist": { |
4190 "dist": { |
4143 "type": "zip", |
4191 "type": "zip", |
4144 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/4a204804952ff267ace88cf499e0b4bb302a475e", |
4192 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6015187088421e9499d8f8316bdb396f8b806c06", |
4145 "reference": "4a204804952ff267ace88cf499e0b4bb302a475e", |
4193 "reference": "6015187088421e9499d8f8316bdb396f8b806c06", |
4146 "shasum": "" |
4194 "shasum": "" |
4147 }, |
4195 }, |
4148 "require": { |
4196 "require": { |
4149 "php": ">=5.5.9" |
4197 "php": ">=5.5.9" |
4150 }, |
4198 }, |
4176 "homepage": "https://symfony.com/contributors" |
4224 "homepage": "https://symfony.com/contributors" |
4177 } |
4225 } |
4178 ], |
4226 ], |
4179 "description": "Symfony Stopwatch Component", |
4227 "description": "Symfony Stopwatch Component", |
4180 "homepage": "https://symfony.com", |
4228 "homepage": "https://symfony.com", |
4181 "time": "2016-01-03 15:35:16" |
4229 "time": "2016-03-04 07:55:57" |
4182 }, |
4230 }, |
4183 { |
4231 { |
4184 "name": "symfony/yaml", |
4232 "name": "symfony/yaml", |
4185 "version": "v3.0.3", |
4233 "version": "v3.0.4", |
4186 "source": { |
4234 "source": { |
4187 "type": "git", |
4235 "type": "git", |
4188 "url": "https://github.com/symfony/yaml.git", |
4236 "url": "https://github.com/symfony/yaml.git", |
4189 "reference": "b5ba64cd67ecd6887f63868fa781ca094bd1377c" |
4237 "reference": "0047c8366744a16de7516622c5b7355336afae96" |
4190 }, |
4238 }, |
4191 "dist": { |
4239 "dist": { |
4192 "type": "zip", |
4240 "type": "zip", |
4193 "url": "https://api.github.com/repos/symfony/yaml/zipball/b5ba64cd67ecd6887f63868fa781ca094bd1377c", |
4241 "url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96", |
4194 "reference": "b5ba64cd67ecd6887f63868fa781ca094bd1377c", |
4242 "reference": "0047c8366744a16de7516622c5b7355336afae96", |
4195 "shasum": "" |
4243 "shasum": "" |
4196 }, |
4244 }, |
4197 "require": { |
4245 "require": { |
4198 "php": ">=5.5.9" |
4246 "php": ">=5.5.9" |
4199 }, |
4247 }, |