From 72ccf5ec6704e1cc3c4c4136b49c2fd2c671646d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 19:09:26 +0000 Subject: [PATCH] Update spatie/laravel-data requirement from ^3.1 to ^4.2 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.2.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 40d18e5..424c83c 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "nesbot/carbon": "^2.53.1", "sammyjo20/saloon": "^2.0", "sammyjo20/saloon-laravel": "^2.0", - "spatie/laravel-data": "^3.1", + "spatie/laravel-data": "^4.2", "symfony/css-selector": "^5.4 || ^6.0", "symfony/dom-crawler": "^6.1", "xpaw/steamid": "^2.0"