From 5b067a1d8d1cdde834080e8555e25c43def3debb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 06:01:59 +0000 Subject: [PATCH] chore(deps): update league/fractal requirement from ^0.20.2 to ^0.21 Updates the requirements on [league/fractal](https://github.com/thephpleague/fractal) to permit the latest version. - [Release notes](https://github.com/thephpleague/fractal/releases) - [Changelog](https://github.com/thephpleague/fractal/blob/master/CHANGELOG.md) - [Commits](https://github.com/thephpleague/fractal/compare/0.20.2...0.21) --- updated-dependencies: - dependency-name: league/fractal dependency-version: '0.21' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f67878d9..af9524f1 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,7 @@ "ext-sodium": "*", "docopt/docopt": "^1.0.6", "league/flysystem": "^3.30.1", - "league/fractal": "^0.20.2", + "league/fractal": "^0.21", "phalcon/incubator-mailer": "^3.0.0", "vlucas/phpdotenv": "^5.6.2" },