From 8858ca1f82f17d58a8b5582f47e8a138ca78f2b3 Mon Sep 17 00:00:00 2001 From: Art4 Date: Fri, 11 Oct 2024 13:55:25 +0200 Subject: [PATCH] Update CHANGELOG.md for Release 1.3.0 --- CHANGELOG.md | 4 +++- composer.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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"