build(deps-dev): bump marcocesarato/php-conventional-changelog

Bumps [marcocesarato/php-conventional-changelog](https://github.com/marcocesarato/php-conventional-changelog) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/marcocesarato/php-conventional-changelog/releases)
- [Changelog](https://github.com/marcocesarato/php-conventional-changelog/blob/main/CHANGELOG.md)
- [Commits](https://github.com/marcocesarato/php-conventional-changelog/compare/v1.10.1...v1.10.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-19 09:33:05 +00:00 committed by GitHub
parent cf16c8a066
commit e9334cb733
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

31
composer.lock generated
View file

@ -1400,16 +1400,16 @@
},
{
"name": "marcocesarato/php-conventional-changelog",
"version": "1.10.1",
"version": "1.10.2",
"source": {
"type": "git",
"url": "https://github.com/marcocesarato/php-conventional-changelog.git",
"reference": "c84d617e0081db7d390cab585facb703f0ea9536"
"reference": "1ae4b4207cb3ef133336beb80c9129f513814ae2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/marcocesarato/php-conventional-changelog/zipball/c84d617e0081db7d390cab585facb703f0ea9536",
"reference": "c84d617e0081db7d390cab585facb703f0ea9536",
"url": "https://api.github.com/repos/marcocesarato/php-conventional-changelog/zipball/1ae4b4207cb3ef133336beb80c9129f513814ae2",
"reference": "1ae4b4207cb3ef133336beb80c9129f513814ae2",
"shasum": ""
},
"require": {
@ -1468,9 +1468,9 @@
],
"support": {
"issues": "https://github.com/marcocesarato/php-conventional-changelog/issues",
"source": "https://github.com/marcocesarato/php-conventional-changelog/tree/v1.10.1"
"source": "https://github.com/marcocesarato/php-conventional-changelog/tree/v1.10.2"
},
"time": "2021-04-15T12:15:06+00:00"
"time": "2021-04-16T09:03:46+00:00"
},
{
"name": "monolog/monolog",
@ -2892,22 +2892,22 @@
},
{
"name": "symfony/contracts",
"version": "v2.3.1",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/contracts.git",
"reference": "f7783bdec14b06c323d30a5f74ba70a17ec0ce81"
"reference": "8434102b404d119dcaf98c8fe19a2655573ac17a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/contracts/zipball/f7783bdec14b06c323d30a5f74ba70a17ec0ce81",
"reference": "f7783bdec14b06c323d30a5f74ba70a17ec0ce81",
"url": "https://api.github.com/repos/symfony/contracts/zipball/8434102b404d119dcaf98c8fe19a2655573ac17a",
"reference": "8434102b404d119dcaf98c8fe19a2655573ac17a",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/cache": "^1.0",
"psr/container": "^1.0",
"psr/cache": "^1.0|^2.0|^3.0",
"psr/container": "^1.1",
"psr/event-dispatcher": "^1.0"
},
"replace": {
@ -2930,9 +2930,8 @@
},
"type": "library",
"extra": {
"branch-version": "2.3",
"branch-alias": {
"dev-main": "2.3-dev"
"dev-main": "2.4-dev"
}
},
"autoload": {
@ -2971,7 +2970,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/contracts/tree/v2.3.1"
"source": "https://github.com/symfony/contracts/tree/v2.4.0"
},
"funding": [
{
@ -2987,7 +2986,7 @@
"type": "tidelift"
}
],
"time": "2020-10-14T17:08:19+00:00"
"time": "2021-04-11T23:07:08+00:00"
},
{
"name": "symfony/dependency-injection",