mirror of
https://github.com/openvk/chandler.git
synced 2024-11-15 03:31:12 +03:00
build: require PHP 8.1 and above
This commit is contained in:
parent
fdfdefe721
commit
aa05ab8e51
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ You will need the following software for the installation:
|
||||||
* Apache Web Server (2.4 or later) or NGINX
|
* Apache Web Server (2.4 or later) or NGINX
|
||||||
* Composer (for setup)
|
* Composer (for setup)
|
||||||
* `ln` program (for setup, comes with GNU Coreutils)
|
* `ln` program (for setup, comes with GNU Coreutils)
|
||||||
* PHP (8.0 or later)
|
* PHP (8.1 or later)
|
||||||
* YAML extension
|
* YAML extension
|
||||||
* Percona Server or MySQL 8+ (with legacy auth mechanism)
|
* Percona Server or MySQL 8+ (with legacy auth mechanism)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"require": {
|
"require": {
|
||||||
"php": "~7.3||~8.1",
|
"php": "~8.1",
|
||||||
|
|
||||||
"nette/utils": "^3.0",
|
"nette/utils": "^3.0",
|
||||||
"nette/di": "^3.0",
|
"nette/di": "^3.0",
|
||||||
|
|
Loading…
Reference in a new issue