From 3ca3dda00715d59452756e5e20841fc51e80d644 Mon Sep 17 00:00:00 2001
From: "dependabot-preview[bot]"
 <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Thu, 15 Aug 2019 07:08:36 +0000
Subject: [PATCH] Update narrowspark/php-cs-fixer-config requirement || ^5.0

Updates the requirements on [narrowspark/php-cs-fixer-config](https://github.com/narrowspark/php-cs-fixer-config) to permit the latest version.
- [Release notes](https://github.com/narrowspark/php-cs-fixer-config/releases)
- [Commits](https://github.com/narrowspark/php-cs-fixer-config/compare/v2.0.0...5.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index d958b5b..27bddff 100644
--- a/composer.json
+++ b/composer.json
@@ -29,7 +29,7 @@
     },
     "require-dev": {
         "guzzlehttp/psr7": "1.4",
-        "narrowspark/php-cs-fixer-config": "^2.0",
+        "narrowspark/php-cs-fixer-config": "^2.0 || ^5.0",
         "phpstan/phpstan": "^0.9",
         "phpstan/phpstan-phpunit": "^0.9",
         "phpstan/phpstan-strict-rules": "^0.9.0",