mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-18 22:58:10 +01:00
[prep-release-3.3.1] Patch version update of symfony dependencies
This commit is contained in:
parent
a91b1d2f26
commit
0951e204c9
261
phpBB/composer.lock
generated
261
phpBB/composer.lock
generated
@ -85,16 +85,16 @@
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/guzzle",
|
||||
"version": "6.5.3",
|
||||
"version": "6.5.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/guzzle/guzzle.git",
|
||||
"reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e"
|
||||
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/aab4ebd862aa7d04f01a4b51849d657db56d882e",
|
||||
"reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e",
|
||||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
|
||||
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -102,7 +102,7 @@
|
||||
"guzzlehttp/promises": "^1.0",
|
||||
"guzzlehttp/psr7": "^1.6.1",
|
||||
"php": ">=5.5",
|
||||
"symfony/polyfill-intl-idn": "^1.11"
|
||||
"symfony/polyfill-intl-idn": "^1.17.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-curl": "*",
|
||||
@ -148,7 +148,7 @@
|
||||
"rest",
|
||||
"web service"
|
||||
],
|
||||
"time": "2020-04-18T10:38:46+00:00"
|
||||
"time": "2020-06-16T21:01:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/promises",
|
||||
@ -847,17 +847,57 @@
|
||||
"time": "2020-01-08T02:46:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "s9e/text-formatter",
|
||||
"version": "2.6.0",
|
||||
"name": "s9e/sweetdom",
|
||||
"version": "1.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/s9e/TextFormatter.git",
|
||||
"reference": "9cb0710514fe8eb7e4c662483b6bb2ad028e046b"
|
||||
"url": "https://github.com/s9e/SweetDOM.git",
|
||||
"reference": "f3a58c723fbe04d92ebcef5c8c7913bb364f58cd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/9cb0710514fe8eb7e4c662483b6bb2ad028e046b",
|
||||
"reference": "9cb0710514fe8eb7e4c662483b6bb2ad028e046b",
|
||||
"url": "https://api.github.com/repos/s9e/SweetDOM/zipball/f3a58c723fbe04d92ebcef5c8c7913bb364f58cd",
|
||||
"reference": "f3a58c723fbe04d92ebcef5c8c7913bb364f58cd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-dom": "*",
|
||||
"php": ">=7.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "*"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"s9e\\SweetDOM\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"description": "Syntactic sugar for the DOM API with a focus on XSLT 1.0 template manipulation.",
|
||||
"homepage": "https://github.com/s9e/SweetDOM/",
|
||||
"keywords": [
|
||||
"dom",
|
||||
"xsl",
|
||||
"xslt"
|
||||
],
|
||||
"time": "2020-05-25T15:01:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "s9e/text-formatter",
|
||||
"version": "2.7.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/s9e/TextFormatter.git",
|
||||
"reference": "16a1c759307da654bedd7b649bef6930384e9561"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/16a1c759307da654bedd7b649bef6930384e9561",
|
||||
"reference": "16a1c759307da654bedd7b649bef6930384e9561",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -865,7 +905,8 @@
|
||||
"ext-filter": "*",
|
||||
"lib-pcre": ">=8.13",
|
||||
"php": ">=7.1",
|
||||
"s9e/regexp-builder": "^1.4"
|
||||
"s9e/regexp-builder": "^1.4",
|
||||
"s9e/sweetdom": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"matthiasmullie/minify": "*",
|
||||
@ -883,7 +924,7 @@
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"version": "2.6.0"
|
||||
"version": "2.7.1"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
@ -913,20 +954,20 @@
|
||||
"parser",
|
||||
"shortcodes"
|
||||
],
|
||||
"time": "2020-05-17T14:01:20+00:00"
|
||||
"time": "2020-06-06T14:59:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/config",
|
||||
"version": "v3.4.40",
|
||||
"version": "v3.4.42",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/config.git",
|
||||
"reference": "3634991bea549e73c45a964c38f30ceeae6ed877"
|
||||
"reference": "cd61db31cbd19cbe4ba9f6968f13c9076e1372ab"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/config/zipball/3634991bea549e73c45a964c38f30ceeae6ed877",
|
||||
"reference": "3634991bea549e73c45a964c38f30ceeae6ed877",
|
||||
"url": "https://api.github.com/repos/symfony/config/zipball/cd61db31cbd19cbe4ba9f6968f13c9076e1372ab",
|
||||
"reference": "cd61db31cbd19cbe4ba9f6968f13c9076e1372ab",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -991,20 +1032,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-04-12T14:33:46+00:00"
|
||||
"time": "2020-05-22T10:56:48+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
"version": "v3.4.40",
|
||||
"version": "v3.4.42",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/console.git",
|
||||
"reference": "bf60d5e606cd595391c5f82bf6b570d9573fa120"
|
||||
"reference": "bfe29ead7e7b1cc9ce74c6a40d06ad1f96fced13"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/bf60d5e606cd595391c5f82bf6b570d9573fa120",
|
||||
"reference": "bf60d5e606cd595391c5f82bf6b570d9573fa120",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/bfe29ead7e7b1cc9ce74c6a40d06ad1f96fced13",
|
||||
"reference": "bfe29ead7e7b1cc9ce74c6a40d06ad1f96fced13",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1077,20 +1118,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-03-27T17:07:22+00:00"
|
||||
"time": "2020-05-30T18:58:05+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/debug",
|
||||
"version": "v3.4.40",
|
||||
"version": "v3.4.42",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/debug.git",
|
||||
"reference": "ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29"
|
||||
"reference": "518c6a00d0872da30bd06aee3ea59a0a5cf54d6d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/debug/zipball/ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29",
|
||||
"reference": "ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29",
|
||||
"url": "https://api.github.com/repos/symfony/debug/zipball/518c6a00d0872da30bd06aee3ea59a0a5cf54d6d",
|
||||
"reference": "518c6a00d0872da30bd06aee3ea59a0a5cf54d6d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1147,20 +1188,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-03-23T10:22:40+00:00"
|
||||
"time": "2020-05-22T18:25:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/dependency-injection",
|
||||
"version": "v3.4.40",
|
||||
"version": "v3.4.42",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/dependency-injection.git",
|
||||
"reference": "d10ff5503b0b27711087eef4ac7835a752fe42fd"
|
||||
"reference": "e39380b7104b0ec538a075ae919f00c7e5267bac"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d10ff5503b0b27711087eef4ac7835a752fe42fd",
|
||||
"reference": "d10ff5503b0b27711087eef4ac7835a752fe42fd",
|
||||
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e39380b7104b0ec538a075ae919f00c7e5267bac",
|
||||
"reference": "e39380b7104b0ec538a075ae919f00c7e5267bac",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1232,20 +1273,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-04-13T09:33:40+00:00"
|
||||
"time": "2020-05-30T21:06:01+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
"version": "v3.4.40",
|
||||
"version": "v3.4.42",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/event-dispatcher.git",
|
||||
"reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48"
|
||||
"reference": "14d978f8e8555f2de719c00eb65376be7d2e9081"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
|
||||
"reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
|
||||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/14d978f8e8555f2de719c00eb65376be7d2e9081",
|
||||
"reference": "14d978f8e8555f2de719c00eb65376be7d2e9081",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1309,20 +1350,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-03-15T09:38:08+00:00"
|
||||
"time": "2020-05-05T15:06:23+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/filesystem",
|
||||
"version": "v3.4.40",
|
||||
"version": "v3.4.42",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/filesystem.git",
|
||||
"reference": "78a93e5606a19d0fb490afc3c4a9b7ecd86e1515"
|
||||
"reference": "0f625d0cb1e59c8c4ba61abb170125175218ff10"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/78a93e5606a19d0fb490afc3c4a9b7ecd86e1515",
|
||||
"reference": "78a93e5606a19d0fb490afc3c4a9b7ecd86e1515",
|
||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/0f625d0cb1e59c8c4ba61abb170125175218ff10",
|
||||
"reference": "0f625d0cb1e59c8c4ba61abb170125175218ff10",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1373,11 +1414,11 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-04-12T16:54:01+00:00"
|
||||
"time": "2020-05-30T17:48:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/finder",
|
||||
"version": "v3.4.40",
|
||||
"version": "v3.4.42",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/finder.git",
|
||||
@ -1422,20 +1463,34 @@
|
||||
],
|
||||
"description": "Symfony Finder Component",
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-foundation",
|
||||
"version": "v3.4.40",
|
||||
"version": "v3.4.42",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-foundation.git",
|
||||
"reference": "eded33daef1147be7ff1249706be9a49fe2c7a44"
|
||||
"reference": "fbd216d2304b1a3fe38d6392b04729c8dd356359"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/eded33daef1147be7ff1249706be9a49fe2c7a44",
|
||||
"reference": "eded33daef1147be7ff1249706be9a49fe2c7a44",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/fbd216d2304b1a3fe38d6392b04729c8dd356359",
|
||||
"reference": "fbd216d2304b1a3fe38d6392b04729c8dd356359",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1490,20 +1545,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-04-18T20:23:17+00:00"
|
||||
"time": "2020-05-16T13:15:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-kernel",
|
||||
"version": "v3.4.40",
|
||||
"version": "v3.4.42",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-kernel.git",
|
||||
"reference": "139d477cc926de9ca03c3d59b51ab6e22450c6df"
|
||||
"reference": "6464a0475496040fe1f48428488d53e485be77a0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/139d477cc926de9ca03c3d59b51ab6e22450c6df",
|
||||
"reference": "139d477cc926de9ca03c3d59b51ab6e22450c6df",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/6464a0475496040fe1f48428488d53e485be77a0",
|
||||
"reference": "6464a0475496040fe1f48428488d53e485be77a0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1594,7 +1649,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-04-28T17:41:38+00:00"
|
||||
"time": "2020-06-12T10:57:07+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-ctype",
|
||||
@ -2097,16 +2152,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/process",
|
||||
"version": "v3.4.40",
|
||||
"version": "v3.4.42",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/process.git",
|
||||
"reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271"
|
||||
"reference": "8a895f0c92a7c4b10db95139bcff71bdf66d4d21"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/f5104c9dcbc2cfad45d01d5150c1da9836967271",
|
||||
"reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/8a895f0c92a7c4b10db95139bcff71bdf66d4d21",
|
||||
"reference": "8a895f0c92a7c4b10db95139bcff71bdf66d4d21",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2156,11 +2211,11 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-04-12T14:33:46+00:00"
|
||||
"time": "2020-05-23T17:05:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/proxy-manager-bridge",
|
||||
"version": "v3.4.40",
|
||||
"version": "v3.4.42",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/proxy-manager-bridge.git",
|
||||
@ -2228,16 +2283,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/routing",
|
||||
"version": "v3.4.40",
|
||||
"version": "v3.4.42",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/routing.git",
|
||||
"reference": "53b432fde8eea7dab820e75abda5b97fdaa829b4"
|
||||
"reference": "e0d43b6f9417ad59ecaa8e2f799b79eef417387f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/routing/zipball/53b432fde8eea7dab820e75abda5b97fdaa829b4",
|
||||
"reference": "53b432fde8eea7dab820e75abda5b97fdaa829b4",
|
||||
"url": "https://api.github.com/repos/symfony/routing/zipball/e0d43b6f9417ad59ecaa8e2f799b79eef417387f",
|
||||
"reference": "e0d43b6f9417ad59ecaa8e2f799b79eef417387f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2314,11 +2369,11 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-04-12T09:58:27+00:00"
|
||||
"time": "2020-05-30T19:50:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/twig-bridge",
|
||||
"version": "v3.4.40",
|
||||
"version": "v3.4.42",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/twig-bridge.git",
|
||||
@ -2423,16 +2478,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
"version": "v3.4.40",
|
||||
"version": "v3.4.42",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/yaml.git",
|
||||
"reference": "8fef49ac1357f4e05c997a1f139467ccb186bffa"
|
||||
"reference": "7233ac2bfdde24d672f5305f2b3f6b5d741ef8eb"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/8fef49ac1357f4e05c997a1f139467ccb186bffa",
|
||||
"reference": "8fef49ac1357f4e05c997a1f139467ccb186bffa",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/7233ac2bfdde24d672f5305f2b3f6b5d741ef8eb",
|
||||
"reference": "7233ac2bfdde24d672f5305f2b3f6b5d741ef8eb",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2492,7 +2547,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-04-24T10:16:04+00:00"
|
||||
"time": "2020-05-11T07:51:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "twig/twig",
|
||||
@ -2676,16 +2731,16 @@
|
||||
"packages-dev": [
|
||||
{
|
||||
"name": "blackfire/php-sdk",
|
||||
"version": "v1.22.0",
|
||||
"version": "v1.23.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/blackfireio/php-sdk.git",
|
||||
"reference": "4188f61bad20b45b19b61c3b6225f9aec2c8c8e4"
|
||||
"reference": "c11e9546182fcd8c2f3b1d5a4b867da062264355"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/blackfireio/php-sdk/zipball/4188f61bad20b45b19b61c3b6225f9aec2c8c8e4",
|
||||
"reference": "4188f61bad20b45b19b61c3b6225f9aec2c8c8e4",
|
||||
"url": "https://api.github.com/repos/blackfireio/php-sdk/zipball/c11e9546182fcd8c2f3b1d5a4b867da062264355",
|
||||
"reference": "c11e9546182fcd8c2f3b1d5a4b867da062264355",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2693,6 +2748,8 @@
|
||||
"php": ">=5.2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"guzzlehttp/psr7": "^1.6",
|
||||
"psr/http-message": "^1.0",
|
||||
"symfony/http-client": "^4.3"
|
||||
},
|
||||
"suggest": {
|
||||
@ -2736,7 +2793,7 @@
|
||||
"type": "custom"
|
||||
}
|
||||
],
|
||||
"time": "2020-03-13T12:50:29+00:00"
|
||||
"time": "2020-05-29T11:19:11+00:00"
|
||||
},
|
||||
{
|
||||
"name": "composer/ca-bundle",
|
||||
@ -2806,20 +2863,20 @@
|
||||
},
|
||||
{
|
||||
"name": "doctrine/instantiator",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/instantiator.git",
|
||||
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
|
||||
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
|
||||
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
|
||||
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
|
||||
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1"
|
||||
"php": "^7.1 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/coding-standard": "^6.0",
|
||||
@ -2858,7 +2915,21 @@
|
||||
"constructor",
|
||||
"instantiate"
|
||||
],
|
||||
"time": "2019-10-21T16:45:58+00:00"
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://www.doctrine-project.org/sponsorship.html",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://www.patreon.com/phpdoctrine",
|
||||
"type": "patreon"
|
||||
},
|
||||
{
|
||||
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-05-29T17:27:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fabpot/goutte",
|
||||
@ -4607,16 +4678,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/browser-kit",
|
||||
"version": "v3.4.40",
|
||||
"version": "v3.4.42",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/browser-kit.git",
|
||||
"reference": "1c7bcd954ad1fc02354c4cfd3fcd1b0c95245367"
|
||||
"reference": "1467e0c7cf0c5c2c08dc9b45ca0300ac3cd3a824"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/1c7bcd954ad1fc02354c4cfd3fcd1b0c95245367",
|
||||
"reference": "1c7bcd954ad1fc02354c4cfd3fcd1b0c95245367",
|
||||
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/1467e0c7cf0c5c2c08dc9b45ca0300ac3cd3a824",
|
||||
"reference": "1467e0c7cf0c5c2c08dc9b45ca0300ac3cd3a824",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -4674,11 +4745,11 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-03-15T09:38:08+00:00"
|
||||
"time": "2020-04-27T06:55:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/css-selector",
|
||||
"version": "v3.4.40",
|
||||
"version": "v3.4.42",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/css-selector.git",
|
||||
@ -4745,16 +4816,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/dom-crawler",
|
||||
"version": "v3.4.40",
|
||||
"version": "v3.4.42",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/dom-crawler.git",
|
||||
"reference": "ceacdab4abf7695ef6bec77c8b7983e1544c6358"
|
||||
"reference": "c3086a58a66b2a519c0b7ac80539a3727609ea9c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/ceacdab4abf7695ef6bec77c8b7983e1544c6358",
|
||||
"reference": "ceacdab4abf7695ef6bec77c8b7983e1544c6358",
|
||||
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c3086a58a66b2a519c0b7ac80539a3727609ea9c",
|
||||
"reference": "c3086a58a66b2a519c0b7ac80539a3727609ea9c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -4812,7 +4883,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-03-16T08:31:04+00:00"
|
||||
"time": "2020-05-22T19:35:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "theseer/tokenizer",
|
||||
|
Loading…
x
Reference in New Issue
Block a user