Update Drupal to 8.9.6

https://www.drupal.org/project/drupal/releases/8.9.6
This commit is contained in:
Oliver Davies 2020-09-16 20:06:45 +01:00
parent ef89f5f5c1
commit 5518aeb799

318
composer.lock generated
View file

@ -1942,16 +1942,16 @@
}, },
{ {
"name": "drupal/core", "name": "drupal/core",
"version": "8.9.3", "version": "8.9.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/drupal/core.git", "url": "https://github.com/drupal/core.git",
"reference": "ee02fd4cbe4ac148b4d7e297ec63b3459983862e" "reference": "caf4e756d31dfb0c2e52cd0748e900efe4b57766"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/drupal/core/zipball/ee02fd4cbe4ac148b4d7e297ec63b3459983862e", "url": "https://api.github.com/repos/drupal/core/zipball/caf4e756d31dfb0c2e52cd0748e900efe4b57766",
"reference": "ee02fd4cbe4ac148b4d7e297ec63b3459983862e", "reference": "caf4e756d31dfb0c2e52cd0748e900efe4b57766",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2169,20 +2169,20 @@
"GPL-2.0-or-later" "GPL-2.0-or-later"
], ],
"description": "Drupal is an open source content management platform powering millions of websites and applications.", "description": "Drupal is an open source content management platform powering millions of websites and applications.",
"time": "2020-08-05T21:49:40+00:00" "time": "2020-09-16T11:22:21+00:00"
}, },
{ {
"name": "drupal/core-composer-scaffold", "name": "drupal/core-composer-scaffold",
"version": "8.9.3", "version": "8.9.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/drupal/core-composer-scaffold.git", "url": "https://github.com/drupal/core-composer-scaffold.git",
"reference": "07cdfe2799789fc0c2d0e3e1ba64cb5e2a973ece" "reference": "c902d07cb49ef73777e2b33a39e54c2861a8c81d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/07cdfe2799789fc0c2d0e3e1ba64cb5e2a973ece", "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/c902d07cb49ef73777e2b33a39e54c2861a8c81d",
"reference": "07cdfe2799789fc0c2d0e3e1ba64cb5e2a973ece", "reference": "c902d07cb49ef73777e2b33a39e54c2861a8c81d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2216,20 +2216,20 @@
"keywords": [ "keywords": [
"drupal" "drupal"
], ],
"time": "2020-05-29T11:36:27+00:00" "time": "2020-08-07T22:30:30+00:00"
}, },
{ {
"name": "drupal/core-recommended", "name": "drupal/core-recommended",
"version": "8.9.3", "version": "8.9.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/drupal/core-recommended.git", "url": "https://github.com/drupal/core-recommended.git",
"reference": "db5c2fdd4bf3e72aee8c862eca72dd445e704d71" "reference": "6c5c4739afc5549e6089ef34b59c712c8872f154"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/drupal/core-recommended/zipball/db5c2fdd4bf3e72aee8c862eca72dd445e704d71", "url": "https://api.github.com/repos/drupal/core-recommended/zipball/6c5c4739afc5549e6089ef34b59c712c8872f154",
"reference": "db5c2fdd4bf3e72aee8c862eca72dd445e704d71", "reference": "6c5c4739afc5549e6089ef34b59c712c8872f154",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2241,7 +2241,7 @@
"doctrine/common": "v2.7.3", "doctrine/common": "v2.7.3",
"doctrine/inflector": "v1.2.0", "doctrine/inflector": "v1.2.0",
"doctrine/lexer": "1.0.2", "doctrine/lexer": "1.0.2",
"drupal/core": "8.9.3", "drupal/core": "8.9.6",
"easyrdf/easyrdf": "0.9.1", "easyrdf/easyrdf": "0.9.1",
"egulias/email-validator": "2.1.17", "egulias/email-validator": "2.1.17",
"guzzlehttp/guzzle": "6.5.4", "guzzlehttp/guzzle": "6.5.4",
@ -2270,7 +2270,7 @@
"symfony/dependency-injection": "v3.4.41", "symfony/dependency-injection": "v3.4.41",
"symfony/event-dispatcher": "v3.4.41", "symfony/event-dispatcher": "v3.4.41",
"symfony/http-foundation": "v3.4.41", "symfony/http-foundation": "v3.4.41",
"symfony/http-kernel": "v3.4.41", "symfony/http-kernel": "v3.4.44",
"symfony/polyfill-ctype": "v1.17.0", "symfony/polyfill-ctype": "v1.17.0",
"symfony/polyfill-iconv": "v1.17.0", "symfony/polyfill-iconv": "v1.17.0",
"symfony/polyfill-intl-idn": "v1.17.0", "symfony/polyfill-intl-idn": "v1.17.0",
@ -2298,7 +2298,7 @@
"GPL-2.0-or-later" "GPL-2.0-or-later"
], ],
"description": "Locked core dependencies; require this project INSTEAD OF drupal/core.", "description": "Locked core dependencies; require this project INSTEAD OF drupal/core.",
"time": "2020-08-05T21:49:40+00:00" "time": "2020-09-16T11:22:21+00:00"
}, },
{ {
"name": "drupal/ctools", "name": "drupal/ctools",
@ -6034,16 +6034,16 @@
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v3.4.41", "version": "v3.4.44",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "0f625d0cb1e59c8c4ba61abb170125175218ff10" "reference": "8e6eff546d0fe879996fa701ee2f312767e95e50"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/0f625d0cb1e59c8c4ba61abb170125175218ff10", "url": "https://api.github.com/repos/symfony/filesystem/zipball/8e6eff546d0fe879996fa701ee2f312767e95e50",
"reference": "0f625d0cb1e59c8c4ba61abb170125175218ff10", "reference": "8e6eff546d0fe879996fa701ee2f312767e95e50",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6094,11 +6094,11 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-05-30T17:48:24+00:00" "time": "2020-08-21T12:53:49+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v3.4.41", "version": "v3.4.44",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
@ -6143,6 +6143,20 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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"
}
],
"time": "2020-02-14T07:34:21+00:00" "time": "2020-02-14T07:34:21+00:00"
}, },
{ {
@ -6215,16 +6229,16 @@
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v3.4.41", "version": "v3.4.44",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "e4e4ed6c008c983645b4eee6b67d8f258cde54df" "reference": "27dcaa8c6b18c75df9f37badeb4d3564ffaa1326"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/e4e4ed6c008c983645b4eee6b67d8f258cde54df", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/27dcaa8c6b18c75df9f37badeb4d3564ffaa1326",
"reference": "e4e4ed6c008c983645b4eee6b67d8f258cde54df", "reference": "27dcaa8c6b18c75df9f37badeb4d3564ffaa1326",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6315,7 +6329,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-05-31T05:14:17+00:00" "time": "2020-08-31T05:53:42+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
@ -7844,23 +7858,24 @@
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",
"version": "1.8.0", "version": "1.9.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/webmozart/assert.git", "url": "https://github.com/webmozart/assert.git",
"reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6" "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6", "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
"reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.3.3 || ^7.0", "php": "^5.3.3 || ^7.0 || ^8.0",
"symfony/polyfill-ctype": "^1.8" "symfony/polyfill-ctype": "^1.8"
}, },
"conflict": { "conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<3.9.1" "vimeo/psalm": "<3.9.1"
}, },
"require-dev": { "require-dev": {
@ -7888,7 +7903,7 @@
"check", "check",
"validate" "validate"
], ],
"time": "2020-04-18T12:12:48+00:00" "time": "2020-07-08T17:02:28+00:00"
}, },
{ {
"name": "webmozart/path-util", "name": "webmozart/path-util",
@ -8174,16 +8189,16 @@
}, },
{ {
"name": "composer/ca-bundle", "name": "composer/ca-bundle",
"version": "1.2.7", "version": "1.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/ca-bundle.git", "url": "https://github.com/composer/ca-bundle.git",
"reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd" "reference": "8a7ecad675253e4654ea05505233285377405215"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/95c63ab2117a72f48f5a55da9740a3273d45b7fd", "url": "https://api.github.com/repos/composer/ca-bundle/zipball/8a7ecad675253e4654ea05505233285377405215",
"reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd", "reference": "8a7ecad675253e4654ea05505233285377405215",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8231,25 +8246,29 @@
"url": "https://packagist.com", "url": "https://packagist.com",
"type": "custom" "type": "custom"
}, },
{
"url": "https://github.com/composer",
"type": "github"
},
{ {
"url": "https://tidelift.com/funding/github/packagist/composer/composer", "url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-04-08T08:27:21+00:00" "time": "2020-08-23T12:54:47+00:00"
}, },
{ {
"name": "composer/composer", "name": "composer/composer",
"version": "1.10.7", "version": "1.10.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/composer.git", "url": "https://github.com/composer/composer.git",
"reference": "956608ea4f7de9e58c53dfb019d85ae62b193c39" "reference": "47c841ba3b2d3fc0b4b13282cf029ea18b66d78b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/composer/zipball/956608ea4f7de9e58c53dfb019d85ae62b193c39", "url": "https://api.github.com/repos/composer/composer/zipball/47c841ba3b2d3fc0b4b13282cf029ea18b66d78b",
"reference": "956608ea4f7de9e58c53dfb019d85ae62b193c39", "reference": "47c841ba3b2d3fc0b4b13282cf029ea18b66d78b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8268,12 +8287,11 @@
"symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0" "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
}, },
"conflict": { "conflict": {
"symfony/console": "2.8.38", "symfony/console": "2.8.38"
"symfony/phpunit-bridge": "3.4.40"
}, },
"require-dev": { "require-dev": {
"phpspec/prophecy": "^1.10", "phpspec/prophecy": "^1.10",
"symfony/phpunit-bridge": "^3.4" "symfony/phpunit-bridge": "^4.2"
}, },
"suggest": { "suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
@ -8331,20 +8349,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-06-03T08:03:56+00:00" "time": "2020-09-09T09:46:34+00:00"
}, },
{ {
"name": "composer/spdx-licenses", "name": "composer/spdx-licenses",
"version": "1.5.3", "version": "1.5.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/spdx-licenses.git", "url": "https://github.com/composer/spdx-licenses.git",
"reference": "0c3e51e1880ca149682332770e25977c70cf9dae" "reference": "6946f785871e2314c60b4524851f3702ea4f2223"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/0c3e51e1880ca149682332770e25977c70cf9dae", "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/6946f785871e2314c60b4524851f3702ea4f2223",
"reference": "0c3e51e1880ca149682332770e25977c70cf9dae", "reference": "6946f785871e2314c60b4524851f3702ea4f2223",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8391,20 +8409,34 @@
"spdx", "spdx",
"validator" "validator"
], ],
"time": "2020-02-14T07:44:31+00:00" "funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2020-07-15T15:35:07+00:00"
}, },
{ {
"name": "composer/xdebug-handler", "name": "composer/xdebug-handler",
"version": "1.4.2", "version": "1.4.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/xdebug-handler.git", "url": "https://github.com/composer/xdebug-handler.git",
"reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51" "reference": "ebd27a9866ae8254e873866f795491f02418c5a5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51", "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ebd27a9866ae8254e873866f795491f02418c5a5",
"reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51", "reference": "ebd27a9866ae8254e873866f795491f02418c5a5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8449,7 +8481,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-06-04T11:16:35+00:00" "time": "2020-08-19T10:27:58+00:00"
}, },
{ {
"name": "dealerdirect/phpcodesniffer-composer-installer", "name": "dealerdirect/phpcodesniffer-composer-installer",
@ -8627,7 +8659,7 @@
}, },
{ {
"name": "drupal/core-dev", "name": "drupal/core-dev",
"version": "8.9.3", "version": "8.9.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/drupal/core-dev.git", "url": "https://github.com/drupal/core-dev.git",
@ -9103,20 +9135,20 @@
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",
"version": "1.9.5", "version": "1.10.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/myclabs/DeepCopy.git", "url": "https://github.com/myclabs/DeepCopy.git",
"reference": "b2c28789e80a97badd14145fda39b545d83ca3ef" "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef", "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
"reference": "b2c28789e80a97badd14145fda39b545d83ca3ef", "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1" "php": "^7.1 || ^8.0"
}, },
"replace": { "replace": {
"myclabs/deep-copy": "self.version" "myclabs/deep-copy": "self.version"
@ -9147,7 +9179,13 @@
"object", "object",
"object graph" "object graph"
], ],
"time": "2020-01-17T21:11:47+00:00" "funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
"time": "2020-06-29T13:22:24+00:00"
}, },
{ {
"name": "nette/finder", "name": "nette/finder",
@ -9394,25 +9432,25 @@
}, },
{ {
"name": "phpdocumentor/reflection-common", "name": "phpdocumentor/reflection-common",
"version": "2.1.0", "version": "2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b" "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b", "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b", "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1" "php": "^7.2 || ^8.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.x-dev" "dev-2.x": "2.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -9439,32 +9477,31 @@
"reflection", "reflection",
"static analysis" "static analysis"
], ],
"time": "2020-04-27T09:25:28+00:00" "time": "2020-06-27T09:03:43+00:00"
}, },
{ {
"name": "phpdocumentor/reflection-docblock", "name": "phpdocumentor/reflection-docblock",
"version": "5.1.0", "version": "5.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e" "reference": "d870572532cd70bc3fab58f2e23ad423c8404c44"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d870572532cd70bc3fab58f2e23ad423c8404c44",
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", "reference": "d870572532cd70bc3fab58f2e23ad423c8404c44",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-filter": "^7.1", "ext-filter": "*",
"php": "^7.2", "php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.0", "phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.0", "phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1" "webmozart/assert": "^1.9.1"
}, },
"require-dev": { "require-dev": {
"doctrine/instantiator": "^1", "mockery/mockery": "~1.3.2"
"mockery/mockery": "^1"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -9492,34 +9529,33 @@
} }
], ],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"time": "2020-02-22T12:28:44+00:00" "time": "2020-08-15T11:14:08+00:00"
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
"version": "1.1.0", "version": "1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git", "url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "7462d5f123dfc080dfdf26897032a6513644fc95" "reference": "e878a14a65245fbe78f8080eba03b47c3b705651"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651",
"reference": "7462d5f123dfc080dfdf26897032a6513644fc95", "reference": "e878a14a65245fbe78f8080eba03b47c3b705651",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2", "php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.0" "phpdocumentor/reflection-common": "^2.0"
}, },
"require-dev": { "require-dev": {
"ext-tokenizer": "^7.2", "ext-tokenizer": "*"
"mockery/mockery": "~1"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.x-dev" "dev-1.x": "1.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -9538,37 +9574,37 @@
} }
], ],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"time": "2020-02-18T18:59:58+00:00" "time": "2020-06-27T10:12:23+00:00"
}, },
{ {
"name": "phpspec/prophecy", "name": "phpspec/prophecy",
"version": "v1.10.3", "version": "1.11.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpspec/prophecy.git", "url": "https://github.com/phpspec/prophecy.git",
"reference": "451c3cd1418cf640de218914901e51b064abb093" "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b20034be5efcdab4fb60ca3a29cba2949aead160",
"reference": "451c3cd1418cf640de218914901e51b064abb093", "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/instantiator": "^1.0.2", "doctrine/instantiator": "^1.2",
"php": "^5.3|^7.0", "php": "^7.2",
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", "phpdocumentor/reflection-docblock": "^5.0",
"sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0", "sebastian/comparator": "^3.0 || ^4.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0" "sebastian/recursion-context": "^3.0 || ^4.0"
}, },
"require-dev": { "require-dev": {
"phpspec/phpspec": "^2.5 || ^3.2", "phpspec/phpspec": "^6.0",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" "phpunit/phpunit": "^8.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.10.x-dev" "dev-master": "1.11.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -9601,7 +9637,7 @@
"spy", "spy",
"stub" "stub"
], ],
"time": "2020-03-05T15:02:03+00:00" "time": "2020-07-08T12:44:21+00:00"
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
@ -10615,16 +10651,16 @@
}, },
{ {
"name": "seld/jsonlint", "name": "seld/jsonlint",
"version": "1.8.0", "version": "1.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/jsonlint.git", "url": "https://github.com/Seldaek/jsonlint.git",
"reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1" "reference": "590cfec960b77fd55e39b7d9246659e95dd6d337"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1", "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/590cfec960b77fd55e39b7d9246659e95dd6d337",
"reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1", "reference": "590cfec960b77fd55e39b7d9246659e95dd6d337",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10670,20 +10706,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-04-30T19:05:18+00:00" "time": "2020-08-25T06:56:57+00:00"
}, },
{ {
"name": "seld/phar-utils", "name": "seld/phar-utils",
"version": "1.1.0", "version": "1.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/phar-utils.git", "url": "https://github.com/Seldaek/phar-utils.git",
"reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0" "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8800503d56b9867d43d9c303b9cbcc26016e82f0", "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
"reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0", "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10714,7 +10750,7 @@
"keywords": [ "keywords": [
"phar" "phar"
], ],
"time": "2020-02-14T15:25:33+00:00" "time": "2020-07-07T18:42:57+00:00"
}, },
{ {
"name": "squizlabs/php_codesniffer", "name": "squizlabs/php_codesniffer",
@ -10769,7 +10805,7 @@
}, },
{ {
"name": "symfony/browser-kit", "name": "symfony/browser-kit",
"version": "v3.4.41", "version": "v3.4.44",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/browser-kit.git", "url": "https://github.com/symfony/browser-kit.git",
@ -10840,7 +10876,7 @@
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v3.4.41", "version": "v3.4.44",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/css-selector.git", "url": "https://github.com/symfony/css-selector.git",
@ -10907,16 +10943,16 @@
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
"version": "v3.4.41", "version": "v3.4.44",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dom-crawler.git", "url": "https://github.com/symfony/dom-crawler.git",
"reference": "c3086a58a66b2a519c0b7ac80539a3727609ea9c" "reference": "702ee651db23dc452bf1fd6dea6ca2f671ed2681"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c3086a58a66b2a519c0b7ac80539a3727609ea9c", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/702ee651db23dc452bf1fd6dea6ca2f671ed2681",
"reference": "c3086a58a66b2a519c0b7ac80539a3727609ea9c", "reference": "702ee651db23dc452bf1fd6dea6ca2f671ed2681",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10974,20 +11010,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-05-22T19:35:43+00:00" "time": "2020-08-09T09:13:53+00:00"
}, },
{ {
"name": "symfony/lock", "name": "symfony/lock",
"version": "v3.4.41", "version": "v3.4.44",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/lock.git", "url": "https://github.com/symfony/lock.git",
"reference": "c5374725a61b25cd24ec1615b0707a2aa0cefe5a" "reference": "7e4a5352619fae7d545c2bb93486bf098a920572"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/lock/zipball/c5374725a61b25cd24ec1615b0707a2aa0cefe5a", "url": "https://api.github.com/repos/symfony/lock/zipball/7e4a5352619fae7d545c2bb93486bf098a920572",
"reference": "c5374725a61b25cd24ec1615b0707a2aa0cefe5a", "reference": "7e4a5352619fae7d545c2bb93486bf098a920572",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -11050,20 +11086,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-05-08T10:38:31+00:00" "time": "2020-08-17T07:27:37+00:00"
}, },
{ {
"name": "symfony/phpunit-bridge", "name": "symfony/phpunit-bridge",
"version": "v3.4.41", "version": "v3.4.44",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git", "url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "f926812c6b3d456dfbd13c706293f49e9a10bc2a" "reference": "03f831108f7cea087be83cc6dd07d3419542a5ba"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f926812c6b3d456dfbd13c706293f49e9a10bc2a", "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/03f831108f7cea087be83cc6dd07d3419542a5ba",
"reference": "f926812c6b3d456dfbd13c706293f49e9a10bc2a", "reference": "03f831108f7cea087be83cc6dd07d3419542a5ba",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -11129,27 +11165,27 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-05-21T18:33:26+00:00" "time": "2020-07-22T22:00:00+00:00"
}, },
{ {
"name": "theseer/tokenizer", "name": "theseer/tokenizer",
"version": "1.1.3", "version": "1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/theseer/tokenizer.git", "url": "https://github.com/theseer/tokenizer.git",
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" "reference": "75a63c33a8577608444246075ea0af0d052e452a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", "reference": "75a63c33a8577608444246075ea0af0d052e452a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
"ext-tokenizer": "*", "ext-tokenizer": "*",
"ext-xmlwriter": "*", "ext-xmlwriter": "*",
"php": "^7.0" "php": "^7.2 || ^8.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -11169,7 +11205,13 @@
} }
], ],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"time": "2019-06-13T22:48:21+00:00" "funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2020-07-12T23:59:07+00:00"
} }
], ],
"aliases": [], "aliases": [],