From b88cb0d438dfacad26b831ed3d20fa4ce95a05a3 Mon Sep 17 00:00:00 2001 From: Steevan BARBOYON Date: Thu, 13 Feb 2020 08:51:37 +0100 Subject: [PATCH] Update PHP to 7.2.27 --- .phpbenchmarks/config.yml | 14 +++++++------- .phpbenchmarks/php/7.2/composer.lock | 4 ++-- composer.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.phpbenchmarks/config.yml b/.phpbenchmarks/config.yml index 49ce690..3ff6ad3 100644 --- a/.phpbenchmarks/config.yml +++ b/.phpbenchmarks/config.yml @@ -6,12 +6,12 @@ benchmark: sourceCode: entryPoint: public/index.php urls: - entryPoint: 'https://github.com/phpbenchmarks/php/tree/7.2.26_rest-api_0/public/index.php' - randomizeLanguageDispatchEvent: 'https://github.com/phpbenchmarks/php/tree/7.2.26_rest-api_0/public/index.php#L51' - randomizeLanguageEventListener: 'https://github.com/phpbenchmarks/php/tree/7.2.26_rest-api_0/src/Translation/TranslationService.php#L11' - translations: 'https://github.com/phpbenchmarks/php/tree/7.2.26_rest-api_0/translations/phpbenchmarks.en_GB.php' - translate: 'https://github.com/phpbenchmarks/php/tree/7.2.26_rest-api_0/public/index.php#L21' - serialize: 'https://github.com/phpbenchmarks/php/tree/7.2.26_rest-api_0/public/index.php#L58' + entryPoint: 'https://github.com/phpbenchmarks/php/tree/7.2.27_rest-api_0/public/index.php' + randomizeLanguageDispatchEvent: 'https://github.com/phpbenchmarks/php/tree/7.2.27_rest-api_0/public/index.php#L51' + randomizeLanguageEventListener: 'https://github.com/phpbenchmarks/php/tree/7.2.27_rest-api_0/src/Translation/TranslationService.php#L11' + translations: 'https://github.com/phpbenchmarks/php/tree/7.2.27_rest-api_0/translations/phpbenchmarks.en_GB.php' + translate: 'https://github.com/phpbenchmarks/php/tree/7.2.27_rest-api_0/public/index.php#L21' + serialize: 'https://github.com/phpbenchmarks/php/tree/7.2.27_rest-api_0/public/index.php#L58' coreDependency: name: php - version: 7.2.26 + version: 7.2.27 diff --git a/.phpbenchmarks/php/7.2/composer.lock b/.phpbenchmarks/php/7.2/composer.lock index 98f27a6..a36faa8 100644 --- a/.phpbenchmarks/php/7.2/composer.lock +++ b/.phpbenchmarks/php/7.2/composer.lock @@ -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": "afc16651ec16df6d7958acbb1f5c00f1", + "content-hash": "00724dd5af02717b12b98250639b433d", "packages": [ { "name": "phpbenchmarks/benchmark-rest-data", @@ -44,7 +44,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "7.2.26", + "php": "7.2.27", "ext-json": "*" }, "platform-dev": [] diff --git a/composer.json b/composer.json index 989e37a..f70168c 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ } }, "require": { - "php": "7.2.26", + "php": "7.2.27", "ext-json": "*", "phpbenchmarks/benchmark-rest-data": "1.1.0" }