feat: add changelog

This commit is contained in:
2025-12-25 18:44:24 +03:00
parent 8c0d61dc9a
commit bf99bfe8a4
4 changed files with 580 additions and 3 deletions

View File

@@ -44,6 +44,7 @@
"phpstan/phpstan": "^2.1",
"phpunit/phpunit": "^9.6",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "*"
"squizlabs/php_codesniffer": "*",
"marcocesarato/php-conventional-changelog": "^1.17"
}
}

View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "26d74793eddc9f89bbc5d5294e07ed6c",
"content-hash": "f6cee85921b310fd27ed8290e977c0ec",
"packages": [
{
"name": "brick/math",
@@ -3520,6 +3520,84 @@
},
"time": "2025-04-30T06:54:44+00:00"
},
{
"name": "marcocesarato/php-conventional-changelog",
"version": "1.17.2",
"source": {
"type": "git",
"url": "https://github.com/marcocesarato/php-conventional-changelog.git",
"reference": "2a153727bab28c85d54184975292a468fac269f7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/marcocesarato/php-conventional-changelog/zipball/2a153727bab28c85d54184975292a468fac269f7",
"reference": "2a153727bab28c85d54184975292a468fac269f7",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"php": ">=7.1.3",
"symfony/console": "^4 || ^5 || ^6 || ^7"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.8",
"friendsofphp/php-cs-fixer": "^3.8",
"php-mock/php-mock": "^2.3",
"php-mock/php-mock-phpunit": "^2.6",
"phpunit/phpunit": "^9.6"
},
"bin": [
"conventional-changelog"
],
"type": "library",
"extra": {
"hooks": {
"pre-push": "composer check-cs",
"post-merge": "composer install",
"pre-commit": "composer fix-cs"
}
},
"autoload": {
"psr-4": {
"ConventionalChangelog\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "Marco Cesarato",
"email": "cesarato.developer@gmail.com"
}
],
"description": "Generate changelogs and release notes from a project's commit messages and metadata and automate versioning with semver.org and conventionalcommits.org",
"keywords": [
"changelog",
"commit",
"commits",
"convention",
"conventional",
"conventional-changelog",
"conventional-changelog-preset",
"conventional-commit",
"conventional-commits",
"conventionalcommits",
"generation",
"git",
"history",
"php",
"readme",
"tag"
],
"support": {
"issues": "https://github.com/marcocesarato/php-conventional-changelog/issues",
"source": "https://github.com/marcocesarato/php-conventional-changelog/tree/v1.17.2"
},
"time": "2024-05-19T14:35:27+00:00"
},
{
"name": "mockery/mockery",
"version": "1.6.12",