From e0aa3c94ca7a6ee19fd0b59d7fe9d9ffeebec2ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 06:44:38 +0000 Subject: [PATCH] Update scheb/tombstone-analyzer requirement from ^0.3 to ^1.4 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.4.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..ec05154 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.4", "sebastian/phpcpd": "^3.0", "seld/jsonlint": "^1.6", "sensiolabs/security-checker": "^5.0",