From 220c2d4991124487f71c56717dfa3f8056ad629d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 05:18:18 +0000 Subject: [PATCH] Update spatie/ignition requirement from ^1.13 to ^1.14 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.13.0...1.14.0) --- 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 fea4f7d..4fa905a 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.13", + "spatie/ignition": "^1.14", "symfony/var-dumper": "^7.0", "vimeo/psalm": "^5.23" },