Skip to content

Commit 4eacddb

Browse files
committed
Update PHP version to 7.3.14
1 parent f6615ee commit 4eacddb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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-
entryPoint: 'https://github.com/phpbenchmarks/php/blob/7.3.13_hello-world_0/public/index.php'
9+
entryPoint: 'https://github.com/phpbenchmarks/php/blob/7.3.14_hello-world_0/public/index.php'
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"license": "proprietary",
44
"type": "project",
55
"require": {
6-
"php": "7.3.13"
6+
"php": "7.3.14"
77
}
88
}

0 commit comments

Comments
 (0)