Bump minimum PHP version to 8.3

This commit is contained in:
Dylan K. Taylor
2025-06-08 18:49:27 +01:00
parent 0330b25768
commit c3ea6edc22
7 changed files with 10 additions and 10 deletions

View File

@ -5,7 +5,7 @@
"homepage": "https://pmmp.io",
"license": "LGPL-3.0",
"require": {
"php": "^8.1",
"php": "^8.3",
"php-64bit": "*",
"ext-chunkutils2": "^0.3.1",
"ext-crypto": "^0.3.1",
@ -77,7 +77,7 @@
},
"config": {
"platform": {
"php": "8.1.0"
"php": "8.3.0"
},
"sort-packages": true
},