public function __construct(ResourceManager $manager)
 {
     if (!$this->isSupported()) {
         throw new RuntimeException("Zip Extension is not available");
     }
     parent::__construct($manager);
 }
 public function __construct(ResourceManager $manager)
 {
     parent::__construct($manager);
     $this->probe = new ZipExtensionVersionProbe();
 }