Bump symfony/maker-bundle from 1.24.2 to 1.25.0

Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle) from 1.24.2 to 1.25.0.
- [Release notes](https://github.com/symfony/maker-bundle/releases)
- [Changelog](https://github.com/symfony/maker-bundle/blob/main/CHANGELOG.md)
- [Commits](https://github.com/symfony/maker-bundle/compare/v1.24.2...v1.25.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-08 08:56:07 +00:00 committed by GitHub
parent 483096b233
commit dfce60d911
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

22
composer.lock generated
View file

@ -11227,16 +11227,16 @@
},
{
"name": "nikic/php-parser",
"version": "v4.10.2",
"version": "v4.10.3",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "658f1be311a230e0907f5dfe0213742aff0596de"
"reference": "dbe56d23de8fcb157bbc0cfb3ad7c7de0cfb0984"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/658f1be311a230e0907f5dfe0213742aff0596de",
"reference": "658f1be311a230e0907f5dfe0213742aff0596de",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dbe56d23de8fcb157bbc0cfb3ad7c7de0cfb0984",
"reference": "dbe56d23de8fcb157bbc0cfb3ad7c7de0cfb0984",
"shasum": ""
},
"require": {
@ -11275,7 +11275,7 @@
"parser",
"php"
],
"time": "2020-09-26T10:30:38+00:00"
"time": "2020-12-03T17:45:45+00:00"
},
{
"name": "php-cs-fixer/diff",
@ -11685,20 +11685,20 @@
},
{
"name": "symfony/maker-bundle",
"version": "v1.24.2",
"version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/maker-bundle.git",
"reference": "87620ef23319ebbdfc5b51dd6b6e7d12003f4564"
"reference": "6d2da12632f5c8b9aa7b159f0bb46f245289434a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/87620ef23319ebbdfc5b51dd6b6e7d12003f4564",
"reference": "87620ef23319ebbdfc5b51dd6b6e7d12003f4564",
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/6d2da12632f5c8b9aa7b159f0bb46f245289434a",
"reference": "6d2da12632f5c8b9aa7b159f0bb46f245289434a",
"shasum": ""
},
"require": {
"doctrine/inflector": "^1.2",
"doctrine/inflector": "^1.2|^2.0",
"nikic/php-parser": "^4.0",
"php": ">=7.1.3",
"symfony/config": "^3.4|^4.0|^5.0",
@ -11765,7 +11765,7 @@
"type": "tidelift"
}
],
"time": "2020-11-27T17:49:17+00:00"
"time": "2020-12-07T14:47:57+00:00"
},
{
"name": "symfony/phpunit-bridge",