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.13.0.
- [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.13.0)

---
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-12-08 18:12:46 +00:00 committed by GitHub
parent 710dcb0df1
commit 5e6c0be005
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

59
composer.lock generated
View file

@ -1076,16 +1076,16 @@
}, },
{ {
"name": "marcocesarato/php-conventional-changelog", "name": "marcocesarato/php-conventional-changelog",
"version": "1.10.3", "version": "1.13.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/marcocesarato/php-conventional-changelog.git", "url": "https://github.com/marcocesarato/php-conventional-changelog.git",
"reference": "03607fc4366bcda26bb498d4666fc16179e3f53e" "reference": "6f284d1b21d02f275c9938b563e613aa61c908cd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/marcocesarato/php-conventional-changelog/zipball/03607fc4366bcda26bb498d4666fc16179e3f53e", "url": "https://api.github.com/repos/marcocesarato/php-conventional-changelog/zipball/6f284d1b21d02f275c9938b563e613aa61c908cd",
"reference": "03607fc4366bcda26bb498d4666fc16179e3f53e", "reference": "6f284d1b21d02f275c9938b563e613aa61c908cd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1144,9 +1144,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/marcocesarato/php-conventional-changelog/issues", "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.13.0"
}, },
"time": "2021-05-11T16:16:27+00:00" "time": "2021-12-08T10:38:12+00:00"
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
@ -2403,26 +2403,26 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v5.3.10", "version": "v5.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3" "reference": "ec3661faca1d110d6c307e124b44f99ac54179e3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3", "url": "https://api.github.com/repos/symfony/console/zipball/ec3661faca1d110d6c307e124b44f99ac54179e3",
"reference": "d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3", "reference": "ec3661faca1d110d6c307e124b44f99ac54179e3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1", "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8", "symfony/polyfill-php73": "^1.8",
"symfony/polyfill-php80": "^1.16", "symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1|^2", "symfony/service-contracts": "^1.1|^2|^3",
"symfony/string": "^5.1" "symfony/string": "^5.1|^6.0"
}, },
"conflict": { "conflict": {
"psr/log": ">=3", "psr/log": ">=3",
@ -2437,12 +2437,12 @@
}, },
"require-dev": { "require-dev": {
"psr/log": "^1|^2", "psr/log": "^1|^2",
"symfony/config": "^4.4|^5.0", "symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/event-dispatcher": "^4.4|^5.0", "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
"symfony/lock": "^4.4|^5.0", "symfony/lock": "^4.4|^5.0|^6.0",
"symfony/process": "^4.4|^5.0", "symfony/process": "^4.4|^5.0|^6.0",
"symfony/var-dumper": "^4.4|^5.0" "symfony/var-dumper": "^4.4|^5.0|^6.0"
}, },
"suggest": { "suggest": {
"psr/log": "For using the console logger", "psr/log": "For using the console logger",
@ -2482,7 +2482,7 @@
"terminal" "terminal"
], ],
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v5.3.10" "source": "https://github.com/symfony/console/tree/v5.4.0"
}, },
"funding": [ "funding": [
{ {
@ -2498,20 +2498,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-10-26T09:30:15+00:00" "time": "2021-11-29T15:30:56+00:00"
}, },
{ {
"name": "symfony/contracts", "name": "symfony/contracts",
"version": "v2.4.0", "version": "v2.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/contracts.git", "url": "https://github.com/symfony/contracts.git",
"reference": "8434102b404d119dcaf98c8fe19a2655573ac17a" "reference": "1f4c95d47bddf0c1579779d4b85602c923ed2f1c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/contracts/zipball/8434102b404d119dcaf98c8fe19a2655573ac17a", "url": "https://api.github.com/repos/symfony/contracts/zipball/1f4c95d47bddf0c1579779d4b85602c923ed2f1c",
"reference": "8434102b404d119dcaf98c8fe19a2655573ac17a", "reference": "1f4c95d47bddf0c1579779d4b85602c923ed2f1c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2520,6 +2520,9 @@
"psr/container": "^1.1", "psr/container": "^1.1",
"psr/event-dispatcher": "^1.0" "psr/event-dispatcher": "^1.0"
}, },
"conflict": {
"ext-psr": "<1.1|>=2"
},
"replace": { "replace": {
"symfony/cache-contracts": "self.version", "symfony/cache-contracts": "self.version",
"symfony/deprecation-contracts": "self.version", "symfony/deprecation-contracts": "self.version",
@ -2541,7 +2544,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "2.4-dev" "dev-main": "2.5-dev"
} }
}, },
"autoload": { "autoload": {
@ -2580,7 +2583,7 @@
"standards" "standards"
], ],
"support": { "support": {
"source": "https://github.com/symfony/contracts/tree/v2.4.0" "source": "https://github.com/symfony/contracts/tree/v2.5.0"
}, },
"funding": [ "funding": [
{ {
@ -2596,7 +2599,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-04-11T23:07:08+00:00" "time": "2021-11-22T15:13:51+00:00"
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",