Skip to content

Commit

Permalink
Update PHP version to 7.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
steevanb committed Feb 14, 2020
1 parent 46f63a7 commit d2e5760
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
26 changes: 13 additions & 13 deletions .phpbenchmarks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ benchmark:
sourceCode:
entryPoint: public/index.php
urls:
template: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php'
templatingLayout: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php#L6'
templatingBlocks: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/templates/layout/layout_start.php#L10'
templatingFunctions: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php#L8'
templatingMacros: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php#L4032'
templatingEscapeStringHtml: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php#8056'
templatingEscapeStringJs: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php#28077'
templatingVariables: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php#L5933'
templatingOutputRaw: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php#L58133'
templatingOutputUnknownVariables: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php#L67155'
templatingOutputMethodCalls: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php#L71177'
templatingIncludeTemplates: 'https://github.com/phpbenchmarks/php/tree/7.3.13_templating-big-overload_0/public/index.php#L91208'
template: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php'
templatingLayout: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php#L6'
templatingBlocks: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/templates/layout/layout_start.php#L10'
templatingFunctions: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php#L8'
templatingMacros: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php#L4032'
templatingEscapeStringHtml: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php#8056'
templatingEscapeStringJs: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php#28077'
templatingVariables: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php#L5933'
templatingOutputRaw: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php#L58133'
templatingOutputUnknownVariables: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php#L67155'
templatingOutputMethodCalls: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php#L71177'
templatingIncludeTemplates: 'https://github.com/phpbenchmarks/php/tree/7.3.14_templating-big-overload_0/public/index.php#L91208'
coreDependency:
name: php
version: 7.3.13
version: 7.3.14
4 changes: 2 additions & 2 deletions .phpbenchmarks/php/7.3/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,6 +3,6 @@
"license": "proprietary",
"type": "project",
"require": {
"php": "7.3.13"
"php": "7.3.14"
}
}
}

0 comments on commit d2e5760

Please sign in to comment.