Bump min php version to 8.0

This commit is contained in:
R. Eric Wheeler 2023-02-09 20:49:51 -08:00
parent 14fa05424a
commit 44b3d2ce4a
2 changed files with 427 additions and 927 deletions

View File

@ -4,11 +4,11 @@
"type": "library", "type": "library",
"keywords": ["getch", "windows", "conio", "linux", "console", "conio.h", "hotkey", "termios"], "keywords": ["getch", "windows", "conio", "linux", "console", "conio.h", "hotkey", "termios"],
"require": { "require": {
"php": ">=7.4", "php": ">=8.0",
"ext-ffi": "*" "ext-ffi": "*"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^2.18", "friendsofphp/php-cs-fixer": "^3.14",
"phpunit/phpunit": "^9.5" "phpunit/phpunit": "^9.5"
}, },
"autoload": { "autoload": {

1350
composer.lock generated

File diff suppressed because it is too large Load Diff