From aba1e81d2ca5827765e26d35d291dda39218a8c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 20:33:49 +0000 Subject: [PATCH] Update spatie/laravel-data requirement from ^3.1 to ^4.1 Updates the requirements on [spatie/laravel-data](https://github.com/spatie/laravel-data) to permit the latest version. - [Release notes](https://github.com/spatie/laravel-data/releases) - [Changelog](https://github.com/spatie/laravel-data/blob/main/CHANGELOG.md) - [Commits](https://github.com/spatie/laravel-data/compare/3.1.0...4.1.0) --- updated-dependencies: - dependency-name: spatie/laravel-data 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 c897e8c..8564e55 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "saloonphp/laravel-plugin": "^3.0", "saloonphp/rate-limit-plugin": "^2.0", "saloonphp/saloon": "^3.0", - "spatie/laravel-data": "^3.1" + "spatie/laravel-data": "^4.1" }, "require-dev": { "astrotomic/phpunit-assertions": "^0.11.0",