Update Drupal to 8.9.16
https://www.drupal.org/sa-core-2021-003 https://www.drupal.org/project/drupal/releases/8.9.16
This commit is contained in:
parent
0cf8a3157a
commit
a662b2a042
1 changed files with 156 additions and 81 deletions
237
composer.lock
generated
237
composer.lock
generated
|
@ -178,16 +178,16 @@
|
|||
},
|
||||
{
|
||||
"name": "composer/installers",
|
||||
"version": "v1.9.0",
|
||||
"version": "v1.11.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/composer/installers.git",
|
||||
"reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca"
|
||||
"reference": "ae03311f45dfe194412081526be2e003960df74b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/composer/installers/zipball/b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
|
||||
"reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
|
||||
"url": "https://api.github.com/repos/composer/installers/zipball/ae03311f45dfe194412081526be2e003960df74b",
|
||||
"reference": "ae03311f45dfe194412081526be2e003960df74b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -198,17 +198,18 @@
|
|||
"shama/baton": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"composer/composer": "1.6.* || 2.0.*@dev",
|
||||
"composer/semver": "1.0.* || 2.0.*@dev",
|
||||
"phpunit/phpunit": "^4.8.36",
|
||||
"sebastian/comparator": "^1.2.4",
|
||||
"composer/composer": "1.6.* || ^2.0",
|
||||
"composer/semver": "^1 || ^3",
|
||||
"phpstan/phpstan": "^0.12.55",
|
||||
"phpstan/phpstan-phpunit": "^0.12.16",
|
||||
"symfony/phpunit-bridge": "^4.2 || ^5",
|
||||
"symfony/process": "^2.3"
|
||||
},
|
||||
"type": "composer-plugin",
|
||||
"extra": {
|
||||
"class": "Composer\\Installers\\Plugin",
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0-dev"
|
||||
"dev-main": "1.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -246,6 +247,7 @@
|
|||
"Porto",
|
||||
"RadPHP",
|
||||
"SMF",
|
||||
"Starbug",
|
||||
"Thelia",
|
||||
"Whmcs",
|
||||
"WolfCMS",
|
||||
|
@ -279,6 +281,7 @@
|
|||
"majima",
|
||||
"mako",
|
||||
"mediawiki",
|
||||
"miaoxing",
|
||||
"modulework",
|
||||
"modx",
|
||||
"moodle",
|
||||
|
@ -286,6 +289,7 @@
|
|||
"phpbb",
|
||||
"piwik",
|
||||
"ppi",
|
||||
"processwire",
|
||||
"puppet",
|
||||
"pxcms",
|
||||
"reindex",
|
||||
|
@ -295,6 +299,7 @@
|
|||
"sydes",
|
||||
"sylius",
|
||||
"symfony",
|
||||
"tastyigniter",
|
||||
"typo3",
|
||||
"wordpress",
|
||||
"yawik",
|
||||
|
@ -303,19 +308,23 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/composer/installers/issues",
|
||||
"source": "https://github.com/composer/installers/tree/v1.9.0"
|
||||
"source": "https://github.com/composer/installers/tree/v1.11.0"
|
||||
},
|
||||
"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-04-07T06:57:05+00:00"
|
||||
"time": "2021-04-28T06:42:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "composer/semver",
|
||||
|
@ -2040,16 +2049,16 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/core",
|
||||
"version": "8.9.14",
|
||||
"version": "8.9.16",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/drupal/core.git",
|
||||
"reference": "84796e158cd3bd50af08974dd62931d0cc78dc7e"
|
||||
"reference": "498effa27ae5111f53f04fbe80fd05369a88c53d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/drupal/core/zipball/84796e158cd3bd50af08974dd62931d0cc78dc7e",
|
||||
"reference": "84796e158cd3bd50af08974dd62931d0cc78dc7e",
|
||||
"url": "https://api.github.com/repos/drupal/core/zipball/498effa27ae5111f53f04fbe80fd05369a88c53d",
|
||||
"reference": "498effa27ae5111f53f04fbe80fd05369a88c53d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2268,13 +2277,13 @@
|
|||
],
|
||||
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
|
||||
"support": {
|
||||
"source": "https://github.com/drupal/core/tree/8.9.14"
|
||||
"source": "https://github.com/drupal/core/tree/8.9.16"
|
||||
},
|
||||
"time": "2021-04-20T23:05:40+00:00"
|
||||
"time": "2021-05-25T09:17:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "drupal/core-composer-scaffold",
|
||||
"version": "8.9.14",
|
||||
"version": "8.9.16",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/drupal/core-composer-scaffold.git",
|
||||
|
@ -2318,22 +2327,22 @@
|
|||
"drupal"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/drupal/core-composer-scaffold/tree/8.9.5"
|
||||
"source": "https://github.com/drupal/core-composer-scaffold/tree/8.9.4"
|
||||
},
|
||||
"time": "2020-08-07T22:30:30+00:00"
|
||||
},
|
||||
{
|
||||
"name": "drupal/core-recommended",
|
||||
"version": "8.9.14",
|
||||
"version": "8.9.16",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/drupal/core-recommended.git",
|
||||
"reference": "4e468b0df84cdcf6f30594feb4e080c5c6ea7ab3"
|
||||
"reference": "ec38f5cb75ca1848f2247a645d4a4dee4abe4c28"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/drupal/core-recommended/zipball/4e468b0df84cdcf6f30594feb4e080c5c6ea7ab3",
|
||||
"reference": "4e468b0df84cdcf6f30594feb4e080c5c6ea7ab3",
|
||||
"url": "https://api.github.com/repos/drupal/core-recommended/zipball/ec38f5cb75ca1848f2247a645d4a4dee4abe4c28",
|
||||
"reference": "ec38f5cb75ca1848f2247a645d4a4dee4abe4c28",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2345,7 +2354,7 @@
|
|||
"doctrine/common": "v2.7.3",
|
||||
"doctrine/inflector": "v1.2.0",
|
||||
"doctrine/lexer": "1.0.2",
|
||||
"drupal/core": "8.9.14",
|
||||
"drupal/core": "8.9.16",
|
||||
"easyrdf/easyrdf": "0.9.1",
|
||||
"egulias/email-validator": "2.1.17",
|
||||
"guzzlehttp/guzzle": "6.5.4",
|
||||
|
@ -2358,7 +2367,7 @@
|
|||
"laminas/laminas-zendframework-bridge": "1.0.4",
|
||||
"masterminds/html5": "2.3.0",
|
||||
"paragonie/random_compat": "v9.99.99",
|
||||
"pear/archive_tar": "1.4.12",
|
||||
"pear/archive_tar": "1.4.13",
|
||||
"pear/console_getopt": "v1.4.3",
|
||||
"pear/pear-core-minimal": "v1.10.10",
|
||||
"pear/pear_exception": "v1.0.1",
|
||||
|
@ -2403,9 +2412,9 @@
|
|||
],
|
||||
"description": "Locked core dependencies; require this project INSTEAD OF drupal/core.",
|
||||
"support": {
|
||||
"source": "https://github.com/drupal/core-recommended/tree/8.9.14"
|
||||
"source": "https://github.com/drupal/core-recommended/tree/8.9.16"
|
||||
},
|
||||
"time": "2021-04-20T23:05:40+00:00"
|
||||
"time": "2021-05-25T09:17:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "drupal/ctools",
|
||||
|
@ -5557,16 +5566,16 @@
|
|||
},
|
||||
{
|
||||
"name": "pear/archive_tar",
|
||||
"version": "1.4.12",
|
||||
"version": "1.4.13",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pear/Archive_Tar.git",
|
||||
"reference": "19bb8e95490d3e3ad92fcac95500ca80bdcc7495"
|
||||
"reference": "2b87b41178cc6d4ad3cba678a46a1cae49786011"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/19bb8e95490d3e3ad92fcac95500ca80bdcc7495",
|
||||
"reference": "19bb8e95490d3e3ad92fcac95500ca80bdcc7495",
|
||||
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/2b87b41178cc6d4ad3cba678a46a1cae49786011",
|
||||
"reference": "2b87b41178cc6d4ad3cba678a46a1cae49786011",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -5633,7 +5642,7 @@
|
|||
"type": "patreon"
|
||||
}
|
||||
],
|
||||
"time": "2021-01-18T19:32:54+00:00"
|
||||
"time": "2021-02-16T10:50:50+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pear/console_getopt",
|
||||
|
@ -7642,6 +7651,9 @@
|
|||
"portable",
|
||||
"shim"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://symfony.com/sponsor",
|
||||
|
@ -8241,16 +8253,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/var-dumper",
|
||||
"version": "v4.4.20",
|
||||
"version": "v4.4.22",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/var-dumper.git",
|
||||
"reference": "a1eab2f69906dc83c5ddba4632180260d0ab4f7f"
|
||||
"reference": "c194bcedde6295f3ec3e9eba1f5d484ea97c41a7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/a1eab2f69906dc83c5ddba4632180260d0ab4f7f",
|
||||
"reference": "a1eab2f69906dc83c5ddba4632180260d0ab4f7f",
|
||||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/c194bcedde6295f3ec3e9eba1f5d484ea97c41a7",
|
||||
"reference": "c194bcedde6295f3ec3e9eba1f5d484ea97c41a7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -8309,6 +8321,9 @@
|
|||
"debug",
|
||||
"dump"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/var-dumper/tree/v4.4.22"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://symfony.com/sponsor",
|
||||
|
@ -8323,7 +8338,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-01-27T09:09:26+00:00"
|
||||
"time": "2021-04-19T13:36:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
|
@ -8569,30 +8584,35 @@
|
|||
},
|
||||
{
|
||||
"name": "webmozart/assert",
|
||||
"version": "1.9.1",
|
||||
"version": "1.10.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/webmozarts/assert.git",
|
||||
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
|
||||
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
|
||||
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
|
||||
"url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
|
||||
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^5.3.3 || ^7.0 || ^8.0",
|
||||
"php": "^7.2 || ^8.0",
|
||||
"symfony/polyfill-ctype": "^1.8"
|
||||
},
|
||||
"conflict": {
|
||||
"phpstan/phpstan": "<0.12.20",
|
||||
"vimeo/psalm": "<3.9.1"
|
||||
"vimeo/psalm": "<4.6.1 || 4.6.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
|
||||
"phpunit/phpunit": "^8.5.13"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.10-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Webmozart\\Assert\\": "src/"
|
||||
|
@ -8615,10 +8635,10 @@
|
|||
"validate"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/webmozart/assert/issues",
|
||||
"source": "https://github.com/webmozart/assert/tree/master"
|
||||
"issues": "https://github.com/webmozarts/assert/issues",
|
||||
"source": "https://github.com/webmozarts/assert/tree/1.10.0"
|
||||
},
|
||||
"time": "2020-07-08T17:02:28+00:00"
|
||||
"time": "2021-03-09T10:59:23+00:00"
|
||||
},
|
||||
{
|
||||
"name": "webmozart/path-util",
|
||||
|
@ -9000,16 +9020,16 @@
|
|||
},
|
||||
{
|
||||
"name": "composer/composer",
|
||||
"version": "1.10.19",
|
||||
"version": "1.10.22",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/composer/composer.git",
|
||||
"reference": "196601d50c08c3fae389a417a7689367fcf37cef"
|
||||
"reference": "28c9dfbe2351635961f670773e8d7b17bc5eda25"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/composer/composer/zipball/196601d50c08c3fae389a417a7689367fcf37cef",
|
||||
"reference": "196601d50c08c3fae389a417a7689367fcf37cef",
|
||||
"url": "https://api.github.com/repos/composer/composer/zipball/28c9dfbe2351635961f670773e8d7b17bc5eda25",
|
||||
"reference": "28c9dfbe2351635961f670773e8d7b17bc5eda25",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -9079,7 +9099,7 @@
|
|||
"support": {
|
||||
"irc": "irc://irc.freenode.org/composer",
|
||||
"issues": "https://github.com/composer/composer/issues",
|
||||
"source": "https://github.com/composer/composer/tree/1.10.19"
|
||||
"source": "https://github.com/composer/composer/tree/1.10.22"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -9095,7 +9115,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-04T08:14:16+00:00"
|
||||
"time": "2021-04-27T11:10:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "composer/spdx-licenses",
|
||||
|
@ -9178,16 +9198,16 @@
|
|||
},
|
||||
{
|
||||
"name": "composer/xdebug-handler",
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/composer/xdebug-handler.git",
|
||||
"reference": "f28d44c286812c714741478d968104c5e604a1d4"
|
||||
"reference": "f27e06cd9675801df441b3656569b328e04aa37c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4",
|
||||
"reference": "f28d44c286812c714741478d968104c5e604a1d4",
|
||||
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f27e06cd9675801df441b3656569b328e04aa37c",
|
||||
"reference": "f27e06cd9675801df441b3656569b328e04aa37c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -9195,7 +9215,8 @@
|
|||
"psr/log": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
|
||||
"phpstan/phpstan": "^0.12.55",
|
||||
"symfony/phpunit-bridge": "^4.2 || ^5"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
|
@ -9221,7 +9242,7 @@
|
|||
"support": {
|
||||
"irc": "irc://irc.freenode.org/composer",
|
||||
"issues": "https://github.com/composer/xdebug-handler/issues",
|
||||
"source": "https://github.com/composer/xdebug-handler/tree/1.4.5"
|
||||
"source": "https://github.com/composer/xdebug-handler/tree/1.4.6"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -9237,7 +9258,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-11-13T08:04:11+00:00"
|
||||
"time": "2021-03-25T17:01:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "dealerdirect/phpcodesniffer-composer-installer",
|
||||
|
@ -9380,20 +9401,21 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/coder",
|
||||
"version": "8.3.9",
|
||||
"version": "8.3.13",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/coder.git",
|
||||
"reference": "d51e0b8c6561e21c0545d04b5410a7bed7ee7c6b"
|
||||
"reference": "d3286d571b19633cc296d438c36b9aed195de43c"
|
||||
},
|
||||
"require": {
|
||||
"ext-mbstring": "*",
|
||||
"php": ">=7.0.8",
|
||||
"squizlabs/php_codesniffer": "^3.5.5",
|
||||
"sirbrillig/phpcs-variable-analysis": "^2.10",
|
||||
"squizlabs/php_codesniffer": "^3.5.6",
|
||||
"symfony/yaml": ">=2.0.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpstan/phpstan": "^0.12.5",
|
||||
"phpstan/phpstan": "^0.12.63",
|
||||
"phpunit/phpunit": "^6.0 || ^7.0"
|
||||
},
|
||||
"type": "phpcodesniffer-standard",
|
||||
|
@ -9405,7 +9427,7 @@
|
|||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"GPL-2.0+"
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"description": "Coder is a library to review Drupal code.",
|
||||
"homepage": "https://www.drupal.org/project/coder",
|
||||
|
@ -9418,11 +9440,11 @@
|
|||
"issues": "https://www.drupal.org/project/issues/coder",
|
||||
"source": "https://www.drupal.org/project/coder"
|
||||
},
|
||||
"time": "2020-05-08T10:20:59+00:00"
|
||||
"time": "2021-02-06T10:44:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "drupal/core-dev",
|
||||
"version": "8.9.14",
|
||||
"version": "8.9.16",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/drupal/core-dev.git",
|
||||
|
@ -9465,7 +9487,7 @@
|
|||
],
|
||||
"description": "require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.",
|
||||
"support": {
|
||||
"source": "https://github.com/drupal/core-dev/tree/8.9.4"
|
||||
"source": "https://github.com/drupal/core-dev/tree/8.9.5"
|
||||
},
|
||||
"time": "2020-05-09T07:53:22+00:00"
|
||||
},
|
||||
|
@ -10407,16 +10429,16 @@
|
|||
},
|
||||
{
|
||||
"name": "phpspec/prophecy",
|
||||
"version": "1.12.2",
|
||||
"version": "1.13.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpspec/prophecy.git",
|
||||
"reference": "245710e971a030f42e08f4912863805570f23d39"
|
||||
"reference": "be1996ed8adc35c3fd795488a653f4b518be70ea"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/245710e971a030f42e08f4912863805570f23d39",
|
||||
"reference": "245710e971a030f42e08f4912863805570f23d39",
|
||||
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea",
|
||||
"reference": "be1996ed8adc35c3fd795488a653f4b518be70ea",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -10468,9 +10490,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/phpspec/prophecy/issues",
|
||||
"source": "https://github.com/phpspec/prophecy/tree/1.12.2"
|
||||
"source": "https://github.com/phpspec/prophecy/tree/1.13.0"
|
||||
},
|
||||
"time": "2020-12-19T10:15:11+00:00"
|
||||
"time": "2021-03-17T13:42:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan",
|
||||
|
@ -11738,17 +11760,70 @@
|
|||
"time": "2020-07-07T18:42:57+00:00"
|
||||
},
|
||||
{
|
||||
"name": "squizlabs/php_codesniffer",
|
||||
"version": "3.5.5",
|
||||
"name": "sirbrillig/phpcs-variable-analysis",
|
||||
"version": "v2.11.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
||||
"reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6"
|
||||
"url": "https://github.com/sirbrillig/phpcs-variable-analysis.git",
|
||||
"reference": "e76e816236f401458dd8e16beecab905861b5867"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
|
||||
"reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
|
||||
"url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/e76e816236f401458dd8e16beecab905861b5867",
|
||||
"reference": "e76e816236f401458dd8e16beecab905861b5867",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4.0",
|
||||
"squizlabs/php_codesniffer": "^3.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
||||
"limedeck/phpunit-detailed-printer": "^3.1 || ^4.0 || ^5.0",
|
||||
"phpstan/phpstan": "^0.11.8",
|
||||
"phpunit/phpunit": "^5.0 || ^6.5 || ^7.0 || ^8.0",
|
||||
"sirbrillig/phpcs-import-detection": "^1.1"
|
||||
},
|
||||
"type": "phpcodesniffer-standard",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"VariableAnalysis\\": "VariableAnalysis/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"BSD-2-Clause"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sam Graham",
|
||||
"email": "php-codesniffer-variableanalysis@illusori.co.uk"
|
||||
},
|
||||
{
|
||||
"name": "Payton Swick",
|
||||
"email": "payton@foolord.com"
|
||||
}
|
||||
],
|
||||
"description": "A PHPCS sniff to detect problems with variables.",
|
||||
"support": {
|
||||
"issues": "https://github.com/sirbrillig/phpcs-variable-analysis/issues",
|
||||
"source": "https://github.com/sirbrillig/phpcs-variable-analysis",
|
||||
"wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki"
|
||||
},
|
||||
"time": "2021-03-09T22:32:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "squizlabs/php_codesniffer",
|
||||
"version": "3.6.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
||||
"reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
|
||||
"reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -11791,7 +11866,7 @@
|
|||
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
|
||||
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
|
||||
},
|
||||
"time": "2020-04-17T01:09:41+00:00"
|
||||
"time": "2021-04-09T00:54:41+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/browser-kit",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue