From 8aa12e7871705afcbe4f6812675959da70b4a7be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 12:01:16 +0000 Subject: [PATCH] Update scheb/tombstone-analyzer requirement from ^0.3 to ^1.3 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.3.0) 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..27e0c7d 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.3", "sebastian/phpcpd": "^3.0", "seld/jsonlint": "^1.6", "sensiolabs/security-checker": "^5.0",