From 1672a7f916bc2c150582bd66e4e9bbb3ce04222d Mon Sep 17 00:00:00 2001 From: Steevan BARBOYON Date: Fri, 14 Feb 2020 08:59:16 +0100 Subject: [PATCH] Update PHP version to 7.3.14 --- .phpbenchmarks/config.yml | 18 +++++++++--------- .phpbenchmarks/php/7.3/composer.lock | 4 ++-- composer.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.phpbenchmarks/config.yml b/.phpbenchmarks/config.yml index 7ac6b0c..5c041f7 100644 --- a/.phpbenchmarks/config.yml +++ b/.phpbenchmarks/config.yml @@ -6,14 +6,14 @@ benchmark: sourceCode: entryPoint: public/index.php urls: - jsonSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-hello-world_0/public/index.php#L15' - integerSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-hello-world_0/public/index.php#L15' - floatSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-hello-world_0/public/index.php#L15' - stringSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-hello-world_0/public/index.php#L15' - booleanSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-hello-world_0/public/index.php#L15' - nullSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-hello-world_0/public/index.php#L15' - arraySerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-hello-world_0/public/index.php#L15' - objectSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-hello-world_0/public/index.php#L15' + jsonSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-hello-world_0/public/index.php#L15' + integerSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-hello-world_0/public/index.php#L15' + floatSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-hello-world_0/public/index.php#L15' + stringSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-hello-world_0/public/index.php#L15' + booleanSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-hello-world_0/public/index.php#L15' + nullSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-hello-world_0/public/index.php#L15' + arraySerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-hello-world_0/public/index.php#L15' + objectSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-hello-world_0/public/index.php#L15' 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 62b821f..fb12db7 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": "212eb5d06be8415c47719b0ad154aceb", + "content-hash": "2b17cdbaa303ca3a65a14e24f4f37fc4", "packages": [ { "name": "phpbenchmarks/benchmark-json-serialization-small-overload", @@ -44,7 +44,7 @@ "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 90ea21f..d3259b6 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "license": "proprietary", "type": "project", "require": { - "php": "7.3.13", + "php": "7.3.14", "ext-json": "*", "phpbenchmarks/benchmark-json-serialization-small-overload": "1.0.0" },