Bump PHP requirement to 7.4.0

This commit is contained in:
Dylan K. Taylor 2021-01-12 21:53:41 +00:00
parent bbe9c01b46
commit 4c0d3d68af
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
5 changed files with 11 additions and 11 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
php: [7.3.25, 7.4.13]
php: [7.4.13]
steps:
- uses: actions/checkout@v2 #needed for build.sh
@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
php: [7.3.25, 7.4.13]
php: [7.4.13]
steps:
- uses: actions/checkout@v2
@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.3.25, 7.4.13]
php: [7.4.13]
steps:
- uses: actions/checkout@v2
@ -122,7 +122,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.3.25, 7.4.13]
php: [7.4.13]
steps:
- uses: actions/checkout@v2

View File

@ -2,7 +2,7 @@
## Pre-requisites
- A bash shell (git bash is sufficient for Windows)
- [`git`](https://git-scm.com) available in your shell
- PHP 7.3 or newer available in your shell
- PHP 7.4 or newer available in your shell
- [`composer`](https://getcomposer.org) available in your shell
## Custom PHP binaries

View File

@ -5,7 +5,7 @@
"homepage": "https://pmmp.io",
"license": "LGPL-3.0",
"require": {
"php": ">=7.3.0",
"php": ">=7.4.0",
"php-64bit": "*",
"ext-chunkutils2": "^0.1.0",
"ext-curl": "*",
@ -71,7 +71,7 @@
},
"config": {
"platform": {
"php": "7.3.0"
"php": "7.4.0"
},
"sort-packages": true
},

6
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "d6467f823dc9f715fd36b79b304e777d",
"content-hash": "37fd93c9897468e5d8683a546ebaf8b6",
"packages": [
{
"name": "adhocore/json-comment",
@ -3268,7 +3268,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.3.0",
"php": ">=7.4.0",
"php-64bit": "*",
"ext-chunkutils2": "^0.1.0",
"ext-curl": "*",
@ -3297,7 +3297,7 @@
},
"platform-dev": [],
"platform-overrides": {
"php": "7.3.0"
"php": "7.4.0"
},
"plugin-api-version": "2.0.0"
}

View File

@ -36,7 +36,7 @@ namespace pocketmine {
require_once __DIR__ . '/VersionInfo.php';
const MIN_PHP_VERSION = "7.3.0";
const MIN_PHP_VERSION = "7.4.0";
/**
* @param string $message