From 0d36af7b4549444a13a5a28aeb2ee1d895d0b933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 23:02:50 +0000 Subject: [PATCH] Update spatie/laravel-data requirement from ^3.1 to ^4.5 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.5.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..a497127 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.5", "xpaw/steamid": "^2.0" }, "require-dev": {