Skip to content

Commit 90328db

Browse files
committed
Update PHP version to 7.4.2
1 parent 1d242c8 commit 90328db

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
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.4.1_hello-world_1/public/index.php'
9+
entryPoint: 'https://github.com/phpbenchmarks/php/blob/7.4.2_hello-world_0/public/index.php'
1010
coreDependency:
1111
name: php
12-
version: 7.4.1
12+
version: 7.4.2

.phpbenchmarks/php/7.4/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.

.phpbenchmarks/php/7.4/preload.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22

33
declare(strict_types=1);
44

5-
$rootDir = __DIR__ . '/../../..';
6-
require($rootDir . '/public/index.php');
5+
require(__DIR__ . '/../../../public/index.php');

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.4.1"
6+
"php": "7.4.2"
77
}
88
}

0 commit comments

Comments
 (0)