v0.0.2
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 theCarbon\MonthandCarbon\WeekDayenums, which do not exist in Carbon 2. The previous^2.72|^3.0constraint allowed Composer to resolve Carbon 2, which fataled on load.
Changed
- Removed the explicit
illuminate/supportrequirement. 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/formsv5 resolves Laravel 13, which the old^11.0|^12.0cap 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:assetsFull changelog: v0.0.1...v0.0.2