From 478583200b9b4e16cd106760f64481e52d0b17ec Mon Sep 17 00:00:00 2001 From: Cyvelnet Date: Wed, 13 Mar 2024 10:28:42 +0800 Subject: [PATCH] fractal & laravel 11 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 628d364..7f41ee0 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": "^5.6|^7.0|^8.0", - "illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 ||^10.0", - "league/fractal" :"0.19.*", + "illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 ||^10.0 || ^11.0", + "league/fractal" :"0.20.*", "doctrine/dbal": "^2.5" }, "require-dev": {