From ca0d723533b02f1558c834d269889293133edb87 Mon Sep 17 00:00:00 2001 From: Dinh Quoc Han Date: Tue, 14 Feb 2023 09:57:44 +0700 Subject: [PATCH] drop supports php 7.3, laravel 7.x, 8.x --- README.md | 26 +++----------------------- composer.json | 12 ++++++------ 2 files changed, 9 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 841eb42..70b778a 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Allows you to use [Twig](https://twig.symfony.com/) in [Laravel](https://laravel ## Requirements -- PHP >= 7.3.0 -- Laravel >= 6.x +- PHP >= 8.0 +- Laravel >= 9.x ## Installation @@ -57,30 +57,10 @@ Laravel Twig allows you to define your own custom filters, functions, globals, t The following example creates a `{{ product.price|money_format }}` filter which formats a given `$product->price`: ```php -