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 7e92398 commit 0f477ec
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .phpbenchmarks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ benchmark:
sourceCode:
entryPoint: public/index.php
urls:
entryPoint: 'https://github.com/phpbenchmarks/php/tree/7.3.13_rest-api_0/public/index.php'
randomizeLanguageDispatchEvent: 'https://github.com/phpbenchmarks/php/tree/7.3.13_rest-api_0/public/index.php#L51'
randomizeLanguageEventListener: 'https://github.com/phpbenchmarks/php/tree/7.3.13_rest-api_0/src/Translation/TranslationService.php#L11'
translations: 'https://github.com/phpbenchmarks/php/tree/7.3.13_rest-api_0/translations/phpbenchmarks.en_GB.php'
translate: 'https://github.com/phpbenchmarks/php/tree/7.3.13_rest-api_0/public/index.php#L21'
serialize: 'https://github.com/phpbenchmarks/php/tree/7.3.13_rest-api_0/public/index.php#L58'
entryPoint: 'https://github.com/phpbenchmarks/php/tree/7.3.14_rest-api_0/public/index.php'
randomizeLanguageDispatchEvent: 'https://github.com/phpbenchmarks/php/tree/7.3.14_rest-api_0/public/index.php#L51'
randomizeLanguageEventListener: 'https://github.com/phpbenchmarks/php/tree/7.3.14_rest-api_0/src/Translation/TranslationService.php#L11'
translations: 'https://github.com/phpbenchmarks/php/tree/7.3.14_rest-api_0/translations/phpbenchmarks.en_GB.php'
translate: 'https://github.com/phpbenchmarks/php/tree/7.3.14_rest-api_0/public/index.php#L21'
serialize: 'https://github.com/phpbenchmarks/php/tree/7.3.14_rest-api_0/public/index.php#L58'
coreDependency:
name: php
version: 7.3.13
version: 7.3.14
5 changes: 3 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.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
},
"require": {
"php": "7.3.13",
"php": "7.3.14",
"ext-json": "*",
"phpbenchmarks/benchmark-rest-data": "1.1.0"
}
Expand Down

0 comments on commit 0f477ec

Please sign in to comment.