Skip to content

Commit a4a9fe0

Browse files
committed
Update PHP version to 7.3.14
1 parent c4a43a1 commit a4a9fe0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.phpbenchmarks/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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#L12'
9+
jsonSerialization: 'https://github.com/phpbenchmarks/php/tree/7.3.14_json-serialization-hello-world_0/public/index.php#L12'
1010
coreDependency:
1111
name: php
12-
version: 7.3.13
12+
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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-hello-world": "1.0.0"
99
}
10-
}
10+
}

0 commit comments

Comments
 (0)