Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
added compresssnappy to FilterPluginManager
Browse files Browse the repository at this point in the history
  • Loading branch information
Maik Penz committed Nov 23, 2012
1 parent 07f92d0 commit 82e0ddd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/Zend/Filter/FilterPluginManager.php
Expand Up @@ -40,6 +40,7 @@ class FilterPluginManager extends AbstractPluginManager
'compressgz' => 'Zend\Filter\Compress\Gz',
'compresslzf' => 'Zend\Filter\Compress\Lzf',
'compressrar' => 'Zend\Filter\Compress\Rar',
'compresssnappy' => 'Zend\Filter\Compress\Snappy',
'compresstar' => 'Zend\Filter\Compress\Tar',
'compresszip' => 'Zend\Filter\Compress\Zip',
'decompress' => 'Zend\Filter\Decompress',
Expand Down

0 comments on commit 82e0ddd

Please sign in to comment.