From e01aafca0f3f3cbca6236043a0d89086e50fbb15 Mon Sep 17 00:00:00 2001 From: Oh My Felix Date: Thu, 12 Feb 2026 16:01:54 +0000 Subject: [PATCH] Align tooling and docs with PHP 8.4 --- README.md | 2 +- config/doctrine.neon | 4 ++-- phpstan.neon | 2 +- ruleset.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8fe6dee..057681e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ To test this application, follow these steps: ## Installation -You will need `PHP 8.3+` and [Composer](https://getcomposer.org/) and [Git](https://git-scm.com/) installed. +You will need `PHP 8.4+` and [Composer](https://getcomposer.org/) and [Git](https://git-scm.com/) installed. Install this application using **Composer** or **Git**. diff --git a/config/doctrine.neon b/config/doctrine.neon index 6ffbda0..ccca117 100644 --- a/config/doctrine.neon +++ b/config/doctrine.neon @@ -23,7 +23,7 @@ nettrine.dbal: user: %postgres.user% password: %postgres.password% charset: UTF8 - serverVersion: 15.0.0 + serverVersion: "15" second: driver: %mariadb.driver% @@ -33,7 +33,7 @@ nettrine.dbal: user: %mariadb.user% password: %mariadb.password% charset: UTF8 - serverVersion: 10.10.0 + serverVersion: "10.10" nettrine.orm: managers: diff --git a/phpstan.neon b/phpstan.neon index 6c22f1f..46d183b 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -4,7 +4,7 @@ includes: parameters: level: 9 - phpVersion: 80100 + phpVersion: 80400 tmpDir: %currentWorkingDirectory%/var/tmp/phpstan diff --git a/ruleset.xml b/ruleset.xml index cd7ccf8..a338a00 100644 --- a/ruleset.xml +++ b/ruleset.xml @@ -3,7 +3,7 @@ Contributte - +