From b9cfb561ba323e7fd00749483b89dc020ea798f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 05:27:13 +0000 Subject: [PATCH] Update spatie/ignition requirement from ^1.12 to ^1.13 Updates the requirements on [spatie/ignition](https://github.com/spatie/ignition) to permit the latest version. - [Release notes](https://github.com/spatie/ignition/releases) - [Changelog](https://github.com/spatie/ignition/blob/main/CHANGELOG.md) - [Commits](https://github.com/spatie/ignition/compare/1.12.0...1.13.1) --- updated-dependencies: - dependency-name: spatie/ignition dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2fc1720..a29c4e0 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^10.5", - "spatie/ignition": "^1.12", + "spatie/ignition": "^1.13", "symfony/var-dumper": "^7.0", "vimeo/psalm": "^5.23" },