From 476ac39988b2d40587bb0657fccd3ef07b27ab75 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 9 Apr 2018 15:50:55 +0100 Subject: [PATCH] update PHP version requirements in composer files --- composer.json | 2 +- composer.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 249d2b47a..264706449 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "homepage": "https://pmmp.io", "license": "LGPL-3.0", "require": { - "php": ">=7.2.0RC3", + "php": ">=7.2.0", "ext-bcmath": "*", "ext-curl": "*", "ext-hash": "*", diff --git a/composer.lock b/composer.lock index 020ebc776..fd12048b4 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "4bacfe4e1183113688c2bccd624b15d0", + "content-hash": "2155456b3811d57f894b1884d5f164e1", "packages": [ { "name": "pocketmine/binaryutils", @@ -186,7 +186,6 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "php": 5, "ext-pthreads": 20, "pocketmine/raklib": 20, "pocketmine/spl": 20, @@ -197,7 +196,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.2.0RC3", + "php": ">=7.2.0", "ext-bcmath": "*", "ext-curl": "*", "ext-hash": "*",