This is a follow up to previously reported bug #165 where pasting text input into a text dialog can be truncated depending on the string length.
The current released version of cli-menu is 4.4.0 which requires "php-school/terminal": "^0.2.1"
The latest tag in the ^0.2.1 series is 0.2.1 but when I put the following hack my composer.json to substitute the released 0.2.1 with the current dev master, the bug seems to have gone away
"repositories": [
{
"type": "vcs",
"url": "https://github.com/php-school/terminal"
}
],
"require": {
"php-school/cli-menu": "^4.3",
"php-school/terminal": "dev-master#7281e270fd2cf843844cb13220882e00b9096488 as 0.2.1",
Is this issue resolved? If so, would you consider tagging a new php-school/terminal release?
Thank you very much!
This is a follow up to previously reported bug #165 where pasting text input into a text dialog can be truncated depending on the string length.
The current released version of cli-menu is 4.4.0 which requires
"php-school/terminal": "^0.2.1"The latest tag in the ^0.2.1 series is 0.2.1 but when I put the following hack my composer.json to substitute the released 0.2.1 with the current dev master, the bug seems to have gone away
Is this issue resolved? If so, would you consider tagging a new php-school/terminal release?
Thank you very much!