php7.1-zip缺失,无法安装

I'm trying to install Symfony framework via installer but whenever I execute the command symfony new --full project_name i got an error that PHP-zip is missing

Problem 1
- Installation request for facebook/webdriver 1.7.1 -> satisfiable by facebook/webdriver[1.7.1].
- facebook/webdriver 1.7.1 requires ext-zip * -> the requested PHP extension zip is missing from your system.

Problem 2
    - facebook/webdriver 1.7.1 requires ext-zip * -> the requested PHP extension zip is missing from your system.
    - symfony/panther v0.4.1 requires facebook/webdriver ^1.5 -> satisfiable by facebook/webdriver[1.7.1].
    - Installation request for symfony/panther v0.4.1 -> satisfiable by symfony/panther[v0.4.1].

I'm using php7.1 so I have tried to install it with apt apt install php7.1-zip but again an error

E: Unable to locate package php7.1-zip

I have tried few repositories, followed tutorial over the internet but any of this work with 7.1 PHP version. Tried also this but still, nothing changed.