From 47fe9ba92c0fb895932d76f896ba02fa8781222f Mon Sep 17 00:00:00 2001 From: alexmerlin Date: Wed, 29 Oct 2025 09:01:29 +0200 Subject: [PATCH] Issue #42: Remove PHP 8.1 and add PHP 8.4 & 8.5 support Signed-off-by: alexmerlin --- .github/workflows/codecov.yml | 2 +- .github/workflows/static-analysis.yml | 2 +- README.md | 2 +- composer.json | 2 +- docs/book/v1/overview.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 276ec1c..2afc6ca 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -15,10 +15,10 @@ jobs: - ubuntu-latest php: - - "8.1" - "8.2" - "8.3" - "8.4" + - "8.5" steps: - name: Checkout diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 03d62cb..9976515 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -15,10 +15,10 @@ jobs: - ubuntu-latest php: - - "8.1" - "8.2" - "8.3" - "8.4" + - "8.5" steps: - name: Checkout diff --git a/README.md b/README.md index bbc893b..c581988 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Documentation is available at: https://docs.dotkernel.org/dot-maker/. ## Badges ![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-maker) -![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-maker/1.0.0) +![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-maker/1.0.6) [![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-maker)](https://github.com/dotkernel/dot-maker/issues) [![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-maker)](https://github.com/dotkernel/dot-maker/network) diff --git a/composer.json b/composer.json index ece1e0d..dd9b9c3 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ } }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" + "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0" }, "require-dev": { "laminas/laminas-coding-standard": "^3.1.0", diff --git a/docs/book/v1/overview.md b/docs/book/v1/overview.md index b364b4c..546ba74 100644 --- a/docs/book/v1/overview.md +++ b/docs/book/v1/overview.md @@ -5,7 +5,7 @@ Programmatically generate Dotkernel project files and directories. ## Badges ![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-maker) -![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-maker/1.0.0) +![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-maker/1.0.6) [![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-maker)](https://github.com/dotkernel/dot-maker/issues) [![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-maker)](https://github.com/dotkernel/dot-maker/network)