stecman / symfony-console-completion

Automatic tab-key completion for Symfony console application options, arguments and parameters
MIT License
420 stars 26 forks source link

Support Symfony 6 and php 8.1 #93

Closed asika32764 closed 1 year ago

asika32764 commented 1 year ago

Seems Symfony 6 changed method return type, so we are unable to support older version.

stecman commented 1 year ago

Thanks @asika32764! I've fixed some issues PHPUnit 9 introduced with the test cases, and will release this as 0.12.0 now.