diff --git a/CHANGELOG.md b/CHANGELOG.md index f98deba..1446d20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/Art4/json-api-client/compare/1.2.0...v1.x) +## [Unreleased](https://github.com/Art4/json-api-client/compare/1.3.0...v1.x) + +## [1.3.0 - 2024-10-11](https://github.com/Art4/json-api-client/compare/1.2.0...1.3.0) ### Added diff --git a/composer.json b/composer.json index 530bfc4..534378b 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.40", + "friendsofphp/php-cs-fixer": "^3.64", "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^10.4"