diff --git a/.phpbenchmarks/config.yml b/.phpbenchmarks/config.yml index 103c15c..0d61537 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-big-overload_0/public/index.php#L15' - integerSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-big-overload_0/public/index.php#L15' - floatSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-big-overload_0/public/index.php#L15' - stringSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-big-overload_0/public/index.php#L15' - booleanSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-big-overload_0/public/index.php#L15' - nullSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-big-overload_0/public/index.php#L15' - arraySerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-big-overload_0/public/index.php#L15' - objectSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-big-overload_0/public/index.php#L15' + jsonSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-big-overload_0/public/index.php#L15' + integerSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-big-overload_0/public/index.php#L15' + floatSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-big-overload_0/public/index.php#L15' + stringSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-big-overload_0/public/index.php#L15' + booleanSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-big-overload_0/public/index.php#L15' + nullSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-big-overload_0/public/index.php#L15' + arraySerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-big-overload_0/public/index.php#L15' + objectSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-big-overload_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 60588e1..ba7585c 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": "f7f3c932db2ad9032f6274a1c8f68616", + "content-hash": "c9917a94448791afad12dcc6a9b294bf", "packages": [ { "name": "phpbenchmarks/benchmark-json-serialization-big-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 8456a54..a35d34d 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-big-overload": "1.0.0" },