From 95011b6fbdfac54d57d718d942e0d80e527f3567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 22:57:02 +0000 Subject: [PATCH] Update spatie/laravel-data requirement from ^3.1 to ^4.4 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.4.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 fec5138..c5eb33d 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "illuminate/support": "^9.0 || ^10.0 || ^11.0", "saloonphp/laravel-plugin": "^3.0", "saloonphp/saloon": "^3.0", - "spatie/laravel-data": "^3.1", + "spatie/laravel-data": "^4.4", "xpaw/steamid": "^2.0" }, "require-dev": {