Skip to content

Commit 0231ab8

Browse files
committed
Update composer
1 parent d1ff654 commit 0231ab8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"autoload": {},
1616
"require": {
17-
"php": "^8.2",
17+
"php": "^7.4|^8.0",
1818
"composer-plugin-api": "^2.3",
1919
"yahnis-elsts/plugin-update-checker": "^5.5"
2020
},

composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/composer/installed.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'pixelalbatross/accordion-block',
44
'pretty_version' => 'dev-main',
55
'version' => 'dev-main',
6-
'reference' => 'cc7357e1087a257daaca50b37126c7c439936edd',
6+
'reference' => 'd1ff654fcbc3af5577019f14b9212482d6949dc1',
77
'type' => 'wordpress-plugin',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -13,7 +13,7 @@
1313
'pixelalbatross/accordion-block' => array(
1414
'pretty_version' => 'dev-main',
1515
'version' => 'dev-main',
16-
'reference' => 'cc7357e1087a257daaca50b37126c7c439936edd',
16+
'reference' => 'd1ff654fcbc3af5577019f14b9212482d6949dc1',
1717
'type' => 'wordpress-plugin',
1818
'install_path' => __DIR__ . '/../../',
1919
'aliases' => array(),

vendor/composer/platform_check.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
$issues = array();
66

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

1111
if ($issues) {

0 commit comments

Comments
 (0)