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.
This commit is contained in:
Markus Podar
2020-01-02 15:21:05 +01:00
committed by Barry vd. Heuvel
parent 015cc6c493
commit d3b24ffeae
+1 -1
View File
@@ -21,7 +21,7 @@
"require-dev": { "require-dev": {
"illuminate/config": "^5.5|^6", "illuminate/config": "^5.5|^6",
"illuminate/view": "^5.5|^6", "illuminate/view": "^5.5|^6",
"phpro/grumphp": "^0.14", "phpro/grumphp": "^0.17.1",
"squizlabs/php_codesniffer": "^3", "squizlabs/php_codesniffer": "^3",
"orchestra/testbench": "^3|^4", "orchestra/testbench": "^3|^4",
"mockery/mockery": "^1.3" "mockery/mockery": "^1.3"