From 1d2b61d612d0eedcb84550f311bb1f367309ce74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:30:58 +0000 Subject: [PATCH] Update fastly/fastly requirement from ^11.0 to ^12.1 Updates the requirements on [fastly/fastly](https://github.com/fastly/fastly-php) to permit the latest version. - [Release notes](https://github.com/fastly/fastly-php/releases) - [Changelog](https://github.com/fastly/fastly-php/blob/main/CHANGELOG.md) - [Commits](https://github.com/fastly/fastly-php/compare/v11.0.0...v12.1.0) --- updated-dependencies: - dependency-name: fastly/fastly dependency-version: 12.1.0 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 5a8db35..e64338c 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": "^8.1", - "fastly/fastly": "^11.0", + "fastly/fastly": "^12.1", "guzzlehttp/guzzle": "^7.5", "ray/di": "^2.13.1" },