1
0
Fork 0
mirror of https://github.com/shufflingpixels/php-io.git synced 2026-08-15 19:58:14 +02:00

Bump PHP requirement to 8.1

Enums was introduced in 8.1 and are used in the project.
This commit is contained in:
Henrik Hautakoski 2026-06-26 13:43:52 +02:00
parent 2e8197e947
commit ad457610d7
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=8.0",
"php": ">=8.1",
"psr/http-message": "^2.0"
},
"require-dev": {

View file

@ -2,7 +2,7 @@
# Welcome to Mago!
# For full documentation, see https://mago.carthage.software/tools/overview
version = "1"
php-version = "8.0.0"
php-version = "8.1.0"
[source]
workspace = "."