Skip to content

Commit

Permalink
chore: upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricerenck committed Sep 16, 2023
1 parent 753d76b commit 3d227a6
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 44 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"phpunit/phpunit": "^9.5."
},
"require": {
"getkirby/composer-installer": "^1.1",
"getkirby/composer-installer": "^1.2",
"indieweb/mention-client": "^1.2",
"php": ">=7.4.0",
"php": ">=8.0.0",
"ext-json": "*"
},
"suggests": {
"mauricerenck/indieconnector": "1.2"
"mauricerenck/indieconnector": "1.8"
},
"config": {
"optimize-autoloader": true,
Expand Down
70 changes: 35 additions & 35 deletions composer.lock

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

8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'mauricerenck/komments',
'pretty_version' => '1.11.0',
'version' => '1.11.0.0',
'pretty_version' => '1.12.0',
'version' => '1.12.0.0',
'reference' => NULL,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand All @@ -29,8 +29,8 @@
'dev_requirement' => false,
),
'mauricerenck/komments' => array(
'pretty_version' => '1.11.0',
'version' => '1.11.0.0',
'pretty_version' => '1.12.0',
'version' => '1.12.0.0',
'reference' => NULL,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
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 >= 70400)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 7.4.0". You are running ' . PHP_VERSION . '.';
if (!(PHP_VERSION_ID >= 80000)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 8.0.0". You are running ' . PHP_VERSION . '.';
}

if ($issues) {
Expand Down

0 comments on commit 3d227a6

Please sign in to comment.