Skip to content

v0.0.2

Choose a tag to compare

@AsmitNepali AsmitNepali released this 28 Jul 05:46

Dependency constraints

Loosens the framework constraints so the package installs cleanly on newer Laravel releases, and fixes a Carbon constraint that could resolve to a broken install.

Fixed

  • Carbon now requires ^3.0. The package uses the Carbon\Month and Carbon\WeekDay enums, which do not exist in Carbon 2. The previous ^2.72|^3.0 constraint allowed Composer to resolve Carbon 2, which fataled on load.

Changed

  • Removed the explicit illuminate/support requirement. The supported Laravel range now follows whatever the installed Filament release allows, so the package no longer needs a new tag for every Laravel major. Verified: filament/forms v5 resolves Laravel 13, which the old ^11.0|^12.0 cap blocked.

Requirements

  • PHP 8.2+
  • Laravel 11+ (whichever versions your Filament release supports)
  • Filament 4 or 5

Install

composer require asmit/fila-calendar
php artisan filament:assets

Full changelog: v0.0.1...v0.0.2

Documentation