From 9ba2622d32f8ae52994306a67f7e44d0e90b9243 Mon Sep 17 00:00:00 2001 From: Michael Metdepenningen Date: Mon, 2 Sep 2024 16:22:44 +0200 Subject: [PATCH] 3.0.8 laravel 11 --- CHANGELOG.md | 5 +++++ composer.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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" },