From dc3cde524ce162e0ad59cd8d4d4a0633c4daa61c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 07:56:10 +0000 Subject: [PATCH] Bump the composer group across 1 directory with 3 updates Bumps the composer group with 3 updates in the / directory: [monolog/monolog](https://github.com/Seldaek/monolog), [symfony/http-foundation](https://github.com/symfony/http-foundation) and [symfony/http-kernel](https://github.com/symfony/http-kernel). Updates `monolog/monolog` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/Seldaek/monolog/releases) - [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md) - [Commits](https://github.com/Seldaek/monolog/compare/1.11.0...1.12.0) Updates `symfony/http-foundation` from 2.5.7 to 2.5.12 - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/7.2/CHANGELOG.md) - [Commits](https://github.com/symfony/http-foundation/compare/v2.5.7...v2.5.12) Updates `symfony/http-kernel` from 2.5.7 to 2.5.12 - [Release notes](https://github.com/symfony/http-kernel/releases) - [Changelog](https://github.com/symfony/http-kernel/blob/7.2/CHANGELOG.md) - [Commits](https://github.com/symfony/http-kernel/compare/v2.5.7...v2.5.12) --- updated-dependencies: - dependency-name: monolog/monolog dependency-type: direct:production dependency-group: composer - dependency-name: symfony/http-foundation dependency-type: indirect dependency-group: composer - dependency-name: symfony/http-kernel dependency-type: indirect dependency-group: composer ... Signed-off-by: dependabot[bot] --- composer.lock | 180 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 107 insertions(+), 73 deletions(-) diff --git a/composer.lock b/composer.lock index 57cc2c3..4cf9b8d 100644 --- a/composer.lock +++ b/composer.lock @@ -1,23 +1,23 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "5cb114b41b596d3efb0727773bcd909a", + "content-hash": "c2d4ff58b9b8e8bdaef8088f55676696", "packages": [ { "name": "monolog/monolog", - "version": "1.11.0", + "version": "1.12.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "ec3961874c43840e96da3a8a1ed20d8c73d7e5aa" + "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/ec3961874c43840e96da3a8a1ed20d8c73d7e5aa", - "reference": "ec3961874c43840e96da3a8a1ed20d8c73d7e5aa", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1fbe8c2641f2b163addf49cc5e18f144bec6b19f", + "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f", "shasum": "" }, "require": { @@ -31,7 +31,7 @@ "aws/aws-sdk-php": "~2.4, >2.4.8", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", - "phpunit/phpunit": "~3.7.0", + "phpunit/phpunit": "~4.0", "raven/raven": "~0.5", "ruflin/elastica": "0.90.*", "videlalvaro/php-amqplib": "~2.4" @@ -50,7 +50,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.11.x-dev" + "dev-master": "1.12.x-dev" } }, "autoload": { @@ -76,7 +76,11 @@ "logging", "psr-3" ], - "time": "2014-09-30 13:30:58" + "support": { + "issues": "https://github.com/Seldaek/monolog/issues", + "source": "https://github.com/Seldaek/monolog/tree/1.12.0" + }, + "time": "2014-12-29T21:29:35+00:00" }, { "name": "pimple/pimple", @@ -122,26 +126,34 @@ "container", "dependency injection" ], - "time": "2013-11-22 08:30:29" + "time": "2013-11-22T08:30:29+00:00" }, { "name": "psr/log", - "version": "1.0.0", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", - "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, + "require": { + "php": ">=5.3.0" + }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, "autoload": { - "psr-0": { - "Psr\\Log\\": "" + "psr-4": { + "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", @@ -151,16 +163,20 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], - "time": "2012-12-21 11:40:51" + "support": { + "source": "https://github.com/php-fig/log/tree/1.1.4" + }, + "time": "2021-05-03T11:20:27+00:00" }, { "name": "silex/silex", @@ -243,77 +259,82 @@ "keywords": [ "microframework" ], - "time": "2014-09-26 09:32:30" + "time": "2014-09-26T09:32:30+00:00" }, { "name": "symfony/debug", - "version": "v2.6.0", - "target-dir": "Symfony/Component/Debug", + "version": "v2.8.52", "source": { "type": "git", - "url": "https://github.com/symfony/Debug.git", - "reference": "e1e27710efabc3f67a2d1f6710641b3bdca289d3" + "url": "https://github.com/symfony/debug.git", + "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Debug/zipball/e1e27710efabc3f67a2d1f6710641b3bdca289d3", - "reference": "e1e27710efabc3f67a2d1f6710641b3bdca289d3", + "url": "https://api.github.com/repos/symfony/debug/zipball/74251c8d50dd3be7c4ce0c7b862497cdc641a5d0", + "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0", "shasum": "" }, "require": { - "php": ">=5.3.3", + "php": ">=5.3.9", "psr/log": "~1.0" }, - "require-dev": { - "symfony/http-foundation": "~2.1", - "symfony/http-kernel": "~2.1" + "conflict": { + "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" }, - "suggest": { - "symfony/http-foundation": "", - "symfony/http-kernel": "" + "require-dev": { + "symfony/class-loader": "~2.2|~3.0.0", + "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.6-dev" + "dev-master": "2.8-dev" } }, "autoload": { - "psr-0": { + "psr-4": { "Symfony\\Component\\Debug\\": "" - } + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ - { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" - }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Debug Component", - "homepage": "http://symfony.com", - "time": "2014-11-28 10:00:40" + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/debug/tree/v2.8.50" + }, + "abandoned": "symfony/error-handler", + "time": "2018-11-11T11:18:13+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v2.5.7", + "version": "v2.5.12", "target-dir": "Symfony/Component/EventDispatcher", "source": { "type": "git", - "url": "https://github.com/symfony/EventDispatcher.git", - "reference": "bb6fc12085cd195dceaf48016087b12b632df497" + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/bb6fc12085cd195dceaf48016087b12b632df497", - "reference": "bb6fc12085cd195dceaf48016087b12b632df497", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04", + "reference": "af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04", "shasum": "" }, "require": { @@ -321,9 +342,9 @@ }, "require-dev": { "psr/log": "~1.0", - "symfony/config": "~2.0", - "symfony/dependency-injection": "~2.0,<2.6.0", - "symfony/stopwatch": "~2.2" + "symfony/config": "~2.0,>=2.0.5", + "symfony/dependency-injection": "~2.0,>=2.0.5,<2.6.0", + "symfony/stopwatch": "~2.3" }, "suggest": { "symfony/dependency-injection": "", @@ -356,21 +377,24 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "http://symfony.com", - "time": "2014-10-30 20:17:55" + "support": { + "source": "https://github.com/symfony/event-dispatcher/tree/v2.5.12" + }, + "time": "2015-01-29T18:20:43+00:00" }, { "name": "symfony/http-foundation", - "version": "v2.5.7", + "version": "v2.5.12", "target-dir": "Symfony/Component/HttpFoundation", "source": { "type": "git", - "url": "https://github.com/symfony/HttpFoundation.git", - "reference": "24545d3def96e6d6c3d7f1efdb48f330f27e244d" + "url": "https://github.com/symfony/http-foundation.git", + "reference": "08e783861dd9579bac4092814bbfb0cae6666b65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/24545d3def96e6d6c3d7f1efdb48f330f27e244d", - "reference": "24545d3def96e6d6c3d7f1efdb48f330f27e244d", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/08e783861dd9579bac4092814bbfb0cae6666b65", + "reference": "08e783861dd9579bac4092814bbfb0cae6666b65", "shasum": "" }, "require": { @@ -409,41 +433,46 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "http://symfony.com", - "time": "2014-11-20 13:22:25" + "support": { + "source": "https://github.com/symfony/http-foundation/tree/v2.5.12" + }, + "time": "2015-04-01T15:49:36+00:00" }, { "name": "symfony/http-kernel", - "version": "v2.5.7", + "version": "v2.5.12", "target-dir": "Symfony/Component/HttpKernel", "source": { "type": "git", - "url": "https://github.com/symfony/HttpKernel.git", - "reference": "03b9f8fbfe75044ff6ca923e6471f117faf7b965" + "url": "https://github.com/symfony/http-kernel.git", + "reference": "31652385d94eafc2103a98435d6d5bd7eea61736" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/03b9f8fbfe75044ff6ca923e6471f117faf7b965", - "reference": "03b9f8fbfe75044ff6ca923e6471f117faf7b965", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/31652385d94eafc2103a98435d6d5bd7eea61736", + "reference": "31652385d94eafc2103a98435d6d5bd7eea61736", "shasum": "" }, "require": { "php": ">=5.3.3", "psr/log": "~1.0", - "symfony/debug": "~2.5", - "symfony/event-dispatcher": "~2.5", + "symfony/debug": "~2.5.9|~2.6,>=2.6.2", + "symfony/event-dispatcher": "~2.5.9|~2.6,>=2.6.2", "symfony/http-foundation": "~2.5" }, "require-dev": { - "symfony/browser-kit": "~2.2", + "symfony/browser-kit": "~2.3", "symfony/class-loader": "~2.1", - "symfony/config": "~2.0", + "symfony/config": "~2.0,>=2.0.5", "symfony/console": "~2.2", - "symfony/dependency-injection": "~2.0", + "symfony/css-selector": "~2.0,>=2.0.5", + "symfony/dependency-injection": "~2.2", + "symfony/dom-crawler": "~2.0,>=2.0.5", "symfony/expression-language": "~2.4", - "symfony/finder": "~2.0", - "symfony/process": "~2.0", + "symfony/finder": "~2.0,>=2.0.5", + "symfony/process": "~2.0,>=2.0.5", "symfony/routing": "~2.2", - "symfony/stopwatch": "~2.2", + "symfony/stopwatch": "~2.3", "symfony/templating": "~2.2" }, "suggest": { @@ -481,7 +510,10 @@ ], "description": "Symfony HttpKernel Component", "homepage": "http://symfony.com", - "time": "2014-11-20 16:00:03" + "support": { + "source": "https://github.com/symfony/http-kernel/tree/v2.5.12" + }, + "time": "2015-05-26T23:43:20+00:00" }, { "name": "symfony/routing", @@ -548,7 +580,7 @@ "uri", "url" ], - "time": "2014-11-03 20:24:10" + "time": "2014-11-03T20:24:10+00:00" } ], "packages-dev": [ @@ -594,13 +626,15 @@ "nginx", "php" ], - "time": "2014-11-28 14:22:06" + "time": "2014-11-28T14:22:06+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, + "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.6.0" }