You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to run grumphp with php 8.1 trhow some deprecation errors:
Steps to reproduce:
To reproduce use a docker version with php 8.1-rc5 for example:
Result:
root@e7d1fc12dea6:/application# ./vendor/bin/grumphp run
Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /application/vendor/symfony/filesystem/Filesystem.php on line 114
Deprecated: file_exists(): Passing null to parameter #1 ($filename) of type string is deprecated in /application/vendor/symfony/filesystem/Filesystem.php on line 118
Deprecated: GrumPHP\IO\ConsoleIO implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support forold PHP versions is necessary)in /application/vendor/phpro/grumphp/src/IO/ConsoleIO.php on line 17
The text was updated successfully, but these errors were encountered:
We are using Symfony components internally for GrumPHP. But the installed versions may very based on your setup.
You can check the versions by running composer show
GrumPHP 1.5.0
Trying to run grumphp with php 8.1 trhow some deprecation errors:
Steps to reproduce:
To reproduce use a docker version with php 8.1-rc5 for example:
Result:
The text was updated successfully, but these errors were encountered: