Skip to content

Commit 5030c9d

Browse files
committed
Update composer PHP requirement to ^8.4
1 parent 582c462 commit 5030c9d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

app/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Source code for my site",
55
"license": "MIT",
66
"require": {
7-
"php": "^8.3",
7+
"php": "^8.4",
88
"ext-ctype": "*",
99
"ext-fileinfo": "*",
1010
"ext-gd": "*",

app/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.

app/vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'spaze/michalspacek.cz',
44
'pretty_version' => 'dev-main',
55
'version' => 'dev-main',
6-
'reference' => 'a847fe8c27a7eb84d574455477330e0af6f1b156',
6+
'reference' => '582c462101af90b1eb8faa7fdab2ffb51597dbed',
77
'type' => 'project',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -468,7 +468,7 @@
468468
'spaze/michalspacek.cz' => array(
469469
'pretty_version' => 'dev-main',
470470
'version' => 'dev-main',
471-
'reference' => 'a847fe8c27a7eb84d574455477330e0af6f1b156',
471+
'reference' => '582c462101af90b1eb8faa7fdab2ffb51597dbed',
472472
'type' => 'project',
473473
'install_path' => __DIR__ . '/../../',
474474
'aliases' => array(),

app/vendor/composer/platform_check.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
$issues = array();
66

7-
if (!(PHP_VERSION_ID >= 80300)) {
8-
$issues[] = 'Your Composer dependencies require a PHP version ">= 8.3.0". You are running ' . PHP_VERSION . '.';
7+
if (!(PHP_VERSION_ID >= 80400)) {
8+
$issues[] = 'Your Composer dependencies require a PHP version ">= 8.4.0". You are running ' . PHP_VERSION . '.';
99
}
1010

1111
if ($issues) {

0 commit comments

Comments
 (0)