From d3b24ffeae9516b02a092202415d476b8e157ccf Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Thu, 2 Jan 2020 15:21:05 +0100 Subject: [PATCH] Bump grumphp version (#867) The current version emits the following: ``` Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in laravel-ide-helper/vendor/phpro/grumphp/src/Locator/ConfigurationFile.php on line 75 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in laravel-ide-helper/vendor/phpro/grumphp/src/Locator/ConfigurationFile.php on line 75 ``` Manually tested it locally, worked as expected. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2b4cc26..6650cfe 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require-dev": { "illuminate/config": "^5.5|^6", "illuminate/view": "^5.5|^6", - "phpro/grumphp": "^0.14", + "phpro/grumphp": "^0.17.1", "squizlabs/php_codesniffer": "^3", "orchestra/testbench": "^3|^4", "mockery/mockery": "^1.3"