mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
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:
committed by
Barry vd. Heuvel
parent
015cc6c493
commit
d3b24ffeae
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user