mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
Bump symfony/swiftmailer-bundle from 3.2.8 to 3.3.0
Bumps [symfony/swiftmailer-bundle](https://github.com/symfony/swiftmailer-bundle) from 3.2.8 to 3.3.0. - [Release notes](https://github.com/symfony/swiftmailer-bundle/releases) - [Changelog](https://github.com/symfony/swiftmailer-bundle/blob/master/CHANGELOG) - [Commits](https://github.com/symfony/swiftmailer-bundle/compare/v3.2.8...v3.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
ce4c2ead4b
commit
bc3ebfd1a8
1 changed files with 17 additions and 17 deletions
34
composer.lock
generated
34
composer.lock
generated
|
@ -8795,33 +8795,33 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/swiftmailer-bundle",
|
"name": "symfony/swiftmailer-bundle",
|
||||||
"version": "v3.2.8",
|
"version": "v3.3.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/swiftmailer-bundle.git",
|
"url": "https://github.com/symfony/swiftmailer-bundle.git",
|
||||||
"reference": "cb125b3648f132fb8070b55393f20cb310907d3b"
|
"reference": "6b895bc0a5e815d1bf2d444869415a7c752516aa"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/cb125b3648f132fb8070b55393f20cb310907d3b",
|
"url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/6b895bc0a5e815d1bf2d444869415a7c752516aa",
|
||||||
"reference": "cb125b3648f132fb8070b55393f20cb310907d3b",
|
"reference": "6b895bc0a5e815d1bf2d444869415a7c752516aa",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.0.0",
|
"php": ">=7.0.0",
|
||||||
"swiftmailer/swiftmailer": "^6.1.3",
|
"swiftmailer/swiftmailer": "^6.1.3",
|
||||||
"symfony/config": "~2.8|~3.3|~4.0",
|
"symfony/config": "^3.4|^4.0|^5.0",
|
||||||
"symfony/dependency-injection": "~2.7|~3.3|~4.0",
|
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
|
||||||
"symfony/http-kernel": "~2.7|~3.3|~4.0"
|
"symfony/http-kernel": "^3.4|^4.0|^5.0"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"twig/twig": "<1.41|<2.10"
|
"twig/twig": "<1.41|<2.10"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"symfony/console": "~2.7|~3.3|~4.0",
|
"symfony/console": "^3.4|^4.0|^5.0",
|
||||||
"symfony/framework-bundle": "~2.7|~3.3|~4.0",
|
"symfony/framework-bundle": "^3.4|^4.0|^5.0",
|
||||||
"symfony/phpunit-bridge": "~3.3|~4.0",
|
"symfony/phpunit-bridge": "^3.4.32|^4.3.5|^5.0",
|
||||||
"symfony/yaml": "~2.7|~3.3|~4.0"
|
"symfony/yaml": "^3.4|^4.0|^5.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"psr/log": "Allows logging"
|
"psr/log": "Allows logging"
|
||||||
|
@ -8829,7 +8829,7 @@
|
||||||
"type": "symfony-bundle",
|
"type": "symfony-bundle",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "3.2-dev"
|
"dev-master": "3.3-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -8845,18 +8845,18 @@
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
|
||||||
"name": "Symfony Community",
|
|
||||||
"homepage": "http://symfony.com/contributors"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Fabien Potencier",
|
"name": "Fabien Potencier",
|
||||||
"email": "fabien@symfony.com"
|
"email": "fabien@symfony.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Symfony Community",
|
||||||
|
"homepage": "http://symfony.com/contributors"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Symfony SwiftmailerBundle",
|
"description": "Symfony SwiftmailerBundle",
|
||||||
"homepage": "http://symfony.com",
|
"homepage": "http://symfony.com",
|
||||||
"time": "2019-06-18T15:27:04+00:00"
|
"time": "2019-10-20T12:05:18+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/symfony",
|
"name": "symfony/symfony",
|
||||||
|
|
Loading…
Reference in a new issue