diff --git a/CHANGELOG.md b/CHANGELOG.md index b131c51..05e8d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to `filament-page-builder` will be documented in this file. + +## 3.0.8 Laravel 11 compatible + +## 3.0.7 minor fixes + ## 3.0.6 Preview is now opt-in via config. - Preview can interfere with forms configured within blocks - Preview sets all block fields to reactive, for the 'live' preview part diff --git a/composer.json b/composer.json index ef0f056..5021f46 100644 --- a/composer.json +++ b/composer.json @@ -23,10 +23,10 @@ } ], "require": { - "php": "^8.1", + "php": "^8.2", "filament/filament": "^3.0.75", "filament/spatie-laravel-translatable-plugin": "^3.0", - "illuminate/contracts": "^9.0|^10.0", + "illuminate/contracts": "^9.0|^10.0|^11.0", "spatie/laravel-package-tools": "^1.13.5", "wire-elements/modal": "^2.0" },