Skip to content

Allow for more recent versions of grumphp#10

Open
synterra wants to merge 1 commit intoMetadrop:masterfrom
synterra:patch-1
Open

Allow for more recent versions of grumphp#10
synterra wants to merge 1 commit intoMetadrop:masterfrom
synterra:patch-1

Conversation

@synterra
Copy link

Currently phpro/grumphp installs as v1.5.0 which isn't compatible with PHP 8.1. I see numerous warnings when using GrumPHP and PHP 8.1, including:

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/vendor/symfony/filesystem/Filesystem.php on line 125
PHP Deprecated:  file_exists(): Passing null to parameter #1 ($filename) of type string is deprecated in /var/www/html/vendor/symfony/filesystem/Filesystem.php on line 129

Newer versions of the library should fix it.

Currently `phpro/grumphp` installs as `v1.5.0` which isn't compatible with PHP 8.1. I see numerous warnings when using GrumPHP and PHP 8.1, including: 
```
Deprecated: strlen(): Passing null to parameter Metadrop#1 ($string) of type string is deprecated in /var/www/html/vendor/symfony/filesystem/Filesystem.php on line 125
PHP Deprecated:  file_exists(): Passing null to parameter Metadrop#1 ($filename) of type string is deprecated in /var/www/html/vendor/symfony/filesystem/Filesystem.php on line 129
```

Newer versions of the library should fix it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant