Actions
Bug #80053
closedException: Maximum number of attempts must be a positive value.
Start date:
2017-02-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
I updated a composer Installation from 7.6 to 8.6 by composer update.
During the Update also the symfony/console was updated from 2.* to 3.*.
My own commands using ConsoleOutput::select or ConsoleOutput::askAndValidate are throwing an exception now:
Maximum number of attempts must be a positive value.
Actions