From a5285ba6441f58972e5eed70ce464b803211eae7 Mon Sep 17 00:00:00 2001 From: JamesRezo <james@rezo.net> Date: Thu, 2 Jan 2025 13:39:00 +0100 Subject: [PATCH] docs: version 0.9.x, PHP8.2 min --- CHANGELOG.md | 21 +++++++++++++++++++++ composer.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f5a05..132e553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). +## Unreleased (0.9.x) + +### Added + +- Continuous Integration ([spip/tools](https://hub.docker.com/r/spip/tools) images) + +### Changed + +- BREAKING CHANGE : PHP8.2 min. + +### Fixed + +- phpstan 2.0 errors +- easy-coding-standards errors +- phpunit errors + +### Removed + +- php-cs-fixer +- php code sniffer + ## 0.8.1 - 2024-12-10 ### Fixed diff --git a/composer.json b/composer.json index 219e0bf..2d5ee00 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ }, "extra": { "branch-alias": { - "dev-main": "0.8.x-dev" + "dev-main": "0.9.x-dev" }, "class": "SpipLeague\\Composer\\SpipInstallerPlugin" }, -- GitLab