Results 2 issues of metaer

Are there plans to do Symfony 5 compatibility?

https://github.com/yandex-money/yandex-money-kassa-example/blob/master/src/YaMoneyCommonHttpProtocol.php ``` if ($request['orderSumAmount'] < 100) { $response = $this->buildResponse($this->action, $request['invoiceId'], 100, "The amount should be more than 100 rubles."); } else { $response = $this->buildResponse($this->action, $request['invoiceId'], 0); } ```...