Skip to content
Snippets Groups Projects
Commit e933c58c authored by Renovate Bot's avatar Renovate Bot
Browse files

chore(deps): lock file maintenance

parent 1e28be49
No related branches found
No related tags found
1 merge request!35chore(deps): lock file maintenance
Pipeline #105712 passed
......@@ -226,8 +226,14 @@
"version": "dev-main",
"source": {
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/dbp-api/api-core-bundle.git",
"reference": "102562fdd6bbeef7936dbcc8ef57fbf0b4361be7"
"url": "git@gitlab.tugraz.at:dbp/dbp-api/api-core-bundle.git",
"reference": "8ab8f7ead5aa41f1378da1de16b2870b2f81b676"
},
"dist": {
"type": "zip",
"url": "https://gitlab.tugraz.at/api/v4/projects/dbp%2Fdbp-api%2Fapi-core-bundle/repository/archive.zip?sha=8ab8f7ead5aa41f1378da1de16b2870b2f81b676",
"reference": "8ab8f7ead5aa41f1378da1de16b2870b2f81b676",
"shasum": ""
},
"require": {
"api-platform/core": "^2.6.3",
......@@ -297,13 +303,16 @@
"@php vendor/bin/php-cs-fixer --ansi fix --dry-run --diff"
],
"coverage": [
"@php vendor/bin/simple-phpunit --coverage-html _coverage"
"@php -dxdebug.mode=coverage vendor/bin/simple-phpunit --coverage-html _coverage"
]
},
"license": [
"AGPL-3.0-or-later"
],
"time": "2021-06-22T12:36:25+00:00"
"support": {
"issues": "https://gitlab.tugraz.at/api/v4/projects/8296/issues"
},
"time": "2021-07-03T14:09:30+02:00"
},
{
"name": "doctrine/annotations",
......@@ -848,29 +857,32 @@
},
{
"name": "guzzlehttp/psr7",
"version": "1.8.2",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "dc960a912984efb74d0a90222870c72c87f10c91"
"reference": "1dc8d9cba3897165e16d12bb13d813afb1eb3fe7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91",
"reference": "dc960a912984efb74d0a90222870c72c87f10c91",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/1dc8d9cba3897165e16d12bb13d813afb1eb3fe7",
"reference": "1dc8d9cba3897165e16d12bb13d813afb1eb3fe7",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"ralouphie/getallheaders": "^3.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
"bamarni/composer-bin-plugin": "^1.4.1",
"http-interop/http-factory-tests": "^0.9",
"phpunit/phpunit": "^8.5.8 || ^9.3.10"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
......@@ -878,16 +890,13 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.7-dev"
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
......@@ -902,6 +911,11 @@
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
......@@ -917,9 +931,9 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/1.8.2"
"source": "https://github.com/guzzle/psr7/tree/2.0.0"
},
"time": "2021-04-26T09:17:50+00:00"
"time": "2021-06-30T20:03:07+00:00"
},
{
"name": "kevinrob/guzzle-cache-middleware",
......@@ -1517,6 +1531,61 @@
},
"time": "2020-06-29T06:28:15+00:00"
},
{
"name": "psr/http-factory",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-factory/tree/master"
},
"time": "2019-04-30T12:38:16+00:00"
},
{
"name": "psr/http-message",
"version": "1.0.1",
......@@ -1856,16 +1925,16 @@
},
{
"name": "symfony/cache",
"version": "v5.3.0",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
"reference": "44fd0f97d1fb198d344f22379dfc56af2221e608"
"reference": "82962a497f090e95e3b357c21bf6f54991c9b1a5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/44fd0f97d1fb198d344f22379dfc56af2221e608",
"reference": "44fd0f97d1fb198d344f22379dfc56af2221e608",
"url": "https://api.github.com/repos/symfony/cache/zipball/82962a497f090e95e3b357c21bf6f54991c9b1a5",
"reference": "82962a497f090e95e3b357c21bf6f54991c9b1a5",
"shasum": ""
},
"require": {
......@@ -1932,7 +2001,7 @@
"psr6"
],
"support": {
"source": "https://github.com/symfony/cache/tree/v5.3.0"
"source": "https://github.com/symfony/cache/tree/v5.3.3"
},
"funding": [
{
......@@ -1948,7 +2017,7 @@
"type": "tidelift"
}
],
"time": "2021-05-26T17:43:10+00:00"
"time": "2021-06-24T08:13:00+00:00"
},
{
"name": "symfony/cache-contracts",
......@@ -2031,16 +2100,16 @@
},
{
"name": "symfony/config",
"version": "v5.3.2",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "9c307728cfacbd50914f0db28aee1e0ecd82b99f"
"reference": "a69e0c55528b47df88d3c4067ddedf32d485d662"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/9c307728cfacbd50914f0db28aee1e0ecd82b99f",
"reference": "9c307728cfacbd50914f0db28aee1e0ecd82b99f",
"url": "https://api.github.com/repos/symfony/config/zipball/a69e0c55528b47df88d3c4067ddedf32d485d662",
"reference": "a69e0c55528b47df88d3c4067ddedf32d485d662",
"shasum": ""
},
"require": {
......@@ -2090,7 +2159,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.3.2"
"source": "https://github.com/symfony/config/tree/v5.3.3"
},
"funding": [
{
......@@ -2106,20 +2175,20 @@
"type": "tidelift"
}
],
"time": "2021-06-12T10:15:17+00:00"
"time": "2021-06-24T08:13:00+00:00"
},
{
"name": "symfony/dependency-injection",
"version": "v5.3.2",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "ddbff73bc4fa3d5b415431d486770ab0e72f6516"
"reference": "e421c4f161848740ad1fcf09b12391ddca168d95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/ddbff73bc4fa3d5b415431d486770ab0e72f6516",
"reference": "ddbff73bc4fa3d5b415431d486770ab0e72f6516",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e421c4f161848740ad1fcf09b12391ddca168d95",
"reference": "e421c4f161848740ad1fcf09b12391ddca168d95",
"shasum": ""
},
"require": {
......@@ -2178,7 +2247,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.3.2"
"source": "https://github.com/symfony/dependency-injection/tree/v5.3.3"
},
"funding": [
{
......@@ -2194,7 +2263,7 @@
"type": "tidelift"
}
],
"time": "2021-06-12T09:17:04+00:00"
"time": "2021-06-24T08:13:00+00:00"
},
{
"name": "symfony/deprecation-contracts",
......@@ -2265,16 +2334,16 @@
},
{
"name": "symfony/error-handler",
"version": "v5.3.0",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "0e6768b8c0dcef26df087df2bbbaa143867a59b2"
"reference": "43323e79c80719e8a4674e33484bca98270d223f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/0e6768b8c0dcef26df087df2bbbaa143867a59b2",
"reference": "0e6768b8c0dcef26df087df2bbbaa143867a59b2",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/43323e79c80719e8a4674e33484bca98270d223f",
"reference": "43323e79c80719e8a4674e33484bca98270d223f",
"shasum": ""
},
"require": {
......@@ -2314,7 +2383,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.3.0"
"source": "https://github.com/symfony/error-handler/tree/v5.3.3"
},
"funding": [
{
......@@ -2330,7 +2399,7 @@
"type": "tidelift"
}
],
"time": "2021-05-26T17:43:10+00:00"
"time": "2021-06-24T08:13:00+00:00"
},
{
"name": "symfony/event-dispatcher",
......@@ -2562,16 +2631,16 @@
},
{
"name": "symfony/filesystem",
"version": "v5.3.0",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "348116319d7fb7d1faa781d26a48922428013eb2"
"reference": "19b71c8f313b411172dd5f470fd61f24466d79a9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/348116319d7fb7d1faa781d26a48922428013eb2",
"reference": "348116319d7fb7d1faa781d26a48922428013eb2",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/19b71c8f313b411172dd5f470fd61f24466d79a9",
"reference": "19b71c8f313b411172dd5f470fd61f24466d79a9",
"shasum": ""
},
"require": {
......@@ -2604,7 +2673,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v5.3.0"
"source": "https://github.com/symfony/filesystem/tree/v5.3.3"
},
"funding": [
{
......@@ -2620,7 +2689,7 @@
"type": "tidelift"
}
],
"time": "2021-05-26T17:43:10+00:00"
"time": "2021-06-30T07:27:52+00:00"
},
{
"name": "symfony/finder",
......@@ -2685,16 +2754,16 @@
},
{
"name": "symfony/framework-bundle",
"version": "v5.3.2",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
"reference": "120e80e882debd7e705d53a3b054e1a0fae91fbc"
"reference": "0374044e7b3f7ca403058203403f6bc3097f4fbe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/120e80e882debd7e705d53a3b054e1a0fae91fbc",
"reference": "120e80e882debd7e705d53a3b054e1a0fae91fbc",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/0374044e7b3f7ca403058203403f6bc3097f4fbe",
"reference": "0374044e7b3f7ca403058203403f6bc3097f4fbe",
"shasum": ""
},
"require": {
......@@ -2848,7 +2917,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.3.2"
"source": "https://github.com/symfony/framework-bundle/tree/v5.3.3"
},
"funding": [
{
......@@ -2864,7 +2933,7 @@
"type": "tidelift"
}
],
"time": "2021-06-17T13:29:40+00:00"
"time": "2021-06-28T15:44:34+00:00"
},
{
"name": "symfony/http-client-contracts",
......@@ -2946,16 +3015,16 @@
},
{
"name": "symfony/http-foundation",
"version": "v5.3.2",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "7b6dd714d95106b831aaa7f3c9c612ab886516bd"
"reference": "0e45ab1574caa0460d9190871a8ce47539e40ccf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/7b6dd714d95106b831aaa7f3c9c612ab886516bd",
"reference": "7b6dd714d95106b831aaa7f3c9c612ab886516bd",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/0e45ab1574caa0460d9190871a8ce47539e40ccf",
"reference": "0e45ab1574caa0460d9190871a8ce47539e40ccf",
"shasum": ""
},
"require": {
......@@ -2999,7 +3068,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.3.2"
"source": "https://github.com/symfony/http-foundation/tree/v5.3.3"
},
"funding": [
{
......@@ -3015,20 +3084,20 @@
"type": "tidelift"
}
],
"time": "2021-06-12T10:15:17+00:00"
"time": "2021-06-27T09:19:40+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v5.3.2",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "e7021165d9dbfb4051296b8de827e92c8a7b5c87"
"reference": "90ad9f4b21ddcb8ebe9faadfcca54929ad23f9f8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/e7021165d9dbfb4051296b8de827e92c8a7b5c87",
"reference": "e7021165d9dbfb4051296b8de827e92c8a7b5c87",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/90ad9f4b21ddcb8ebe9faadfcca54929ad23f9f8",
"reference": "90ad9f4b21ddcb8ebe9faadfcca54929ad23f9f8",
"shasum": ""
},
"require": {
......@@ -3111,7 +3180,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.3.2"
"source": "https://github.com/symfony/http-kernel/tree/v5.3.3"
},
"funding": [
{
......@@ -3127,20 +3196,20 @@
"type": "tidelift"
}
],
"time": "2021-06-17T14:18:27+00:00"
"time": "2021-06-30T08:27:49+00:00"
},
{
"name": "symfony/password-hasher",
"version": "v5.3.2",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/password-hasher.git",
"reference": "02320f981e26fdbeeaae575911e0afa7bdcae988"
"reference": "eacf514b03b764066415b39a297e351f8c52a8c2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/password-hasher/zipball/02320f981e26fdbeeaae575911e0afa7bdcae988",
"reference": "02320f981e26fdbeeaae575911e0afa7bdcae988",
"url": "https://api.github.com/repos/symfony/password-hasher/zipball/eacf514b03b764066415b39a297e351f8c52a8c2",
"reference": "eacf514b03b764066415b39a297e351f8c52a8c2",
"shasum": ""
},
"require": {
......@@ -3184,7 +3253,7 @@
"password"
],
"support": {
"source": "https://github.com/symfony/password-hasher/tree/v5.3.2"
"source": "https://github.com/symfony/password-hasher/tree/v5.3.3"
},
"funding": [
{
......@@ -3200,7 +3269,7 @@
"type": "tidelift"
}
],
"time": "2021-06-11T14:36:11+00:00"
"time": "2021-06-27T12:43:45+00:00"
},
{
"name": "symfony/polyfill-ctype",
......@@ -4030,16 +4099,16 @@
},
{
"name": "symfony/security-bundle",
"version": "v5.3.2",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-bundle.git",
"reference": "971ff372d07aacc1c92d1efd0e80947f99323483"
"reference": "e28476b227e737c9a12074fe802751f8e490faec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-bundle/zipball/971ff372d07aacc1c92d1efd0e80947f99323483",
"reference": "971ff372d07aacc1c92d1efd0e80947f99323483",
"url": "https://api.github.com/repos/symfony/security-bundle/zipball/e28476b227e737c9a12074fe802751f8e490faec",
"reference": "e28476b227e737c9a12074fe802751f8e490faec",
"shasum": ""
},
"require": {
......@@ -4112,7 +4181,7 @@
"description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/security-bundle/tree/v5.3.2"
"source": "https://github.com/symfony/security-bundle/tree/v5.3.3"
},
"funding": [
{
......@@ -4128,20 +4197,20 @@
"type": "tidelift"
}
],
"time": "2021-06-17T13:35:32+00:00"
"time": "2021-06-27T12:24:29+00:00"
},
{
"name": "symfony/security-core",
"version": "v5.3.2",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-core.git",
"reference": "dc44d2a4275345621266356f6cb7ef6e0864c3fa"
"reference": "480963371d271b0a1f3a7094c619a2a52120342c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-core/zipball/dc44d2a4275345621266356f6cb7ef6e0864c3fa",
"reference": "dc44d2a4275345621266356f6cb7ef6e0864c3fa",
"url": "https://api.github.com/repos/symfony/security-core/zipball/480963371d271b0a1f3a7094c619a2a52120342c",
"reference": "480963371d271b0a1f3a7094c619a2a52120342c",
"shasum": ""
},
"require": {
......@@ -4205,7 +4274,7 @@
"description": "Symfony Security Component - Core Library",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/security-core/tree/v5.3.2"
"source": "https://github.com/symfony/security-core/tree/v5.3.3"
},
"funding": [
{
......@@ -4221,20 +4290,20 @@
"type": "tidelift"
}
],
"time": "2021-06-15T17:42:09+00:00"
"time": "2021-06-26T11:20:14+00:00"
},
{
"name": "symfony/security-csrf",
"version": "v5.3.0",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-csrf.git",
"reference": "c7b7006d3ed955da978a002d764cae388bed8d09"
"reference": "20259eb80a981e0db134e51c18f558a9510c1c84"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-csrf/zipball/c7b7006d3ed955da978a002d764cae388bed8d09",
"reference": "c7b7006d3ed955da978a002d764cae388bed8d09",
"url": "https://api.github.com/repos/symfony/security-csrf/zipball/20259eb80a981e0db134e51c18f558a9510c1c84",
"reference": "20259eb80a981e0db134e51c18f558a9510c1c84",
"shasum": ""
},
"require": {
......@@ -4276,7 +4345,7 @@
"description": "Symfony Security Component - CSRF Library",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/security-csrf/tree/v5.3.0"
"source": "https://github.com/symfony/security-csrf/tree/v5.3.3"
},
"funding": [
{
......@@ -4292,7 +4361,7 @@
"type": "tidelift"
}
],
"time": "2021-05-26T17:43:10+00:00"
"time": "2021-06-29T05:59:20+00:00"
},
{
"name": "symfony/security-guard",
......@@ -4363,16 +4432,16 @@
},
{
"name": "symfony/security-http",
"version": "v5.3.2",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-http.git",
"reference": "6bf4c31219773a558b019ee12e54572174ff8129"
"reference": "81c183fd1527a2d09bd3b5c69bca3fc24ce18527"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-http/zipball/6bf4c31219773a558b019ee12e54572174ff8129",
"reference": "6bf4c31219773a558b019ee12e54572174ff8129",
"url": "https://api.github.com/repos/symfony/security-http/zipball/81c183fd1527a2d09bd3b5c69bca3fc24ce18527",
"reference": "81c183fd1527a2d09bd3b5c69bca3fc24ce18527",
"shasum": ""
},
"require": {
......@@ -4428,7 +4497,7 @@
"description": "Symfony Security Component - HTTP Integration",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/security-http/tree/v5.3.2"
"source": "https://github.com/symfony/security-http/tree/v5.3.3"
},
"funding": [
{
......@@ -4444,7 +4513,7 @@
"type": "tidelift"
}
],
"time": "2021-06-17T13:35:32+00:00"
"time": "2021-06-23T09:36:00+00:00"
},
{
"name": "symfony/serializer",
......@@ -4629,16 +4698,16 @@
},
{
"name": "symfony/string",
"version": "v5.3.2",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "0732e97e41c0a590f77e231afc16a327375d50b0"
"reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/0732e97e41c0a590f77e231afc16a327375d50b0",
"reference": "0732e97e41c0a590f77e231afc16a327375d50b0",
"url": "https://api.github.com/repos/symfony/string/zipball/bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1",
"reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1",
"shasum": ""
},
"require": {
......@@ -4692,7 +4761,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v5.3.2"
"source": "https://github.com/symfony/string/tree/v5.3.3"
},
"funding": [
{
......@@ -4708,7 +4777,7 @@
"type": "tidelift"
}
],
"time": "2021-06-06T09:51:56+00:00"
"time": "2021-06-27T11:44:38+00:00"
},
{
"name": "symfony/translation-contracts",
......@@ -4790,16 +4859,16 @@
},
{
"name": "symfony/twig-bridge",
"version": "v5.3.0",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bridge.git",
"reference": "cbd8f87a3d2445e566db3fe75e34a0bcad70c222"
"reference": "61d1415392e260fb66ede48cc5a2a6e82a323db2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/cbd8f87a3d2445e566db3fe75e34a0bcad70c222",
"reference": "cbd8f87a3d2445e566db3fe75e34a0bcad70c222",
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/61d1415392e260fb66ede48cc5a2a6e82a323db2",
"reference": "61d1415392e260fb66ede48cc5a2a6e82a323db2",
"shasum": ""
},
"require": {
......@@ -4891,7 +4960,7 @@
"description": "Provides integration for Twig with various Symfony components",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/twig-bridge/tree/v5.3.0"
"source": "https://github.com/symfony/twig-bridge/tree/v5.3.3"
},
"funding": [
{
......@@ -4907,20 +4976,20 @@
"type": "tidelift"
}
],
"time": "2021-05-26T17:43:10+00:00"
"time": "2021-06-24T08:13:00+00:00"
},
{
"name": "symfony/twig-bundle",
"version": "v5.3.0",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bundle.git",
"reference": "d386aaa46d1afe5afb51b39675fc2ab206159206"
"reference": "b70c2837355843196e0e65822eb2b2326ef3a7b0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bundle/zipball/d386aaa46d1afe5afb51b39675fc2ab206159206",
"reference": "d386aaa46d1afe5afb51b39675fc2ab206159206",
"url": "https://api.github.com/repos/symfony/twig-bundle/zipball/b70c2837355843196e0e65822eb2b2326ef3a7b0",
"reference": "b70c2837355843196e0e65822eb2b2326ef3a7b0",
"shasum": ""
},
"require": {
......@@ -4978,7 +5047,7 @@
"description": "Provides a tight integration of Twig into the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/twig-bundle/tree/v5.3.0"
"source": "https://github.com/symfony/twig-bundle/tree/v5.3.3"
},
"funding": [
{
......@@ -4994,20 +5063,20 @@
"type": "tidelift"
}
],
"time": "2021-05-26T17:43:10+00:00"
"time": "2021-06-28T15:44:34+00:00"
},
{
"name": "symfony/validator",
"version": "v5.3.2",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
"reference": "87621b2503601673b7e76aeffac3234ada8e1bf2"
"reference": "82d4a64927d6ec5d37277ae1d9f5d24b31dd390c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/validator/zipball/87621b2503601673b7e76aeffac3234ada8e1bf2",
"reference": "87621b2503601673b7e76aeffac3234ada8e1bf2",
"url": "https://api.github.com/repos/symfony/validator/zipball/82d4a64927d6ec5d37277ae1d9f5d24b31dd390c",
"reference": "82d4a64927d6ec5d37277ae1d9f5d24b31dd390c",
"shasum": ""
},
"require": {
......@@ -5088,7 +5157,7 @@
"description": "Provides tools to validate values",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/validator/tree/v5.3.2"
"source": "https://github.com/symfony/validator/tree/v5.3.3"
},
"funding": [
{
......@@ -5104,20 +5173,20 @@
"type": "tidelift"
}
],
"time": "2021-06-17T12:34:27+00:00"
"time": "2021-06-30T07:27:52+00:00"
},
{
"name": "symfony/var-dumper",
"version": "v5.3.2",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "905a22c68b292ffb6f20d7636c36b220d1fba5ae"
"reference": "46aa709affb9ad3355bd7a810f9662d71025c384"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/905a22c68b292ffb6f20d7636c36b220d1fba5ae",
"reference": "905a22c68b292ffb6f20d7636c36b220d1fba5ae",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/46aa709affb9ad3355bd7a810f9662d71025c384",
"reference": "46aa709affb9ad3355bd7a810f9662d71025c384",
"shasum": ""
},
"require": {
......@@ -5176,7 +5245,7 @@
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.3.2"
"source": "https://github.com/symfony/var-dumper/tree/v5.3.3"
},
"funding": [
{
......@@ -5192,20 +5261,20 @@
"type": "tidelift"
}
],
"time": "2021-06-06T09:51:56+00:00"
"time": "2021-06-24T08:13:00+00:00"
},
{
"name": "symfony/var-exporter",
"version": "v5.3.2",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
"reference": "df663fb63bdcd7298373cbd431165ab031706cb2"
"reference": "903c2c0babd6267de5bcb2995e8fc1efb5f01f1f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/df663fb63bdcd7298373cbd431165ab031706cb2",
"reference": "df663fb63bdcd7298373cbd431165ab031706cb2",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/903c2c0babd6267de5bcb2995e8fc1efb5f01f1f",
"reference": "903c2c0babd6267de5bcb2995e8fc1efb5f01f1f",
"shasum": ""
},
"require": {
......@@ -5249,7 +5318,7 @@
"serialize"
],
"support": {
"source": "https://github.com/symfony/var-exporter/tree/v5.3.2"
"source": "https://github.com/symfony/var-exporter/tree/v5.3.3"
},
"funding": [
{
......@@ -5265,20 +5334,20 @@
"type": "tidelift"
}
],
"time": "2021-06-09T10:57:10+00:00"
"time": "2021-06-27T09:16:08+00:00"
},
{
"name": "symfony/web-link",
"version": "v5.3.0",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/web-link.git",
"reference": "87b34e33e833e948256b237f25fdd54f85975a94"
"reference": "820cd4e31c1b5b440bd2e3c01d3e2583fa8472a2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/web-link/zipball/87b34e33e833e948256b237f25fdd54f85975a94",
"reference": "87b34e33e833e948256b237f25fdd54f85975a94",
"url": "https://api.github.com/repos/symfony/web-link/zipball/820cd4e31c1b5b440bd2e3c01d3e2583fa8472a2",
"reference": "820cd4e31c1b5b440bd2e3c01d3e2583fa8472a2",
"shasum": ""
},
"require": {
......@@ -5335,7 +5404,7 @@
"push"
],
"support": {
"source": "https://github.com/symfony/web-link/tree/v5.3.0"
"source": "https://github.com/symfony/web-link/tree/v5.3.3"
},
"funding": [
{
......@@ -5351,20 +5420,20 @@
"type": "tidelift"
}
],
"time": "2021-05-26T17:43:10+00:00"
"time": "2021-06-22T16:07:00+00:00"
},
{
"name": "symfony/yaml",
"version": "v5.3.2",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "71719ab2409401711d619765aa255f9d352a59b2"
"reference": "485c83a2fb5893e2ff21bf4bfc7fdf48b4967229"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/71719ab2409401711d619765aa255f9d352a59b2",
"reference": "71719ab2409401711d619765aa255f9d352a59b2",
"url": "https://api.github.com/repos/symfony/yaml/zipball/485c83a2fb5893e2ff21bf4bfc7fdf48b4967229",
"reference": "485c83a2fb5893e2ff21bf4bfc7fdf48b4967229",
"shasum": ""
},
"require": {
......@@ -5410,7 +5479,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/yaml/tree/v5.3.2"
"source": "https://github.com/symfony/yaml/tree/v5.3.3"
},
"funding": [
{
......@@ -5426,7 +5495,7 @@
"type": "tidelift"
}
],
"time": "2021-06-06T09:51:56+00:00"
"time": "2021-06-24T08:13:00+00:00"
},
{
"name": "twig/twig",
......@@ -6741,16 +6810,16 @@
},
{
"name": "nikic/php-parser",
"version": "v4.10.5",
"version": "v4.11.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "4432ba399e47c66624bc73c8c0f811e5c109576f"
"reference": "fe14cf3672a149364fb66dfe11bf6549af899f94"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4432ba399e47c66624bc73c8c0f811e5c109576f",
"reference": "4432ba399e47c66624bc73c8c0f811e5c109576f",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/fe14cf3672a149364fb66dfe11bf6549af899f94",
"reference": "fe14cf3672a149364fb66dfe11bf6549af899f94",
"shasum": ""
},
"require": {
......@@ -6791,9 +6860,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.10.5"
"source": "https://github.com/nikic/PHP-Parser/tree/v4.11.0"
},
"time": "2021-05-03T19:11:20+00:00"
"time": "2021-07-03T13:36:55+00:00"
},
{
"name": "openlss/lib-array2xml",
......@@ -6902,16 +6971,16 @@
},
{
"name": "phpstan/phpstan",
"version": "0.12.90",
"version": "0.12.91",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "f0e4b56630fc3d4eb5be86606d07212ac212ede4"
"reference": "8226701cd228a0d63c2df995de7ab6070c69ac6a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/f0e4b56630fc3d4eb5be86606d07212ac212ede4",
"reference": "f0e4b56630fc3d4eb5be86606d07212ac212ede4",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/8226701cd228a0d63c2df995de7ab6070c69ac6a",
"reference": "8226701cd228a0d63c2df995de7ab6070c69ac6a",
"shasum": ""
},
"require": {
......@@ -6942,7 +7011,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.90"
"source": "https://github.com/phpstan/phpstan/tree/0.12.91"
},
"funding": [
{
......@@ -6962,7 +7031,7 @@
"type": "tidelift"
}
],
"time": "2021-06-18T07:15:38+00:00"
"time": "2021-07-04T15:31:48+00:00"
},
{
"name": "phpstan/phpstan-phpunit",
......@@ -7330,16 +7399,16 @@
},
{
"name": "symfony/http-client",
"version": "v5.3.2",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "d2464f48482223c7c6826cd8c6ed7929d1ce6093"
"reference": "fde4bdb10bf197f932ebccfcb9982881d296fc4c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/d2464f48482223c7c6826cd8c6ed7929d1ce6093",
"reference": "d2464f48482223c7c6826cd8c6ed7929d1ce6093",
"url": "https://api.github.com/repos/symfony/http-client/zipball/fde4bdb10bf197f932ebccfcb9982881d296fc4c",
"reference": "fde4bdb10bf197f932ebccfcb9982881d296fc4c",
"shasum": ""
},
"require": {
......@@ -7397,7 +7466,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.3.2"
"source": "https://github.com/symfony/http-client/tree/v5.3.3"
},
"funding": [
{
......@@ -7413,7 +7482,7 @@
"type": "tidelift"
}
],
"time": "2021-06-12T10:15:17+00:00"
"time": "2021-06-24T08:13:00+00:00"
},
{
"name": "symfony/options-resolver",
......@@ -7486,16 +7555,16 @@
},
{
"name": "symfony/phpunit-bridge",
"version": "v5.3.0",
"version": "v5.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "15cab721487b7bf43ad545a1e7d0095782e26f8c"
"reference": "d7d3193df3b198f287777b61ef06cd59fdb0516d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/15cab721487b7bf43ad545a1e7d0095782e26f8c",
"reference": "15cab721487b7bf43ad545a1e7d0095782e26f8c",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/d7d3193df3b198f287777b61ef06cd59fdb0516d",
"reference": "d7d3193df3b198f287777b61ef06cd59fdb0516d",
"shasum": ""
},
"require": {
......@@ -7549,7 +7618,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.3.0"
"source": "https://github.com/symfony/phpunit-bridge/tree/v5.3.3"
},
"funding": [
{
......@@ -7565,7 +7634,7 @@
"type": "tidelift"
}
],
"time": "2021-05-26T17:57:12+00:00"
"time": "2021-06-22T16:07:00+00:00"
},
{
"name": "symfony/polyfill-php72",
......@@ -7938,5 +8007,5 @@
"platform-overrides": {
"php": "7.3"
},
"plugin-api-version": "2.0.0"
"plugin-api-version": "2.1.0"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment