1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-08-06 07:27:23 +02:00

replaced abandoned package

This commit is contained in:
wapplay
2020-01-04 00:20:43 +03:00
parent 75578fd181
commit 27b8a3d32f
2 changed files with 2 additions and 8 deletions

View File

@@ -2,6 +2,7 @@
namespace PhpZip\Tests;
use GuzzleHttp\Psr7\Response;
use PhpZip\Constants\ZipCompressionLevel;
use PhpZip\Constants\ZipCompressionMethod;
use PhpZip\Constants\ZipPlatform;
@@ -14,7 +15,6 @@ use PhpZip\Model\ZipInfo;
use PhpZip\Util\FilesUtil;
use PhpZip\ZipFile;
use Psr\Http\Message\ResponseInterface;
use Zend\Diactoros\Response;
/**
* ZipFile test.