Skip to content
Snippets Groups Projects
Commit cbddd6f5 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Merge branch 'renovate/patch-all-minor-patch' into 'main'

chore(deps): update all non-major dependencies (patch)

See merge request dbp/dbp-api/api-starter-bundle!27
parents e108386f 06f3d51a
No related branches found
No related tags found
1 merge request!27chore(deps): update all non-major dependencies (patch)
Pipeline #105692 passed
......@@ -1851,16 +1851,16 @@
},
{
"name": "symfony/cache",
"version": "v5.2.9",
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
"reference": "17a6d585603fade3838bc692548b619d97ded67e"
"reference": "44fd0f97d1fb198d344f22379dfc56af2221e608"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/17a6d585603fade3838bc692548b619d97ded67e",
"reference": "17a6d585603fade3838bc692548b619d97ded67e",
"url": "https://api.github.com/repos/symfony/cache/zipball/44fd0f97d1fb198d344f22379dfc56af2221e608",
"reference": "44fd0f97d1fb198d344f22379dfc56af2221e608",
"shasum": ""
},
"require": {
......@@ -1868,6 +1868,7 @@
"psr/cache": "^1.0|^2.0",
"psr/log": "^1.1",
"symfony/cache-contracts": "^1.1.7|^2",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-php80": "^1.15",
"symfony/service-contracts": "^1.1|^2",
"symfony/var-exporter": "^4.4|^5.0"
......@@ -1926,7 +1927,7 @@
"psr6"
],
"support": {
"source": "https://github.com/symfony/cache/tree/v5.2.9"
"source": "https://github.com/symfony/cache/tree/v5.3.0"
},
"funding": [
{
......@@ -1942,7 +1943,7 @@
"type": "tidelift"
}
],
"time": "2021-05-17T19:35:40+00:00"
"time": "2021-05-26T17:43:10+00:00"
},
{
"name": "symfony/cache-contracts",
......@@ -2025,16 +2026,16 @@
},
{
"name": "symfony/config",
"version": "v5.2.8",
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "8dfa5f8adea9cd5155920069224beb04f11d6b7e"
"reference": "9f4a448c2d7fd2c90882dfff930b627ddbe16810"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/8dfa5f8adea9cd5155920069224beb04f11d6b7e",
"reference": "8dfa5f8adea9cd5155920069224beb04f11d6b7e",
"url": "https://api.github.com/repos/symfony/config/zipball/9f4a448c2d7fd2c90882dfff930b627ddbe16810",
"reference": "9f4a448c2d7fd2c90882dfff930b627ddbe16810",
"shasum": ""
},
"require": {
......@@ -2042,7 +2043,8 @@
"symfony/deprecation-contracts": "^2.1",
"symfony/filesystem": "^4.4|^5.0",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.15"
"symfony/polyfill-php80": "^1.15",
"symfony/polyfill-php81": "^1.22"
},
"conflict": {
"symfony/finder": "<4.4"
......@@ -2083,7 +2085,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/config/tree/v5.2.8"
"source": "https://github.com/symfony/config/tree/v5.3.0"
},
"funding": [
{
......@@ -2099,31 +2101,32 @@
"type": "tidelift"
}
],
"time": "2021-05-07T13:41:16+00:00"
"time": "2021-05-26T17:43:10+00:00"
},
{
"name": "symfony/dependency-injection",
"version": "v5.2.9",
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "2761ca2f7e2f41af3a45951e1ce8c01f121245eb"
"reference": "94d973cb742d8c5c5dcf9534220e6b73b09af1d4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2761ca2f7e2f41af3a45951e1ce8c01f121245eb",
"reference": "2761ca2f7e2f41af3a45951e1ce8c01f121245eb",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/94d973cb742d8c5c5dcf9534220e6b73b09af1d4",
"reference": "94d973cb742d8c5c5dcf9534220e6b73b09af1d4",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/container": "^1.0",
"psr/container": "^1.1.1",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-php80": "^1.15",
"symfony/service-contracts": "^1.1.6|^2"
},
"conflict": {
"symfony/config": "<5.1",
"ext-psr": "<1.1|>=2",
"symfony/config": "<5.3",
"symfony/finder": "<4.4",
"symfony/proxy-manager-bridge": "<4.4",
"symfony/yaml": "<4.4"
......@@ -2133,7 +2136,7 @@
"symfony/service-implementation": "1.0|2.0"
},
"require-dev": {
"symfony/config": "^5.1",
"symfony/config": "^5.3",
"symfony/expression-language": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0"
},
......@@ -2170,7 +2173,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/dependency-injection/tree/v5.2.9"
"source": "https://github.com/symfony/dependency-injection/tree/v5.3.0"
},
"funding": [
{
......@@ -2186,7 +2189,7 @@
"type": "tidelift"
}
],
"time": "2021-05-16T13:07:46+00:00"
"time": "2021-05-26T17:57:12+00:00"
},
{
"name": "symfony/deprecation-contracts",
......@@ -2257,16 +2260,16 @@
},
{
"name": "symfony/error-handler",
"version": "v5.2.8",
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "1416bc16317a8188aabde251afef7618bf4687ac"
"reference": "0e6768b8c0dcef26df087df2bbbaa143867a59b2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/1416bc16317a8188aabde251afef7618bf4687ac",
"reference": "1416bc16317a8188aabde251afef7618bf4687ac",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/0e6768b8c0dcef26df087df2bbbaa143867a59b2",
"reference": "0e6768b8c0dcef26df087df2bbbaa143867a59b2",
"shasum": ""
},
"require": {
......@@ -2306,7 +2309,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/error-handler/tree/v5.2.8"
"source": "https://github.com/symfony/error-handler/tree/v5.3.0"
},
"funding": [
{
......@@ -2322,20 +2325,20 @@
"type": "tidelift"
}
],
"time": "2021-05-07T13:42:21+00:00"
"time": "2021-05-26T17:43:10+00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v5.2.4",
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "d08d6ec121a425897951900ab692b612a61d6240"
"reference": "67a5f354afa8e2f231081b3fa11a5912f933c3ce"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d08d6ec121a425897951900ab692b612a61d6240",
"reference": "d08d6ec121a425897951900ab692b612a61d6240",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67a5f354afa8e2f231081b3fa11a5912f933c3ce",
"reference": "67a5f354afa8e2f231081b3fa11a5912f933c3ce",
"shasum": ""
},
"require": {
......@@ -2391,7 +2394,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v5.2.4"
"source": "https://github.com/symfony/event-dispatcher/tree/v5.3.0"
},
"funding": [
{
......@@ -2407,7 +2410,7 @@
"type": "tidelift"
}
],
"time": "2021-02-18T17:12:37+00:00"
"time": "2021-05-26T17:43:10+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
......@@ -2554,16 +2557,16 @@
},
{
"name": "symfony/filesystem",
"version": "v5.2.7",
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0"
"reference": "348116319d7fb7d1faa781d26a48922428013eb2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/056e92acc21d977c37e6ea8e97374b2a6c8551b0",
"reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/348116319d7fb7d1faa781d26a48922428013eb2",
"reference": "348116319d7fb7d1faa781d26a48922428013eb2",
"shasum": ""
},
"require": {
......@@ -2596,7 +2599,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v5.2.7"
"source": "https://github.com/symfony/filesystem/tree/v5.3.0"
},
"funding": [
{
......@@ -2612,20 +2615,20 @@
"type": "tidelift"
}
],
"time": "2021-04-01T10:42:13+00:00"
"time": "2021-05-26T17:43:10+00:00"
},
{
"name": "symfony/finder",
"version": "v5.2.9",
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "ccccb9d48ca42757dd12f2ca4bf857a4e217d90d"
"reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/ccccb9d48ca42757dd12f2ca4bf857a4e217d90d",
"reference": "ccccb9d48ca42757dd12f2ca4bf857a4e217d90d",
"url": "https://api.github.com/repos/symfony/finder/zipball/0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6",
"reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6",
"shasum": ""
},
"require": {
......@@ -2657,7 +2660,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v5.2.9"
"source": "https://github.com/symfony/finder/tree/v5.3.0"
},
"funding": [
{
......@@ -2673,20 +2676,20 @@
"type": "tidelift"
}
],
"time": "2021-05-16T13:07:46+00:00"
"time": "2021-05-26T12:52:38+00:00"
},
{
"name": "symfony/framework-bundle",
"version": "v5.2.9",
"version": "v5.2.10",
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
"reference": "81720c6e7740a99dc70d5eb2123bcdf3d5d113f1"
"reference": "0f47ae9a391efdec9632275c1cb506290600af11"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/81720c6e7740a99dc70d5eb2123bcdf3d5d113f1",
"reference": "81720c6e7740a99dc70d5eb2123bcdf3d5d113f1",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/0f47ae9a391efdec9632275c1cb506290600af11",
"reference": "0f47ae9a391efdec9632275c1cb506290600af11",
"shasum": ""
},
"require": {
......@@ -2806,7 +2809,7 @@
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/framework-bundle/tree/v5.2.9"
"source": "https://github.com/symfony/framework-bundle/tree/v5.2.10"
},
"funding": [
{
......@@ -2822,7 +2825,7 @@
"type": "tidelift"
}
],
"time": "2021-05-19T11:52:18+00:00"
"time": "2021-05-26T12:52:38+00:00"
},
{
"name": "symfony/http-client-contracts",
......@@ -2904,16 +2907,16 @@
},
{
"name": "symfony/http-foundation",
"version": "v5.2.8",
"version": "v5.3.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "e8fbbab7c4a71592985019477532629cb2e142dc"
"reference": "8827b90cf8806e467124ad476acd15216c2fceb6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/e8fbbab7c4a71592985019477532629cb2e142dc",
"reference": "e8fbbab7c4a71592985019477532629cb2e142dc",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/8827b90cf8806e467124ad476acd15216c2fceb6",
"reference": "8827b90cf8806e467124ad476acd15216c2fceb6",
"shasum": ""
},
"require": {
......@@ -2957,7 +2960,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v5.2.8"
"source": "https://github.com/symfony/http-foundation/tree/v5.3.1"
},
"funding": [
{
......@@ -2973,20 +2976,20 @@
"type": "tidelift"
}
],
"time": "2021-05-07T13:41:16+00:00"
"time": "2021-06-02T09:32:00+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v5.2.9",
"version": "v5.3.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "eb540ef6870dbf33c92e372cfb869ebf9649e6cb"
"reference": "74eb022e3bac36b3d3a897951a98759f2b32b864"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/eb540ef6870dbf33c92e372cfb869ebf9649e6cb",
"reference": "eb540ef6870dbf33c92e372cfb869ebf9649e6cb",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/74eb022e3bac36b3d3a897951a98759f2b32b864",
"reference": "74eb022e3bac36b3d3a897951a98759f2b32b864",
"shasum": ""
},
"require": {
......@@ -2996,7 +2999,7 @@
"symfony/error-handler": "^4.4|^5.0",
"symfony/event-dispatcher": "^5.0",
"symfony/http-client-contracts": "^1.1|^2",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/http-foundation": "^5.3",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.15"
......@@ -3006,7 +3009,7 @@
"symfony/cache": "<5.0",
"symfony/config": "<5.0",
"symfony/console": "<4.4",
"symfony/dependency-injection": "<5.1.8",
"symfony/dependency-injection": "<5.3",
"symfony/doctrine-bridge": "<5.0",
"symfony/form": "<5.0",
"symfony/http-client": "<5.0",
......@@ -3026,7 +3029,7 @@
"symfony/config": "^5.0",
"symfony/console": "^4.4|^5.0",
"symfony/css-selector": "^4.4|^5.0",
"symfony/dependency-injection": "^5.1.8",
"symfony/dependency-injection": "^5.3",
"symfony/dom-crawler": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
......@@ -3069,7 +3072,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v5.2.9"
"source": "https://github.com/symfony/http-kernel/tree/v5.3.1"
},
"funding": [
{
......@@ -3085,7 +3088,7 @@
"type": "tidelift"
}
],
"time": "2021-05-19T12:23:45+00:00"
"time": "2021-06-02T10:07:12+00:00"
},
{
"name": "symfony/polyfill-ctype",
......@@ -3573,6 +3576,85 @@
],
"time": "2021-02-19T12:13:01+00:00"
},
{
"name": "symfony/polyfill-php81",
"version": "v1.23.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
"reference": "e66119f3de95efc359483f810c4c3e6436279436"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
"reference": "e66119f3de95efc359483f810c4c3e6436279436",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php81\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0"
},
"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": "2021-05-21T13:25:03+00:00"
},
{
"name": "symfony/property-access",
"version": "v5.2.4",
......@@ -3746,16 +3828,16 @@
},
{
"name": "symfony/routing",
"version": "v5.2.9",
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "4a7b2bf5e1221be1902b6853743a9bb317f6925e"
"reference": "368e81376a8e049c37cb80ae87dbfbf411279199"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/4a7b2bf5e1221be1902b6853743a9bb317f6925e",
"reference": "4a7b2bf5e1221be1902b6853743a9bb317f6925e",
"url": "https://api.github.com/repos/symfony/routing/zipball/368e81376a8e049c37cb80ae87dbfbf411279199",
"reference": "368e81376a8e049c37cb80ae87dbfbf411279199",
"shasum": ""
},
"require": {
......@@ -3764,14 +3846,15 @@
"symfony/polyfill-php80": "^1.15"
},
"conflict": {
"symfony/config": "<5.0",
"doctrine/annotations": "<1.12",
"symfony/config": "<5.3",
"symfony/dependency-injection": "<4.4",
"symfony/yaml": "<4.4"
},
"require-dev": {
"doctrine/annotations": "^1.10.4",
"doctrine/annotations": "^1.12",
"psr/log": "~1.0",
"symfony/config": "^5.0",
"symfony/config": "^5.3",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/http-foundation": "^4.4|^5.0",
......@@ -3815,7 +3898,7 @@
"url"
],
"support": {
"source": "https://github.com/symfony/routing/tree/v5.2.9"
"source": "https://github.com/symfony/routing/tree/v5.3.0"
},
"funding": [
{
......@@ -3831,7 +3914,7 @@
"type": "tidelift"
}
],
"time": "2021-05-16T13:07:46+00:00"
"time": "2021-05-26T17:43:10+00:00"
},
{
"name": "symfony/security-bundle",
......@@ -4901,16 +4984,16 @@
},
{
"name": "symfony/var-dumper",
"version": "v5.2.8",
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "d693200a73fae179d27f8f1b16b4faf3e8569eba"
"reference": "1d3953e627fe4b5f6df503f356b6545ada6351f3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/d693200a73fae179d27f8f1b16b4faf3e8569eba",
"reference": "d693200a73fae179d27f8f1b16b4faf3e8569eba",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/1d3953e627fe4b5f6df503f356b6545ada6351f3",
"reference": "1d3953e627fe4b5f6df503f356b6545ada6351f3",
"shasum": ""
},
"require": {
......@@ -4969,7 +5052,7 @@
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.2.8"
"source": "https://github.com/symfony/var-dumper/tree/v5.3.0"
},
"funding": [
{
......@@ -4985,20 +5068,20 @@
"type": "tidelift"
}
],
"time": "2021-05-07T13:42:21+00:00"
"time": "2021-05-27T12:28:50+00:00"
},
{
"name": "symfony/var-exporter",
"version": "v5.2.8",
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
"reference": "d26db2d2b2d7eb2c1adb8545179f8803998b8237"
"reference": "7a7c9dd972541f78e7815c03c0bae9f81e0e9dbb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/d26db2d2b2d7eb2c1adb8545179f8803998b8237",
"reference": "d26db2d2b2d7eb2c1adb8545179f8803998b8237",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/7a7c9dd972541f78e7815c03c0bae9f81e0e9dbb",
"reference": "7a7c9dd972541f78e7815c03c0bae9f81e0e9dbb",
"shasum": ""
},
"require": {
......@@ -5042,7 +5125,7 @@
"serialize"
],
"support": {
"source": "https://github.com/symfony/var-exporter/tree/v5.3.0-BETA3"
"source": "https://github.com/symfony/var-exporter/tree/v5.3.0"
},
"funding": [
{
......@@ -5058,7 +5141,7 @@
"type": "tidelift"
}
],
"time": "2021-05-07T13:42:21+00:00"
"time": "2021-05-26T17:40:38+00:00"
},
{
"name": "symfony/web-link",
......@@ -6877,16 +6960,16 @@
},
{
"name": "symfony/browser-kit",
"version": "v5.2.9",
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
"reference": "38e16b426f1a4cd663b2583111f213e0c9d9d4fe"
"reference": "379984e25eee9811b0a25a2105e1a2b3b8d9b734"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/38e16b426f1a4cd663b2583111f213e0c9d9d4fe",
"reference": "38e16b426f1a4cd663b2583111f213e0c9d9d4fe",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/379984e25eee9811b0a25a2105e1a2b3b8d9b734",
"reference": "379984e25eee9811b0a25a2105e1a2b3b8d9b734",
"shasum": ""
},
"require": {
......@@ -6928,7 +7011,7 @@
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/browser-kit/tree/v5.2.9"
"source": "https://github.com/symfony/browser-kit/tree/v5.3.0"
},
"funding": [
{
......@@ -6944,7 +7027,7 @@
"type": "tidelift"
}
],
"time": "2021-05-16T13:07:46+00:00"
"time": "2021-05-26T17:43:10+00:00"
},
{
"name": "symfony/console",
......@@ -7045,20 +7128,21 @@
},
{
"name": "symfony/dom-crawler",
"version": "v5.2.9",
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
"reference": "8d5201206ded6f37de475b041a11bfaf3ac73d5e"
"reference": "55fff62b19f413f897a752488ade1bc9c8a19cdd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/8d5201206ded6f37de475b041a11bfaf3ac73d5e",
"reference": "8d5201206ded6f37de475b041a11bfaf3ac73d5e",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/55fff62b19f413f897a752488ade1bc9c8a19cdd",
"reference": "55fff62b19f413f897a752488ade1bc9c8a19cdd",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.15"
......@@ -7099,7 +7183,7 @@
"description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/dom-crawler/tree/v5.2.9"
"source": "https://github.com/symfony/dom-crawler/tree/v5.3.0"
},
"funding": [
{
......@@ -7115,26 +7199,27 @@
"type": "tidelift"
}
],
"time": "2021-05-16T13:07:46+00:00"
"time": "2021-05-26T17:43:10+00:00"
},
{
"name": "symfony/http-client",
"version": "v5.2.9",
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "653dc5e2201659abfa090a7396ce202371787540"
"reference": "ef85ca5fa7a4f9c57592fab49faeccdf22b13136"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/653dc5e2201659abfa090a7396ce202371787540",
"reference": "653dc5e2201659abfa090a7396ce202371787540",
"url": "https://api.github.com/repos/symfony/http-client/zipball/ef85ca5fa7a4f9c57592fab49faeccdf22b13136",
"reference": "ef85ca5fa7a4f9c57592fab49faeccdf22b13136",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/log": "^1.0",
"symfony/http-client-contracts": "^2.2",
"symfony/deprecation-contracts": "^2.1",
"symfony/http-client-contracts": "^2.4",
"symfony/polyfill-php73": "^1.11",
"symfony/polyfill-php80": "^1.15",
"symfony/service-contracts": "^1.0|^2"
......@@ -7143,7 +7228,7 @@
"php-http/async-client-implementation": "*",
"php-http/client-implementation": "*",
"psr/http-client-implementation": "1.0",
"symfony/http-client-implementation": "2.2"
"symfony/http-client-implementation": "2.4"
},
"require-dev": {
"amphp/amp": "^2.5",
......@@ -7185,7 +7270,7 @@
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-client/tree/v5.2.9"
"source": "https://github.com/symfony/http-client/tree/v5.3.0"
},
"funding": [
{
......@@ -7201,7 +7286,7 @@
"type": "tidelift"
}
],
"time": "2021-05-15T12:42:34+00:00"
"time": "2021-05-26T17:43:10+00:00"
},
{
"name": "symfony/options-resolver",
......@@ -7274,26 +7359,26 @@
},
{
"name": "symfony/phpunit-bridge",
"version": "v5.2.9",
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "ea24e42c1ee04792f5d814da6f0814b20ece2907"
"reference": "15cab721487b7bf43ad545a1e7d0095782e26f8c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/ea24e42c1ee04792f5d814da6f0814b20ece2907",
"reference": "ea24e42c1ee04792f5d814da6f0814b20ece2907",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/15cab721487b7bf43ad545a1e7d0095782e26f8c",
"reference": "15cab721487b7bf43ad545a1e7d0095782e26f8c",
"shasum": ""
},
"require": {
"php": ">=5.5.9"
"php": ">=7.1.3",
"symfony/deprecation-contracts": "^2.1"
},
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2"
"phpunit/phpunit": "<7.5|9.1.2"
},
"require-dev": {
"symfony/deprecation-contracts": "^2.1",
"symfony/error-handler": "^4.4|^5.0"
},
"suggest": {
......@@ -7337,7 +7422,7 @@
"description": "Provides utilities for PHPUnit, especially user deprecation notices management",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/phpunit-bridge/tree/v5.2.9"
"source": "https://github.com/symfony/phpunit-bridge/tree/v5.3.0"
},
"funding": [
{
......@@ -7353,7 +7438,7 @@
"type": "tidelift"
}
],
"time": "2021-05-16T13:07:46+00:00"
"time": "2021-05-26T17:57:12+00:00"
},
{
"name": "symfony/polyfill-php72",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment