Skip to content

Commit 1672a7f

Browse files
committed
Update PHP version to 7.3.14
1 parent 00fe863 commit 1672a7f

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.phpbenchmarks/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ benchmark:
66
sourceCode:
77
entryPoint: public/index.php
88
urls:
9-
jsonSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-hello-world_0/public/index.php#L15'
10-
integerSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-hello-world_0/public/index.php#L15'
11-
floatSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-hello-world_0/public/index.php#L15'
12-
stringSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-hello-world_0/public/index.php#L15'
13-
booleanSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-hello-world_0/public/index.php#L15'
14-
nullSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-hello-world_0/public/index.php#L15'
15-
arraySerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-hello-world_0/public/index.php#L15'
16-
objectSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.13_json-serialization-hello-world_0/public/index.php#L15'
9+
jsonSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-hello-world_0/public/index.php#L15'
10+
integerSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-hello-world_0/public/index.php#L15'
11+
floatSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-hello-world_0/public/index.php#L15'
12+
stringSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-hello-world_0/public/index.php#L15'
13+
booleanSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-hello-world_0/public/index.php#L15'
14+
nullSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-hello-world_0/public/index.php#L15'
15+
arraySerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-hello-world_0/public/index.php#L15'
16+
objectSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-hello-world_0/public/index.php#L15'
1717
coreDependency:
1818
name: php
19-
version: 7.3.13
19+
version: 7.3.14

.phpbenchmarks/php/7.3/composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "proprietary",
44
"type": "project",
55
"require": {
6-
"php": "7.3.13",
6+
"php": "7.3.14",
77
"ext-json": "*",
88
"phpbenchmarks/benchmark-json-serialization-small-overload": "1.0.0"
99
},

0 commit comments

Comments
 (0)