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

Bumps [marcocesarato/php-conventional-changelog](https://github.com/marcocesarato/php-conventional-changelog) from 1.10.3 to 1.12.3.
- [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.3...v1.12.3)

---
updated-dependencies:
- dependency-name: marcocesarato/php-conventional-changelog
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-26 18:08:53 +00:00 committed by GitHub
parent 710dcb0df1
commit b717d36bce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

42
composer.lock generated
View file

@ -1076,16 +1076,16 @@
},
{
"name": "marcocesarato/php-conventional-changelog",
"version": "1.10.3",
"version": "1.12.3",
"source": {
"type": "git",
"url": "https://github.com/marcocesarato/php-conventional-changelog.git",
"reference": "03607fc4366bcda26bb498d4666fc16179e3f53e"
"reference": "49fecfe20fb699cad5f5c78eebe7cb1fa3f84f60"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/marcocesarato/php-conventional-changelog/zipball/03607fc4366bcda26bb498d4666fc16179e3f53e",
"reference": "03607fc4366bcda26bb498d4666fc16179e3f53e",
"url": "https://api.github.com/repos/marcocesarato/php-conventional-changelog/zipball/49fecfe20fb699cad5f5c78eebe7cb1fa3f84f60",
"reference": "49fecfe20fb699cad5f5c78eebe7cb1fa3f84f60",
"shasum": ""
},
"require": {
@ -1144,9 +1144,9 @@
],
"support": {
"issues": "https://github.com/marcocesarato/php-conventional-changelog/issues",
"source": "https://github.com/marcocesarato/php-conventional-changelog/tree/v1.10.3"
"source": "https://github.com/marcocesarato/php-conventional-changelog/tree/v1.12.3"
},
"time": "2021-05-11T16:16:27+00:00"
"time": "2021-11-25T22:11:30+00:00"
},
{
"name": "monolog/monolog",
@ -2403,16 +2403,16 @@
},
{
"name": "symfony/console",
"version": "v5.3.10",
"version": "v5.3.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3"
"reference": "3e7ab8f5905058984899b05a4648096f558bfeba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3",
"reference": "d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3",
"url": "https://api.github.com/repos/symfony/console/zipball/3e7ab8f5905058984899b05a4648096f558bfeba",
"reference": "3e7ab8f5905058984899b05a4648096f558bfeba",
"shasum": ""
},
"require": {
@ -2425,7 +2425,6 @@
"symfony/string": "^5.1"
},
"conflict": {
"psr/log": ">=3",
"symfony/dependency-injection": "<4.4",
"symfony/dotenv": "<5.1",
"symfony/event-dispatcher": "<4.4",
@ -2482,7 +2481,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v5.3.10"
"source": "https://github.com/symfony/console/tree/v5.3.11"
},
"funding": [
{
@ -2498,20 +2497,20 @@
"type": "tidelift"
}
],
"time": "2021-10-26T09:30:15+00:00"
"time": "2021-11-21T19:41:05+00:00"
},
{
"name": "symfony/contracts",
"version": "v2.4.0",
"version": "v2.5.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/contracts.git",
"reference": "8434102b404d119dcaf98c8fe19a2655573ac17a"
"reference": "1f4c95d47bddf0c1579779d4b85602c923ed2f1c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/contracts/zipball/8434102b404d119dcaf98c8fe19a2655573ac17a",
"reference": "8434102b404d119dcaf98c8fe19a2655573ac17a",
"url": "https://api.github.com/repos/symfony/contracts/zipball/1f4c95d47bddf0c1579779d4b85602c923ed2f1c",
"reference": "1f4c95d47bddf0c1579779d4b85602c923ed2f1c",
"shasum": ""
},
"require": {
@ -2520,6 +2519,9 @@
"psr/container": "^1.1",
"psr/event-dispatcher": "^1.0"
},
"conflict": {
"ext-psr": "<1.1|>=2"
},
"replace": {
"symfony/cache-contracts": "self.version",
"symfony/deprecation-contracts": "self.version",
@ -2541,7 +2543,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.4-dev"
"dev-main": "2.5-dev"
}
},
"autoload": {
@ -2580,7 +2582,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/contracts/tree/v2.4.0"
"source": "https://github.com/symfony/contracts/tree/v2.5.0"
},
"funding": [
{
@ -2596,7 +2598,7 @@
"type": "tidelift"
}
],
"time": "2021-04-11T23:07:08+00:00"
"time": "2021-11-22T15:13:51+00:00"
},
{
"name": "symfony/dependency-injection",