From 8a5a7593450a58cc8851c2c39591bc848e79897c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 09:07:40 +0000 Subject: [PATCH] Update scheb/tombstone-analyzer requirement from ^0.3 to ^1.5 Updates the requirements on [scheb/tombstone-analyzer](https://github.com/scheb/tombstone-analyzer) to permit the latest version. - [Release notes](https://github.com/scheb/tombstone-analyzer/releases) - [Commits](https://github.com/scheb/tombstone-analyzer/compare/0.3.0...v1.5.0) --- updated-dependencies: - dependency-name: scheb/tombstone-analyzer 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 73d57c2..855f9b3 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "phpro/grumphp": ">=0.11.0,<1.0.0,!=0.11.4", "phpunit/phpunit": "^5.7|^6.5", "robmorgan/phinx": "^0.10", - "scheb/tombstone-analyzer": "^0.3", + "scheb/tombstone-analyzer": "^1.5", "sebastian/phpcpd": "^3.0", "seld/jsonlint": "^1.6", "sensiolabs/security-checker": "^5.0",