From 0a8db7e518da4b760de0d84f1d1b22932e97eeb7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 06:53:07 +0000 Subject: [PATCH] Update spatie/array-to-xml requirement from ^2.7 to ^3.0 Updates the requirements on [spatie/array-to-xml](https://github.com/spatie/array-to-xml) to permit the latest version. - [Release notes](https://github.com/spatie/array-to-xml/releases) - [Changelog](https://github.com/spatie/array-to-xml/blob/master/CHANGELOG.md) - [Commits](https://github.com/spatie/array-to-xml/compare/2.7.0...3.0.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0d31e30..7c6e90d 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "php": "^8.0|^7.4", "laravel/framework": "^6.0|^7.0|^8.0", "guzzlehttp/guzzle": "^6.3.1|^7.0.1", - "spatie/array-to-xml": "^2.7" + "spatie/array-to-xml": "^3.0" }, "require-dev": { "orchestra/testbench": "^4.0|^5.0|^6.0"