Skip to content

Commit

Permalink
Update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rgiosan committed Dec 4, 2024
1 parent 980ff06 commit 0703199
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"autoload": {},
"require": {
"php": "^8.2",
"php": "^7.4|^8.0",
"composer-plugin-api": "^2.3",
"yahnis-elsts/plugin-update-checker": "^5.5"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'pixelalbatross/slider-block',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '819170ee7bb10859fc267d6c5e1ee378889d4f02',
'reference' => '980ff067c716311599eff368dce65d9d07e9fbdd',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'pixelalbatross/slider-block' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '819170ee7bb10859fc267d6c5e1ee378889d4f02',
'reference' => '980ff067c716311599eff368dce65d9d07e9fbdd',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/platform_check.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

$issues = array();

if (!(PHP_VERSION_ID >= 80200)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 8.2.0". You are running ' . PHP_VERSION . '.';
if (!(PHP_VERSION_ID >= 70400)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 7.4.0". You are running ' . PHP_VERSION . '.';
}

if ($issues) {
Expand Down

0 comments on commit 0703199

Please sign in to comment.