aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-08-05 10:59:39 +0200
committerArthurHoaro <arthur@hoa.ro>2017-08-05 10:59:39 +0200
commit8911863019870a9827a278244ff85a943016d50d (patch)
tree5a9cc943a1a0514bc9c0e6bbbdc1cdfb7239efab /composer.lock
parentfccfa09df84011f363311c44fa1b374ba7cd9af8 (diff)
downloadShaarli-8911863019870a9827a278244ff85a943016d50d.tar.gz
Shaarli-8911863019870a9827a278244ff85a943016d50d.tar.zst
Shaarli-8911863019870a9827a278244ff85a943016d50d.zip
Fix PHP version configuration in composer.json
Without this setting, composer would download dependencies depending on the PHP version installed on the system. E.G. I was getting doctrine/instantiator 1.1, which requires at least PHP 7.1.
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock208
1 files changed, 114 insertions, 94 deletions
diff --git a/composer.lock b/composer.lock
index 0c1efa6b..435d6a88 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
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 "content-hash": "ffcfc8e42f14183de6ef90874429e77a", 7 "content-hash": "68beedbfa104c788029b079800cfd6e8",
8 "packages": [ 8 "packages": [
9 { 9 {
10 "name": "container-interop/container-interop", 10 "name": "container-interop/container-interop",
@@ -171,25 +171,29 @@
171 }, 171 },
172 { 172 {
173 "name": "pimple/pimple", 173 "name": "pimple/pimple",
174 "version": "v3.0.2", 174 "version": "v3.2.2",
175 "source": { 175 "source": {
176 "type": "git", 176 "type": "git",
177 "url": "https://github.com/silexphp/Pimple.git", 177 "url": "https://github.com/silexphp/Pimple.git",
178 "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a" 178 "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a"
179 }, 179 },
180 "dist": { 180 "dist": {
181 "type": "zip", 181 "type": "zip",
182 "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a", 182 "url": "https://api.github.com/repos/silexphp/Pimple/zipball/4d45fb62d96418396ec58ba76e6f065bca16e10a",
183 "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a", 183 "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a",
184 "shasum": "" 184 "shasum": ""
185 }, 185 },
186 "require": { 186 "require": {
187 "php": ">=5.3.0" 187 "php": ">=5.3.0",
188 "psr/container": "^1.0"
189 },
190 "require-dev": {
191 "symfony/phpunit-bridge": "^3.2"
188 }, 192 },
189 "type": "library", 193 "type": "library",
190 "extra": { 194 "extra": {
191 "branch-alias": { 195 "branch-alias": {
192 "dev-master": "3.0.x-dev" 196 "dev-master": "3.2.x-dev"
193 } 197 }
194 }, 198 },
195 "autoload": { 199 "autoload": {
@@ -213,7 +217,7 @@
213 "container", 217 "container",
214 "dependency injection" 218 "dependency injection"
215 ], 219 ],
216 "time": "2015-09-11T15:10:35+00:00" 220 "time": "2017-07-23T07:32:15+00:00"
217 }, 221 },
218 { 222 {
219 "name": "psr/container", 223 "name": "psr/container",
@@ -402,20 +406,20 @@
402 "publishers", 406 "publishers",
403 "pubsubhubbub" 407 "pubsubhubbub"
404 ], 408 ],
405 "time": "2016-11-15 06:24:01" 409 "time": "2016-11-15T06:24:01+00:00"
406 }, 410 },
407 { 411 {
408 "name": "shaarli/netscape-bookmark-parser", 412 "name": "shaarli/netscape-bookmark-parser",
409 "version": "v2.0.1", 413 "version": "v2.0.4",
410 "source": { 414 "source": {
411 "type": "git", 415 "type": "git",
412 "url": "https://github.com/shaarli/netscape-bookmark-parser.git", 416 "url": "https://github.com/shaarli/netscape-bookmark-parser.git",
413 "reference": "b65c7235d490bd933cdd5f71520dae656253adb9" 417 "reference": "81023979c981514f5dda5582e9c0be2ed6688a6b"
414 }, 418 },
415 "dist": { 419 "dist": {
416 "type": "zip", 420 "type": "zip",
417 "url": "https://api.github.com/repos/shaarli/netscape-bookmark-parser/zipball/b65c7235d490bd933cdd5f71520dae656253adb9", 421 "url": "https://api.github.com/repos/shaarli/netscape-bookmark-parser/zipball/81023979c981514f5dda5582e9c0be2ed6688a6b",
418 "reference": "b65c7235d490bd933cdd5f71520dae656253adb9", 422 "reference": "81023979c981514f5dda5582e9c0be2ed6688a6b",
419 "shasum": "" 423 "shasum": ""
420 }, 424 },
421 "require": { 425 "require": {
@@ -457,7 +461,7 @@
457 "netscape", 461 "netscape",
458 "parse" 462 "parse"
459 ], 463 ],
460 "time": "2017-03-08T20:11:40+00:00" 464 "time": "2017-07-30T21:08:03+00:00"
461 }, 465 },
462 { 466 {
463 "name": "slim/slim", 467 "name": "slim/slim",
@@ -682,22 +686,22 @@
682 }, 686 },
683 { 687 {
684 "name": "phpdocumentor/reflection-docblock", 688 "name": "phpdocumentor/reflection-docblock",
685 "version": "3.1.1", 689 "version": "3.2.1",
686 "source": { 690 "source": {
687 "type": "git", 691 "type": "git",
688 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 692 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
689 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e" 693 "reference": "183824db76118b9dddffc7e522b91fa175f75119"
690 }, 694 },
691 "dist": { 695 "dist": {
692 "type": "zip", 696 "type": "zip",
693 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e", 697 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/183824db76118b9dddffc7e522b91fa175f75119",
694 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e", 698 "reference": "183824db76118b9dddffc7e522b91fa175f75119",
695 "shasum": "" 699 "shasum": ""
696 }, 700 },
697 "require": { 701 "require": {
698 "php": ">=5.5", 702 "php": ">=5.5",
699 "phpdocumentor/reflection-common": "^1.0@dev", 703 "phpdocumentor/reflection-common": "^1.0@dev",
700 "phpdocumentor/type-resolver": "^0.2.0", 704 "phpdocumentor/type-resolver": "^0.3.0",
701 "webmozart/assert": "^1.0" 705 "webmozart/assert": "^1.0"
702 }, 706 },
703 "require-dev": { 707 "require-dev": {
@@ -723,24 +727,24 @@
723 } 727 }
724 ], 728 ],
725 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", 729 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
726 "time": "2016-09-30T07:12:33+00:00" 730 "time": "2017-08-04T20:55:59+00:00"
727 }, 731 },
728 { 732 {
729 "name": "phpdocumentor/type-resolver", 733 "name": "phpdocumentor/type-resolver",
730 "version": "0.2.1", 734 "version": "0.3.0",
731 "source": { 735 "source": {
732 "type": "git", 736 "type": "git",
733 "url": "https://github.com/phpDocumentor/TypeResolver.git", 737 "url": "https://github.com/phpDocumentor/TypeResolver.git",
734 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb" 738 "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773"
735 }, 739 },
736 "dist": { 740 "dist": {
737 "type": "zip", 741 "type": "zip",
738 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", 742 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fb3933512008d8162b3cdf9e18dba9309b7c3773",
739 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", 743 "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773",
740 "shasum": "" 744 "shasum": ""
741 }, 745 },
742 "require": { 746 "require": {
743 "php": ">=5.5", 747 "php": "^5.5 || ^7.0",
744 "phpdocumentor/reflection-common": "^1.0" 748 "phpdocumentor/reflection-common": "^1.0"
745 }, 749 },
746 "require-dev": { 750 "require-dev": {
@@ -770,7 +774,7 @@
770 "email": "me@mikevanriel.com" 774 "email": "me@mikevanriel.com"
771 } 775 }
772 ], 776 ],
773 "time": "2016-11-25T06:54:22+00:00" 777 "time": "2017-06-03T08:32:36+00:00"
774 }, 778 },
775 { 779 {
776 "name": "phpmd/phpmd", 780 "name": "phpmd/phpmd",
@@ -1203,16 +1207,16 @@
1203 }, 1207 },
1204 { 1208 {
1205 "name": "phpunit/phpunit", 1209 "name": "phpunit/phpunit",
1206 "version": "4.8.35", 1210 "version": "4.8.36",
1207 "source": { 1211 "source": {
1208 "type": "git", 1212 "type": "git",
1209 "url": "https://github.com/sebastianbergmann/phpunit.git", 1213 "url": "https://github.com/sebastianbergmann/phpunit.git",
1210 "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87" 1214 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
1211 }, 1215 },
1212 "dist": { 1216 "dist": {
1213 "type": "zip", 1217 "type": "zip",
1214 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87", 1218 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
1215 "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87", 1219 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
1216 "shasum": "" 1220 "shasum": ""
1217 }, 1221 },
1218 "require": { 1222 "require": {
@@ -1271,7 +1275,7 @@
1271 "testing", 1275 "testing",
1272 "xunit" 1276 "xunit"
1273 ], 1277 ],
1274 "time": "2017-02-06T05:18:07+00:00" 1278 "time": "2017-06-21T08:07:12+00:00"
1275 }, 1279 },
1276 { 1280 {
1277 "name": "phpunit/phpunit-mock-objects", 1281 "name": "phpunit/phpunit-mock-objects",
@@ -1395,23 +1399,23 @@
1395 }, 1399 },
1396 { 1400 {
1397 "name": "sebastian/diff", 1401 "name": "sebastian/diff",
1398 "version": "1.4.1", 1402 "version": "1.4.3",
1399 "source": { 1403 "source": {
1400 "type": "git", 1404 "type": "git",
1401 "url": "https://github.com/sebastianbergmann/diff.git", 1405 "url": "https://github.com/sebastianbergmann/diff.git",
1402 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" 1406 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
1403 }, 1407 },
1404 "dist": { 1408 "dist": {
1405 "type": "zip", 1409 "type": "zip",
1406 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", 1410 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1407 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", 1411 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1408 "shasum": "" 1412 "shasum": ""
1409 }, 1413 },
1410 "require": { 1414 "require": {
1411 "php": ">=5.3.3" 1415 "php": "^5.3.3 || ^7.0"
1412 }, 1416 },
1413 "require-dev": { 1417 "require-dev": {
1414 "phpunit/phpunit": "~4.8" 1418 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1415 }, 1419 },
1416 "type": "library", 1420 "type": "library",
1417 "extra": { 1421 "extra": {
@@ -1443,7 +1447,7 @@
1443 "keywords": [ 1447 "keywords": [
1444 "diff" 1448 "diff"
1445 ], 1449 ],
1446 "time": "2015-12-08T07:14:41+00:00" 1450 "time": "2017-05-22T07:24:03+00:00"
1447 }, 1451 },
1448 { 1452 {
1449 "name": "sebastian/environment", 1453 "name": "sebastian/environment",
@@ -1793,16 +1797,16 @@
1793 }, 1797 },
1794 { 1798 {
1795 "name": "squizlabs/php_codesniffer", 1799 "name": "squizlabs/php_codesniffer",
1796 "version": "2.9.0", 1800 "version": "2.9.1",
1797 "source": { 1801 "source": {
1798 "type": "git", 1802 "type": "git",
1799 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", 1803 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1800 "reference": "f7dfecbee89d68ab475a6c9e17d22bc9b69aed97" 1804 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
1801 }, 1805 },
1802 "dist": { 1806 "dist": {
1803 "type": "zip", 1807 "type": "zip",
1804 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/f7dfecbee89d68ab475a6c9e17d22bc9b69aed97", 1808 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
1805 "reference": "f7dfecbee89d68ab475a6c9e17d22bc9b69aed97", 1809 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
1806 "shasum": "" 1810 "shasum": ""
1807 }, 1811 },
1808 "require": { 1812 "require": {
@@ -1867,27 +1871,33 @@
1867 "phpcs", 1871 "phpcs",
1868 "standards" 1872 "standards"
1869 ], 1873 ],
1870 "time": "2017-05-03T23:30:39+00:00" 1874 "time": "2017-05-22T02:43:20+00:00"
1871 }, 1875 },
1872 { 1876 {
1873 "name": "symfony/config", 1877 "name": "symfony/config",
1874 "version": "v3.2.8", 1878 "version": "v3.3.6",
1875 "source": { 1879 "source": {
1876 "type": "git", 1880 "type": "git",
1877 "url": "https://github.com/symfony/config.git", 1881 "url": "https://github.com/symfony/config.git",
1878 "reference": "e5533fcc0b3dd377626153b2852707878f363728" 1882 "reference": "54ee12b0dd60f294132cabae6f5da9573d2e5297"
1879 }, 1883 },
1880 "dist": { 1884 "dist": {
1881 "type": "zip", 1885 "type": "zip",
1882 "url": "https://api.github.com/repos/symfony/config/zipball/e5533fcc0b3dd377626153b2852707878f363728", 1886 "url": "https://api.github.com/repos/symfony/config/zipball/54ee12b0dd60f294132cabae6f5da9573d2e5297",
1883 "reference": "e5533fcc0b3dd377626153b2852707878f363728", 1887 "reference": "54ee12b0dd60f294132cabae6f5da9573d2e5297",
1884 "shasum": "" 1888 "shasum": ""
1885 }, 1889 },
1886 "require": { 1890 "require": {
1887 "php": ">=5.5.9", 1891 "php": ">=5.5.9",
1888 "symfony/filesystem": "~2.8|~3.0" 1892 "symfony/filesystem": "~2.8|~3.0"
1889 }, 1893 },
1894 "conflict": {
1895 "symfony/dependency-injection": "<3.3",
1896 "symfony/finder": "<3.3"
1897 },
1890 "require-dev": { 1898 "require-dev": {
1899 "symfony/dependency-injection": "~3.3",
1900 "symfony/finder": "~3.3",
1891 "symfony/yaml": "~3.0" 1901 "symfony/yaml": "~3.0"
1892 }, 1902 },
1893 "suggest": { 1903 "suggest": {
@@ -1896,7 +1906,7 @@
1896 "type": "library", 1906 "type": "library",
1897 "extra": { 1907 "extra": {
1898 "branch-alias": { 1908 "branch-alias": {
1899 "dev-master": "3.2-dev" 1909 "dev-master": "3.3-dev"
1900 } 1910 }
1901 }, 1911 },
1902 "autoload": { 1912 "autoload": {
@@ -1923,20 +1933,20 @@
1923 ], 1933 ],
1924 "description": "Symfony Config Component", 1934 "description": "Symfony Config Component",
1925 "homepage": "https://symfony.com", 1935 "homepage": "https://symfony.com",
1926 "time": "2017-04-12T14:13:17+00:00" 1936 "time": "2017-07-19T07:37:29+00:00"
1927 }, 1937 },
1928 { 1938 {
1929 "name": "symfony/console", 1939 "name": "symfony/console",
1930 "version": "v2.8.20", 1940 "version": "v2.8.26",
1931 "source": { 1941 "source": {
1932 "type": "git", 1942 "type": "git",
1933 "url": "https://github.com/symfony/console.git", 1943 "url": "https://github.com/symfony/console.git",
1934 "reference": "2cfcbced8e39e2313ed4da8896fc8c59a56c0d7e" 1944 "reference": "32a3c6b3398de5db8ed381f4ef92970c59c2fcdd"
1935 }, 1945 },
1936 "dist": { 1946 "dist": {
1937 "type": "zip", 1947 "type": "zip",
1938 "url": "https://api.github.com/repos/symfony/console/zipball/2cfcbced8e39e2313ed4da8896fc8c59a56c0d7e", 1948 "url": "https://api.github.com/repos/symfony/console/zipball/32a3c6b3398de5db8ed381f4ef92970c59c2fcdd",
1939 "reference": "2cfcbced8e39e2313ed4da8896fc8c59a56c0d7e", 1949 "reference": "32a3c6b3398de5db8ed381f4ef92970c59c2fcdd",
1940 "shasum": "" 1950 "shasum": ""
1941 }, 1951 },
1942 "require": { 1952 "require": {
@@ -1984,7 +1994,7 @@
1984 ], 1994 ],
1985 "description": "Symfony Console Component", 1995 "description": "Symfony Console Component",
1986 "homepage": "https://symfony.com", 1996 "homepage": "https://symfony.com",
1987 "time": "2017-04-26T01:38:53+00:00" 1997 "time": "2017-07-29T21:26:04+00:00"
1988 }, 1998 },
1989 { 1999 {
1990 "name": "symfony/debug", 2000 "name": "symfony/debug",
@@ -2045,39 +2055,46 @@
2045 }, 2055 },
2046 { 2056 {
2047 "name": "symfony/dependency-injection", 2057 "name": "symfony/dependency-injection",
2048 "version": "v3.2.8", 2058 "version": "v3.3.6",
2049 "source": { 2059 "source": {
2050 "type": "git", 2060 "type": "git",
2051 "url": "https://github.com/symfony/dependency-injection.git", 2061 "url": "https://github.com/symfony/dependency-injection.git",
2052 "reference": "5e00857475b6d1fa31ff4c76f1fddf1cfa9e8d59" 2062 "reference": "8d70987f991481e809c63681ffe8ce3f3fde68a0"
2053 }, 2063 },
2054 "dist": { 2064 "dist": {
2055 "type": "zip", 2065 "type": "zip",
2056 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5e00857475b6d1fa31ff4c76f1fddf1cfa9e8d59", 2066 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8d70987f991481e809c63681ffe8ce3f3fde68a0",
2057 "reference": "5e00857475b6d1fa31ff4c76f1fddf1cfa9e8d59", 2067 "reference": "8d70987f991481e809c63681ffe8ce3f3fde68a0",
2058 "shasum": "" 2068 "shasum": ""
2059 }, 2069 },
2060 "require": { 2070 "require": {
2061 "php": ">=5.5.9" 2071 "php": ">=5.5.9",
2072 "psr/container": "^1.0"
2062 }, 2073 },
2063 "conflict": { 2074 "conflict": {
2064 "symfony/yaml": "<3.2" 2075 "symfony/config": "<3.3.1",
2076 "symfony/finder": "<3.3",
2077 "symfony/yaml": "<3.3"
2078 },
2079 "provide": {
2080 "psr/container-implementation": "1.0"
2065 }, 2081 },
2066 "require-dev": { 2082 "require-dev": {
2067 "symfony/config": "~2.8|~3.0", 2083 "symfony/config": "~3.3",
2068 "symfony/expression-language": "~2.8|~3.0", 2084 "symfony/expression-language": "~2.8|~3.0",
2069 "symfony/yaml": "~3.2" 2085 "symfony/yaml": "~3.3"
2070 }, 2086 },
2071 "suggest": { 2087 "suggest": {
2072 "symfony/config": "", 2088 "symfony/config": "",
2073 "symfony/expression-language": "For using expressions in service container configuration", 2089 "symfony/expression-language": "For using expressions in service container configuration",
2090 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2074 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", 2091 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2075 "symfony/yaml": "" 2092 "symfony/yaml": ""
2076 }, 2093 },
2077 "type": "library", 2094 "type": "library",
2078 "extra": { 2095 "extra": {
2079 "branch-alias": { 2096 "branch-alias": {
2080 "dev-master": "3.2-dev" 2097 "dev-master": "3.3-dev"
2081 } 2098 }
2082 }, 2099 },
2083 "autoload": { 2100 "autoload": {
@@ -2104,20 +2121,20 @@
2104 ], 2121 ],
2105 "description": "Symfony DependencyInjection Component", 2122 "description": "Symfony DependencyInjection Component",
2106 "homepage": "https://symfony.com", 2123 "homepage": "https://symfony.com",
2107 "time": "2017-04-26T01:39:17+00:00" 2124 "time": "2017-07-28T15:27:31+00:00"
2108 }, 2125 },
2109 { 2126 {
2110 "name": "symfony/filesystem", 2127 "name": "symfony/filesystem",
2111 "version": "v3.2.8", 2128 "version": "v3.3.6",
2112 "source": { 2129 "source": {
2113 "type": "git", 2130 "type": "git",
2114 "url": "https://github.com/symfony/filesystem.git", 2131 "url": "https://github.com/symfony/filesystem.git",
2115 "reference": "040651db13cf061827a460cc10f6e36a445c45b4" 2132 "reference": "427987eb4eed764c3b6e38d52a0f87989e010676"
2116 }, 2133 },
2117 "dist": { 2134 "dist": {
2118 "type": "zip", 2135 "type": "zip",
2119 "url": "https://api.github.com/repos/symfony/filesystem/zipball/040651db13cf061827a460cc10f6e36a445c45b4", 2136 "url": "https://api.github.com/repos/symfony/filesystem/zipball/427987eb4eed764c3b6e38d52a0f87989e010676",
2120 "reference": "040651db13cf061827a460cc10f6e36a445c45b4", 2137 "reference": "427987eb4eed764c3b6e38d52a0f87989e010676",
2121 "shasum": "" 2138 "shasum": ""
2122 }, 2139 },
2123 "require": { 2140 "require": {
@@ -2126,7 +2143,7 @@
2126 "type": "library", 2143 "type": "library",
2127 "extra": { 2144 "extra": {
2128 "branch-alias": { 2145 "branch-alias": {
2129 "dev-master": "3.2-dev" 2146 "dev-master": "3.3-dev"
2130 } 2147 }
2131 }, 2148 },
2132 "autoload": { 2149 "autoload": {
@@ -2153,20 +2170,20 @@
2153 ], 2170 ],
2154 "description": "Symfony Filesystem Component", 2171 "description": "Symfony Filesystem Component",
2155 "homepage": "https://symfony.com", 2172 "homepage": "https://symfony.com",
2156 "time": "2017-04-12T14:13:17+00:00" 2173 "time": "2017-07-11T07:17:58+00:00"
2157 }, 2174 },
2158 { 2175 {
2159 "name": "symfony/finder", 2176 "name": "symfony/finder",
2160 "version": "v3.2.8", 2177 "version": "v3.3.6",
2161 "source": { 2178 "source": {
2162 "type": "git", 2179 "type": "git",
2163 "url": "https://github.com/symfony/finder.git", 2180 "url": "https://github.com/symfony/finder.git",
2164 "reference": "9cf076f8f492f4b1ffac40aae9c2d287b4ca6930" 2181 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4"
2165 }, 2182 },
2166 "dist": { 2183 "dist": {
2167 "type": "zip", 2184 "type": "zip",
2168 "url": "https://api.github.com/repos/symfony/finder/zipball/9cf076f8f492f4b1ffac40aae9c2d287b4ca6930", 2185 "url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4",
2169 "reference": "9cf076f8f492f4b1ffac40aae9c2d287b4ca6930", 2186 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4",
2170 "shasum": "" 2187 "shasum": ""
2171 }, 2188 },
2172 "require": { 2189 "require": {
@@ -2175,7 +2192,7 @@
2175 "type": "library", 2192 "type": "library",
2176 "extra": { 2193 "extra": {
2177 "branch-alias": { 2194 "branch-alias": {
2178 "dev-master": "3.2-dev" 2195 "dev-master": "3.3-dev"
2179 } 2196 }
2180 }, 2197 },
2181 "autoload": { 2198 "autoload": {
@@ -2202,20 +2219,20 @@
2202 ], 2219 ],
2203 "description": "Symfony Finder Component", 2220 "description": "Symfony Finder Component",
2204 "homepage": "https://symfony.com", 2221 "homepage": "https://symfony.com",
2205 "time": "2017-04-12T14:13:17+00:00" 2222 "time": "2017-06-01T21:01:25+00:00"
2206 }, 2223 },
2207 { 2224 {
2208 "name": "symfony/polyfill-mbstring", 2225 "name": "symfony/polyfill-mbstring",
2209 "version": "v1.3.0", 2226 "version": "v1.4.0",
2210 "source": { 2227 "source": {
2211 "type": "git", 2228 "type": "git",
2212 "url": "https://github.com/symfony/polyfill-mbstring.git", 2229 "url": "https://github.com/symfony/polyfill-mbstring.git",
2213 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" 2230 "reference": "f29dca382a6485c3cbe6379f0c61230167681937"
2214 }, 2231 },
2215 "dist": { 2232 "dist": {
2216 "type": "zip", 2233 "type": "zip",
2217 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", 2234 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937",
2218 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", 2235 "reference": "f29dca382a6485c3cbe6379f0c61230167681937",
2219 "shasum": "" 2236 "shasum": ""
2220 }, 2237 },
2221 "require": { 2238 "require": {
@@ -2227,7 +2244,7 @@
2227 "type": "library", 2244 "type": "library",
2228 "extra": { 2245 "extra": {
2229 "branch-alias": { 2246 "branch-alias": {
2230 "dev-master": "1.3-dev" 2247 "dev-master": "1.4-dev"
2231 } 2248 }
2232 }, 2249 },
2233 "autoload": { 2250 "autoload": {
@@ -2261,20 +2278,20 @@
2261 "portable", 2278 "portable",
2262 "shim" 2279 "shim"
2263 ], 2280 ],
2264 "time": "2016-11-14T01:06:16+00:00" 2281 "time": "2017-06-09T14:24:12+00:00"
2265 }, 2282 },
2266 { 2283 {
2267 "name": "symfony/yaml", 2284 "name": "symfony/yaml",
2268 "version": "v3.2.8", 2285 "version": "v3.3.6",
2269 "source": { 2286 "source": {
2270 "type": "git", 2287 "type": "git",
2271 "url": "https://github.com/symfony/yaml.git", 2288 "url": "https://github.com/symfony/yaml.git",
2272 "reference": "acec26fcf7f3031e094e910b94b002fa53d4e4d6" 2289 "reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed"
2273 }, 2290 },
2274 "dist": { 2291 "dist": {
2275 "type": "zip", 2292 "type": "zip",
2276 "url": "https://api.github.com/repos/symfony/yaml/zipball/acec26fcf7f3031e094e910b94b002fa53d4e4d6", 2293 "url": "https://api.github.com/repos/symfony/yaml/zipball/ddc23324e6cfe066f3dd34a37ff494fa80b617ed",
2277 "reference": "acec26fcf7f3031e094e910b94b002fa53d4e4d6", 2294 "reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed",
2278 "shasum": "" 2295 "shasum": ""
2279 }, 2296 },
2280 "require": { 2297 "require": {
@@ -2289,7 +2306,7 @@
2289 "type": "library", 2306 "type": "library",
2290 "extra": { 2307 "extra": {
2291 "branch-alias": { 2308 "branch-alias": {
2292 "dev-master": "3.2-dev" 2309 "dev-master": "3.3-dev"
2293 } 2310 }
2294 }, 2311 },
2295 "autoload": { 2312 "autoload": {
@@ -2316,20 +2333,20 @@
2316 ], 2333 ],
2317 "description": "Symfony Yaml Component", 2334 "description": "Symfony Yaml Component",
2318 "homepage": "https://symfony.com", 2335 "homepage": "https://symfony.com",
2319 "time": "2017-05-01T14:55:58+00:00" 2336 "time": "2017-07-23T12:43:26+00:00"
2320 }, 2337 },
2321 { 2338 {
2322 "name": "theseer/fdomdocument", 2339 "name": "theseer/fdomdocument",
2323 "version": "1.6.5", 2340 "version": "1.6.6",
2324 "source": { 2341 "source": {
2325 "type": "git", 2342 "type": "git",
2326 "url": "https://github.com/theseer/fDOMDocument.git", 2343 "url": "https://github.com/theseer/fDOMDocument.git",
2327 "reference": "8dcfd392135a5bd938c3c83ea71419501ad9855d" 2344 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
2328 }, 2345 },
2329 "dist": { 2346 "dist": {
2330 "type": "zip", 2347 "type": "zip",
2331 "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/8dcfd392135a5bd938c3c83ea71419501ad9855d", 2348 "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
2332 "reference": "8dcfd392135a5bd938c3c83ea71419501ad9855d", 2349 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
2333 "shasum": "" 2350 "shasum": ""
2334 }, 2351 },
2335 "require": { 2352 "require": {
@@ -2356,7 +2373,7 @@
2356 ], 2373 ],
2357 "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.", 2374 "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
2358 "homepage": "https://github.com/theseer/fDOMDocument", 2375 "homepage": "https://github.com/theseer/fDOMDocument",
2359 "time": "2017-04-21T14:50:31+00:00" 2376 "time": "2017-06-30T11:53:12+00:00"
2360 }, 2377 },
2361 { 2378 {
2362 "name": "webmozart/assert", 2379 "name": "webmozart/assert",
@@ -2420,5 +2437,8 @@
2420 "platform": { 2437 "platform": {
2421 "php": ">=5.5" 2438 "php": ">=5.5"
2422 }, 2439 },
2423 "platform-dev": [] 2440 "platform-dev": [],
2441 "platform-overrides": {
2442 "php": "5.5.38"
2443 }
2424} 2444}