Skip to content

Commit d2e5760

Browse files
committed
Update PHP version to 7.3.14
1 parent 46f63a7 commit d2e5760

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.phpbenchmarks/config.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ benchmark:
66
sourceCode:
77
entryPoint: public/index.php
88
urls:
9-
template: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php'
10-
templatingLayout: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php#L6'
11-
templatingBlocks: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/templates/layout/layout_start.php#L10'
12-
templatingFunctions: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php#L8'
13-
templatingMacros: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php#L4032'
14-
templatingEscapeStringHtml: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php#8056'
15-
templatingEscapeStringJs: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php#28077'
16-
templatingVariables: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php#L5933'
17-
templatingOutputRaw: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php#L58133'
18-
templatingOutputUnknownVariables: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php#L67155'
19-
templatingOutputMethodCalls: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php#L71177'
20-
templatingIncludeTemplates: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php#L91208'
9+
template: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php'
10+
templatingLayout: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php#L6'
11+
templatingBlocks: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/templates/layout/layout_start.php#L10'
12+
templatingFunctions: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php#L8'
13+
templatingMacros: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php#L4032'
14+
templatingEscapeStringHtml: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php#8056'
15+
templatingEscapeStringJs: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php#28077'
16+
templatingVariables: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php#L5933'
17+
templatingOutputRaw: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php#L58133'
18+
templatingOutputUnknownVariables: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php#L67155'
19+
templatingOutputMethodCalls: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php#L71177'
20+
templatingIncludeTemplates: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php#L91208'
2121
coreDependency:
2222
name: php
23-
version: 7.3.13
23+
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,6 +3,6 @@
33
"license": "proprietary",
44
"type": "project",
55
"require": {
6-
"php": "7.3.13"
6+
"php": "7.3.14"
77
}
8-
}
8+
}

0 commit comments

Comments
 (0)