diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2020-07-08 14:15:53 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2020-07-08 14:15:53 +0100 |
| commit | ce785c6bf25df541e141ce004b75d603a23a4910 (patch) | |
| tree | 3c8420a8dffcc7276f852d38f5d4dc99e060fa23 /vendor/composer/installed.json | |
| parent | 34e3587b90a7af0326dbe70c300f252de0317c25 (diff) | |
| download | webtrees-ce785c6bf25df541e141ce004b75d603a23a4910.tar.gz webtrees-ce785c6bf25df541e141ce004b75d603a23a4910.tar.bz2 webtrees-ce785c6bf25df541e141ce004b75d603a23a4910.zip | |
Update vendor dependencies
Diffstat (limited to 'vendor/composer/installed.json')
| -rw-r--r-- | vendor/composer/installed.json | 120 |
1 files changed, 87 insertions, 33 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 9bf9c310ba..57ac5812c8 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -52,17 +52,17 @@ }, { "name": "doctrine/cache", - "version": "1.10.1", - "version_normalized": "1.10.1.0", + "version": "1.10.2", + "version_normalized": "1.10.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3" + "reference": "13e3381b25847283a91948d04640543941309727" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/35a4a70cd94e09e2259dfae7488afc6b474ecbd3", - "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3", + "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727", + "reference": "13e3381b25847283a91948d04640543941309727", "shasum": "" }, "require": { @@ -81,7 +81,7 @@ "suggest": { "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" }, - "time": "2020-05-27T16:24:54+00:00", + "time": "2020-07-07T18:54:01+00:00", "type": "library", "extra": { "branch-alias": { @@ -1832,17 +1832,17 @@ }, { "name": "nesbot/carbon", - "version": "2.36.0", - "version_normalized": "2.36.0.0", + "version": "2.36.1", + "version_normalized": "2.36.1.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "d0b65958d9942fd1b501fdb0800c67e8323aa08d" + "reference": "ee7378a36cc62952100e718bcc58be4c7210e55f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d0b65958d9942fd1b501fdb0800c67e8323aa08d", - "reference": "d0b65958d9942fd1b501fdb0800c67e8323aa08d", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/ee7378a36cc62952100e718bcc58be4c7210e55f", + "reference": "ee7378a36cc62952100e718bcc58be4c7210e55f", "shasum": "" }, "require": { @@ -1861,7 +1861,7 @@ "phpunit/phpunit": "^7.5 || ^8.0", "squizlabs/php_codesniffer": "^3.4" }, - "time": "2020-06-25T20:20:01+00:00", + "time": "2020-07-04T12:29:56+00:00", "bin": [ "bin/carbon" ], @@ -2919,31 +2919,35 @@ }, { "name": "symfony/cache-contracts", - "version": "v1.1.7", - "version_normalized": "1.1.7.0", + "version": "v1.1.9", + "version_normalized": "1.1.9.0", "source": { "type": "git", "url": "https://github.com/symfony/cache-contracts.git", - "reference": "af50d14ada9e4e82cfabfabdc502d144f89be0a1" + "reference": "4638bdd93e14dddc171212258d0c6d8c95e95ced" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/af50d14ada9e4e82cfabfabdc502d144f89be0a1", - "reference": "af50d14ada9e4e82cfabfabdc502d144f89be0a1", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/4638bdd93e14dddc171212258d0c6d8c95e95ced", + "reference": "4638bdd93e14dddc171212258d0c6d8c95e95ced", "shasum": "" }, "require": { - "php": "^7.1.3", + "php": ">=7.1.3", "psr/cache": "^1.0" }, "suggest": { "symfony/cache-implementation": "" }, - "time": "2019-10-04T21:43:27+00:00", + "time": "2020-07-06T13:19:58+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "installation-source": "dist", @@ -2975,6 +2979,20 @@ "interfaces", "interoperability", "standards" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ] }, { @@ -3517,31 +3535,35 @@ }, { "name": "symfony/service-contracts", - "version": "v1.1.8", - "version_normalized": "1.1.8.0", + "version": "v1.1.9", + "version_normalized": "1.1.9.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf" + "reference": "b776d18b303a39f56c63747bcb977ad4b27aca26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf", - "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/b776d18b303a39f56c63747bcb977ad4b27aca26", + "reference": "b776d18b303a39f56c63747bcb977ad4b27aca26", "shasum": "" }, "require": { - "php": "^7.1.3", + "php": ">=7.1.3", "psr/container": "^1.0" }, "suggest": { "symfony/service-implementation": "" }, - "time": "2019-10-14T12:27:06+00:00", + "time": "2020-07-06T13:19:58+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "installation-source": "dist", @@ -3573,6 +3595,20 @@ "interfaces", "interoperability", "standards" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ] }, { @@ -3669,30 +3705,34 @@ }, { "name": "symfony/translation-contracts", - "version": "v1.1.7", - "version_normalized": "1.1.7.0", + "version": "v1.1.9", + "version_normalized": "1.1.9.0", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6" + "reference": "a5db6f7707fd35d137b1398734f2d745c8616ea2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/364518c132c95642e530d9b2d217acbc2ccac3e6", - "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/a5db6f7707fd35d137b1398734f2d745c8616ea2", + "reference": "a5db6f7707fd35d137b1398734f2d745c8616ea2", "shasum": "" }, "require": { - "php": "^7.1.3" + "php": ">=7.1.3" }, "suggest": { "symfony/translation-implementation": "" }, - "time": "2019-09-17T11:12:18+00:00", + "time": "2020-07-06T13:19:58+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "installation-source": "dist", @@ -3724,6 +3764,20 @@ "interfaces", "interoperability", "standards" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ] }, { |
