From 16ecf485cb0462958db36090ac2d0c8168b48380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 22:06:34 +0000 Subject: [PATCH] Bump pimple/pimple from 3.2.3 to 3.4.0 Bumps [pimple/pimple](https://github.com/silexphp/Pimple) from 3.2.3 to 3.4.0. - [Release notes](https://github.com/silexphp/Pimple/releases) - [Changelog](https://github.com/silexphp/Pimple/blob/main/CHANGELOG) - [Commits](https://github.com/silexphp/Pimple/compare/v3.2.3...v3.4.0) --- updated-dependencies: - dependency-name: pimple/pimple dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../unreleased/PHPdependencies20210721onward | 2 ++ composer.json | 2 +- composer.lock | 23 +++++++++---------- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/changelog/unreleased/PHPdependencies20210721onward b/changelog/unreleased/PHPdependencies20210721onward index 4ced3b8a0ec0..d717723a78b4 100644 --- a/changelog/unreleased/PHPdependencies20210721onward +++ b/changelog/unreleased/PHPdependencies20210721onward @@ -14,7 +14,9 @@ The following have been updated: - phpseclib/phpseclib (3.0.9 to 3.0.10) - punic/punic (3.6.0 to 3.6.1) - swiftmailer/swiftmailer (v6.2.7 to v6.3.0) +- pimple/pimple (3.2.3 => 3.4.0) +https://github.com/owncloud/core/pull/38907 https://github.com/owncloud/core/pull/39030 https://github.com/owncloud/core/pull/39047 https://github.com/owncloud/core/pull/39065 diff --git a/composer.json b/composer.json index 137ea7c90f16..d24aba477854 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "symfony/event-dispatcher": "^4.4", "symfony/routing": "^4.4", "symfony/process": "^4.4", - "pimple/pimple": "3.2.3", + "pimple/pimple": "^3.4", "nikic/php-parser": "^4.4", "icewind/streams": "0.7.5", "swiftmailer/swiftmailer": "^6.2", diff --git a/composer.lock b/composer.lock index ea2db725641e..9b8a39d76ec2 100644 --- a/composer.lock +++ b/composer.lock @@ -2375,29 +2375,29 @@ }, { "name": "pimple/pimple", - "version": "v3.2.3", + "version": "v3.4.0", "source": { "type": "git", "url": "https://github.com/silexphp/Pimple.git", - "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32" + "reference": "86406047271859ffc13424a048541f4531f53601" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32", - "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32", + "url": "https://api.github.com/repos/silexphp/Pimple/zipball/86406047271859ffc13424a048541f4531f53601", + "reference": "86406047271859ffc13424a048541f4531f53601", "shasum": "" }, "require": { - "php": ">=5.3.0", - "psr/container": "^1.0" + "php": ">=7.2.5", + "psr/container": "^1.1" }, "require-dev": { - "symfony/phpunit-bridge": "^3.2" + "symfony/phpunit-bridge": "^5.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.2.x-dev" + "dev-master": "3.4.x-dev" } }, "autoload": { @@ -2416,16 +2416,15 @@ } ], "description": "Pimple, a simple Dependency Injection Container", - "homepage": "http://pimple.sensiolabs.org", + "homepage": "https://pimple.symfony.com", "keywords": [ "container", "dependency injection" ], "support": { - "issues": "https://github.com/silexphp/Pimple/issues", - "source": "https://github.com/silexphp/Pimple/tree/master" + "source": "https://github.com/silexphp/Pimple/tree/v3.4.0" }, - "time": "2018-01-21T07:42:36+00:00" + "time": "2021-03-06T08:28:00+00:00" }, { "name": "psr/container",