diff --git a/.phpbenchmarks/config.yml b/.phpbenchmarks/config.yml index 6ba310b..ea4ce28 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.2.26_json-serialization-hello-world_0/public/index.php#L15' - integerSerialization: 'https://github.com/phpbenchmarks/php/tree/7.2.26_json-serialization-hello-world_0/public/index.php#L15' - floatSerialization: 'https://github.com/phpbenchmarks/php/tree/7.2.26_json-serialization-hello-world_0/public/index.php#L15' - stringSerialization: 'https://github.com/phpbenchmarks/php/tree/7.2.26_json-serialization-hello-world_0/public/index.php#L15' - booleanSerialization: 'https://github.com/phpbenchmarks/php/tree/7.2.26_json-serialization-hello-world_0/public/index.php#L15' - nullSerialization: 'https://github.com/phpbenchmarks/php/tree/7.2.26_json-serialization-hello-world_0/public/index.php#L15' - arraySerialization: 'https://github.com/phpbenchmarks/php/tree/7.2.26_json-serialization-hello-world_0/public/index.php#L15' - objectSerialization: 'https://github.com/phpbenchmarks/php/tree/7.2.26_json-serialization-hello-world_0/public/index.php#L15' + jsonSerialization: 'https://github.com/phpbenchmarks/php/tree/7.2.27_json-serialization-hello-world_0/public/index.php#L15' + integerSerialization: 'https://github.com/phpbenchmarks/php/tree/7.2.27_json-serialization-hello-world_0/public/index.php#L15' + floatSerialization: 'https://github.com/phpbenchmarks/php/tree/7.2.27_json-serialization-hello-world_0/public/index.php#L15' + stringSerialization: 'https://github.com/phpbenchmarks/php/tree/7.2.27_json-serialization-hello-world_0/public/index.php#L15' + booleanSerialization: 'https://github.com/phpbenchmarks/php/tree/7.2.27_json-serialization-hello-world_0/public/index.php#L15' + nullSerialization: 'https://github.com/phpbenchmarks/php/tree/7.2.27_json-serialization-hello-world_0/public/index.php#L15' + arraySerialization: 'https://github.com/phpbenchmarks/php/tree/7.2.27_json-serialization-hello-world_0/public/index.php#L15' + objectSerialization: 'https://github.com/phpbenchmarks/php/tree/7.2.27_json-serialization-hello-world_0/public/index.php#L15' 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 1abee52..0a24438 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": "fe259b79cb2bf7ed7eac5b7d0634aa14", + "content-hash": "4ca187150efa38fae4ccd2967edaf8a5", "packages": [ { "name": "phpbenchmarks/benchmark-json-serialization-small-overload", @@ -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 368e70a..6137cbe 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "license": "proprietary", "type": "project", "require": { - "php": "7.2.26", + "php": "7.2.27", "ext-json": "*", "phpbenchmarks/benchmark-json-serialization-small-overload": "1.0.0" }, @@ -12,4 +12,4 @@ "App\\": "src/" } } -} \ No newline at end of file +}