From a method I get a array value as return, the method is like this:
$block->getQuantityValidators();
With print_r:
Array ( [required-number] => 1 [validate-item-quantity] => Array ( [minAllowed] => 0.5 [maxAllowed] => 10000 ) )
How to echo only the value of "minAllowed"