From 0f477ec7efbcac8f0575aa71c24a12fcbeaad9b7 Mon Sep 17 00:00:00 2001 From: Steevan BARBOYON Date: Fri, 14 Feb 2020 08:52:55 +0100 Subject: [PATCH] Update PHP version to 7.3.14 --- .phpbenchmarks/config.yml | 14 +++++++------- .phpbenchmarks/php/7.3/composer.lock | 5 +++-- composer.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.phpbenchmarks/config.yml b/.phpbenchmarks/config.yml index 838d238..74efef4 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.3.13_rest-api_0/public/index.php' - randomizeLanguageDispatchEvent: 'https://github.com/phpbenchmarks/php/tree/7.3.13_rest-api_0/public/index.php#L51' - randomizeLanguageEventListener: 'https://github.com/phpbenchmarks/php/tree/7.3.13_rest-api_0/src/Translation/TranslationService.php#L11' - translations: 'https://github.com/phpbenchmarks/php/tree/7.3.13_rest-api_0/translations/phpbenchmarks.en_GB.php' - translate: 'https://github.com/phpbenchmarks/php/tree/7.3.13_rest-api_0/public/index.php#L21' - serialize: 'https://github.com/phpbenchmarks/php/tree/7.3.13_rest-api_0/public/index.php#L58' + entryPoint: 'https://github.com/phpbenchmarks/php/tree/7.3.14_rest-api_0/public/index.php' + randomizeLanguageDispatchEvent: 'https://github.com/phpbenchmarks/php/tree/7.3.14_rest-api_0/public/index.php#L51' + randomizeLanguageEventListener: 'https://github.com/phpbenchmarks/php/tree/7.3.14_rest-api_0/src/Translation/TranslationService.php#L11' + translations: 'https://github.com/phpbenchmarks/php/tree/7.3.14_rest-api_0/translations/phpbenchmarks.en_GB.php' + translate: 'https://github.com/phpbenchmarks/php/tree/7.3.14_rest-api_0/public/index.php#L21' + serialize: 'https://github.com/phpbenchmarks/php/tree/7.3.14_rest-api_0/public/index.php#L58' coreDependency: name: php - version: 7.3.13 + version: 7.3.14 diff --git a/.phpbenchmarks/php/7.3/composer.lock b/.phpbenchmarks/php/7.3/composer.lock index 9879b8d..d2984cd 100644 --- a/.phpbenchmarks/php/7.3/composer.lock +++ b/.phpbenchmarks/php/7.3/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": "7670dd6ee4814361452f88d0663a17ab", + "content-hash": "baa651f5eb7666fc08240cfcafb82793", "packages": [ { "name": "phpbenchmarks/benchmark-rest-data", @@ -44,7 +44,8 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "7.3.13" + "php": "7.3.14", + "ext-json": "*" }, "platform-dev": [] } diff --git a/composer.json b/composer.json index a6311cf..27b7c2f 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ } }, "require": { - "php": "7.3.13", + "php": "7.3.14", "ext-json": "*", "phpbenchmarks/benchmark-rest-data": "1.1.0" }