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:
parent
2e8197e947
commit
ad457610d7
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=8.0",
|
||||
"php": ">=8.1",
|
||||
"psr/http-message": "^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -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 = "."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue