From 617b5de556ceffc99b289bbda07dfef32d17001b Mon Sep 17 00:00:00 2001 From: Tobias Feigel Date: Thu, 26 Jun 2025 18:04:32 +0200 Subject: [PATCH] chore: update Kirby CMS to version 5.0.0 and clean up CSS variables --- composer.json | 2 +- composer.lock | 30 ++++++++++++++---------------- 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index d489649..fa37377 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ }, "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", - "getkirby/cms": "5.0.0-rc.4" + "getkirby/cms": "^5.0" }, "config": { "allow-plugins": { diff --git a/composer.lock b/composer.lock index 2ab6e5e..8d999bb 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "693e8e116d12f25f637fec623287f258", + "content-hash": "43770e3691ceb6a19553beb3dbca1057", "packages": [ { "name": "christian-riesen/base32", @@ -201,16 +201,16 @@ }, { "name": "filp/whoops", - "version": "2.18.0", + "version": "2.18.3", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", - "reference": "a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e" + "reference": "59a123a3d459c5a23055802237cb317f609867e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filp/whoops/zipball/a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e", - "reference": "a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e", + "url": "https://api.github.com/repos/filp/whoops/zipball/59a123a3d459c5a23055802237cb317f609867e5", + "reference": "59a123a3d459c5a23055802237cb317f609867e5", "shasum": "" }, "require": { @@ -260,7 +260,7 @@ ], "support": { "issues": "https://github.com/filp/whoops/issues", - "source": "https://github.com/filp/whoops/tree/2.18.0" + "source": "https://github.com/filp/whoops/tree/2.18.3" }, "funding": [ { @@ -268,20 +268,20 @@ "type": "github" } ], - "time": "2025-03-15T12:00:00+00:00" + "time": "2025-06-16T00:02:10+00:00" }, { "name": "getkirby/cms", - "version": "5.0.0-rc.4", + "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/getkirby/kirby.git", - "reference": "2e17f85e671dccb631e7c250ca618fe85fb8ae6f" + "reference": "2ff182ba39ddea19fa1615bd3733f734b5e53842" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getkirby/kirby/zipball/2e17f85e671dccb631e7c250ca618fe85fb8ae6f", - "reference": "2e17f85e671dccb631e7c250ca618fe85fb8ae6f", + "url": "https://api.github.com/repos/getkirby/kirby/zipball/2ff182ba39ddea19fa1615bd3733f734b5e53842", + "reference": "2ff182ba39ddea19fa1615bd3733f734b5e53842", "shasum": "" }, "require": { @@ -299,7 +299,7 @@ "ext-mbstring": "*", "ext-openssl": "*", "ext-simplexml": "*", - "filp/whoops": "2.18.0", + "filp/whoops": "2.18.3", "getkirby/composer-installer": "^1.2.1", "laminas/laminas-escaper": "2.17.0", "michelf/php-smartypants": "1.8.1", @@ -372,7 +372,7 @@ "type": "custom" } ], - "time": "2025-06-12T14:04:39+00:00" + "time": "2025-06-24T07:42:42+00:00" }, { "name": "getkirby/composer-installer", @@ -1195,9 +1195,7 @@ "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "getkirby/cms": 5 - }, + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": {