Drop PHP 8.0, 8.1 is now minimum version

This commit is contained in:
Dylan K. Taylor
2023-05-17 13:53:57 +01:00
parent 5ad8016b99
commit 043350753b
7 changed files with 34 additions and 121 deletions

View File

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