diff --git a/src/Zip/Core/AbstractZipArchive.php b/src/Zip/Core/AbstractZipArchive.php index a13e7b9..38cdc62 100644 --- a/src/Zip/Core/AbstractZipArchive.php +++ b/src/Zip/Core/AbstractZipArchive.php @@ -24,7 +24,7 @@ abstract class AbstractZipArchive extends AbstractZipWriter { const APP_NAME = 'PHPZip'; - const VERSION = "2.0.3"; + const VERSION = "2.0.6"; const MIN_PHP_VERSION = 5.3; // for namespaces const CONTENT_TYPE = 'application/zip'; diff --git a/src/Zip/File/Zip.php b/src/Zip/File/Zip.php index 056508d..1f84910 100644 --- a/src/Zip/File/Zip.php +++ b/src/Zip/File/Zip.php @@ -12,7 +12,6 @@ use com\grandt\BinStringStatic; use PHPZip\Zip\Core\AbstractZipArchive; -use PHPZip\Zip\Core\ZipUtils; class Zip extends AbstractZipArchive {