diff --git a/.phpbenchmarks/config.yml b/.phpbenchmarks/config.yml index 3ede18d..0dda707 100644 --- a/.phpbenchmarks/config.yml +++ b/.phpbenchmarks/config.yml @@ -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 diff --git a/.phpbenchmarks/php/7.3/composer.lock b/.phpbenchmarks/php/7.3/composer.lock index 0587c53..8813300 100644 --- a/.phpbenchmarks/php/7.3/composer.lock +++ b/.phpbenchmarks/php/7.3/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6c89b8e8648f2ec83e7190f57e671df6", + "content-hash": "1922550cb16972254ec451584dfb50c0", "packages": [], "packages-dev": [], "aliases": [], @@ -13,7 +13,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "7.3.13" + "php": "7.3.14" }, "platform-dev": [] } diff --git a/composer.json b/composer.json index fe10af6..6ee9afc 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,6 @@ "license": "proprietary", "type": "project", "require": { - "php": "7.3.13" + "php": "7.3.14" } -} \ No newline at end of file +}