build: require PHP 8.1 and above

This commit is contained in:
Jillian Österreich 2024-10-24 14:03:14 +07:00
parent fdfdefe721
commit aa05ab8e51
No known key found for this signature in database
GPG key ID: A530A49EB5346E40
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ You will need the following software for the installation:
* Apache Web Server (2.4 or later) or NGINX
* Composer (for setup)
* `ln` program (for setup, comes with GNU Coreutils)
* PHP (8.0 or later)
* PHP (8.1 or later)
* YAML extension
* Percona Server or MySQL 8+ (with legacy auth mechanism)

View file

@ -1,6 +1,6 @@
{
"require": {
"php": "~7.3||~8.1",
"php": "~8.1",
"nette/utils": "^3.0",
"nette/di": "^3.0",