Skip to content

Commit b88cb0d

Browse files
committed
Update PHP to 7.2.27
1 parent 8304d8b commit b88cb0d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.phpbenchmarks/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ benchmark:
66
sourceCode:
77
entryPoint: public/index.php
88
urls:
9-
entryPoint: 'https://github.com/phpbenchmarks/php/tree/7.2.26_rest-api_0/public/index.php'
10-
randomizeLanguageDispatchEvent: 'https://github.com/phpbenchmarks/php/tree/7.2.26_rest-api_0/public/index.php#L51'
11-
randomizeLanguageEventListener: 'https://github.com/phpbenchmarks/php/tree/7.2.26_rest-api_0/src/Translation/TranslationService.php#L11'
12-
translations: 'https://github.com/phpbenchmarks/php/tree/7.2.26_rest-api_0/translations/phpbenchmarks.en_GB.php'
13-
translate: 'https://github.com/phpbenchmarks/php/tree/7.2.26_rest-api_0/public/index.php#L21'
14-
serialize: 'https://github.com/phpbenchmarks/php/tree/7.2.26_rest-api_0/public/index.php#L58'
9+
entryPoint: 'https://github.com/phpbenchmarks/php/tree/7.2.27_rest-api_0/public/index.php'
10+
randomizeLanguageDispatchEvent: 'https://github.com/phpbenchmarks/php/tree/7.2.27_rest-api_0/public/index.php#L51'
11+
randomizeLanguageEventListener: 'https://github.com/phpbenchmarks/php/tree/7.2.27_rest-api_0/src/Translation/TranslationService.php#L11'
12+
translations: 'https://github.com/phpbenchmarks/php/tree/7.2.27_rest-api_0/translations/phpbenchmarks.en_GB.php'
13+
translate: 'https://github.com/phpbenchmarks/php/tree/7.2.27_rest-api_0/public/index.php#L21'
14+
serialize: 'https://github.com/phpbenchmarks/php/tree/7.2.27_rest-api_0/public/index.php#L58'
1515
coreDependency:
1616
name: php
17-
version: 7.2.26
17+
version: 7.2.27

.phpbenchmarks/php/7.2/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
@@ -8,7 +8,7 @@
88
}
99
},
1010
"require": {
11-
"php": "7.2.26",
11+
"php": "7.2.27",
1212
"ext-json": "*",
1313
"phpbenchmarks/benchmark-rest-data": "1.1.0"
1414
}

0 commit comments

Comments
 (0)