From 62af124e43c78614b58885c156454d5b4de3476a Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 21 Aug 2026 20:28:32 +0000 Subject: [PATCH] Drop unused spatie/calendar-links dependency The package hasn't been used since the addon moved to spatie/icalendar-generator in v4. There are no remaining references to Spatie\CalendarLinks anywhere in the codebase, so the requirement is a leftover that only constrains consumers' dependency graphs. Closes #188 Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01Xw4jZB7SwYKsbtdJ3yyG7e --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 2aad1fb..9fc8bbc 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,6 @@ "require": { "php": "^8.3", "rlanvin/php-rrule": "^2.3.1", - "spatie/calendar-links": "^1.0", "spatie/icalendar-generator": "^3.2.1", "statamic/cms": "^6.0" },