From 2fd5027974ac5610184facd75e01d88b7953f04d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:06:19 +0000 Subject: [PATCH] Update spatie/laravel-data requirement from ^3.1 to ^4.6 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.6.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..92e4993 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.6" }, "require-dev": { "astrotomic/phpunit-assertions": "^0.11.0",