llaville / php-compatinfo

Library that find out the minimum version and the extensions required for a piece of code to run
https://llaville.github.io/php-compatinfo/7.1/
Other
371 stars 21 forks source link

Warning: Undefined array key "php.all" #344

Closed remicollet closed 2 years ago

remicollet commented 2 years ago

Running the analyser:

$ bin/phpcompatinfo --version 6.2.x-dev@f2684a1

Warning: Undefined array key "php.all" in /tmp/php-compatinfo/src/Application/Extension/Reporter/ConsoleReporter.php on line 230 Warning: Undefined array key "php.all" in /tmp/php-compatinfo/src/Application/Extension/Reporter/ConsoleReporter.php on line 230

(analyser run on a small project https://github.com/php-fedora/autoloader)

llaville commented 2 years ago

Thanks to make CompatInfo 6.2 better !