Bump pimple/pimple from 3.2.3 to 3.3.0

Bumps [pimple/pimple](https://github.com/silexphp/Pimple) from 3.2.3 to 3.3.0.
- [Release notes](https://github.com/silexphp/Pimple/releases)
- [Changelog](https://github.com/silexphp/Pimple/blob/master/CHANGELOG)
- [Commits](https://github.com/silexphp/Pimple/compare/v3.2.3...v3.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-06 04:35:37 +00:00 committed by Frédéric Guillot
parent c1a4b0c74b
commit 99ec5ce373
2 changed files with 16 additions and 16 deletions

View File

@ -29,7 +29,7 @@
"christian-riesen/otp" : "1.4.3",
"eluceo/ical": "0.16.0",
"erusev/parsedown" : "^1.7",
"pimple/pimple" : "3.2.3",
"pimple/pimple" : "3.3.0",
"psr/log": "~1.0",
"swiftmailer/swiftmailer" : "5.4.8",
"symfony/console" : "4.2.12",

30
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "43cdb53ec434a66add62a5000adfbd10",
"content-hash": "f5cea914e240d933c4e1d128b3c37f86",
"packages": [
{
"name": "christian-riesen/base32",
@ -264,29 +264,29 @@
},
{
"name": "pimple/pimple",
"version": "v3.2.3",
"version": "v3.3.0",
"source": {
"type": "git",
"url": "https://github.com/silexphp/Pimple.git",
"reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
"reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
"reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/e55d12f9d6a0e7f9c85992b73df1267f46279930",
"reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"php": "^7.2.5",
"psr/container": "^1.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.2"
"symfony/phpunit-bridge": "^3.4|^4.4|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev"
"dev-master": "3.3.x-dev"
}
},
"autoload": {
@ -305,12 +305,12 @@
}
],
"description": "Pimple, a simple Dependency Injection Container",
"homepage": "http://pimple.sensiolabs.org",
"homepage": "https://pimple.symfony.com",
"keywords": [
"container",
"dependency injection"
],
"time": "2018-01-21T07:42:36+00:00"
"time": "2020-03-03T09:12:48+00:00"
},
{
"name": "psr/cache",
@ -1654,12 +1654,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "e859317fce42b1ec2d42b204285beaba541e8dbf"
"reference": "107aa9daab3521a0d28f868ff8dc75db546f7ee3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/e859317fce42b1ec2d42b204285beaba541e8dbf",
"reference": "e859317fce42b1ec2d42b204285beaba541e8dbf",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/107aa9daab3521a0d28f868ff8dc75db546f7ee3",
"reference": "107aa9daab3521a0d28f868ff8dc75db546f7ee3",
"shasum": ""
},
"conflict": {
@ -1719,7 +1719,7 @@
"ezsystems/ezplatform-kernel": ">=1,<1.0.2.1",
"ezsystems/ezplatform-user": ">=1,<1.0.1",
"ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.2|>=6,<6.7.9.1|>=6.8,<6.13.6.3|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<7.5.7.1",
"ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.1|>=2011,<2017.12.7.2|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.4.2",
"ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.2|>=2011,<2017.12.7.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.5.1",
"ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
"ezsystems/repository-forms": ">=2.3,<2.3.2.1",
"ezyang/htmlpurifier": "<4.1.1",
@ -1953,7 +1953,7 @@
"type": "tidelift"
}
],
"time": "2020-10-02T17:02:13+00:00"
"time": "2020-10-05T16:02:42+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",