Skip to content

Commit

Permalink
Update PHP to 7.2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
steevanb committed Feb 13, 2020
1 parent e1cb090 commit 4d27a31
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions .phpbenchmarks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .phpbenchmarks/php/7.2/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -12,4 +12,4 @@
"App\\": "src/"
}
}
}
}

0 comments on commit 4d27a31

Please sign in to comment.