Skip to content

Commit a7ab7c6

Browse files
committed
Update PHP to 7.2.27
1 parent b177c75 commit a7ab7c6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.phpbenchmarks/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ benchmark:
66
sourceCode:
77
entryPoint: public/index.php
88
urls:
9-
entryPoint: 'https://github.com/phpbenchmarks/php/blob/7.2.26_hello-world_0/public/index.php'
9+
entryPoint: 'https://github.com/phpbenchmarks/php/blob/7.2.27_hello-world_0/public/index.php'
1010
coreDependency:
1111
name: php
12-
version: 7.2.26
12+
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
@@ -3,6 +3,6 @@
33
"license": "proprietary",
44
"type": "project",
55
"require": {
6-
"php": "7.2.26"
6+
"php": "7.2.27"
77
}
88
}

0 commit comments

Comments
 (0)