Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • ci-test
  • main
  • v0.1.0
  • v0.1.1
  • v0.1.2
  • v0.1.3
  • v0.1.4
7 results

Target

Select target project
  • A0F5D531834BDC1F/api-server-template
1 result
Select Git revision
  • ci-test
  • main
  • v0.1.0
  • v0.1.1
  • v0.1.2
  • v0.1.3
  • v0.1.4
7 results
Show changes
Commits on Source (2)
...@@ -299,16 +299,16 @@ ...@@ -299,16 +299,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v5.3.2", "version": "v5.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "649730483885ff2ca99ca0560ef0e5f6b03f2ac1" "reference": "51b71afd6d2dc8f5063199357b9880cea8d8bfe2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/649730483885ff2ca99ca0560ef0e5f6b03f2ac1", "url": "https://api.github.com/repos/symfony/console/zipball/51b71afd6d2dc8f5063199357b9880cea8d8bfe2",
"reference": "649730483885ff2ca99ca0560ef0e5f6b03f2ac1", "reference": "51b71afd6d2dc8f5063199357b9880cea8d8bfe2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -316,11 +316,12 @@ ...@@ -316,11 +316,12 @@
"symfony/deprecation-contracts": "^2.1", "symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8", "symfony/polyfill-php73": "^1.8",
"symfony/polyfill-php80": "^1.15", "symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1|^2", "symfony/service-contracts": "^1.1|^2",
"symfony/string": "^5.1" "symfony/string": "^5.1"
}, },
"conflict": { "conflict": {
"psr/log": ">=3",
"symfony/dependency-injection": "<4.4", "symfony/dependency-injection": "<4.4",
"symfony/dotenv": "<5.1", "symfony/dotenv": "<5.1",
"symfony/event-dispatcher": "<4.4", "symfony/event-dispatcher": "<4.4",
...@@ -328,10 +329,10 @@ ...@@ -328,10 +329,10 @@
"symfony/process": "<4.4" "symfony/process": "<4.4"
}, },
"provide": { "provide": {
"psr/log-implementation": "1.0" "psr/log-implementation": "1.0|2.0"
}, },
"require-dev": { "require-dev": {
"psr/log": "~1.0", "psr/log": "^1|^2",
"symfony/config": "^4.4|^5.0", "symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0",
"symfony/event-dispatcher": "^4.4|^5.0", "symfony/event-dispatcher": "^4.4|^5.0",
...@@ -377,7 +378,7 @@ ...@@ -377,7 +378,7 @@
"terminal" "terminal"
], ],
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v5.3.2" "source": "https://github.com/symfony/console/tree/v5.3.6"
}, },
"funding": [ "funding": [
{ {
...@@ -393,7 +394,7 @@ ...@@ -393,7 +394,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-06-12T09:42:48+00:00" "time": "2021-07-27T19:10:22+00:00"
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
...@@ -543,16 +544,16 @@ ...@@ -543,16 +544,16 @@
}, },
{ {
"name": "symfony/polyfill-intl-grapheme", "name": "symfony/polyfill-intl-grapheme",
"version": "v1.23.0", "version": "v1.23.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "24b72c6baa32c746a4d0840147c9715e42bb68ab" "reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/24b72c6baa32c746a4d0840147c9715e42bb68ab", "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
"reference": "24b72c6baa32c746a4d0840147c9715e42bb68ab", "reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -604,7 +605,7 @@ ...@@ -604,7 +605,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.0" "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1"
}, },
"funding": [ "funding": [
{ {
...@@ -620,7 +621,7 @@ ...@@ -620,7 +621,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-27T09:17:38+00:00" "time": "2021-05-27T12:26:48+00:00"
}, },
{ {
"name": "symfony/polyfill-intl-normalizer", "name": "symfony/polyfill-intl-normalizer",
...@@ -708,16 +709,16 @@ ...@@ -708,16 +709,16 @@
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.23.0", "version": "v1.23.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1" "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
"reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1", "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -768,7 +769,7 @@ ...@@ -768,7 +769,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
}, },
"funding": [ "funding": [
{ {
...@@ -784,7 +785,7 @@ ...@@ -784,7 +785,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-27T09:27:20+00:00" "time": "2021-05-27T12:26:48+00:00"
}, },
{ {
"name": "symfony/polyfill-php73", "name": "symfony/polyfill-php73",
...@@ -867,16 +868,16 @@ ...@@ -867,16 +868,16 @@
}, },
{ {
"name": "symfony/polyfill-php80", "name": "symfony/polyfill-php80",
"version": "v1.23.0", "version": "v1.23.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php80.git", "url": "https://github.com/symfony/polyfill-php80.git",
"reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0" "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
"reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0", "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -930,7 +931,7 @@ ...@@ -930,7 +931,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.23.0" "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
}, },
"funding": [ "funding": [
{ {
...@@ -946,25 +947,25 @@ ...@@ -946,25 +947,25 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-02-19T12:13:01+00:00" "time": "2021-07-28T13:41:28+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v5.3.2", "version": "v5.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "714b47f9196de61a196d86c4bad5f09201b307df" "reference": "d16634ee55b895bd85ec714dadc58e4428ecf030"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/714b47f9196de61a196d86c4bad5f09201b307df", "url": "https://api.github.com/repos/symfony/process/zipball/d16634ee55b895bd85ec714dadc58e4428ecf030",
"reference": "714b47f9196de61a196d86c4bad5f09201b307df", "reference": "d16634ee55b895bd85ec714dadc58e4428ecf030",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15" "symfony/polyfill-php80": "^1.16"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -992,7 +993,7 @@ ...@@ -992,7 +993,7 @@
"description": "Executes commands in sub-processes", "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/process/tree/v5.3.2" "source": "https://github.com/symfony/process/tree/v5.3.4"
}, },
"funding": [ "funding": [
{ {
...@@ -1008,7 +1009,7 @@ ...@@ -1008,7 +1009,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-06-12T10:15:01+00:00" "time": "2021-07-23T15:54:19+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
...@@ -1174,16 +1175,16 @@ ...@@ -1174,16 +1175,16 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v5.3.3", "version": "v5.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "485c83a2fb5893e2ff21bf4bfc7fdf48b4967229" "reference": "4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/485c83a2fb5893e2ff21bf4bfc7fdf48b4967229", "url": "https://api.github.com/repos/symfony/yaml/zipball/4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7",
"reference": "485c83a2fb5893e2ff21bf4bfc7fdf48b4967229", "reference": "4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1229,7 +1230,7 @@ ...@@ -1229,7 +1230,7 @@
"description": "Loads and dumps YAML files", "description": "Loads and dumps YAML files",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/yaml/tree/v5.3.3" "source": "https://github.com/symfony/yaml/tree/v5.3.6"
}, },
"funding": [ "funding": [
{ {
...@@ -1245,7 +1246,7 @@ ...@@ -1245,7 +1246,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-06-24T08:13:00+00:00" "time": "2021-07-29T06:20:01+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],
......
...@@ -1893,25 +1893,25 @@ ...@@ -1893,25 +1893,25 @@
}, },
{ {
"name": "symfony/cache", "name": "symfony/cache",
"version": "v5.3.3", "version": "v5.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/cache.git", "url": "https://github.com/symfony/cache.git",
"reference": "82962a497f090e95e3b357c21bf6f54991c9b1a5" "reference": "944db6004fc374fbe032d18e07cce51cc4e1e661"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/82962a497f090e95e3b357c21bf6f54991c9b1a5", "url": "https://api.github.com/repos/symfony/cache/zipball/944db6004fc374fbe032d18e07cce51cc4e1e661",
"reference": "82962a497f090e95e3b357c21bf6f54991c9b1a5", "reference": "944db6004fc374fbe032d18e07cce51cc4e1e661",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"psr/cache": "^1.0|^2.0", "psr/cache": "^1.0|^2.0",
"psr/log": "^1.1", "psr/log": "^1.1|^2|^3",
"symfony/cache-contracts": "^1.1.7|^2", "symfony/cache-contracts": "^1.1.7|^2",
"symfony/deprecation-contracts": "^2.1", "symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-php80": "^1.15", "symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1|^2", "symfony/service-contracts": "^1.1|^2",
"symfony/var-exporter": "^4.4|^5.0" "symfony/var-exporter": "^4.4|^5.0"
}, },
...@@ -1969,7 +1969,7 @@ ...@@ -1969,7 +1969,7 @@
"psr6" "psr6"
], ],
"support": { "support": {
"source": "https://github.com/symfony/cache/tree/v5.3.3" "source": "https://github.com/symfony/cache/tree/v5.3.4"
}, },
"funding": [ "funding": [
{ {
...@@ -1985,7 +1985,7 @@ ...@@ -1985,7 +1985,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-06-24T08:13:00+00:00" "time": "2021-07-23T15:55:36+00:00"
}, },
{ {
"name": "symfony/cache-contracts", "name": "symfony/cache-contracts",
...@@ -2068,16 +2068,16 @@ ...@@ -2068,16 +2068,16 @@
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v5.3.3", "version": "v5.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/config.git", "url": "https://github.com/symfony/config.git",
"reference": "a69e0c55528b47df88d3c4067ddedf32d485d662" "reference": "4268f3059c904c61636275182707f81645517a37"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/a69e0c55528b47df88d3c4067ddedf32d485d662", "url": "https://api.github.com/repos/symfony/config/zipball/4268f3059c904c61636275182707f81645517a37",
"reference": "a69e0c55528b47df88d3c4067ddedf32d485d662", "reference": "4268f3059c904c61636275182707f81645517a37",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2085,7 +2085,7 @@ ...@@ -2085,7 +2085,7 @@
"symfony/deprecation-contracts": "^2.1", "symfony/deprecation-contracts": "^2.1",
"symfony/filesystem": "^4.4|^5.0", "symfony/filesystem": "^4.4|^5.0",
"symfony/polyfill-ctype": "~1.8", "symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.15", "symfony/polyfill-php80": "^1.16",
"symfony/polyfill-php81": "^1.22" "symfony/polyfill-php81": "^1.22"
}, },
"conflict": { "conflict": {
...@@ -2127,7 +2127,7 @@ ...@@ -2127,7 +2127,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/config/tree/v5.3.3" "source": "https://github.com/symfony/config/tree/v5.3.4"
}, },
"funding": [ "funding": [
{ {
...@@ -2143,20 +2143,20 @@ ...@@ -2143,20 +2143,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-06-24T08:13:00+00:00" "time": "2021-07-21T12:40:44+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v5.3.2", "version": "v5.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "649730483885ff2ca99ca0560ef0e5f6b03f2ac1" "reference": "51b71afd6d2dc8f5063199357b9880cea8d8bfe2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/649730483885ff2ca99ca0560ef0e5f6b03f2ac1", "url": "https://api.github.com/repos/symfony/console/zipball/51b71afd6d2dc8f5063199357b9880cea8d8bfe2",
"reference": "649730483885ff2ca99ca0560ef0e5f6b03f2ac1", "reference": "51b71afd6d2dc8f5063199357b9880cea8d8bfe2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2164,11 +2164,12 @@ ...@@ -2164,11 +2164,12 @@
"symfony/deprecation-contracts": "^2.1", "symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8", "symfony/polyfill-php73": "^1.8",
"symfony/polyfill-php80": "^1.15", "symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1|^2", "symfony/service-contracts": "^1.1|^2",
"symfony/string": "^5.1" "symfony/string": "^5.1"
}, },
"conflict": { "conflict": {
"psr/log": ">=3",
"symfony/dependency-injection": "<4.4", "symfony/dependency-injection": "<4.4",
"symfony/dotenv": "<5.1", "symfony/dotenv": "<5.1",
"symfony/event-dispatcher": "<4.4", "symfony/event-dispatcher": "<4.4",
...@@ -2176,10 +2177,10 @@ ...@@ -2176,10 +2177,10 @@
"symfony/process": "<4.4" "symfony/process": "<4.4"
}, },
"provide": { "provide": {
"psr/log-implementation": "1.0" "psr/log-implementation": "1.0|2.0"
}, },
"require-dev": { "require-dev": {
"psr/log": "~1.0", "psr/log": "^1|^2",
"symfony/config": "^4.4|^5.0", "symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0",
"symfony/event-dispatcher": "^4.4|^5.0", "symfony/event-dispatcher": "^4.4|^5.0",
...@@ -2225,7 +2226,7 @@ ...@@ -2225,7 +2226,7 @@
"terminal" "terminal"
], ],
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v5.3.2" "source": "https://github.com/symfony/console/tree/v5.3.6"
}, },
"funding": [ "funding": [
{ {
...@@ -2241,27 +2242,27 @@ ...@@ -2241,27 +2242,27 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-06-12T09:42:48+00:00" "time": "2021-07-27T19:10:22+00:00"
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
"version": "v5.3.3", "version": "v5.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dependency-injection.git", "url": "https://github.com/symfony/dependency-injection.git",
"reference": "e421c4f161848740ad1fcf09b12391ddca168d95" "reference": "5a825e4b386066167a8b55487091cb62beec74c2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e421c4f161848740ad1fcf09b12391ddca168d95", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5a825e4b386066167a8b55487091cb62beec74c2",
"reference": "e421c4f161848740ad1fcf09b12391ddca168d95", "reference": "5a825e4b386066167a8b55487091cb62beec74c2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"psr/container": "^1.1.1", "psr/container": "^1.1.1",
"symfony/deprecation-contracts": "^2.1", "symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-php80": "^1.15", "symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1.6|^2" "symfony/service-contracts": "^1.1.6|^2"
}, },
"conflict": { "conflict": {
...@@ -2313,7 +2314,7 @@ ...@@ -2313,7 +2314,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application", "description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/dependency-injection/tree/v5.3.3" "source": "https://github.com/symfony/dependency-injection/tree/v5.3.4"
}, },
"funding": [ "funding": [
{ {
...@@ -2329,7 +2330,7 @@ ...@@ -2329,7 +2330,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-06-24T08:13:00+00:00" "time": "2021-07-23T15:55:36+00:00"
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
...@@ -2400,16 +2401,16 @@ ...@@ -2400,16 +2401,16 @@
}, },
{ {
"name": "symfony/dotenv", "name": "symfony/dotenv",
"version": "v5.3.0", "version": "v5.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dotenv.git", "url": "https://github.com/symfony/dotenv.git",
"reference": "1ac423fcc9548709077f90aca26c733cdb7e6e5c" "reference": "b6d44663cff8c9880ee64d232870293a11e14cd6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dotenv/zipball/1ac423fcc9548709077f90aca26c733cdb7e6e5c", "url": "https://api.github.com/repos/symfony/dotenv/zipball/b6d44663cff8c9880ee64d232870293a11e14cd6",
"reference": "1ac423fcc9548709077f90aca26c733cdb7e6e5c", "reference": "b6d44663cff8c9880ee64d232870293a11e14cd6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2450,7 +2451,7 @@ ...@@ -2450,7 +2451,7 @@
"environment" "environment"
], ],
"support": { "support": {
"source": "https://github.com/symfony/dotenv/tree/v5.3.0" "source": "https://github.com/symfony/dotenv/tree/v5.3.6"
}, },
"funding": [ "funding": [
{ {
...@@ -2466,26 +2467,25 @@ ...@@ -2466,26 +2467,25 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-26T12:52:38+00:00" "time": "2021-07-29T06:20:01+00:00"
}, },
{ {
"name": "symfony/error-handler", "name": "symfony/error-handler",
"version": "v5.3.3", "version": "v5.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/error-handler.git", "url": "https://github.com/symfony/error-handler.git",
"reference": "43323e79c80719e8a4674e33484bca98270d223f" "reference": "281f6c4660bcf5844bb0346fe3a4664722fe4c73"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/43323e79c80719e8a4674e33484bca98270d223f", "url": "https://api.github.com/repos/symfony/error-handler/zipball/281f6c4660bcf5844bb0346fe3a4664722fe4c73",
"reference": "43323e79c80719e8a4674e33484bca98270d223f", "reference": "281f6c4660bcf5844bb0346fe3a4664722fe4c73",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"psr/log": "^1.0", "psr/log": "^1|^2|^3",
"symfony/polyfill-php80": "^1.15",
"symfony/var-dumper": "^4.4|^5.0" "symfony/var-dumper": "^4.4|^5.0"
}, },
"require-dev": { "require-dev": {
...@@ -2519,7 +2519,7 @@ ...@@ -2519,7 +2519,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code", "description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/error-handler/tree/v5.3.3" "source": "https://github.com/symfony/error-handler/tree/v5.3.4"
}, },
"funding": [ "funding": [
{ {
...@@ -2535,27 +2535,27 @@ ...@@ -2535,27 +2535,27 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-06-24T08:13:00+00:00" "time": "2021-07-23T15:55:36+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v5.3.0", "version": "v5.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "67a5f354afa8e2f231081b3fa11a5912f933c3ce" "reference": "f2fd2208157553874560f3645d4594303058c4bd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67a5f354afa8e2f231081b3fa11a5912f933c3ce", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f2fd2208157553874560f3645d4594303058c4bd",
"reference": "67a5f354afa8e2f231081b3fa11a5912f933c3ce", "reference": "f2fd2208157553874560f3645d4594303058c4bd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1", "symfony/deprecation-contracts": "^2.1",
"symfony/event-dispatcher-contracts": "^2", "symfony/event-dispatcher-contracts": "^2",
"symfony/polyfill-php80": "^1.15" "symfony/polyfill-php80": "^1.16"
}, },
"conflict": { "conflict": {
"symfony/dependency-injection": "<4.4" "symfony/dependency-injection": "<4.4"
...@@ -2565,7 +2565,7 @@ ...@@ -2565,7 +2565,7 @@
"symfony/event-dispatcher-implementation": "2.0" "symfony/event-dispatcher-implementation": "2.0"
}, },
"require-dev": { "require-dev": {
"psr/log": "~1.0", "psr/log": "^1|^2|^3",
"symfony/config": "^4.4|^5.0", "symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0",
"symfony/error-handler": "^4.4|^5.0", "symfony/error-handler": "^4.4|^5.0",
...@@ -2604,7 +2604,7 @@ ...@@ -2604,7 +2604,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v5.3.0" "source": "https://github.com/symfony/event-dispatcher/tree/v5.3.4"
}, },
"funding": [ "funding": [
{ {
...@@ -2620,7 +2620,7 @@ ...@@ -2620,7 +2620,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-26T17:43:10+00:00" "time": "2021-07-23T15:55:36+00:00"
}, },
{ {
"name": "symfony/event-dispatcher-contracts", "name": "symfony/event-dispatcher-contracts",
...@@ -2767,21 +2767,22 @@ ...@@ -2767,21 +2767,22 @@
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v5.3.3", "version": "v5.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "19b71c8f313b411172dd5f470fd61f24466d79a9" "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/19b71c8f313b411172dd5f470fd61f24466d79a9", "url": "https://api.github.com/repos/symfony/filesystem/zipball/343f4fe324383ca46792cae728a3b6e2f708fb32",
"reference": "19b71c8f313b411172dd5f470fd61f24466d79a9", "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8" "symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.16"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -2809,7 +2810,7 @@ ...@@ -2809,7 +2810,7 @@
"description": "Provides basic utilities for the filesystem", "description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/filesystem/tree/v5.3.3" "source": "https://github.com/symfony/filesystem/tree/v5.3.4"
}, },
"funding": [ "funding": [
{ {
...@@ -2825,24 +2826,25 @@ ...@@ -2825,24 +2826,25 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-06-30T07:27:52+00:00" "time": "2021-07-21T12:40:44+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v5.3.0", "version": "v5.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6" "reference": "17f50e06018baec41551a71a15731287dbaab186"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6", "url": "https://api.github.com/repos/symfony/finder/zipball/17f50e06018baec41551a71a15731287dbaab186",
"reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6", "reference": "17f50e06018baec41551a71a15731287dbaab186",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5" "php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -2870,7 +2872,7 @@ ...@@ -2870,7 +2872,7 @@
"description": "Finds files and directories via an intuitive fluent interface", "description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/finder/tree/v5.3.0" "source": "https://github.com/symfony/finder/tree/v5.3.4"
}, },
"funding": [ "funding": [
{ {
...@@ -2886,7 +2888,7 @@ ...@@ -2886,7 +2888,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-26T12:52:38+00:00" "time": "2021-07-23T15:54:19+00:00"
}, },
{ {
"name": "symfony/flex", "name": "symfony/flex",
...@@ -2958,16 +2960,16 @@ ...@@ -2958,16 +2960,16 @@
}, },
{ {
"name": "symfony/framework-bundle", "name": "symfony/framework-bundle",
"version": "v5.3.3", "version": "v5.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/framework-bundle.git", "url": "https://github.com/symfony/framework-bundle.git",
"reference": "0374044e7b3f7ca403058203403f6bc3097f4fbe" "reference": "2c5ed14a5992a2d04dfdb238a5f9589bab0a68d8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/0374044e7b3f7ca403058203403f6bc3097f4fbe", "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/2c5ed14a5992a2d04dfdb238a5f9589bab0a68d8",
"reference": "0374044e7b3f7ca403058203403f6bc3097f4fbe", "reference": "2c5ed14a5992a2d04dfdb238a5f9589bab0a68d8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2984,7 +2986,7 @@ ...@@ -2984,7 +2986,7 @@
"symfony/http-foundation": "^5.3", "symfony/http-foundation": "^5.3",
"symfony/http-kernel": "^5.3", "symfony/http-kernel": "^5.3",
"symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.15", "symfony/polyfill-php80": "^1.16",
"symfony/routing": "^5.3" "symfony/routing": "^5.3"
}, },
"conflict": { "conflict": {
...@@ -3022,67 +3024,35 @@ ...@@ -3022,67 +3024,35 @@
"doctrine/persistence": "^1.3|^2.0", "doctrine/persistence": "^1.3|^2.0",
"paragonie/sodium_compat": "^1.8", "paragonie/sodium_compat": "^1.8",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/allmysms-notifier": "^5.3",
"symfony/asset": "^5.3", "symfony/asset": "^5.3",
"symfony/browser-kit": "^4.4|^5.0", "symfony/browser-kit": "^4.4|^5.0",
"symfony/clickatell-notifier": "^5.3",
"symfony/console": "^5.2", "symfony/console": "^5.2",
"symfony/css-selector": "^4.4|^5.0", "symfony/css-selector": "^4.4|^5.0",
"symfony/discord-notifier": "^5.3",
"symfony/dom-crawler": "^4.4|^5.0", "symfony/dom-crawler": "^4.4|^5.0",
"symfony/dotenv": "^5.1", "symfony/dotenv": "^5.1",
"symfony/esendex-notifier": "^5.3",
"symfony/expression-language": "^4.4|^5.0", "symfony/expression-language": "^4.4|^5.0",
"symfony/fake-chat-notifier": "^5.3",
"symfony/fake-sms-notifier": "^5.3",
"symfony/firebase-notifier": "^5.3",
"symfony/form": "^5.2", "symfony/form": "^5.2",
"symfony/free-mobile-notifier": "^5.3",
"symfony/gatewayapi-notifier": "^5.3",
"symfony/gitter-notifier": "^5.3",
"symfony/google-chat-notifier": "^5.3",
"symfony/http-client": "^4.4|^5.0", "symfony/http-client": "^4.4|^5.0",
"symfony/infobip-notifier": "^5.3",
"symfony/iqsms-notifier": "^5.3",
"symfony/light-sms-notifier": "^5.3",
"symfony/linked-in-notifier": "^5.3",
"symfony/lock": "^4.4|^5.0", "symfony/lock": "^4.4|^5.0",
"symfony/mailer": "^5.2", "symfony/mailer": "^5.2",
"symfony/mattermost-notifier": "^5.3",
"symfony/message-bird-notifier": "^5.3",
"symfony/messenger": "^5.2", "symfony/messenger": "^5.2",
"symfony/microsoft-teams-notifier": "^5.3",
"symfony/mime": "^4.4|^5.0", "symfony/mime": "^4.4|^5.0",
"symfony/mobyt-notifier": "^5.3",
"symfony/nexmo-notifier": "^5.3",
"symfony/notifier": "^5.3", "symfony/notifier": "^5.3",
"symfony/octopush-notifier": "^5.3",
"symfony/ovh-cloud-notifier": "^5.3",
"symfony/phpunit-bridge": "^5.3", "symfony/phpunit-bridge": "^5.3",
"symfony/polyfill-intl-icu": "~1.0", "symfony/polyfill-intl-icu": "~1.0",
"symfony/process": "^4.4|^5.0", "symfony/process": "^4.4|^5.0",
"symfony/property-info": "^4.4|^5.0", "symfony/property-info": "^4.4|^5.0",
"symfony/rate-limiter": "^5.2", "symfony/rate-limiter": "^5.2",
"symfony/rocket-chat-notifier": "^5.3",
"symfony/security-bundle": "^5.3", "symfony/security-bundle": "^5.3",
"symfony/sendinblue-notifier": "^5.3",
"symfony/serializer": "^5.2", "symfony/serializer": "^5.2",
"symfony/sinch-notifier": "^5.3",
"symfony/slack-notifier": "^5.3",
"symfony/sms-biuras-notifier": "^5.3",
"symfony/smsapi-notifier": "^5.3",
"symfony/spot-hit-notifier": "^5.3",
"symfony/stopwatch": "^4.4|^5.0", "symfony/stopwatch": "^4.4|^5.0",
"symfony/string": "^5.0", "symfony/string": "^5.0",
"symfony/telegram-notifier": "^5.3",
"symfony/translation": "^5.3", "symfony/translation": "^5.3",
"symfony/twig-bundle": "^4.4|^5.0", "symfony/twig-bundle": "^4.4|^5.0",
"symfony/twilio-notifier": "^5.3",
"symfony/validator": "^5.2", "symfony/validator": "^5.2",
"symfony/web-link": "^4.4|^5.0", "symfony/web-link": "^4.4|^5.0",
"symfony/workflow": "^5.2", "symfony/workflow": "^5.2",
"symfony/yaml": "^4.4|^5.0", "symfony/yaml": "^4.4|^5.0",
"symfony/zulip-notifier": "^5.3",
"twig/twig": "^2.10|^3.0" "twig/twig": "^2.10|^3.0"
}, },
"suggest": { "suggest": {
...@@ -3121,7 +3091,7 @@ ...@@ -3121,7 +3091,7 @@
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/framework-bundle/tree/v5.3.3" "source": "https://github.com/symfony/framework-bundle/tree/v5.3.4"
}, },
"funding": [ "funding": [
{ {
...@@ -3137,7 +3107,7 @@ ...@@ -3137,7 +3107,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-06-28T15:44:34+00:00" "time": "2021-07-25T09:39:16+00:00"
}, },
{ {
"name": "symfony/http-client-contracts", "name": "symfony/http-client-contracts",
...@@ -3219,23 +3189,23 @@ ...@@ -3219,23 +3189,23 @@
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v5.3.3", "version": "v5.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "0e45ab1574caa0460d9190871a8ce47539e40ccf" "reference": "a8388f7b7054a7401997008ce9cd8c6b0ab7ac75"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/0e45ab1574caa0460d9190871a8ce47539e40ccf", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a8388f7b7054a7401997008ce9cd8c6b0ab7ac75",
"reference": "0e45ab1574caa0460d9190871a8ce47539e40ccf", "reference": "a8388f7b7054a7401997008ce9cd8c6b0ab7ac75",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1", "symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-mbstring": "~1.1", "symfony/polyfill-mbstring": "~1.1",
"symfony/polyfill-php80": "^1.15" "symfony/polyfill-php80": "^1.16"
}, },
"require-dev": { "require-dev": {
"predis/predis": "~1.0", "predis/predis": "~1.0",
...@@ -3272,7 +3242,7 @@ ...@@ -3272,7 +3242,7 @@
"description": "Defines an object-oriented layer for the HTTP specification", "description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-foundation/tree/v5.3.3" "source": "https://github.com/symfony/http-foundation/tree/v5.3.6"
}, },
"funding": [ "funding": [
{ {
...@@ -3288,25 +3258,25 @@ ...@@ -3288,25 +3258,25 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-06-27T09:19:40+00:00" "time": "2021-07-27T17:08:17+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v5.3.3", "version": "v5.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "90ad9f4b21ddcb8ebe9faadfcca54929ad23f9f8" "reference": "60030f209018356b3b553b9dbd84ad2071c1b7e0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/90ad9f4b21ddcb8ebe9faadfcca54929ad23f9f8", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/60030f209018356b3b553b9dbd84ad2071c1b7e0",
"reference": "90ad9f4b21ddcb8ebe9faadfcca54929ad23f9f8", "reference": "60030f209018356b3b553b9dbd84ad2071c1b7e0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"psr/log": "~1.0", "psr/log": "^1|^2",
"symfony/deprecation-contracts": "^2.1", "symfony/deprecation-contracts": "^2.1",
"symfony/error-handler": "^4.4|^5.0", "symfony/error-handler": "^4.4|^5.0",
"symfony/event-dispatcher": "^5.0", "symfony/event-dispatcher": "^5.0",
...@@ -3314,7 +3284,7 @@ ...@@ -3314,7 +3284,7 @@
"symfony/http-foundation": "^5.3", "symfony/http-foundation": "^5.3",
"symfony/polyfill-ctype": "^1.8", "symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-php73": "^1.9", "symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.15" "symfony/polyfill-php80": "^1.16"
}, },
"conflict": { "conflict": {
"symfony/browser-kit": "<4.4", "symfony/browser-kit": "<4.4",
...@@ -3333,7 +3303,7 @@ ...@@ -3333,7 +3303,7 @@
"twig/twig": "<2.13" "twig/twig": "<2.13"
}, },
"provide": { "provide": {
"psr/log-implementation": "1.0" "psr/log-implementation": "1.0|2.0"
}, },
"require-dev": { "require-dev": {
"psr/cache": "^1.0|^2.0|^3.0", "psr/cache": "^1.0|^2.0|^3.0",
...@@ -3384,7 +3354,7 @@ ...@@ -3384,7 +3354,7 @@
"description": "Provides a structured process for converting a Request into a Response", "description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-kernel/tree/v5.3.3" "source": "https://github.com/symfony/http-kernel/tree/v5.3.6"
}, },
"funding": [ "funding": [
{ {
...@@ -3400,7 +3370,7 @@ ...@@ -3400,7 +3370,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-06-30T08:27:49+00:00" "time": "2021-07-29T07:06:27+00:00"
}, },
{ {
"name": "symfony/monolog-bridge", "name": "symfony/monolog-bridge",
...@@ -3641,16 +3611,16 @@ ...@@ -3641,16 +3611,16 @@
}, },
{ {
"name": "symfony/polyfill-intl-grapheme", "name": "symfony/polyfill-intl-grapheme",
"version": "v1.23.0", "version": "v1.23.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "24b72c6baa32c746a4d0840147c9715e42bb68ab" "reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/24b72c6baa32c746a4d0840147c9715e42bb68ab", "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
"reference": "24b72c6baa32c746a4d0840147c9715e42bb68ab", "reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3702,7 +3672,7 @@ ...@@ -3702,7 +3672,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.0" "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1"
}, },
"funding": [ "funding": [
{ {
...@@ -3718,7 +3688,7 @@ ...@@ -3718,7 +3688,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-27T09:17:38+00:00" "time": "2021-05-27T12:26:48+00:00"
}, },
{ {
"name": "symfony/polyfill-intl-normalizer", "name": "symfony/polyfill-intl-normalizer",
...@@ -3806,16 +3776,16 @@ ...@@ -3806,16 +3776,16 @@
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.23.0", "version": "v1.23.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1" "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
"reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1", "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3866,7 +3836,7 @@ ...@@ -3866,7 +3836,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
}, },
"funding": [ "funding": [
{ {
...@@ -3882,7 +3852,7 @@ ...@@ -3882,7 +3852,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-27T09:27:20+00:00" "time": "2021-05-27T12:26:48+00:00"
}, },
{ {
"name": "symfony/polyfill-php73", "name": "symfony/polyfill-php73",
...@@ -3965,16 +3935,16 @@ ...@@ -3965,16 +3935,16 @@
}, },
{ {
"name": "symfony/polyfill-php80", "name": "symfony/polyfill-php80",
"version": "v1.23.0", "version": "v1.23.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php80.git", "url": "https://github.com/symfony/polyfill-php80.git",
"reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0" "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
"reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0", "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4028,7 +3998,7 @@ ...@@ -4028,7 +3998,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.23.0" "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
}, },
"funding": [ "funding": [
{ {
...@@ -4044,7 +4014,7 @@ ...@@ -4044,7 +4014,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-02-19T12:13:01+00:00" "time": "2021-07-28T13:41:28+00:00"
}, },
{ {
"name": "symfony/polyfill-php81", "name": "symfony/polyfill-php81",
...@@ -4298,22 +4268,22 @@ ...@@ -4298,22 +4268,22 @@
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v5.3.0", "version": "v5.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/routing.git",
"reference": "368e81376a8e049c37cb80ae87dbfbf411279199" "reference": "0a35d2f57d73c46ab6d042ced783b81d09a624c4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/368e81376a8e049c37cb80ae87dbfbf411279199", "url": "https://api.github.com/repos/symfony/routing/zipball/0a35d2f57d73c46ab6d042ced783b81d09a624c4",
"reference": "368e81376a8e049c37cb80ae87dbfbf411279199", "reference": "0a35d2f57d73c46ab6d042ced783b81d09a624c4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1", "symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-php80": "^1.15" "symfony/polyfill-php80": "^1.16"
}, },
"conflict": { "conflict": {
"doctrine/annotations": "<1.12", "doctrine/annotations": "<1.12",
...@@ -4323,7 +4293,7 @@ ...@@ -4323,7 +4293,7 @@
}, },
"require-dev": { "require-dev": {
"doctrine/annotations": "^1.12", "doctrine/annotations": "^1.12",
"psr/log": "~1.0", "psr/log": "^1|^2|^3",
"symfony/config": "^5.3", "symfony/config": "^5.3",
"symfony/dependency-injection": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0", "symfony/expression-language": "^4.4|^5.0",
...@@ -4368,7 +4338,7 @@ ...@@ -4368,7 +4338,7 @@
"url" "url"
], ],
"support": { "support": {
"source": "https://github.com/symfony/routing/tree/v5.3.0" "source": "https://github.com/symfony/routing/tree/v5.3.4"
}, },
"funding": [ "funding": [
{ {
...@@ -4384,7 +4354,7 @@ ...@@ -4384,7 +4354,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-26T17:43:10+00:00" "time": "2021-07-23T15:55:36+00:00"
}, },
{ {
"name": "symfony/security-bundle", "name": "symfony/security-bundle",
...@@ -5148,21 +5118,21 @@ ...@@ -5148,21 +5118,21 @@
}, },
{ {
"name": "symfony/twig-bridge", "name": "symfony/twig-bridge",
"version": "v5.3.3", "version": "v5.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/twig-bridge.git", "url": "https://github.com/symfony/twig-bridge.git",
"reference": "61d1415392e260fb66ede48cc5a2a6e82a323db2" "reference": "587c45ef49256279502b4a29146b9e87ad23426f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/61d1415392e260fb66ede48cc5a2a6e82a323db2", "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/587c45ef49256279502b4a29146b9e87ad23426f",
"reference": "61d1415392e260fb66ede48cc5a2a6e82a323db2", "reference": "587c45ef49256279502b4a29146b9e87ad23426f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15", "symfony/polyfill-php80": "^1.16",
"symfony/translation-contracts": "^1.1|^2", "symfony/translation-contracts": "^1.1|^2",
"twig/twig": "^2.13|^3.0.4" "twig/twig": "^2.13|^3.0.4"
}, },
...@@ -5249,7 +5219,7 @@ ...@@ -5249,7 +5219,7 @@
"description": "Provides integration for Twig with various Symfony components", "description": "Provides integration for Twig with various Symfony components",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/twig-bridge/tree/v5.3.3" "source": "https://github.com/symfony/twig-bridge/tree/v5.3.4"
}, },
"funding": [ "funding": [
{ {
...@@ -5265,7 +5235,7 @@ ...@@ -5265,7 +5235,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-06-24T08:13:00+00:00" "time": "2021-07-26T16:33:26+00:00"
}, },
{ {
"name": "symfony/twig-bundle", "name": "symfony/twig-bundle",
...@@ -5554,21 +5524,21 @@ ...@@ -5554,21 +5524,21 @@
}, },
{ {
"name": "symfony/var-exporter", "name": "symfony/var-exporter",
"version": "v5.3.3", "version": "v5.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-exporter.git", "url": "https://github.com/symfony/var-exporter.git",
"reference": "903c2c0babd6267de5bcb2995e8fc1efb5f01f1f" "reference": "b7898a65fc91e7c41de7a88c7db9aee9c0d432f0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/903c2c0babd6267de5bcb2995e8fc1efb5f01f1f", "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b7898a65fc91e7c41de7a88c7db9aee9c0d432f0",
"reference": "903c2c0babd6267de5bcb2995e8fc1efb5f01f1f", "reference": "b7898a65fc91e7c41de7a88c7db9aee9c0d432f0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15" "symfony/polyfill-php80": "^1.16"
}, },
"require-dev": { "require-dev": {
"symfony/var-dumper": "^4.4.9|^5.0.9" "symfony/var-dumper": "^4.4.9|^5.0.9"
...@@ -5607,7 +5577,7 @@ ...@@ -5607,7 +5577,7 @@
"serialize" "serialize"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-exporter/tree/v5.3.3" "source": "https://github.com/symfony/var-exporter/tree/v5.3.4"
}, },
"funding": [ "funding": [
{ {
...@@ -5623,7 +5593,7 @@ ...@@ -5623,7 +5593,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-06-27T09:16:08+00:00" "time": "2021-07-21T12:38:00+00:00"
}, },
{ {
"name": "symfony/web-link", "name": "symfony/web-link",
...@@ -5713,16 +5683,16 @@ ...@@ -5713,16 +5683,16 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v5.3.3", "version": "v5.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "485c83a2fb5893e2ff21bf4bfc7fdf48b4967229" "reference": "4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/485c83a2fb5893e2ff21bf4bfc7fdf48b4967229", "url": "https://api.github.com/repos/symfony/yaml/zipball/4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7",
"reference": "485c83a2fb5893e2ff21bf4bfc7fdf48b4967229", "reference": "4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -5768,7 +5738,7 @@ ...@@ -5768,7 +5738,7 @@
"description": "Loads and dumps YAML files", "description": "Loads and dumps YAML files",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/yaml/tree/v5.3.3" "source": "https://github.com/symfony/yaml/tree/v5.3.6"
}, },
"funding": [ "funding": [
{ {
...@@ -5784,7 +5754,7 @@ ...@@ -5784,7 +5754,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-06-24T08:13:00+00:00" "time": "2021-07-29T06:20:01+00:00"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
...@@ -7260,16 +7230,16 @@ ...@@ -7260,16 +7230,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.12.93", "version": "0.12.94",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "7b7602f05d340ffa418c59299f8c053ac6c3e7ea" "reference": "3d0ba4c198a24e3c3fc489f3ec6ac9612c4be5d6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/7b7602f05d340ffa418c59299f8c053ac6c3e7ea", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3d0ba4c198a24e3c3fc489f3ec6ac9612c4be5d6",
"reference": "7b7602f05d340ffa418c59299f8c053ac6c3e7ea", "reference": "3d0ba4c198a24e3c3fc489f3ec6ac9612c4be5d6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7300,7 +7270,7 @@ ...@@ -7300,7 +7270,7 @@
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan/issues", "issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.93" "source": "https://github.com/phpstan/phpstan/tree/0.12.94"
}, },
"funding": [ "funding": [
{ {
...@@ -7320,7 +7290,7 @@ ...@@ -7320,7 +7290,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-07-20T10:49:53+00:00" "time": "2021-07-30T09:05:27+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",
...@@ -7444,21 +7414,22 @@ ...@@ -7444,21 +7414,22 @@
}, },
{ {
"name": "symfony/browser-kit", "name": "symfony/browser-kit",
"version": "v5.3.0", "version": "v5.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/browser-kit.git", "url": "https://github.com/symfony/browser-kit.git",
"reference": "379984e25eee9811b0a25a2105e1a2b3b8d9b734" "reference": "c1e3f64fcc631c96e2c5843b666db66679ced11c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/379984e25eee9811b0a25a2105e1a2b3b8d9b734", "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c1e3f64fcc631c96e2c5843b666db66679ced11c",
"reference": "379984e25eee9811b0a25a2105e1a2b3b8d9b734", "reference": "c1e3f64fcc631c96e2c5843b666db66679ced11c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"symfony/dom-crawler": "^4.4|^5.0" "symfony/dom-crawler": "^4.4|^5.0",
"symfony/polyfill-php80": "^1.16"
}, },
"require-dev": { "require-dev": {
"symfony/css-selector": "^4.4|^5.0", "symfony/css-selector": "^4.4|^5.0",
...@@ -7495,7 +7466,7 @@ ...@@ -7495,7 +7466,7 @@
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/browser-kit/tree/v5.3.0" "source": "https://github.com/symfony/browser-kit/tree/v5.3.4"
}, },
"funding": [ "funding": [
{ {
...@@ -7511,26 +7482,27 @@ ...@@ -7511,26 +7482,27 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-26T17:43:10+00:00" "time": "2021-07-21T12:40:44+00:00"
}, },
{ {
"name": "symfony/debug-bundle", "name": "symfony/debug-bundle",
"version": "v5.3.0", "version": "v5.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug-bundle.git", "url": "https://github.com/symfony/debug-bundle.git",
"reference": "b73833ac97189fc809816dfbb02185a1a793b072" "reference": "356c7d2acb6bc93b1c091255068ccfb9ad55a3e0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug-bundle/zipball/b73833ac97189fc809816dfbb02185a1a793b072", "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/356c7d2acb6bc93b1c091255068ccfb9ad55a3e0",
"reference": "b73833ac97189fc809816dfbb02185a1a793b072", "reference": "356c7d2acb6bc93b1c091255068ccfb9ad55a3e0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-xml": "*", "ext-xml": "*",
"php": ">=7.2.5", "php": ">=7.2.5",
"symfony/http-kernel": "^4.4|^5.0", "symfony/http-kernel": "^4.4|^5.0",
"symfony/polyfill-php80": "^1.16",
"symfony/twig-bridge": "^4.4|^5.0", "symfony/twig-bridge": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^5.0" "symfony/var-dumper": "^4.4|^5.0"
}, },
...@@ -7573,7 +7545,7 @@ ...@@ -7573,7 +7545,7 @@
"description": "Provides a tight integration of the Symfony Debug component into the Symfony full-stack framework", "description": "Provides a tight integration of the Symfony Debug component into the Symfony full-stack framework",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/debug-bundle/tree/v5.3.0" "source": "https://github.com/symfony/debug-bundle/tree/v5.3.4"
}, },
"funding": [ "funding": [
{ {
...@@ -7589,20 +7561,20 @@ ...@@ -7589,20 +7561,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-03-17T16:58:09+00:00" "time": "2021-07-21T12:40:44+00:00"
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
"version": "v5.3.0", "version": "v5.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dom-crawler.git", "url": "https://github.com/symfony/dom-crawler.git",
"reference": "55fff62b19f413f897a752488ade1bc9c8a19cdd" "reference": "2dd8890bd01be59a5221999c05ccf0fcafcb354f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/55fff62b19f413f897a752488ade1bc9c8a19cdd", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2dd8890bd01be59a5221999c05ccf0fcafcb354f",
"reference": "55fff62b19f413f897a752488ade1bc9c8a19cdd", "reference": "2dd8890bd01be59a5221999c05ccf0fcafcb354f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7610,7 +7582,7 @@ ...@@ -7610,7 +7582,7 @@
"symfony/deprecation-contracts": "^2.1", "symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-ctype": "~1.8", "symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.15" "symfony/polyfill-php80": "^1.16"
}, },
"conflict": { "conflict": {
"masterminds/html5": "<2.6" "masterminds/html5": "<2.6"
...@@ -7648,7 +7620,7 @@ ...@@ -7648,7 +7620,7 @@
"description": "Eases DOM navigation for HTML and XML documents", "description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/dom-crawler/tree/v5.3.0" "source": "https://github.com/symfony/dom-crawler/tree/v5.3.4"
}, },
"funding": [ "funding": [
{ {
...@@ -7664,29 +7636,29 @@ ...@@ -7664,29 +7636,29 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-26T17:43:10+00:00" "time": "2021-07-23T15:55:36+00:00"
}, },
{ {
"name": "symfony/http-client", "name": "symfony/http-client",
"version": "v5.3.3", "version": "v5.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-client.git", "url": "https://github.com/symfony/http-client.git",
"reference": "fde4bdb10bf197f932ebccfcb9982881d296fc4c" "reference": "67c177d4df8601d9a71f9d615c52171c98d22d74"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/fde4bdb10bf197f932ebccfcb9982881d296fc4c", "url": "https://api.github.com/repos/symfony/http-client/zipball/67c177d4df8601d9a71f9d615c52171c98d22d74",
"reference": "fde4bdb10bf197f932ebccfcb9982881d296fc4c", "reference": "67c177d4df8601d9a71f9d615c52171c98d22d74",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"psr/log": "^1.0", "psr/log": "^1|^2|^3",
"symfony/deprecation-contracts": "^2.1", "symfony/deprecation-contracts": "^2.1",
"symfony/http-client-contracts": "^2.4", "symfony/http-client-contracts": "^2.4",
"symfony/polyfill-php73": "^1.11", "symfony/polyfill-php73": "^1.11",
"symfony/polyfill-php80": "^1.15", "symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.0|^2" "symfony/service-contracts": "^1.0|^2"
}, },
"provide": { "provide": {
...@@ -7735,7 +7707,7 @@ ...@@ -7735,7 +7707,7 @@
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-client/tree/v5.3.3" "source": "https://github.com/symfony/http-client/tree/v5.3.4"
}, },
"funding": [ "funding": [
{ {
...@@ -7751,7 +7723,7 @@ ...@@ -7751,7 +7723,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-06-24T08:13:00+00:00" "time": "2021-07-23T15:55:36+00:00"
}, },
{ {
"name": "symfony/options-resolver", "name": "symfony/options-resolver",
...@@ -7824,16 +7796,16 @@ ...@@ -7824,16 +7796,16 @@
}, },
{ {
"name": "symfony/phpunit-bridge", "name": "symfony/phpunit-bridge",
"version": "v5.3.3", "version": "v5.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git", "url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "d7d3193df3b198f287777b61ef06cd59fdb0516d" "reference": "bc368b765a651424b19f5759953ce2873e7d448b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/d7d3193df3b198f287777b61ef06cd59fdb0516d", "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/bc368b765a651424b19f5759953ce2873e7d448b",
"reference": "d7d3193df3b198f287777b61ef06cd59fdb0516d", "reference": "bc368b765a651424b19f5759953ce2873e7d448b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7887,7 +7859,7 @@ ...@@ -7887,7 +7859,7 @@
"description": "Provides utilities for PHPUnit, especially user deprecation notices management", "description": "Provides utilities for PHPUnit, especially user deprecation notices management",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/phpunit-bridge/tree/v5.3.3" "source": "https://github.com/symfony/phpunit-bridge/tree/v5.3.4"
}, },
"funding": [ "funding": [
{ {
...@@ -7903,7 +7875,7 @@ ...@@ -7903,7 +7875,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-06-22T16:07:00+00:00" "time": "2021-07-15T21:37:44+00:00"
}, },
{ {
"name": "symfony/polyfill-php72", "name": "symfony/polyfill-php72",
......