From c0909b15b57c8ebe1128f64b42cbf6f683afe55b Mon Sep 17 00:00:00 2001 From: Roli Date: Wed, 27 Mar 2024 12:59:51 +0200 Subject: [PATCH] bumped to php 8.3 --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 8 ++++++++ composer.json | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6db775..f801567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 2.9.3 - 2024-27-03 + +### Changed +* Bumped to php 8.3 + +### Added +* Nothing + +### Deprecated +* Nothing + +### Removed +* Nothing + +### Fixed +* Nothing + ## 2.0.0 - 2020-01-30 ### Changed diff --git a/README.md b/README.md index 33c9655..5ae9e66 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # dot-twigrenderer DotKernel component providing twig extensions and customizations + +## Note + +> **dot-twigrenderer** is in **maintenance** mode. + +> This package is considered feature-complete, and is now in **security-only** maintenance mode. + +![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-twigrenderer/2.9.3) diff --git a/composer.json b/composer.json index f55acff..4fb1a8c 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "laminas/laminas-servicemanager": "^3.21.0", "mezzio/mezzio-twigrenderer": "^2.2", "laminas/laminas-view": "^2.10",