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

Merge branch 'renovate/lock-file-maintenance' into 'main'

chore(deps): lock file maintenance

See merge request !116
parents c54ff2e4 64dcfd98
No related branches found
No related tags found
1 merge request!116chore(deps): lock file maintenance
Pipeline #115873 passed
...@@ -5943,16 +5943,16 @@ ...@@ -5943,16 +5943,16 @@
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v3.3.10", "version": "v3.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "8442df056c51b706793adf80a9fd363406dd3674" "reference": "ed19f4bf9d19c4ef920b5d8243910bd32e85b9ba"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/8442df056c51b706793adf80a9fd363406dd3674", "url": "https://api.github.com/repos/twigphp/Twig/zipball/ed19f4bf9d19c4ef920b5d8243910bd32e85b9ba",
"reference": "8442df056c51b706793adf80a9fd363406dd3674", "reference": "ed19f4bf9d19c4ef920b5d8243910bd32e85b9ba",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -5967,7 +5967,7 @@ ...@@ -5967,7 +5967,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.3-dev" "dev-master": "3.4-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -6003,7 +6003,7 @@ ...@@ -6003,7 +6003,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/twigphp/Twig/issues", "issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v3.3.10" "source": "https://github.com/twigphp/Twig/tree/v3.4.0"
}, },
"funding": [ "funding": [
{ {
...@@ -6015,7 +6015,7 @@ ...@@ -6015,7 +6015,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-04-06T06:47:41+00:00" "time": "2022-05-15T06:25:28+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",
...@@ -6889,16 +6889,16 @@ ...@@ -6889,16 +6889,16 @@
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
"version": "2.5.0", "version": "2.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/monolog.git", "url": "https://github.com/Seldaek/monolog.git",
"reference": "4192345e260f1d51b365536199744b987e160edc" "reference": "247918972acd74356b0a91dfaa5adcaec069b6c0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/4192345e260f1d51b365536199744b987e160edc", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/247918972acd74356b0a91dfaa5adcaec069b6c0",
"reference": "4192345e260f1d51b365536199744b987e160edc", "reference": "247918972acd74356b0a91dfaa5adcaec069b6c0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6911,18 +6911,23 @@ ...@@ -6911,18 +6911,23 @@
"require-dev": { "require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0", "aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev", "doctrine/couchdb": "~1.0@dev",
"elasticsearch/elasticsearch": "^7", "elasticsearch/elasticsearch": "^7 || ^8",
"ext-json": "*",
"graylog2/gelf-php": "^1.4.2", "graylog2/gelf-php": "^1.4.2",
"guzzlehttp/guzzle": "^7.4",
"guzzlehttp/psr7": "^2.2",
"mongodb/mongodb": "^1.8", "mongodb/mongodb": "^1.8",
"php-amqplib/php-amqplib": "~2.4 || ^3", "php-amqplib/php-amqplib": "~2.4 || ^3",
"php-console/php-console": "^3.1.3", "php-console/php-console": "^3.1.3",
"phpspec/prophecy": "^1.6.1", "phpspec/prophecy": "^1.15",
"phpstan/phpstan": "^0.12.91", "phpstan/phpstan": "^0.12.91",
"phpunit/phpunit": "^8.5", "phpunit/phpunit": "^8.5.14",
"predis/predis": "^1.1", "predis/predis": "^1.1",
"rollbar/rollbar": "^1.3 || ^2 || ^3", "rollbar/rollbar": "^1.3 || ^2 || ^3",
"ruflin/elastica": ">=0.90@dev", "ruflin/elastica": "^7",
"swiftmailer/swiftmailer": "^5.3|^6.0" "swiftmailer/swiftmailer": "^5.3|^6.0",
"symfony/mailer": "^5.4 || ^6",
"symfony/mime": "^5.4 || ^6"
}, },
"suggest": { "suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
...@@ -6972,7 +6977,7 @@ ...@@ -6972,7 +6977,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/Seldaek/monolog/issues", "issues": "https://github.com/Seldaek/monolog/issues",
"source": "https://github.com/Seldaek/monolog/tree/2.5.0" "source": "https://github.com/Seldaek/monolog/tree/2.6.0"
}, },
"funding": [ "funding": [
{ {
...@@ -6984,7 +6989,7 @@ ...@@ -6984,7 +6989,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-04-08T15:43:54+00:00" "time": "2022-05-10T09:36:00+00:00"
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",
...@@ -9428,20 +9433,20 @@ ...@@ -9428,20 +9433,20 @@
}, },
{ {
"name": "symfony/monolog-bundle", "name": "symfony/monolog-bundle",
"version": "v3.7.1", "version": "v3.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/monolog-bundle.git", "url": "https://github.com/symfony/monolog-bundle.git",
"reference": "fde12fc628162787a4e53877abadc30047fd868b" "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/fde12fc628162787a4e53877abadc30047fd868b", "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d",
"reference": "fde12fc628162787a4e53877abadc30047fd868b", "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"monolog/monolog": "~1.22 || ~2.0", "monolog/monolog": "^1.22 || ^2.0 || ^3.0",
"php": ">=7.1.3", "php": ">=7.1.3",
"symfony/config": "~4.4 || ^5.0 || ^6.0", "symfony/config": "~4.4 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0", "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
...@@ -9489,7 +9494,7 @@ ...@@ -9489,7 +9494,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/symfony/monolog-bundle/issues", "issues": "https://github.com/symfony/monolog-bundle/issues",
"source": "https://github.com/symfony/monolog-bundle/tree/v3.7.1" "source": "https://github.com/symfony/monolog-bundle/tree/v3.8.0"
}, },
"funding": [ "funding": [
{ {
...@@ -9505,7 +9510,7 @@ ...@@ -9505,7 +9510,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-11-05T10:34:29+00:00" "time": "2022-05-10T14:24:36+00:00"
}, },
{ {
"name": "symfony/options-resolver", "name": "symfony/options-resolver",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment