Skip to content

Commit

Permalink
We actually require PHP 8.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex committed Jan 15, 2025
1 parent dcb56bf commit 68fe803
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ multiple rows or cells by direct access (`$x->readString($worksheetId, 'A1')`, e

## Requirements

PHP 7.4+ with ZIP and XML extensions.
PHP 8.0+ with ZIP and XML extensions.
Check [`composer.json`](./composer.json) for details.

## Credits
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
],
"require": {
"php": ">=7.4",
"php": ">=8.0",
"ext-ctype": "*",
"ext-dom": "*",
"ext-xml": "*",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion phpstan.dist.neon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parameters:
phpVersion:
min: 70400 # PHP 7.4
min: 80000 # PHP 8.0
max: 80499 # PHP 8.4
level: 10 # https://phpstan.org/user-guide/rule-levels
fileExtensions:
Expand Down

0 comments on commit 68fe803

Please sign in to comment.