require php 8.2

This commit is contained in:
Uwe Steinmann 2025-02-10 16:17:28 +01:00
parent a5999caca3
commit 6c5dd72b86
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
--------------------------------------------------------------------------------
Changes in version 5.1.38
--------------------------------------------------------------------------------
- require php 8.2
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Changes in version 5.1.37 Changes in version 5.1.37
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------

View File

@ -1,7 +1,7 @@
{ {
"config": { "config": {
"platform": { "platform": {
"php": "7.4" "php": "8.2"
} }
}, },
"require": { "require": {