Browse Source

Updating vendors

Julio Montoya 10 years ago
parent
commit
3307f4737f
100 changed files with 0 additions and 13378 deletions
  1. 0 1
      vendor/alchemy/binary-driver/.gitignore
  2. 0 11
      vendor/alchemy/binary-driver/.travis.yml
  3. 0 61
      vendor/alchemy/binary-driver/CHANGELOG.md
  4. 0 21
      vendor/alchemy/binary-driver/LICENSE
  5. 0 190
      vendor/alchemy/binary-driver/README.md
  6. 0 38
      vendor/alchemy/binary-driver/composer.json
  7. 0 31
      vendor/alchemy/binary-driver/phpunit.xml.dist
  8. 0 220
      vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/AbstractBinary.php
  9. 0 76
      vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/BinaryDriverTestCase.php
  10. 0 66
      vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/BinaryInterface.php
  11. 0 107
      vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/Configuration.php
  12. 0 29
      vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/ConfigurationAwareInterface.php
  13. 0 58
      vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/ConfigurationInterface.php
  14. 0 16
      vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/Exception/ExceptionInterface.php
  15. 0 16
      vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/Exception/ExecutableNotFoundException.php
  16. 0 16
      vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/Exception/ExecutionFailureException.php
  17. 0 16
      vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/Exception/InvalidArgumentException.php
  18. 0 58
      vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/Listeners/DebugListener.php
  19. 0 32
      vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/Listeners/ListenerInterface.php
  20. 0 88
      vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/Listeners/Listeners.php
  21. 0 177
      vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/ProcessBuilderFactory.php
  22. 0 29
      vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/ProcessBuilderFactoryAwareInterface.php
  23. 0 65
      vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/ProcessBuilderFactoryInterface.php
  24. 0 104
      vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/ProcessRunner.php
  25. 0 29
      vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/ProcessRunnerAwareInterface.php
  26. 0 33
      vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/ProcessRunnerInterface.php
  27. 0 297
      vendor/alchemy/binary-driver/tests/Alchemy/Tests/BinaryDriver/AbstractBinaryTest.php
  28. 0 97
      vendor/alchemy/binary-driver/tests/Alchemy/Tests/BinaryDriver/AbstractProcessBuilderFactoryTest.php
  29. 0 78
      vendor/alchemy/binary-driver/tests/Alchemy/Tests/BinaryDriver/ConfigurationTest.php
  30. 0 66
      vendor/alchemy/binary-driver/tests/Alchemy/Tests/BinaryDriver/LTSProcessBuilderFactoryTest.php
  31. 0 33
      vendor/alchemy/binary-driver/tests/Alchemy/Tests/BinaryDriver/Listeners/DebugListenerTest.php
  32. 0 92
      vendor/alchemy/binary-driver/tests/Alchemy/Tests/BinaryDriver/Listeners/ListenersTest.php
  33. 0 15
      vendor/alchemy/binary-driver/tests/Alchemy/Tests/BinaryDriver/NONLTSProcessBuilderFactoryTest.php
  34. 0 208
      vendor/alchemy/binary-driver/tests/Alchemy/Tests/BinaryDriver/ProcessRunnerTest.php
  35. 0 4
      vendor/alchemy/binary-driver/tests/bootstrap.php
  36. 0 1
      vendor/alchemy/ghostscript/.gitignore
  37. 0 14
      vendor/alchemy/ghostscript/.travis.yml
  38. 0 22
      vendor/alchemy/ghostscript/CHANGELOG.md
  39. 0 21
      vendor/alchemy/ghostscript/LICENSE
  40. 0 65
      vendor/alchemy/ghostscript/README.md
  41. 0 33
      vendor/alchemy/ghostscript/composer.json
  42. 0 1379
      vendor/alchemy/ghostscript/composer.lock
  43. 0 31
      vendor/alchemy/ghostscript/phpunit.xml.dist
  44. 0 16
      vendor/alchemy/ghostscript/src/Ghostscript/Exception/ExceptionInterface.php
  45. 0 16
      vendor/alchemy/ghostscript/src/Ghostscript/Exception/RuntimeException.php
  46. 0 40
      vendor/alchemy/ghostscript/src/Ghostscript/GhostscriptServiceProvider.php
  47. 0 108
      vendor/alchemy/ghostscript/src/Ghostscript/Transcoder.php
  48. 0 61
      vendor/alchemy/ghostscript/tests/Ghostscript/Tests/GhostscriptServiceProviderTest.php
  49. 0 37
      vendor/alchemy/ghostscript/tests/Ghostscript/Tests/TranscoderTest.php
  50. 0 4
      vendor/alchemy/ghostscript/tests/bootstrap.php
  51. 0 27
      vendor/alchemy/ghostscript/tests/files/plane.ai
  52. BIN
      vendor/alchemy/ghostscript/tests/files/test.pdf
  53. 0 6
      vendor/alchemy/zippy/.gitignore
  54. 0 24
      vendor/alchemy/zippy/.travis.yml
  55. 0 22
      vendor/alchemy/zippy/CHANGELOG.md
  56. 0 21
      vendor/alchemy/zippy/LICENSE
  57. 0 80
      vendor/alchemy/zippy/README.md
  58. 0 41
      vendor/alchemy/zippy/composer.json
  59. 0 1092
      vendor/alchemy/zippy/composer.lock
  60. 0 133
      vendor/alchemy/zippy/docs/Makefile
  61. 0 176
      vendor/alchemy/zippy/docs/make.bat
  62. 0 32
      vendor/alchemy/zippy/docs/source/API/API/Alchemy.html
  63. 0 38
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy.html
  64. 0 69
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter.html
  65. 0 124
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/AbstractAdapter.html
  66. 0 436
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html
  67. 0 734
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/AbstractTarAdapter.html
  68. 0 78
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/AdapterContainer.html
  69. 0 552
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/AdapterInterface.html
  70. 0 46
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/BSDTar.html
  71. 0 466
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html
  72. 0 119
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/BSDTar/TarBz2BSDTarAdapter.html
  73. 0 119
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/BSDTar/TarGzBSDTarAdapter.html
  74. 0 9
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/BSDTar/namespace-frame.html
  75. 0 414
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/BinaryAdapterInterface.html
  76. 0 46
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/GNUTar.html
  77. 0 119
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/GNUTar/TarBz2GNUTarAdapter.html
  78. 0 466
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/GNUTar/TarGNUTarAdapter.html
  79. 0 119
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/GNUTar/TarGzGNUTarAdapter.html
  80. 0 9
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/GNUTar/namespace-frame.html
  81. 0 49
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/Resource.html
  82. 0 114
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/Resource/FileResource.html
  83. 0 78
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/Resource/ResourceInterface.html
  84. 0 114
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/Resource/ZipArchiveResource.html
  85. 0 9
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/Resource/namespace-frame.html
  86. 0 831
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/ZipAdapter.html
  87. 0 662
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/ZipExtensionAdapter.html
  88. 0 9
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/namespace-frame.html
  89. 0 53
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Archive.html
  90. 0 373
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Archive/Archive.html
  91. 0 314
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Archive/ArchiveInterface.html
  92. 0 320
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Archive/Member.html
  93. 0 255
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Archive/MemberInterface.html
  94. 0 9
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Archive/namespace-frame.html
  95. 0 69
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Exception.html
  96. 0 35
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Exception/ExceptionInterface.html
  97. 0 35
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Exception/FormatNotSupportedException.html
  98. 0 35
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Exception/IOException.html
  99. 0 36
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Exception/InvalidArgumentException.html
  100. 0 35
      vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Exception/NoAdapterOnPlatformException.html

+ 0 - 1
vendor/alchemy/binary-driver/.gitignore

@@ -1 +0,0 @@
-/vendor/

+ 0 - 11
vendor/alchemy/binary-driver/.travis.yml

@@ -1,11 +0,0 @@
-language: php
-
-before_script:
-  - composer self-update
-  - composer install --dev --prefer-source
-
-php:
-  - 5.3.3
-  - 5.3
-  - 5.4
-  - 5.5

+ 0 - 61
vendor/alchemy/binary-driver/CHANGELOG.md

@@ -1,61 +0,0 @@
-CHANGELOG
----------
-
-* 1.5.0 (2013-06-21)
-
-  * BC Break : ConfigurationInterface::get does not throw exceptions anymore
-    in case the key does not exist. Second argument is a default value to return
-    in case the key does not exist.
-
-* 1.4.1 (2013-05-23)
-
-  * Add third parameter to BinaryInterface::command method to pass a listener or
-    an array of listener that will be registered just the time of the command.
-
-* 1.4.0 (2013-05-11)
-
-  * Extract process run management to ProcessRunner.
-  * Add support for process listeners.
-  * Provides bundled DebugListener.
-  * Add BinaryInterface::command method.
-  * BC break : ProcessRunnerInterface::run now takes an SplObjectStorage containing
-    listeners as second argument.
-  * BC break : BinaryInterface no longer implements LoggerAwareInterface
-    as it is now supported by ProcessRunner.
-
-* 1.3.4 (2013-04-26)
-
-  * Add BinaryDriver::run method.
-
-* 1.3.3 (2013-04-26)
-
-  * Add BinaryDriver::createProcessMock method.
-
-* 1.3.2 (2013-04-26)
-
-  * Add BinaryDriverTestCase for testing BinaryDriver implementations.
-
-* 1.3.1 (2013-04-24)
-
-  * Add timeouts handling
-
-* 1.3.0 (2013-04-24)
-
-  * Add BinaryInterface and AbstractBinary
-
-* 1.2.1 (2013-04-24)
-
-  * Add ConfigurationAwareInterface
-  * Add ProcessBuilderAwareInterface
-
-* 1.2.0 (2013-04-24)
-
-  * Add BinaryDriver\Configuration
-
-* 1.1.0 (2013-04-24)
-
-  * Add support for timeouts via `setTimeout` method
-
-* 1.0.0 (2013-04-23)
-
-  * First stable version.

+ 0 - 21
vendor/alchemy/binary-driver/LICENSE

@@ -1,21 +0,0 @@
-BinaryDriver is released with MIT License :
-
-Copyright (c) 2013 Alchemy
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
-IN THE SOFTWARE.

+ 0 - 190
vendor/alchemy/binary-driver/README.md

@@ -1,190 +0,0 @@
-# Binary Driver
-
-Binary-Driver is a set of PHP tools to build binary drivers.
-
-[![Build Status](https://travis-ci.org/alchemy-fr/BinaryDriver.png?branch=master)](https://travis-ci.org/alchemy-fr/BinaryDriver)
-
-## Why ?
-
-You may wonder *Why building a library while I can use `exec` or
-[symfony/process](https://github.com/symfony/Process) ?*.
-
-Here is a simple answer :
-
- - If you use `exec`, `passthru`, `system`, `proc_open` or any low level process
-   handling in PHP, you should have a look to [symfony/process](https://github.com/symfony/Process)
-   component that will provide an OO portable, testable and secure interface to
-   deal with this. It seems easy at first approach, but if you look at this
-   component [unit tests](https://github.com/symfony/Process/tree/master/Tests),
-   you will see that handling process in a simple interface can easily become a
-   nightmare.
-
- - If you already use symfony/process, and want to build binary drivers, you
-   will always have the same common set of methods and objects to configure, log,
-   debug, and generate processes.
-   This library is a base to implement any binary driver with this common set of
-   needs.
-
-## AbstractBinary
-
-`AbstractBinary` provides an abstract class to build a binary driver. It implements
-`BinaryInterface`.
-
-Implementation example :
-
-```php
-use Alchemy\BinaryDriver\AbstractBinary;
-
-class LsDriver extends AbstractBinary
-{
-    public function getName()
-    {
-        return 'ls driver';
-    }
-}
-
-$parser = new LsParser();
-
-$driver = Driver::load('ls');
-// will return the output of `ls -a -l`
-$parser->parse($driver->command(array('-a', '-l')));
-```
-
-### Binary detection troubleshooting
-
-If you are using Nginx with PHP-fpm, executable detection may not work because of an empty `$_ENV['path']`. 
-To avoid having an empty `PATH` environment variable, add the following line to your `fastcgi_params` 
-config file (replace `/your/current/path/` with the output of `printenv PATH`) :
-
-```
-fastcgi_param    PATH    /your/current/path
-```
-
-## Logging
-
-You can log events with a `Psr\Log\LoggerInterface` by passing it in the load
-method as second argument :
-
-```php
-$logger = new Monolog\Logger('driver');
-$driver = Driver::load('ls', $logger);
-```
-
-## Listeners
-
-You can add custom listeners on processes.
-Listeners are built on top of [Evenement](https://github.com/igorw/evenement)
-and must implement `Alchemy\BinaryDriver\ListenerInterface`.
-
-```php
-use Symfony\Component\Process\Process;
-
-class DebugListener extends EventEmitter implements ListenerInterface
-{
-    public function handle($type, $data)
-    {
-        foreach (explode(PHP_EOL, $data) as $line) {
-            $this->emit($type === Process::ERR ? 'error' : 'out', array($line));
-        }
-    }
-
-    public function forwardedEvents()
-    {
-        // forward 'error' events to the BinaryInterface
-        return array('error');
-    }
-}
-
-$listener = new DebugListener();
-
-$driver = CustomImplementation::load('php');
-
-// adds listener
-$driver->listen($listener);
-
-$driver->on('error', function ($line) {
-    echo '[ERROR] ' . $line . PHP_EOL;
-});
-
-// removes listener
-$driver->unlisten($listener);
-```
-
-### Bundled listeners
-
-The debug listener is a simple listener to catch `stderr` and `stdout` outputs ;
-read the implementation for customization.
-
-```php
-use Alchemy\BinaryDriver\Listeners\DebugListener;
-
-$driver = CustomImplementation::load('php');
-$driver->listen(new DebugListener());
-
-$driver->on('debug', function ($line) {
-    echo $line;
-});
-```
-
-## ProcessBuilderFactory
-
-ProcessBuilderFactory ease spawning processes by generating Symfony [Process]
-(http://symfony.com/doc/master/components/process.html) objects.
-
-```php
-use Alchemy\BinaryDriver\ProcessBuilderFactory;
-
-$factory = new ProcessBuilderFactory('/usr/bin/php');
-
-// return a Symfony\Component\Process\Process
-$process = $factory->create('-v');
-
-// echoes '/usr/bin/php' '-v'
-echo $process->getCommandLine();
-
-$process = $factory->create(array('-r', 'echo "Hello !";'));
-
-// echoes '/usr/bin/php' '-r' 'echo "Hello !";'
-echo $process->getCommandLine();
-```
-
-## Configuration
-
-A simple configuration object, providing an `ArrayAccess` and `IteratorAggregate`
-interface.
-
-```php
-use Alchemy\BinaryDriver\Configuration;
-
-$conf = new Configuration(array('timeout' => 0));
-
-echo $conf->get('timeout');
-
-if ($conf->has('param')) {
-    $conf->remove('param');
-}
-
-$conf->set('timeout', 20);
-
-$conf->all();
-```
-
-Same example using the `ArrayAccess` interface :
-
-```php
-use Alchemy\BinaryDriver\Configuration;
-
-$conf = new Configuration(array('timeout' => 0));
-
-echo $conf['timeout'];
-
-if (isset($conf['param'])) {
-    unset($conf['param']);
-}
-
-$conf['timeout'] = 20;
-```
-
-## License
-
-This project is released under the MIT license.

+ 0 - 38
vendor/alchemy/binary-driver/composer.json

@@ -1,38 +0,0 @@
-{
-    "name": "alchemy/binary-driver",
-    "type": "library",
-    "description": "A set of tools to build binary drivers",
-    "keywords": ["binary", "driver"],
-    "license": "MIT",
-    "authors": [
-        {
-            "name": "Nicolas Le Goff",
-            "email": "legoff.n@gmail.com"
-        },
-        {
-            "name": "Romain Neutron",
-            "email": "imprec@gmail.com",
-            "homepage": "http://www.lickmychip.com/"
-        },
-        {
-            "name": "Phraseanet Team",
-            "email": "info@alchemy.fr",
-            "homepage": "http://www.phraseanet.com/"
-        }
-    ],
-    "require": {
-        "php"                 : ">=5.3.3",
-        "evenement/evenement" : "~1.0",
-        "monolog/monolog"     : "~1.3",
-        "psr/log"             : "~1.0",
-        "symfony/process"     : "~2.0"
-    },
-    "require-dev": {
-        "phpunit/phpunit"     : "~3.7"
-    },
-    "autoload": {
-        "psr-0": {
-            "Alchemy": "src"
-        }
-    }
-}

+ 0 - 31
vendor/alchemy/binary-driver/phpunit.xml.dist

@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<phpunit backupGlobals="false"
-         backupStaticAttributes="false"
-         colors="true"
-         convertErrorsToExceptions="true"
-         convertNoticesToExceptions="true"
-         convertWarningsToExceptions="true"
-         processIsolation="false"
-         stopOnFailure="false"
-         syntaxCheck="true"
-         verbose="false"
-         bootstrap="tests/bootstrap.php"
->
-    <php>
-      <ini name="display_errors" value="on"/>
-    </php>
-
-    <testsuites>
-        <testsuite>
-            <directory>tests</directory>
-        </testsuite>
-    </testsuites>
-    <filter>
-      <blacklist>
-        <directory>vendor</directory>
-        <directory>tests</directory>
-      </blacklist>
-    </filter>
-
-</phpunit>
-

+ 0 - 220
vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/AbstractBinary.php

@@ -1,220 +0,0 @@
-<?php
-
-/*
- * This file is part of Alchemy\BinaryDriver.
- *
- * (c) Alchemy <info@alchemy.fr>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Alchemy\BinaryDriver;
-
-use Alchemy\BinaryDriver\Exception\ExecutableNotFoundException;
-use Alchemy\BinaryDriver\Exception\ExecutionFailureException;
-use Alchemy\BinaryDriver\Listeners\Listeners;
-use Alchemy\BinaryDriver\Listeners\ListenerInterface;
-use Evenement\EventEmitter;
-use Monolog\Logger;
-use Monolog\Handler\NullHandler;
-use Psr\Log\LoggerInterface;
-use Symfony\Component\Process\ExecutableFinder;
-use Symfony\Component\Process\Process;
-
-abstract class AbstractBinary extends EventEmitter implements BinaryInterface
-{
-    /** @var ConfigurationInterface */
-    protected $configuration;
-
-    /** @var ProcessBuilderFactoryInterface */
-    protected $factory;
-
-    /** @var ProcessRunner */
-    private $processRunner;
-
-    /** @var Listeners */
-    private $listenersManager;
-
-    public function __construct(ProcessBuilderFactoryInterface $factory, LoggerInterface $logger, ConfigurationInterface $configuration)
-    {
-        $this->factory = $factory;
-        $this->configuration = $configuration;
-        $this->processRunner = new ProcessRunner($logger, $this->getName());
-        $this->listenersManager = new Listeners();
-        $this->applyProcessConfiguration();
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function listen(ListenerInterface $listener)
-    {
-        $this->listenersManager->register($listener, $this);
-
-        return $this;
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function unlisten(ListenerInterface $listener)
-    {
-        $this->listenersManager->unregister($listener, $this);
-
-        return $this;
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function getConfiguration()
-    {
-        return $this->configuration;
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return BinaryInterface
-     */
-    public function setConfiguration(ConfigurationInterface $configuration)
-    {
-        $this->configuration = $configuration;
-        $this->applyProcessConfiguration();
-
-        return $this;
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function getProcessBuilderFactory()
-    {
-        return $this->factory;
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return BinaryInterface
-     */
-    public function setProcessBuilderFactory(ProcessBuilderFactoryInterface $factory)
-    {
-        $this->factory = $factory;
-        $this->applyProcessConfiguration();
-
-        return $this;
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function getProcessRunner()
-    {
-        return $this->processRunner;
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function setProcessRunner(ProcessRunnerInterface $runner)
-    {
-        $this->processRunner = $runner;
-
-        return $this;
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function command($command, $bypassErrors = false, $listeners = null)
-    {
-        if (!is_array($command)) {
-            $command = array($command);
-        }
-
-        return $this->run($this->factory->create($command), $bypassErrors, $listeners);
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public static function load($binaries, LoggerInterface $logger = null, $configuration = array())
-    {
-        $finder = new ExecutableFinder();
-        $binary = null;
-        $binaries = is_array($binaries) ? $binaries : array($binaries);
-
-        foreach ($binaries as $candidate) {
-            if (file_exists($candidate) && is_executable($candidate)) {
-                $binary = $candidate;
-                break;
-            }
-            if (null !== $binary = $finder->find($candidate)) {
-                break;
-            }
-        }
-
-        if (null === $binary) {
-            throw new ExecutableNotFoundException(sprintf(
-                'Executable not found, proposed : %s', implode(', ', $binaries)
-            ));
-        }
-
-        if (null === $logger) {
-            $logger = new Logger(__NAMESPACE__ . ' logger');
-            $logger->pushHandler(new NullHandler());
-        }
-
-        $configuration = $configuration instanceof ConfigurationInterface ? $configuration : new Configuration($configuration);
-
-        return new static(new ProcessBuilderFactory($binary), $logger, $configuration);
-    }
-
-    /**
-     * Returns the name of the driver
-     *
-     * @return string
-     */
-    abstract public function getName();
-
-    /**
-     * Executes a process, logs events
-     *
-     * @param Process                 $process
-     * @param Boolean                 $bypassErrors Set to true to disable throwing ExecutionFailureExceptions
-     * @param ListenerInterface|array $listeners    A listener or an array of listener to register for this unique run
-     *
-     * @return string The Process output
-     *
-     * @throws ExecutionFailureException in case of process failure.
-     */
-    protected function run(Process $process, $bypassErrors = false, $listeners = null)
-    {
-        if (null !== $listeners) {
-            if (!is_array($listeners)) {
-                $listeners = array($listeners);
-            }
-
-            $listenersManager = clone $this->listenersManager;
-
-            foreach ($listeners as $listener) {
-                $listenersManager->register($listener, $this);
-            }
-        } else {
-            $listenersManager = $this->listenersManager;
-        }
-
-        return $this->processRunner->run($process, $listenersManager->storage, $bypassErrors);
-    }
-
-    private function applyProcessConfiguration()
-    {
-        if ($this->configuration->has('timeout')) {
-            $this->factory->setTimeout($this->configuration->get('timeout'));
-        }
-
-        return $this;
-    }
-}

+ 0 - 76
vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/BinaryDriverTestCase.php

@@ -1,76 +0,0 @@
-<?php
-
-namespace Alchemy\BinaryDriver;
-
-use Psr\Log\LoggerInterface;
-use Symfony\Component\Process\Process;
-
-/**
- * Convenient PHPUnit methods for testing BinaryDriverInterface implementations.
- */
-class BinaryDriverTestCase extends \PHPUnit_Framework_TestCase
-{
-    /**
-     * @return ProcessBuilderFactoryInterface
-     */
-    public function createProcessBuilderFactoryMock()
-    {
-        return $this->getMock('Alchemy\BinaryDriver\ProcessBuilderFactoryInterface');
-    }
-
-    /**
-     * @param integer $runs        The number of runs expected
-     * @param Boolean $success     True if the process expects to be successfull
-     * @param string  $commandLine The commandline executed
-     * @param string  $output      The process output
-     * @param string  $error       The process error output
-     *
-     * @return Process
-     */
-    public function createProcessMock($runs = 1, $success = true, $commandLine = null, $output = null, $error = null, $callback = false)
-    {
-        $process = $this->getMockBuilder('Symfony\Component\Process\Process')
-            ->disableOriginalConstructor()
-            ->getMock();
-
-        $builder = $process->expects($this->exactly($runs))
-            ->method('run');
-
-        if (true === $callback) {
-            $builder->with($this->isInstanceOf('Closure'));
-        }
-
-        $process->expects($this->any())
-            ->method('isSuccessful')
-            ->will($this->returnValue($success));
-
-        foreach (array(
-            'getOutput' => $output,
-            'getErrorOutput' => $error,
-            'getCommandLine' => $commandLine,
-        ) as $command => $value) {
-            $process
-                ->expects($this->any())
-                ->method($command)
-                ->will($this->returnValue($value));
-        }
-
-        return $process;
-    }
-
-    /**
-     * @return LoggerInterface
-     */
-    public function createLoggerMock()
-    {
-        return $this->getMock('Psr\Log\LoggerInterface');
-    }
-
-    /**
-     * @return ConfigurationInterface
-     */
-    public function createConfigurationMock()
-    {
-        return $this->getMock('Alchemy\BinaryDriver\ConfigurationInterface');
-    }
-}

+ 0 - 66
vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/BinaryInterface.php

@@ -1,66 +0,0 @@
-<?php
-
-/*
- * This file is part of Alchemy\BinaryDriver.
- *
- * (c) Alchemy <info@alchemy.fr>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Alchemy\BinaryDriver;
-
-use Alchemy\BinaryDriver\Exception\ExecutableNotFoundException;
-use Alchemy\BinaryDriver\Listeners\ListenerInterface;
-use Psr\Log\LoggerInterface;
-use Evenement\EventEmitterInterface;
-
-interface BinaryInterface extends ConfigurationAwareInterface, ProcessBuilderFactoryAwareInterface, ProcessRunnerAwareInterface, EventEmitterInterface
-{
-    /**
-     * Adds a listener to the binary driver
-     *
-     * @param ListenerInterface $listener
-     *
-     * @return BinaryInterface
-     */
-    public function listen(ListenerInterface $listener);
-
-    /**
-     * Removes a listener from the binary driver
-     *
-     * @param ListenerInterface $listener
-     *
-     * @return BinaryInterface
-     */
-    public function unlisten(ListenerInterface $listener);
-
-    /**
-     * Runs a command against the driver.
-     *
-     * Calling this method on a `ls` driver with the command `-a` would run `ls -a`.
-     *
-     * @param array|string            $command      A command or an array of command
-     * @param Boolean                 $bypassErrors If set to true, an erronous process will not throw an exception
-     * @param ListenerInterface|array $listeners    A listener or an array of listeners to register for this unique run
-     *
-     * @return string The command output
-     *
-     * @throws ExecutionFailureException in case of process failure.
-     */
-    public function command($command, $bypassErrors = false, $listeners = null);
-
-    /**
-     * Loads a binary
-     *
-     * @param string|array                 $binaries      A binary name or an array of binary names
-     * @param null||LoggerInterface        $logger        A Logger
-     * @param array|ConfigurationInterface $configuration The configuration
-     *
-     * @throws ExecutableNotFoundException In case none of the binaries were found
-     *
-     * @return BinaryInterface
-     */
-    public static function load($binaries, LoggerInterface $logger = null, $configuration = array());
-}

+ 0 - 107
vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/Configuration.php

@@ -1,107 +0,0 @@
-<?php
-
-/*
- * This file is part of Alchemy\BinaryDriver.
- *
- * (c) Alchemy <info@alchemy.fr>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Alchemy\BinaryDriver;
-
-class Configuration implements ConfigurationInterface
-{
-    private $data;
-
-    public function __construct(array $data = array())
-    {
-        $this->data = $data;
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function getIterator()
-    {
-        return new \ArrayIterator($this->data);
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function get($key, $default = null)
-    {
-        return isset($this->data[$key]) ? $this->data[$key] : $default;
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function set($key, $value)
-    {
-        $this->data[$key] = $value;
-
-        return $this;
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function has($key)
-    {
-        return array_key_exists($key, $this->data);
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function remove($key)
-    {
-        $value = $this->get($key);
-        unset($this->data[$key]);
-
-        return $value;
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function all()
-    {
-        return $this->data;
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function offsetExists($offset)
-    {
-        return $this->has($offset);
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function offsetGet($offset)
-    {
-        return $this->get($offset);
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function offsetSet($offset, $value)
-    {
-        $this->set($offset, $value);
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function offsetUnset($offset)
-    {
-        $this->remove($offset);
-    }
-}

+ 0 - 29
vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/ConfigurationAwareInterface.php

@@ -1,29 +0,0 @@
-<?php
-
-/*
- * This file is part of Alchemy\BinaryDriver.
- *
- * (c) Alchemy <info@alchemy.fr>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Alchemy\BinaryDriver;
-
-interface ConfigurationAwareInterface
-{
-    /**
-     * Returns the configuration
-     *
-     * @return ConfigurationInterface
-     */
-    public function getConfiguration();
-
-    /**
-     * Set the configuration
-     *
-     * @param ConfigurationInterface $configuration
-     */
-    public function setConfiguration(ConfigurationInterface $configuration);
-}

+ 0 - 58
vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/ConfigurationInterface.php

@@ -1,58 +0,0 @@
-<?php
-
-/*
- * This file is part of Alchemy\BinaryDriver.
- *
- * (c) Alchemy <info@alchemy.fr>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Alchemy\BinaryDriver;
-
-interface ConfigurationInterface extends \ArrayAccess, \IteratorAggregate
-{
-    /**
-     * Returns the value given a key from configuration
-     *
-     * @param string $key
-     * @param mixed  $default The default value in case the key does not exist
-     *
-     * @return mixed
-     */
-    public function get($key, $default = null);
-
-    /**
-     * Set a value to configuration
-     *
-     * @param string $key   The key
-     * @param mixed  $value The value corresponding to the key
-     */
-    public function set($key, $value);
-
-    /**
-     * Tells if Configuration contains `$key`
-     *
-     * @param string $key
-     *
-     * @return Boolean
-     */
-    public function has($key);
-
-    /**
-     * Removes a value given a key
-     *
-     * @param string $key
-     *
-     * @return mixed The previous value
-     */
-    public function remove($key);
-
-    /**
-     * Returns all values set in the configuration
-     *
-     * @return array
-     */
-    public function all();
-}

+ 0 - 16
vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/Exception/ExceptionInterface.php

@@ -1,16 +0,0 @@
-<?php
-
-/*
- * This file is part of Alchemy\BinaryDriver.
- *
- * (c) Alchemy <info@alchemy.fr>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Alchemy\BinaryDriver\Exception;
-
-interface ExceptionInterface
-{
-}

+ 0 - 16
vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/Exception/ExecutableNotFoundException.php

@@ -1,16 +0,0 @@
-<?php
-
-/*
- * This file is part of Alchemy\BinaryDriver.
- *
- * (c) Alchemy <info@alchemy.fr>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Alchemy\BinaryDriver\Exception;
-
-class ExecutableNotFoundException extends \RuntimeException implements ExceptionInterface
-{
-}

+ 0 - 16
vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/Exception/ExecutionFailureException.php

@@ -1,16 +0,0 @@
-<?php
-
-/*
- * This file is part of Alchemy\BinaryDriver.
- *
- * (c) Alchemy <info@alchemy.fr>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Alchemy\BinaryDriver\Exception;
-
-class ExecutionFailureException extends \RuntimeException implements ExceptionInterface
-{
-}

+ 0 - 16
vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/Exception/InvalidArgumentException.php

@@ -1,16 +0,0 @@
-<?php
-
-/*
- * This file is part of Alchemy\BinaryDriver.
- *
- * (c) Alchemy <info@alchemy.fr>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Alchemy\BinaryDriver\Exception;
-
-class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
-{
-}

+ 0 - 58
vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/Listeners/DebugListener.php

@@ -1,58 +0,0 @@
-<?php
-
-/*
- * This file is part of Alchemy\BinaryDriver.
- *
- * (c) Alchemy <info@alchemy.fr>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Alchemy\BinaryDriver\Listeners;
-
-use Evenement\EventEmitter;
-use Symfony\Component\Process\Process;
-
-class DebugListener extends EventEmitter implements ListenerInterface
-{
-    private $prefixOut;
-    private $prefixErr;
-    private $eventOut;
-    private $eventErr;
-
-    public function __construct($prefixOut = '[OUT] ', $prefixErr = '[ERROR] ', $eventOut = 'debug', $eventErr = 'debug')
-    {
-        $this->prefixOut = $prefixOut;
-        $this->prefixErr = $prefixErr;
-        $this->eventOut = $eventOut;
-        $this->eventErr = $eventErr;
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function handle($type, $data)
-    {
-        if (Process::ERR === $type) {
-            $this->emitLines($this->eventErr, $this->prefixErr, $data);
-        } elseif (Process::OUT === $type) {
-            $this->emitLines($this->eventOut, $this->prefixOut, $data);
-        }
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function forwardedEvents()
-    {
-        return array_unique(array($this->eventErr, $this->eventOut));
-    }
-
-    private function emitLines($event, $prefix, $lines)
-    {
-        foreach (explode("\n", $lines) as $line) {
-            $this->emit($event, array($prefix . $line));
-        }
-    }
-}

+ 0 - 32
vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/Listeners/ListenerInterface.php

@@ -1,32 +0,0 @@
-<?php
-
-/*
- * This file is part of Alchemy\BinaryDriver.
- *
- * (c) Alchemy <info@alchemy.fr>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Alchemy\BinaryDriver\Listeners;
-
-use Evenement\EventEmitterInterface;
-
-interface ListenerInterface extends EventEmitterInterface
-{
-    /**
-     * Handle the output of a ProcessRunner
-     *
-     * @param string $type The data type, one of Process::ERR, Process::OUT constants
-     * @param string $data The output
-     */
-    public function handle($type, $data);
-
-    /**
-     * An array of events that should be forwarded to BinaryInterface
-     *
-     * @return array
-     */
-    public function forwardedEvents();
-}

+ 0 - 88
vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/Listeners/Listeners.php

@@ -1,88 +0,0 @@
-<?php
-
-namespace Alchemy\BinaryDriver\Listeners;
-
-use SplObjectStorage;
-use Evenement\EventEmitter;
-
-class Listeners extends EventEmitter
-{
-    /** @var SplObjectStorage */
-    public $storage;
-
-    public function __construct()
-    {
-        $this->storage = new SplObjectStorage();
-    }
-
-    public function __clone()
-    {
-        $storage = $this->storage;
-        $this->storage = new SplObjectStorage();
-        $this->storage->addAll($storage);
-    }
-
-    /**
-     * Registers a listener, pass the listener events to the target.
-     *
-     * @param ListenerInterface $listener
-     * @param null|EventEmitter $target
-     *
-     * @return ListenersInterface
-     */
-    public function register(ListenerInterface $listener, EventEmitter $target = null)
-    {
-        $EElisteners = array();
-
-        if (null !== $target) {
-            $EElisteners = $this->forwardEvents($listener, $target, $listener->forwardedEvents());
-        }
-
-        $this->storage->attach($listener, $EElisteners);
-
-        return $this;
-    }
-
-    /**
-     * Unregisters a listener, removes the listener events from the target.
-     *
-     * @param ListenerInterface $listener
-     *
-     * @return ListenersInterface
-     *
-     * @throws InvalidArgumentException In case the listener is not registered
-     */
-    public function unregister(ListenerInterface $listener)
-    {
-        if (!isset($this->storage[$listener])) {
-            throw new InvalidArgumentException('Listener is not registered.');
-        }
-
-        foreach ($this->storage[$listener] as $event => $EElistener) {
-            $listener->removeListener($event, $EElistener);
-        }
-
-        $this->storage->detach($listener);
-
-        return $this;
-    }
-
-    private function forwardEvents($source, $target, array $events)
-    {
-        $EElisteners = array();
-
-        foreach ($events as $event) {
-            $listener = $this->createListener($event, $target);
-            $source->on($event, $EElisteners[$event] = $listener);
-        }
-
-        return $EElisteners;
-    }
-
-    private function createListener($event, $target)
-    {
-        return function () use ($event, $target) {
-            $target->emit($event, func_get_args());
-        };
-    }
-}

+ 0 - 177
vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/ProcessBuilderFactory.php

@@ -1,177 +0,0 @@
-<?php
-
-/*
- * This file is part of Alchemy\BinaryDriver.
- *
- * (c) Alchemy <info@alchemy.fr>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Alchemy\BinaryDriver;
-
-use Alchemy\BinaryDriver\Exception\InvalidArgumentException;
-use Symfony\Component\Process\ProcessBuilder;
-
-class ProcessBuilderFactory implements ProcessBuilderFactoryInterface
-{
-    /**
-     * The binary path
-     *
-     * @var String
-     */
-    protected $binary;
-
-    /**
-     * The timeout for the generated processes
-     *
-     * @var integer|float
-     */
-    private $timeout;
-
-    /**
-     * An internal ProcessBuilder.
-     *
-     * Note that this one is used only if Symfony ProcessBuilder has method
-     * setPrefix (2.3)
-     *
-     * @var ProcessBuilder
-     */
-    private $builder;
-
-    /**
-     * Tells whether Symfony LTS ProcessBuilder should be emulated or not.
-     *
-     * This symfony version provided a brand new ::setPrefix method.
-     *
-     * @var Boolean
-     */
-    public static $emulateSfLTS;
-
-    /**
-     * Constructor
-     *
-     * @param String $binary The path to the binary
-     *
-     * @throws InvalidArgumentException In case binary path is invalid
-     */
-    public function __construct($binary)
-    {
-        $this->detectEmulation();
-
-        if (!self::$emulateSfLTS) {
-            $this->builder = new ProcessBuilder();
-        }
-
-        $this->useBinary($binary);
-    }
-
-    /**
-     * Covenient method for unit testing
-     *
-     * @return type
-     */
-    public function getBuilder()
-    {
-        return $this->builder;
-    }
-
-    /**
-     * Covenient method for unit testing
-     *
-     * @param  ProcessBuilder        $builder
-     * @return ProcessBuilderFactory
-     */
-    public function setBuilder(ProcessBuilder $builder)
-    {
-        $this->builder = $builder;
-
-        return $this;
-    }
-
-    /**
-     * @inheritdoc
-     */
-    public function getBinary()
-    {
-        return $this->binary;
-    }
-
-    /**
-     * @inheritdoc
-     */
-    public function useBinary($binary)
-    {
-        if (!is_executable($binary)) {
-            throw new InvalidArgumentException(sprintf('`%s` is not an executable binary', $binary));
-        }
-
-        $this->binary = $binary;
-
-        if (!static::$emulateSfLTS) {
-            $this->builder->setPrefix($binary);
-        }
-
-        return $this;
-    }
-
-    /**
-     * @inheritdoc
-     */
-    public function setTimeout($timeout)
-    {
-        $this->timeout = $timeout;
-
-        if (!static::$emulateSfLTS) {
-            $this->builder->setTimeout($this->timeout);
-        }
-
-        return $this;
-    }
-
-    /**
-     * @inheritdoc
-     */
-    public function getTimeout()
-    {
-        return $this->timeout;
-    }
-
-    /**
-     * @inheritdoc
-     */
-    public function create($arguments = array())
-    {
-        if (null === $this->binary) {
-            throw new InvalidArgumentException('No binary set');
-        }
-
-        if (!is_array($arguments)) {
-            $arguments = array($arguments);
-        }
-
-        if (static::$emulateSfLTS) {
-            array_unshift($arguments, $this->binary);
-
-            return ProcessBuilder::create($arguments)
-                ->setTimeout($this->timeout)
-                ->getProcess();
-        } else {
-            return $this->builder
-                ->setArguments($arguments)
-                ->getProcess();
-        }
-    }
-
-    private function detectEmulation()
-    {
-        if (null !== static::$emulateSfLTS) {
-            return $this;
-        }
-
-        static::$emulateSfLTS = !method_exists('Symfony\Component\Process\ProcessBuilder', 'setPrefix');
-
-        return $this;
-    }
-}

+ 0 - 29
vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/ProcessBuilderFactoryAwareInterface.php

@@ -1,29 +0,0 @@
-<?php
-
-/*
- * This file is part of Alchemy\BinaryDriver.
- *
- * (c) Alchemy <info@alchemy.fr>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Alchemy\BinaryDriver;
-
-interface ProcessBuilderFactoryAwareInterface
-{
-    /**
-     * Returns the current process builder factory
-     *
-     * @return ProcessBuilderFactoryInterface
-     */
-    public function getProcessBuilderFactory();
-
-    /**
-     * Set a process builder factory
-     *
-     * @param ProcessBuilderFactoryInterface $factory
-     */
-    public function setProcessBuilderFactory(ProcessBuilderFactoryInterface $factory);
-}

+ 0 - 65
vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/ProcessBuilderFactoryInterface.php

@@ -1,65 +0,0 @@
-<?php
-
-/*
- * This file is part of Alchemy\BinaryDriver.
- *
- * (c) Alchemy <info@alchemy.fr>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Alchemy\BinaryDriver;
-
-use Alchemy\BinaryDriver\Exception\InvalidArgumentException;
-use Symfony\Component\Process\Process;
-
-interface ProcessBuilderFactoryInterface
-{
-    /**
-     * Returns a new instance of Symfony Process
-     *
-     * @param string|array $arguments An argument or an array of arguments
-     *
-     * @return Process
-     *
-     * @throws InvalidArgumentException
-     */
-    public function create($arguments = array());
-
-    /**
-     * Returns the path to the binary that is used
-     *
-     * @return String
-     */
-    public function getBinary();
-
-    /**
-     * Sets the path to the binary
-     *
-     * @param String $binary A path to a binary
-     *
-     * @return ProcessBuilderFactoryInterface
-     *
-     * @throws InvalidArgumentException In case binary is not executable
-     */
-    public function useBinary($binary);
-
-    /**
-     * Set the default timeout to apply on created processes.
-     *
-     * @param integer|float $timeout
-     *
-     * @return ProcessBuilderFactoryInterface
-     *
-     * @throws InvalidArgumentException In case the timeout is not valid
-     */
-    public function setTimeout($timeout);
-
-    /**
-     * Returns the current timeout applied to the created processes.
-     *
-     * @return integer|float
-     */
-    public function getTimeout();
-}

+ 0 - 104
vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/ProcessRunner.php

@@ -1,104 +0,0 @@
-<?php
-
-/*
- * This file is part of Alchemy\BinaryDriver.
- *
- * (c) Alchemy <info@alchemy.fr>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Alchemy\BinaryDriver;
-
-use Alchemy\BinaryDriver\Exception\ExecutionFailureException;
-use Psr\Log\LoggerInterface;
-use SplObjectStorage;
-use Symfony\Component\Process\Exception\RuntimeException;
-use Symfony\Component\Process\Process;
-
-class ProcessRunner implements ProcessRunnerInterface
-{
-    /** @var LoggerInterface */
-    private $logger;
-
-    /** @var string */
-    private $name;
-
-    public function __construct(LoggerInterface $logger, $name)
-    {
-        $this->logger = $logger;
-        $this->name = $name;
-    }
-
-    /**
-     * {@inheritdoc}
-     *
-     * @return ProcessRunner
-     */
-    public function setLogger(LoggerInterface $logger)
-    {
-        $this->logger = $logger;
-
-        return $this;
-    }
-
-    /**
-     * @return LoggerInterface
-     */
-    public function getLogger()
-    {
-        return $this->logger;
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function run(Process $process, SplObjectStorage $listeners, $bypassErrors)
-    {
-        $this->logger->info(sprintf(
-            '%s running command %s', $this->name, $process->getCommandLine()
-        ));
-
-        try {
-            $process->run($this->buildCallback($listeners));
-        } catch (RuntimeException $e) {
-            if (!$bypassErrors) {
-                $this->doExecutionFailure($process->getCommandLine(), $e);
-            }
-        }
-
-        if (!$bypassErrors && !$process->isSuccessful()) {
-            $this->doExecutionFailure($process->getCommandLine());
-        } elseif (!$process->isSuccessful()) {
-            $this->logger->error(sprintf(
-                '%s failed to execute command %s', $this->name, $process->getCommandLine()
-            ));
-
-            return;
-        } else {
-            $this->logger->info(sprintf('%s executed command successfully', $this->name));
-
-            return $process->getOutput();
-        }
-    }
-
-    private function buildCallback(SplObjectStorage $listeners)
-    {
-        return function ($type, $data) use ($listeners) {
-            foreach ($listeners as $listener) {
-                $listener->handle($type, $data);
-            }
-        };
-    }
-
-    private function doExecutionFailure($command, \Exception $e = null)
-    {
-        $this->logger->error(sprintf(
-            '%s failed to execute command %s', $this->name, $command
-        ));
-        throw new ExecutionFailureException(sprintf(
-            '%s failed to execute command %s', $this->name, $command
-        ), $e ? $e->getCode() : null, $e ?: null);
-    }
-}

+ 0 - 29
vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/ProcessRunnerAwareInterface.php

@@ -1,29 +0,0 @@
-<?php
-
-/*
- * This file is part of Alchemy\BinaryDriver.
- *
- * (c) Alchemy <info@alchemy.fr>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Alchemy\BinaryDriver;
-
-interface ProcessRunnerAwareInterface
-{
-    /**
-     * Returns the current process runner
-     *
-     * @return ProcessRunnerInterface
-     */
-    public function getProcessRunner();
-
-    /**
-     * Sets a process runner
-     *
-     * @param ProcessRunnerInterface $runner
-     */
-    public function setProcessRunner(ProcessRunnerInterface $runner);
-}

+ 0 - 33
vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/ProcessRunnerInterface.php

@@ -1,33 +0,0 @@
-<?php
-
-/*
- * This file is part of Alchemy\BinaryDriver.
- *
- * (c) Alchemy <info@alchemy.fr>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Alchemy\BinaryDriver;
-
-use Alchemy\BinaryDriver\Exception\ExecutionFailureException;
-use Psr\Log\LoggerAwareInterface;
-use SplObjectStorage;
-use Symfony\Component\Process\Process;
-
-interface ProcessRunnerInterface extends LoggerAwareInterface
-{
-    /**
-     * Executes a process, logs events
-     *
-     * @param Process          $process
-     * @param SplObjectStorage $listeners    Some listeners
-     * @param Boolean          $bypassErrors Set to true to disable throwing ExecutionFailureExceptions
-     *
-     * @return string The Process output
-     *
-     * @throws ExecutionFailureException in case of process failure.
-     */
-    public function run(Process $process, SplObjectStorage $listeners, $bypassErrors);
-}

+ 0 - 297
vendor/alchemy/binary-driver/tests/Alchemy/Tests/BinaryDriver/AbstractBinaryTest.php

@@ -1,297 +0,0 @@
-<?php
-
-namespace Alchemy\Tests\BinaryDriver;
-
-use Alchemy\BinaryDriver\AbstractBinary;
-use Alchemy\BinaryDriver\BinaryDriverTestCase;
-use Alchemy\BinaryDriver\Configuration;
-use Symfony\Component\Process\ExecutableFinder;
-
-class AbstractBinaryTest extends BinaryDriverTestCase
-{
-    protected function getPhpBinary()
-    {
-        $finder = new ExecutableFinder();
-        $php = $finder->find('php');
-
-        if (null === $php) {
-            $this->markTestSkipped('Unable to find a php binary');
-        }
-
-        return $php;
-    }
-
-    public function testSimpleLoadWithBinaryPath()
-    {
-        $php = $this->getPhpBinary();
-        $imp = Implementation::load($php);
-        $this->assertInstanceOf('Alchemy\Tests\BinaryDriver\Implementation', $imp);
-
-        $this->assertEquals($php, $imp->getProcessBuilderFactory()->getBinary());
-    }
-
-    public function testMultipleLoadWithBinaryPath()
-    {
-        $php = $this->getPhpBinary();
-        $imp = Implementation::load(array('/zz/path/to/unexisting/command', $php));
-        $this->assertInstanceOf('Alchemy\Tests\BinaryDriver\Implementation', $imp);
-
-        $this->assertEquals($php, $imp->getProcessBuilderFactory()->getBinary());
-    }
-
-    public function testSimpleLoadWithBinaryName()
-    {
-        $php = $this->getPhpBinary();
-        $imp = Implementation::load('php');
-        $this->assertInstanceOf('Alchemy\Tests\BinaryDriver\Implementation', $imp);
-
-        $this->assertEquals($php, $imp->getProcessBuilderFactory()->getBinary());
-    }
-
-    public function testMultipleLoadWithBinaryName()
-    {
-        $php = $this->getPhpBinary();
-        $imp = Implementation::load(array('bachibouzouk', 'php'));
-        $this->assertInstanceOf('Alchemy\Tests\BinaryDriver\Implementation', $imp);
-
-        $this->assertEquals($php, $imp->getProcessBuilderFactory()->getBinary());
-    }
-
-    /**
-     * @expectedException Alchemy\BinaryDriver\Exception\ExecutableNotFoundException
-     */
-    public function testLoadWithMultiplePathExpectingAFailure()
-    {
-        Implementation::load(array('bachibouzouk', 'moribon'));
-    }
-
-    /**
-     * @expectedException Alchemy\BinaryDriver\Exception\ExecutableNotFoundException
-     */
-    public function testLoadWithUniquePathExpectingAFailure()
-    {
-        Implementation::load('bachibouzouk');
-    }
-
-    public function testLoadWithCustomLogger()
-    {
-        $logger = $this->getMock('Psr\Log\LoggerInterface');
-        $imp = Implementation::load('php', $logger);
-
-        $this->assertEquals($logger, $imp->getProcessRunner()->getLogger());
-    }
-
-    public function testLoadWithCustomConfigurationAsArray()
-    {
-        $conf = array('timeout' => 200);
-        $imp = Implementation::load('php', null, $conf);
-
-        $this->assertEquals($conf, $imp->getConfiguration()->all());
-    }
-
-    public function testLoadWithCustomConfigurationAsObject()
-    {
-        $conf = $this->getMock('Alchemy\BinaryDriver\ConfigurationInterface');
-        $imp = Implementation::load('php', null, $conf);
-
-        $this->assertEquals($conf, $imp->getConfiguration());
-    }
-
-    public function testProcessBuilderFactoryGetterAndSetters()
-    {
-        $imp = Implementation::load('php');
-        $factory = $this->getMock('Alchemy\BinaryDriver\ProcessBuilderFactoryInterface');
-
-        $imp->setProcessBuilderFactory($factory);
-        $this->assertEquals($factory, $imp->getProcessBuilderFactory());
-    }
-
-    public function testConfigurationGetterAndSetters()
-    {
-        $imp = Implementation::load('php');
-        $conf = $this->getMock('Alchemy\BinaryDriver\ConfigurationInterface');
-
-        $imp->setConfiguration($conf);
-        $this->assertEquals($conf, $imp->getConfiguration());
-    }
-
-    public function testTimeoutIsSetOnConstruction()
-    {
-        $imp = Implementation::load('php', null, array('timeout' => 42));
-        $this->assertEquals(42, $imp->getProcessBuilderFactory()->getTimeout());
-    }
-
-    public function testTimeoutIsSetOnConfigurationSetting()
-    {
-        $imp = Implementation::load('php', null);
-        $imp->setConfiguration(new Configuration(array('timeout' => 42)));
-        $this->assertEquals(42, $imp->getProcessBuilderFactory()->getTimeout());
-    }
-
-    public function testTimeoutIsSetOnProcessBuilderSetting()
-    {
-        $imp = Implementation::load('php', null, array('timeout' => 42));
-
-        $factory = $this->getMock('Alchemy\BinaryDriver\ProcessBuilderFactoryInterface');
-        $factory->expects($this->once())
-            ->method('setTimeout')
-            ->with(42);
-
-        $imp->setProcessBuilderFactory($factory);
-    }
-
-    public function testListenRegistersAListener()
-    {
-        $imp = Implementation::load('php');
-
-        $listeners = $this->getMockBuilder('Alchemy\BinaryDriver\Listeners\Listeners')
-            ->disableOriginalConstructor()
-            ->getMock();
-
-        $listener = $this->getMock('Alchemy\BinaryDriver\Listeners\ListenerInterface');
-
-        $listeners->expects($this->once())
-            ->method('register')
-            ->with($this->equalTo($listener), $this->equalTo($imp));
-
-        $reflexion = new \ReflectionClass('Alchemy\BinaryDriver\AbstractBinary');
-        $prop = $reflexion->getProperty('listenersManager');
-        $prop->setAccessible(true);
-        $prop->setValue($imp, $listeners);
-
-        $imp->listen($listener);
-    }
-
-    /**
-     * @dataProvider provideCommandParameters
-     */
-    public function testCommandRunsAProcess($parameters, $bypassErrors, $expectedParameters, $output)
-    {
-        $imp = Implementation::load('php');
-        $factory = $this->getMock('Alchemy\BinaryDriver\ProcessBuilderFactoryInterface');
-        $processRunner = $this->getMock('Alchemy\BinaryDriver\ProcessRunnerInterface');
-
-        $process = $this->getMockBuilder('Symfony\Component\Process\Process')
-            ->disableOriginalConstructor()
-            ->getMock();
-
-        $processRunner->expects($this->once())
-            ->method('run')
-            ->with($this->equalTo($process), $this->isInstanceOf('SplObjectStorage'), $this->equalTo($bypassErrors))
-            ->will($this->returnValue($output));
-
-        $factory->expects($this->once())
-            ->method('create')
-            ->with($expectedParameters)
-            ->will($this->returnValue($process));
-
-        $imp->setProcessBuilderFactory($factory);
-        $imp->setProcessRunner($processRunner);
-
-        $this->assertEquals($output, $imp->command($parameters, $bypassErrors));
-    }
-
-    /**
-     * @dataProvider provideCommandWithListenersParameters
-     */
-    public function testCommandWithTemporaryListeners($parameters, $bypassErrors, $expectedParameters, $output, $count, $listeners)
-    {
-        $imp = Implementation::load('php');
-        $factory = $this->getMock('Alchemy\BinaryDriver\ProcessBuilderFactoryInterface');
-        $processRunner = $this->getMock('Alchemy\BinaryDriver\ProcessRunnerInterface');
-
-        $process = $this->getMockBuilder('Symfony\Component\Process\Process')
-            ->disableOriginalConstructor()
-            ->getMock();
-
-        $firstStorage = $secondStorage = null;
-
-        $processRunner->expects($this->exactly(2))
-            ->method('run')
-            ->with($this->equalTo($process), $this->isInstanceOf('SplObjectStorage'), $this->equalTo($bypassErrors))
-            ->will($this->returnCallback(function ($process, $storage, $errors) use ($output, &$firstStorage, &$secondStorage) {
-                if (null === $firstStorage) {
-                    $firstStorage = $storage;
-                } else {
-                    $secondStorage = $storage;
-                }
-
-                return $output;
-            }));
-
-        $factory->expects($this->exactly(2))
-            ->method('create')
-            ->with($expectedParameters)
-            ->will($this->returnValue($process));
-
-        $imp->setProcessBuilderFactory($factory);
-        $imp->setProcessRunner($processRunner);
-
-        $this->assertEquals($output, $imp->command($parameters, $bypassErrors, $listeners));
-        $this->assertCount($count, $firstStorage);
-        $this->assertEquals($output, $imp->command($parameters, $bypassErrors));
-        $this->assertCount(0, $secondStorage);
-    }
-
-    public function provideCommandWithListenersParameters()
-    {
-        $listener = $this->getMock('Alchemy\BinaryDriver\Listeners\ListenerInterface');
-        $listener->expects($this->any())
-            ->method('forwardedEvents')
-            ->will($this->returnValue(array()));
-
-        $listener2 = $this->getMock('Alchemy\BinaryDriver\Listeners\ListenerInterface');
-        $listener2->expects($this->any())
-            ->method('forwardedEvents')
-            ->will($this->returnValue(array()));
-
-        return array(
-            array('-a', false, array('-a'), 'loubda', 2, array($listener, $listener2)),
-            array('-a', false, array('-a'), 'loubda', 1, array($listener)),
-            array('-a', false, array('-a'), 'loubda', 1, $listener),
-            array('-a', false, array('-a'), 'loubda', 0, array()),
-        );
-    }
-
-    public function provideCommandParameters()
-    {
-        return array(
-            array('-a', false, array('-a'), 'loubda'),
-            array('-a', true, array('-a'), 'loubda'),
-            array('-a -b', false, array('-a -b'), 'loubda'),
-            array(array('-a'), false, array('-a'), 'loubda'),
-            array(array('-a'), true, array('-a'), 'loubda'),
-            array(array('-a', '-b'), false, array('-a', '-b'), 'loubda'),
-        );
-    }
-
-    public function testUnlistenUnregistersAListener()
-    {
-        $imp = Implementation::load('php');
-
-        $listeners = $this->getMockBuilder('Alchemy\BinaryDriver\Listeners\Listeners')
-            ->disableOriginalConstructor()
-            ->getMock();
-
-        $listener = $this->getMock('Alchemy\BinaryDriver\Listeners\ListenerInterface');
-
-        $listeners->expects($this->once())
-            ->method('unregister')
-            ->with($this->equalTo($listener), $this->equalTo($imp));
-
-        $reflexion = new \ReflectionClass('Alchemy\BinaryDriver\AbstractBinary');
-        $prop = $reflexion->getProperty('listenersManager');
-        $prop->setAccessible(true);
-        $prop->setValue($imp, $listeners);
-
-        $imp->unlisten($listener);
-    }
-}
-
-class Implementation extends AbstractBinary
-{
-    public function getName()
-    {
-        return 'Implementation';
-    }
-}

+ 0 - 97
vendor/alchemy/binary-driver/tests/Alchemy/Tests/BinaryDriver/AbstractProcessBuilderFactoryTest.php

@@ -1,97 +0,0 @@
-<?php
-
-namespace Alchemy\Tests\BinaryDriver;
-
-use Symfony\Component\Process\ExecutableFinder;
-use Alchemy\BinaryDriver\ProcessBuilderFactory;
-
-abstract class AbstractProcessBuilderFactoryTest extends \PHPUnit_Framework_TestCase
-{
-    public static $phpBinary;
-
-    private $original;
-    /**
-     * @return ProcessBuilderFactory
-     */
-    abstract protected function getProcessBuilderFactory($binary);
-
-    public function setUp()
-    {
-        ProcessBuilderFactory::$emulateSfLTS = null;
-        if (null === static::$phpBinary) {
-            $this->markTestSkipped('Unable to detect php binary, skipping');
-        }
-    }
-
-    public static function setUpBeforeClass()
-    {
-        $finder = new ExecutableFinder();
-        static::$phpBinary = $finder->find('php');
-    }
-
-    public function testThatBinaryIsSetOnConstruction()
-    {
-        $factory = $this->getProcessBuilderFactory(static::$phpBinary);
-        $this->assertEquals(static::$phpBinary, $factory->getBinary());
-    }
-
-    public function testGetSetBinary()
-    {
-        $finder = new ExecutableFinder();
-        $phpUnit = $finder->find('phpunit');
-
-        if (null === $phpUnit) {
-            $this->markTestSkipped('Unable to detect phpunit binary, skipping');
-        }
-
-        $factory = $this->getProcessBuilderFactory(static::$phpBinary);
-        $factory->useBinary($phpUnit);
-        $this->assertEquals($phpUnit, $factory->getBinary());
-    }
-
-    /**
-     * @expectedException Alchemy\BinaryDriver\Exception\InvalidArgumentException
-     */
-    public function testUseNonExistantBinary()
-    {
-        $factory = $this->getProcessBuilderFactory(static::$phpBinary);
-        $factory->useBinary('itissureitdoesnotexist');
-    }
-
-    public function testCreateShouldReturnAProcess()
-    {
-        $factory = $this->getProcessBuilderFactory(static::$phpBinary);
-        $process = $factory->create();
-
-        $this->assertInstanceOf('Symfony\Component\Process\Process', $process);
-        $this->assertEquals("'".static::$phpBinary."'", $process->getCommandLine());
-    }
-
-    public function testCreateWithStringArgument()
-    {
-        $factory = $this->getProcessBuilderFactory(static::$phpBinary);
-        $process = $factory->create('-v');
-
-        $this->assertInstanceOf('Symfony\Component\Process\Process', $process);
-        $this->assertEquals("'".static::$phpBinary."' '-v'", $process->getCommandLine());
-    }
-
-    public function testCreateWithArrayArgument()
-    {
-        $factory = $this->getProcessBuilderFactory(static::$phpBinary);
-        $process = $factory->create(array('-r', 'echo "Hello !";'));
-
-        $this->assertInstanceOf('Symfony\Component\Process\Process', $process);
-        $this->assertEquals("'".static::$phpBinary."' '-r' 'echo \"Hello !\";'", $process->getCommandLine());
-    }
-
-    public function testCreateWithTimeout()
-    {
-        $factory = $this->getProcessBuilderFactory(static::$phpBinary);
-        $factory->setTimeout(200);
-        $process = $factory->create(array('-i'));
-
-        $this->assertInstanceOf('Symfony\Component\Process\Process', $process);
-        $this->assertEquals(200, $process->getTimeout());
-    }
-}

+ 0 - 78
vendor/alchemy/binary-driver/tests/Alchemy/Tests/BinaryDriver/ConfigurationTest.php

@@ -1,78 +0,0 @@
-<?php
-
-namespace Alchemy\Tests\BinaryDriver;
-
-use Alchemy\BinaryDriver\Configuration;
-
-class ConfigurationTest extends \PHPUnit_Framework_TestCase
-{
-    public function testArrayAccessImplementation()
-    {
-        $configuration = new Configuration(array('key' => 'value'));
-
-        $this->assertTrue(isset($configuration['key']));
-        $this->assertEquals('value', $configuration['key']);
-
-        $this->assertFalse(isset($configuration['key2']));
-        unset($configuration['key']);
-        $this->assertFalse(isset($configuration['key']));
-
-        $configuration['key2'] = 'value2';
-        $this->assertTrue(isset($configuration['key2']));
-        $this->assertEquals('value2', $configuration['key2']);
-    }
-
-    public function testGetOnNonExistentKeyShouldReturnDefaultValue()
-    {
-        $conf = new Configuration();
-        $this->assertEquals('booba', $conf->get('hooba', 'booba'));
-        $this->assertEquals(null, $conf->get('hooba'));
-    }
-
-    public function testSetHasGetRemove()
-    {
-        $configuration = new Configuration(array('key' => 'value'));
-
-        $this->assertTrue($configuration->has('key'));
-        $this->assertEquals('value', $configuration->get('key'));
-
-        $this->assertFalse($configuration->has('key2'));
-        $configuration->remove('key');
-        $this->assertFalse($configuration->has('key'));
-
-        $configuration->set('key2', 'value2');
-        $this->assertTrue($configuration->has('key2'));
-        $this->assertEquals('value2', $configuration->get('key2'));
-    }
-
-    public function testIterator()
-    {
-        $data = array(
-            'key1' => 'value1',
-            'key2' => 'value2',
-            'key3' => 'value3',
-        );
-
-        $captured = array();
-        $conf = new Configuration($data);
-
-        foreach ($conf as $key => $value) {
-            $captured[$key] = $value;
-        }
-
-        $this->assertEquals($data, $captured);
-    }
-
-    public function testAll()
-    {
-        $data = array(
-            'key1' => 'value1',
-            'key2' => 'value2',
-            'key3' => 'value3',
-        );
-
-        $conf = new Configuration($data);
-        $this->assertEquals($data, $conf->all());
-    }
-
-}

+ 0 - 66
vendor/alchemy/binary-driver/tests/Alchemy/Tests/BinaryDriver/LTSProcessBuilderFactoryTest.php

@@ -1,66 +0,0 @@
-<?php
-
-namespace Alchemy\Tests\BinaryDriver;
-
-use Symfony\Component\Process\ProcessBuilder;
-use Alchemy\BinaryDriver\ProcessBuilderFactory;
-use Symfony\Component\Process\Process;
-
-class LTSProcessBuilderFactoryTest extends AbstractProcessBuilderFactoryTest
-{
-    protected function getProcessBuilderFactory($binary)
-    {
-        $factory = new ProcessBuilderFactory($binary);
-        $factory->setBuilder(new LTSProcessBuilder());
-        ProcessBuilderFactory::$emulateSfLTS = false;
-        $factory->useBinary($binary);
-
-        return $factory;
-    }
-}
-
-class LTSProcessBuilder extends ProcessBuilder
-{
-    private $arguments;
-    private $prefix;
-    private $timeout;
-
-    public function __construct(array $arguments = array())
-    {
-        $this->arguments = $arguments;
-        parent::__construct($arguments);
-    }
-
-    public function setArguments(array $arguments)
-    {
-        $this->arguments = $arguments;
-
-        return $this;
-    }
-
-    public function setPrefix($prefix)
-    {
-        $this->prefix = $prefix;
-
-        return $this;
-    }
-
-    public function setTimeout($timeout)
-    {
-        $this->timeout = $timeout;
-
-        return $this;
-    }
-
-    public function getProcess()
-    {
-        if (!$this->prefix && !count($this->arguments)) {
-            throw new LogicException('You must add() command arguments before calling getProcess().');
-        }
-
-        $args = $this->prefix ? array_merge(array($this->prefix), $this->arguments) : $this->arguments;
-        $script = implode(' ', array_map('escapeshellarg', $args));
-
-        return new Process($script, null, null, null, $this->timeout);
-    }
-}

+ 0 - 33
vendor/alchemy/binary-driver/tests/Alchemy/Tests/BinaryDriver/Listeners/DebugListenerTest.php

@@ -1,33 +0,0 @@
-<?php
-
-namespace Alchemy\Tests\BinaryDriver\Listeners;
-
-use Alchemy\BinaryDriver\Listeners\DebugListener;
-use Symfony\Component\Process\Process;
-
-class DebugListenerTest extends \PHPUnit_Framework_TestCase
-{
-    public function testHandle()
-    {
-        $listener = new DebugListener();
-
-        $lines = array();
-        $listener->on('debug', function ($line) use (&$lines) {
-            $lines[] = $line;
-        });
-        $listener->handle(Process::ERR, "first line\nsecond line");
-        $listener->handle(Process::OUT, "cool output");
-        $listener->handle('unknown', "lalala");
-        $listener->handle(Process::OUT, "another output\n");
-
-        $expected = array(
-            '[ERROR] first line',
-            '[ERROR] second line',
-            '[OUT] cool output',
-            '[OUT] another output',
-            '[OUT] ',
-        );
-
-        $this->assertEquals($expected, $lines);
-    }
-}

+ 0 - 92
vendor/alchemy/binary-driver/tests/Alchemy/Tests/BinaryDriver/Listeners/ListenersTest.php

@@ -1,92 +0,0 @@
-<?php
-
-namespace Alchemy\Tests\BinaryDriver\Listeners;
-
-use Alchemy\BinaryDriver\Listeners\Listeners;
-use Evenement\EventEmitter;
-use Alchemy\BinaryDriver\Listeners\ListenerInterface;
-
-class ListenersTest extends \PHPUnit_Framework_TestCase
-{
-    public function testRegister()
-    {
-        $listener = new TestListener();
-
-        $listeners = new Listeners();
-        $listeners->register($listener);
-
-        $n = 0;
-        $listener->on('received', function ($type, $data) use (&$n, &$capturedType, &$capturedData) {
-            $n++;
-            $capturedData = $data;
-            $capturedType = $type;
-        });
-
-        $type = 'type';
-        $data = 'data';
-
-        $listener->handle($type, $data);
-        $listener->handle($type, $data);
-
-        $listeners->unregister($listener);
-
-        $listener->handle($type, $data);
-
-        $this->assertEquals(3, $n);
-        $this->assertEquals($type, $capturedType);
-        $this->assertEquals($data, $capturedData);
-    }
-
-    public function testRegisterAndForwardThenUnregister()
-    {
-        $listener = new TestListener();
-        $target = new EventEmitter();
-
-        $n = 0;
-        $target->on('received', function ($type, $data) use (&$n, &$capturedType, &$capturedData) {
-            $n++;
-            $capturedData = $data;
-            $capturedType = $type;
-        });
-
-        $m = 0;
-        $listener->on('received', function ($type, $data) use (&$m, &$capturedType2, &$capturedData2) {
-            $m++;
-            $capturedData2 = $data;
-            $capturedType2 = $type;
-        });
-
-        $listeners = new Listeners();
-        $listeners->register($listener, $target);
-
-        $type = 'type';
-        $data = 'data';
-
-        $listener->handle($type, $data);
-        $listener->handle($type, $data);
-
-        $listeners->unregister($listener, $target);
-
-        $listener->handle($type, $data);
-
-        $this->assertEquals(2, $n);
-        $this->assertEquals(3, $m);
-        $this->assertEquals($type, $capturedType);
-        $this->assertEquals($data, $capturedData);
-        $this->assertEquals($type, $capturedType2);
-        $this->assertEquals($data, $capturedData2);
-    }
-}
-
-class TestListener extends EventEmitter implements ListenerInterface
-{
-    public function handle($type, $data)
-    {
-        $this->emit('received', array($type, $data));
-    }
-
-    public function forwardedEvents()
-    {
-        return array('received');
-    }
-}

+ 0 - 15
vendor/alchemy/binary-driver/tests/Alchemy/Tests/BinaryDriver/NONLTSProcessBuilderFactoryTest.php

@@ -1,15 +0,0 @@
-<?php
-
-namespace Alchemy\Tests\BinaryDriver;
-
-use Alchemy\BinaryDriver\ProcessBuilderFactory;
-
-class NONLTSProcessBuilderFactoryTest extends AbstractProcessBuilderFactoryTest
-{
-    protected function getProcessBuilderFactory($binary)
-    {
-        ProcessBuilderFactory::$emulateSfLTS = true;
-
-        return new ProcessBuilderFactory($binary);
-    }
-}

+ 0 - 208
vendor/alchemy/binary-driver/tests/Alchemy/Tests/BinaryDriver/ProcessRunnerTest.php

@@ -1,208 +0,0 @@
-<?php
-
-/*
- * This file is part of Alchemy\BinaryDriver.
- *
- * (c) Alchemy <info@alchemy.fr>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Alchemy\Tests\BinaryDriver;
-
-use Alchemy\BinaryDriver\ProcessRunner;
-use Alchemy\BinaryDriver\BinaryDriverTestCase;
-use Alchemy\BinaryDriver\Exception\ExecutionFailureException;
-use Alchemy\BinaryDriver\Listeners\ListenerInterface;
-use Evenement\EventEmitter;
-use Symfony\Component\Process\Exception\RuntimeException as ProcessRuntimeException;
-
-class ProcessRunnerTest extends BinaryDriverTestCase
-{
-    public function getProcessRunner($logger)
-    {
-        return new ProcessRunner($logger, 'test-runner');
-    }
-
-    public function testRunSuccessFullProcess()
-    {
-        $logger = $this->createLoggerMock();
-        $runner = $this->getProcessRunner($logger);
-
-        $process = $this->createProcessMock(1, true, '--helloworld--', "Kikoo Romain", null, true);
-
-        $logger
-            ->expects($this->never())
-            ->method('error');
-        $logger
-            ->expects($this->exactly(2))
-            ->method('info');
-
-        $this->assertEquals('Kikoo Romain', $runner->run($process, new \SplObjectStorage(), false));
-    }
-
-    public function testRunSuccessFullProcessBypassingErrors()
-    {
-        $logger = $this->createLoggerMock();
-        $runner = $this->getProcessRunner($logger);
-
-        $process = $this->createProcessMock(1, true, '--helloworld--', "Kikoo Romain", null, true);
-
-        $logger
-            ->expects($this->never())
-            ->method('error');
-        $logger
-            ->expects($this->exactly(2))
-            ->method('info');
-
-        $this->assertEquals('Kikoo Romain', $runner->run($process, new \SplObjectStorage(), true));
-    }
-
-    public function testRunFailingProcess()
-    {
-        $logger = $this->createLoggerMock();
-        $runner = $this->getProcessRunner($logger);
-
-        $process = $this->createProcessMock(1, false, '--helloworld--', null, null, true);
-
-        $logger
-            ->expects($this->once())
-            ->method('error');
-        $logger
-            ->expects($this->once())
-            ->method('info');
-
-        try {
-            $runner->run($process, new \SplObjectStorage(), false);
-            $this->fail('An exception should have been raised');
-        } catch (ExecutionFailureException $e) {
-
-        }
-    }
-
-    public function testRunFailingProcessWithException()
-    {
-        $logger = $this->createLoggerMock();
-        $runner = $this->getProcessRunner($logger);
-
-        $exception = new ProcessRuntimeException('Process Failed');
-        $process = $this->getMockBuilder('Symfony\Component\Process\Process')
-            ->disableOriginalConstructor()
-            ->getMock();
-        $process->expects($this->once())
-            ->method('run')
-            ->will($this->throwException($exception));
-
-        $logger
-            ->expects($this->once())
-            ->method('error');
-        $logger
-            ->expects($this->once())
-            ->method('info');
-
-        try {
-            $runner->run($process, new \SplObjectStorage(), false);
-            $this->fail('An exception should have been raised');
-        } catch (ExecutionFailureException $e) {
-            $this->assertEquals($exception, $e->getPrevious());
-        }
-    }
-
-    public function testRunfailingProcessBypassingErrors()
-    {
-        $logger = $this->createLoggerMock();
-        $runner = $this->getProcessRunner($logger);
-
-        $process = $this->createProcessMock(1, false, '--helloworld--', 'Hello output', null, true);
-
-        $logger
-            ->expects($this->once())
-            ->method('error');
-        $logger
-            ->expects($this->once())
-            ->method('info');
-
-        $this->assertNull($runner->run($process, new \SplObjectStorage(), true));
-    }
-
-    public function testRunFailingProcessWithExceptionBypassingErrors()
-    {
-        $logger = $this->createLoggerMock();
-        $runner = $this->getProcessRunner($logger);
-
-        $exception = new ProcessRuntimeException('Process Failed');
-        $process = $this->getMockBuilder('Symfony\Component\Process\Process')
-            ->disableOriginalConstructor()
-            ->getMock();
-        $process->expects($this->once())
-            ->method('run')
-            ->will($this->throwException($exception));
-
-        $logger
-            ->expects($this->once())
-            ->method('error');
-        $logger
-            ->expects($this->once())
-            ->method('info');
-
-        $this->assertNull($runner->run($process, new \SplObjectStorage(), true));
-    }
-
-    public function testRunSuccessFullProcessWithHandlers()
-    {
-        $logger = $this->createLoggerMock();
-        $runner = $this->getProcessRunner($logger);
-
-        $capturedCallback = null;
-
-        $process = $this->createProcessMock(1, true, '--helloworld--', "Kikoo Romain", null, true);
-        $process->expects($this->once())
-            ->method('run')
-            ->with($this->isInstanceOf('Closure'))
-            ->will($this->returnCallback(function ($callback) use (&$capturedCallback) {
-                $capturedCallback = $callback;
-            }));
-
-        $logger
-            ->expects($this->never())
-            ->method('error');
-        $logger
-            ->expects($this->exactly(2))
-            ->method('info');
-
-        $listener = new TestListener();
-        $storage = new \SplObjectStorage();
-        $storage->attach($listener);
-
-        $capturedType = $capturedData = null;
-
-        $listener->on('received', function ($type, $data) use (&$capturedType, &$capturedData) {
-            $capturedData = $data;
-            $capturedType = $type;
-        });
-
-        $this->assertEquals('Kikoo Romain', $runner->run($process, $storage, false));
-
-        $type = 'err';
-        $data = 'data';
-
-        $capturedCallback($type, $data);
-
-        $this->assertEquals($data, $capturedData);
-        $this->assertEquals($type, $capturedType);
-    }
-}
-
-class TestListener extends EventEmitter implements ListenerInterface
-{
-    public function handle($type, $data)
-    {
-        return $this->emit('received', array($type, $data));
-    }
-
-    public function forwardedEvents()
-    {
-        return array();
-    }
-}

+ 0 - 4
vendor/alchemy/binary-driver/tests/bootstrap.php

@@ -1,4 +0,0 @@
-<?php
-
-$loader = require __DIR__.'/../vendor/autoload.php';
-$loader->add('Alchemy\Tests', __DIR__);

+ 0 - 1
vendor/alchemy/ghostscript/.gitignore

@@ -1 +0,0 @@
-/vendor/

+ 0 - 14
vendor/alchemy/ghostscript/.travis.yml

@@ -1,14 +0,0 @@
-language: php
-
-before_script:
-  - sudo apt-get install -y ghostscript
-  - composer install --dev --prefer-source
-
-php:
-  - 5.3.3
-  - 5.3
-  - 5.4
-  - 5.5
-
-script:
-  - phpunit

+ 0 - 22
vendor/alchemy/ghostscript/CHANGELOG.md

@@ -1,22 +0,0 @@
-CHANGELOG
----------
-
-* 0.4.0 (06-25-2013)
-
-  * BC Break : Transcoder::create arguments have been inverted.
-  * BC Break : Service provider configuration has been updated.
-
-* 0.3.0 (04-24-2013)
-
-  * Use Alchemy\BinaryDriver as driver base.
-  * BC Break : remove methods `open` and `close`. Methods `toImage` and `toPDF`
-    now take the input file as first argument.
-  * Code cleanup
-
-* 0.2.0 (02-01-2013)
-
-  * Update API, BC break : rename PDFTranscoder to Transcoder
-
-* 0.1.1 (11-27-2012)
-
-  * First stable version.

+ 0 - 21
vendor/alchemy/ghostscript/LICENSE

@@ -1,21 +0,0 @@
-Ghostscript-PHP is released with MIT License :
-
-Copyright (c) 2012 Alchemy
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
-IN THE SOFTWARE.

+ 0 - 65
vendor/alchemy/ghostscript/README.md

@@ -1,65 +0,0 @@
-# Ghostscript PHP driver
-
-[![Build Status](https://secure.travis-ci.org/alchemy-fr/Ghostscript-PHP.png)](http://travis-ci.org/alchemy-fr/Ghostscript-PHP)
-
-# API usage
-
-To instantiate Ghostscript driver, the easiest way is :
-
-```php
-$transcoder = Ghostscript\Transcoder::create();
-```
-
-You can customize your driver by passing a `Psr\Log\LoggerInterface` or
-configuration options.
-
-Available options are :
-
- - `gs.binaries` : the path (or an array of potential paths) to the ghostscript binary.
- - `timeout` : the timeout for the underlying process.
-
-```php
-$transcoder = Ghostscript\Transcoder::create(array(
-    'timeout' => 42,
-    'gs.binaries' => '/opt/local/gs/bin/gs',
-), $logger);
-```
-
-To process a file to PDF format, use the `toPDF` method :
-
-Third and fourth arguments are respectively the first page and the number of
-page to transcode.
-
-```php
-$transcoder->toPDF('document.pdf', 'first-page.pdf', 1, 1);
-```
-
-To render a file to Image, use the `toImage` method :
-
-```php
-$transcoder->toImage('document.pdf', 'output.jpg');
-```
-
-## Silex service provider :
-
-A [Silex](silex.sensiolabs.org) Service Provider is available, all parameters
-are optionals :
-
-```php
-$app = new Silex\Application();
-$app->register(new Ghostscript\GhostscriptServiceProvider(), array(
-    'ghostscript.configuration' => array(
-        'gs.binaries' => '/usr/bin/gs',
-        'timeout'     => 42,
-    )
-    'ghostscript.logger' => $app->share(function () {
-        return $app['monolog']; // use Monolog service provider
-    }),
-));
-
-$app['ghostscript.pdf-transcoder']->toImage('document.pdf', 'image.jpg');
-```
-
-# License
-
-Released under the MIT License

+ 0 - 33
vendor/alchemy/ghostscript/composer.json

@@ -1,33 +0,0 @@
-{
-    "name": "alchemy/ghostscript",
-    "type": "library",
-    "description": "Ghostscript PDF, a library to handle PDF through ghostscript",
-    "keywords": ["ghostscript", "pdf"],
-    "license": "MIT",
-    "authors": [
-        {
-            "name": "Romain Neutron",
-            "email": "imprec@gmail.com",
-            "homepage": "http://www.lickmychip.com/"
-        },
-        {
-            "name": "Phraseanet Team",
-            "email": "info@alchemy.fr",
-            "homepage": "http://www.phraseanet.com/"
-        }
-    ],
-    "require": {
-        "php"                   : ">=5.3.3",
-        "alchemy/binary-driver" : "~1.5"
-    },
-    "require-dev": {
-        "phpunit/phpunit"       : "~3.7",
-        "sami/sami"             : "~1.0",
-        "silex/silex"           : "~1.0"
-    },
-    "autoload": {
-        "psr-0": {
-            "Ghostscript"       : "src"
-        }
-    }
-}

+ 0 - 1379
vendor/alchemy/ghostscript/composer.lock

@@ -1,1379 +0,0 @@
-{
-    "_readme": [
-        "This file locks the dependencies of your project to a known state",
-        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
-    ],
-    "hash": "3c5767176568164b45154ce2288cb0ab",
-    "packages": [
-        {
-            "name": "alchemy/binary-driver",
-            "version": "1.5.0",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/alchemy-fr/BinaryDriver.git",
-                "reference": "1.5.0"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/1.5.0",
-                "reference": "1.5.0",
-                "shasum": ""
-            },
-            "require": {
-                "evenement/evenement": ">=1.0,<2.0",
-                "monolog/monolog": ">=1.3,<2.0",
-                "php": ">=5.3.3",
-                "psr/log": ">=1.0,<2.0",
-                "symfony/process": ">=2.0,<3.0"
-            },
-            "require-dev": {
-                "phpunit/phpunit": ">=3.7,<4.0"
-            },
-            "type": "library",
-            "autoload": {
-                "psr-0": {
-                    "Alchemy": "src"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Romain Neutron",
-                    "email": "imprec@gmail.com",
-                    "homepage": "http://www.lickmychip.com/"
-                },
-                {
-                    "name": "Nicolas Le Goff",
-                    "email": "legoff.n@gmail.com"
-                },
-                {
-                    "name": "Phraseanet Team",
-                    "email": "info@alchemy.fr",
-                    "homepage": "http://www.phraseanet.com/"
-                }
-            ],
-            "description": "A set of tools to build binary drivers",
-            "keywords": [
-                "binary",
-                "driver"
-            ],
-            "time": "2013-06-21 15:51:20"
-        },
-        {
-            "name": "evenement/evenement",
-            "version": "v1.0.0",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/igorw/evenement",
-                "reference": "v1.0.0"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://github.com/igorw/evenement/zipball/v1.0.0",
-                "reference": "v1.0.0",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.0"
-            },
-            "type": "library",
-            "autoload": {
-                "psr-0": {
-                    "Evenement": "src"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Igor Wiedler",
-                    "email": "igor@wiedler.ch",
-                    "homepage": "http://wiedler.ch/igor/"
-                }
-            ],
-            "description": "Événement is a very simple event dispatching library for PHP 5.3",
-            "keywords": [
-                "event-dispatcher"
-            ],
-            "time": "2012-05-30 08:01:08"
-        },
-        {
-            "name": "monolog/monolog",
-            "version": "1.5.0",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/Seldaek/monolog.git",
-                "reference": "1.5.0"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1.5.0",
-                "reference": "1.5.0",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.0",
-                "psr/log": ">=1.0,<2.0"
-            },
-            "require-dev": {
-                "doctrine/couchdb": "dev-master",
-                "mlehner/gelf-php": "1.0.*",
-                "raven/raven": "0.3.*"
-            },
-            "suggest": {
-                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
-                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
-                "ext-mongo": "Allow sending log messages to a MongoDB server",
-                "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
-                "raven/raven": "Allow sending log messages to a Sentry server"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "1.4.x-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Monolog": "src/"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Jordi Boggiano",
-                    "email": "j.boggiano@seld.be",
-                    "homepage": "http://seld.be",
-                    "role": "Developer"
-                }
-            ],
-            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
-            "homepage": "http://github.com/Seldaek/monolog",
-            "keywords": [
-                "log",
-                "logging",
-                "psr-3"
-            ],
-            "time": "2013-04-23 10:09:48"
-        },
-        {
-            "name": "psr/log",
-            "version": "1.0.0",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/php-fig/log",
-                "reference": "1.0.0"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://github.com/php-fig/log/archive/1.0.0.zip",
-                "reference": "1.0.0",
-                "shasum": ""
-            },
-            "type": "library",
-            "autoload": {
-                "psr-0": {
-                    "Psr\\Log\\": ""
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "PHP-FIG",
-                    "homepage": "http://www.php-fig.org/"
-                }
-            ],
-            "description": "Common interface for logging libraries",
-            "keywords": [
-                "log",
-                "psr",
-                "psr-3"
-            ],
-            "time": "2012-12-21 11:40:51"
-        },
-        {
-            "name": "symfony/process",
-            "version": "v2.3.1",
-            "target-dir": "Symfony/Component/Process",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/Process.git",
-                "reference": "v2.3.1"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/symfony/Process/zipball/v2.3.1",
-                "reference": "v2.3.1",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.3-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Symfony\\Component\\Process\\": ""
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                },
-                {
-                    "name": "Symfony Community",
-                    "homepage": "http://symfony.com/contributors"
-                }
-            ],
-            "description": "Symfony Process Component",
-            "homepage": "http://symfony.com",
-            "time": "2013-05-06 20:03:44"
-        }
-    ],
-    "packages-dev": [
-        {
-            "name": "nikic/php-parser",
-            "version": "v0.9.3",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/nikic/PHP-Parser",
-                "reference": "v0.9.3"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://github.com/nikic/PHP-Parser/archive/v0.9.3.zip",
-                "reference": "v0.9.3",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.2"
-            },
-            "type": "library",
-            "autoload": {
-                "psr-0": {
-                    "PHPParser": "lib/"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "BSD-3-Clause"
-            ],
-            "authors": [
-                {
-                    "name": "Nikita Popov"
-                }
-            ],
-            "description": "A PHP parser written in PHP",
-            "keywords": [
-                "parser",
-                "php"
-            ],
-            "time": "2012-11-22 18:54:05"
-        },
-        {
-            "name": "phpunit/php-code-coverage",
-            "version": "1.2.11",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
-                "reference": "1.2.11"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1.2.11",
-                "reference": "1.2.11",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3",
-                "phpunit/php-file-iterator": ">=1.3.0@stable",
-                "phpunit/php-text-template": ">=1.1.1@stable",
-                "phpunit/php-token-stream": ">=1.1.3@stable"
-            },
-            "require-dev": {
-                "phpunit/phpunit": "3.7.*"
-            },
-            "suggest": {
-                "ext-dom": "*",
-                "ext-xdebug": ">=2.0.5"
-            },
-            "type": "library",
-            "autoload": {
-                "classmap": [
-                    "PHP/"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "include-path": [
-                ""
-            ],
-            "license": [
-                "BSD-3-Clause"
-            ],
-            "authors": [
-                {
-                    "name": "Sebastian Bergmann",
-                    "email": "sb@sebastian-bergmann.de",
-                    "role": "lead"
-                }
-            ],
-            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
-            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
-            "keywords": [
-                "coverage",
-                "testing",
-                "xunit"
-            ],
-            "time": "2013-05-23 18:23:24"
-        },
-        {
-            "name": "phpunit/php-file-iterator",
-            "version": "1.3.3",
-            "source": {
-                "type": "git",
-                "url": "git://github.com/sebastianbergmann/php-file-iterator.git",
-                "reference": "1.3.3"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://github.com/sebastianbergmann/php-file-iterator/zipball/1.3.3",
-                "reference": "1.3.3",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "type": "library",
-            "autoload": {
-                "classmap": [
-                    "File/"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "include-path": [
-                ""
-            ],
-            "license": [
-                "BSD-3-Clause"
-            ],
-            "authors": [
-                {
-                    "name": "Sebastian Bergmann",
-                    "email": "sb@sebastian-bergmann.de",
-                    "role": "lead"
-                }
-            ],
-            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
-            "homepage": "http://www.phpunit.de/",
-            "keywords": [
-                "filesystem",
-                "iterator"
-            ],
-            "time": "2012-10-11 04:44:38"
-        },
-        {
-            "name": "phpunit/php-text-template",
-            "version": "1.1.4",
-            "source": {
-                "type": "git",
-                "url": "git://github.com/sebastianbergmann/php-text-template.git",
-                "reference": "1.1.4"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://github.com/sebastianbergmann/php-text-template/zipball/1.1.4",
-                "reference": "1.1.4",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "type": "library",
-            "autoload": {
-                "classmap": [
-                    "Text/"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "include-path": [
-                ""
-            ],
-            "license": [
-                "BSD-3-Clause"
-            ],
-            "authors": [
-                {
-                    "name": "Sebastian Bergmann",
-                    "email": "sb@sebastian-bergmann.de",
-                    "role": "lead"
-                }
-            ],
-            "description": "Simple template engine.",
-            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
-            "keywords": [
-                "template"
-            ],
-            "time": "2012-10-31 11:15:28"
-        },
-        {
-            "name": "phpunit/php-timer",
-            "version": "1.0.4",
-            "source": {
-                "type": "git",
-                "url": "git://github.com/sebastianbergmann/php-timer.git",
-                "reference": "1.0.4"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://github.com/sebastianbergmann/php-timer/zipball/1.0.4",
-                "reference": "1.0.4",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "type": "library",
-            "autoload": {
-                "classmap": [
-                    "PHP/"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "include-path": [
-                ""
-            ],
-            "license": [
-                "BSD-3-Clause"
-            ],
-            "authors": [
-                {
-                    "name": "Sebastian Bergmann",
-                    "email": "sb@sebastian-bergmann.de",
-                    "role": "lead"
-                }
-            ],
-            "description": "Utility class for timing",
-            "homepage": "http://www.phpunit.de/",
-            "keywords": [
-                "timer"
-            ],
-            "time": "2012-10-11 04:45:58"
-        },
-        {
-            "name": "phpunit/php-token-stream",
-            "version": "1.1.5",
-            "source": {
-                "type": "git",
-                "url": "git://github.com/sebastianbergmann/php-token-stream.git",
-                "reference": "1.1.5"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://github.com/sebastianbergmann/php-token-stream/zipball/1.1.5",
-                "reference": "1.1.5",
-                "shasum": ""
-            },
-            "require": {
-                "ext-tokenizer": "*",
-                "php": ">=5.3.3"
-            },
-            "type": "library",
-            "autoload": {
-                "classmap": [
-                    "PHP/"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "include-path": [
-                ""
-            ],
-            "license": [
-                "BSD-3-Clause"
-            ],
-            "authors": [
-                {
-                    "name": "Sebastian Bergmann",
-                    "email": "sb@sebastian-bergmann.de",
-                    "role": "lead"
-                }
-            ],
-            "description": "Wrapper around PHP's tokenizer extension.",
-            "homepage": "http://www.phpunit.de/",
-            "keywords": [
-                "tokenizer"
-            ],
-            "time": "2012-10-11 04:47:14"
-        },
-        {
-            "name": "phpunit/phpunit",
-            "version": "3.7.21",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/sebastianbergmann/phpunit.git",
-                "reference": "3.7.21"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3.7.21",
-                "reference": "3.7.21",
-                "shasum": ""
-            },
-            "require": {
-                "ext-dom": "*",
-                "ext-pcre": "*",
-                "ext-reflection": "*",
-                "ext-spl": "*",
-                "php": ">=5.3.3",
-                "phpunit/php-code-coverage": ">=1.2.1,<1.3.0",
-                "phpunit/php-file-iterator": ">=1.3.1",
-                "phpunit/php-text-template": ">=1.1.1",
-                "phpunit/php-timer": ">=1.0.2,<1.1.0",
-                "phpunit/phpunit-mock-objects": ">=1.2.0,<1.3.0",
-                "symfony/yaml": ">=2.0,<3.0"
-            },
-            "require-dev": {
-                "pear-pear/pear": "1.9.4"
-            },
-            "suggest": {
-                "ext-json": "*",
-                "ext-simplexml": "*",
-                "ext-tokenizer": "*",
-                "phpunit/php-invoker": ">=1.1.0,<1.2.0"
-            },
-            "bin": [
-                "composer/bin/phpunit"
-            ],
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "3.7.x-dev"
-                }
-            },
-            "autoload": {
-                "classmap": [
-                    "PHPUnit/"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "include-path": [
-                "",
-                "../../symfony/yaml/"
-            ],
-            "license": [
-                "BSD-3-Clause"
-            ],
-            "authors": [
-                {
-                    "name": "Sebastian Bergmann",
-                    "email": "sebastian@phpunit.de",
-                    "role": "lead"
-                }
-            ],
-            "description": "The PHP Unit Testing framework.",
-            "homepage": "http://www.phpunit.de/",
-            "keywords": [
-                "phpunit",
-                "testing",
-                "xunit"
-            ],
-            "time": "2013-05-23 18:54:29"
-        },
-        {
-            "name": "phpunit/phpunit-mock-objects",
-            "version": "1.2.3",
-            "source": {
-                "type": "git",
-                "url": "git://github.com/sebastianbergmann/phpunit-mock-objects.git",
-                "reference": "1.2.3"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects/archive/1.2.3.zip",
-                "reference": "1.2.3",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3",
-                "phpunit/php-text-template": ">=1.1.1@stable"
-            },
-            "suggest": {
-                "ext-soap": "*"
-            },
-            "type": "library",
-            "autoload": {
-                "classmap": [
-                    "PHPUnit/"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "include-path": [
-                ""
-            ],
-            "license": [
-                "BSD-3-Clause"
-            ],
-            "authors": [
-                {
-                    "name": "Sebastian Bergmann",
-                    "email": "sb@sebastian-bergmann.de",
-                    "role": "lead"
-                }
-            ],
-            "description": "Mock Object library for PHPUnit",
-            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
-            "keywords": [
-                "mock",
-                "xunit"
-            ],
-            "time": "2013-01-13 10:24:48"
-        },
-        {
-            "name": "pimple/pimple",
-            "version": "v1.0.2",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/fabpot/Pimple.git",
-                "reference": "v1.0.2"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/fabpot/Pimple/zipball/v1.0.2",
-                "reference": "v1.0.2",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.0"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "1.0.x-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Pimple": "lib/"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                }
-            ],
-            "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
-            "homepage": "http://pimple.sensiolabs.org",
-            "keywords": [
-                "container",
-                "dependency injection"
-            ],
-            "time": "2013-03-08 08:21:40"
-        },
-        {
-            "name": "sami/sami",
-            "version": "v1.0",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/fabpot/Sami.git",
-                "reference": "v1.0"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/fabpot/Sami/zipball/v1.0",
-                "reference": "v1.0",
-                "shasum": ""
-            },
-            "require": {
-                "nikic/php-parser": "0.9.*",
-                "php": ">=5.3.0",
-                "pimple/pimple": "1.0.*",
-                "symfony/console": ">=2.1,<3.0",
-                "symfony/filesystem": ">=2.1,<3.0",
-                "symfony/finder": ">=2.1,<3.0",
-                "symfony/process": ">=2.1,<3.0",
-                "symfony/yaml": ">=2.1,<3.0",
-                "twig/twig": "1.*"
-            },
-            "bin": [
-                "sami.php"
-            ],
-            "type": "application",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "1.0-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Sami": "."
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                }
-            ],
-            "description": "Sami, an API documentation generator",
-            "homepage": "http://sami.sensiolabs.org",
-            "keywords": [
-                "phpdoc"
-            ],
-            "time": "2013-04-05 13:01:32"
-        },
-        {
-            "name": "silex/silex",
-            "version": "v1.0.0",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/fabpot/Silex.git",
-                "reference": "v1.0.0"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/fabpot/Silex/zipball/v1.0.0",
-                "reference": "v1.0.0",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3",
-                "pimple/pimple": "1.*",
-                "symfony/event-dispatcher": ">=2.1,<2.4-dev",
-                "symfony/http-foundation": ">=2.1,<2.4-dev",
-                "symfony/http-kernel": ">=2.1,<2.4-dev",
-                "symfony/routing": ">=2.1,<2.4-dev"
-            },
-            "require-dev": {
-                "doctrine/dbal": ">=2.2.0,<2.4.0-dev",
-                "monolog/monolog": ">=1.4,<2.0,>=1.4.1",
-                "swiftmailer/swiftmailer": "5.*",
-                "symfony/browser-kit": ">=2.1,<2.4-dev",
-                "symfony/config": ">=2.1,<2.4-dev",
-                "symfony/css-selector": ">=2.1,<2.4-dev",
-                "symfony/dom-crawler": ">=2.1,<2.4-dev",
-                "symfony/finder": ">=2.1,<2.4-dev",
-                "symfony/form": ">=2.1.4,<2.4-dev",
-                "symfony/locale": ">=2.1,<2.4-dev",
-                "symfony/monolog-bridge": ">=2.1,<2.4-dev",
-                "symfony/options-resolver": ">=2.1,<2.4-dev",
-                "symfony/process": ">=2.1,<2.4-dev",
-                "symfony/security": ">=2.1,<2.4-dev",
-                "symfony/serializer": ">=2.1,<2.4-dev",
-                "symfony/translation": ">=2.1,<2.4-dev",
-                "symfony/twig-bridge": ">=2.1,<2.4-dev",
-                "symfony/validator": ">=2.1,<2.4-dev",
-                "twig/twig": ">=1.8.0,<2.0-dev"
-            },
-            "suggest": {
-                "symfony/browser-kit": ">=2.1,<2.4-dev",
-                "symfony/css-selector": ">=2.1,<2.4-dev",
-                "symfony/dom-crawler": ">=2.1,<2.4-dev",
-                "symfony/form": ">= 2.1.4,<2.4-dev"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "1.0.x-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Silex": "src/"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                },
-                {
-                    "name": "Igor Wiedler",
-                    "email": "igor@wiedler.ch",
-                    "homepage": "http://wiedler.ch/igor/"
-                }
-            ],
-            "description": "The PHP micro-framework based on the Symfony2 Components",
-            "homepage": "http://silex.sensiolabs.org",
-            "keywords": [
-                "microframework"
-            ],
-            "time": "2013-05-03 16:49:57"
-        },
-        {
-            "name": "symfony/console",
-            "version": "v2.3.1",
-            "target-dir": "Symfony/Component/Console",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/Console.git",
-                "reference": "v2.3.1"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/symfony/Console/zipball/v2.3.1",
-                "reference": "v2.3.1",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "require-dev": {
-                "symfony/event-dispatcher": ">=2.1,<3.0"
-            },
-            "suggest": {
-                "symfony/event-dispatcher": ""
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.3-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Symfony\\Component\\Console\\": ""
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                },
-                {
-                    "name": "Symfony Community",
-                    "homepage": "http://symfony.com/contributors"
-                }
-            ],
-            "description": "Symfony Console Component",
-            "homepage": "http://symfony.com",
-            "time": "2013-06-11 07:15:14"
-        },
-        {
-            "name": "symfony/debug",
-            "version": "v2.3.1",
-            "target-dir": "Symfony/Component/Debug",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/Debug.git",
-                "reference": "v2.3.1"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/symfony/Debug/zipball/v2.3.1",
-                "reference": "v2.3.1",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "require-dev": {
-                "symfony/http-foundation": ">=2.1,<3.0",
-                "symfony/http-kernel": ">=2.1,<3.0"
-            },
-            "suggest": {
-                "symfony/class-loader": "",
-                "symfony/http-foundation": "",
-                "symfony/http-kernel": ""
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.3-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Symfony\\Component\\Debug\\": ""
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                },
-                {
-                    "name": "Symfony Community",
-                    "homepage": "http://symfony.com/contributors"
-                }
-            ],
-            "description": "Symfony Debug Component",
-            "homepage": "http://symfony.com",
-            "time": "2013-06-02 11:58:44"
-        },
-        {
-            "name": "symfony/event-dispatcher",
-            "version": "v2.3.1",
-            "target-dir": "Symfony/Component/EventDispatcher",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/EventDispatcher.git",
-                "reference": "v2.3.1"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.3.1",
-                "reference": "v2.3.1",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "require-dev": {
-                "symfony/dependency-injection": ">=2.0,<3.0"
-            },
-            "suggest": {
-                "symfony/dependency-injection": "",
-                "symfony/http-kernel": ""
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.3-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Symfony\\Component\\EventDispatcher\\": ""
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                },
-                {
-                    "name": "Symfony Community",
-                    "homepage": "http://symfony.com/contributors"
-                }
-            ],
-            "description": "Symfony EventDispatcher Component",
-            "homepage": "http://symfony.com",
-            "time": "2013-05-13 14:36:40"
-        },
-        {
-            "name": "symfony/filesystem",
-            "version": "v2.3.1",
-            "target-dir": "Symfony/Component/Filesystem",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/Filesystem.git",
-                "reference": "v2.3.1"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/v2.3.1",
-                "reference": "v2.3.1",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.3-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Symfony\\Component\\Filesystem\\": ""
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                },
-                {
-                    "name": "Symfony Community",
-                    "homepage": "http://symfony.com/contributors"
-                }
-            ],
-            "description": "Symfony Filesystem Component",
-            "homepage": "http://symfony.com",
-            "time": "2013-06-04 15:02:05"
-        },
-        {
-            "name": "symfony/finder",
-            "version": "v2.3.1",
-            "target-dir": "Symfony/Component/Finder",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/Finder.git",
-                "reference": "v2.3.1"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/symfony/Finder/zipball/v2.3.1",
-                "reference": "v2.3.1",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.3-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Symfony\\Component\\Finder\\": ""
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                },
-                {
-                    "name": "Symfony Community",
-                    "homepage": "http://symfony.com/contributors"
-                }
-            ],
-            "description": "Symfony Finder Component",
-            "homepage": "http://symfony.com",
-            "time": "2013-06-02 12:05:51"
-        },
-        {
-            "name": "symfony/http-foundation",
-            "version": "v2.3.1",
-            "target-dir": "Symfony/Component/HttpFoundation",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/HttpFoundation.git",
-                "reference": "v2.3.1"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/v2.3.1",
-                "reference": "v2.3.1",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.3-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Symfony\\Component\\HttpFoundation\\": ""
-                },
-                "classmap": [
-                    "Symfony/Component/HttpFoundation/Resources/stubs"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                },
-                {
-                    "name": "Symfony Community",
-                    "homepage": "http://symfony.com/contributors"
-                }
-            ],
-            "description": "Symfony HttpFoundation Component",
-            "homepage": "http://symfony.com",
-            "time": "2013-05-10 06:00:03"
-        },
-        {
-            "name": "symfony/http-kernel",
-            "version": "v2.3.1",
-            "target-dir": "Symfony/Component/HttpKernel",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/HttpKernel.git",
-                "reference": "v2.3.1"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/v2.3.1",
-                "reference": "v2.3.1",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3",
-                "psr/log": ">=1.0,<2.0",
-                "symfony/debug": ">=2.3,<3.0",
-                "symfony/event-dispatcher": ">=2.1,<3.0",
-                "symfony/http-foundation": ">=2.2,<3.0"
-            },
-            "require-dev": {
-                "symfony/browser-kit": "2.2.*",
-                "symfony/class-loader": ">=2.1,<3.0",
-                "symfony/config": ">=2.0,<3.0",
-                "symfony/console": "2.2.*",
-                "symfony/dependency-injection": ">=2.0,<3.0",
-                "symfony/finder": ">=2.0,<3.0",
-                "symfony/process": ">=2.0,<3.0",
-                "symfony/routing": ">=2.2,<3.0",
-                "symfony/stopwatch": ">=2.2,<3.0"
-            },
-            "suggest": {
-                "symfony/browser-kit": "",
-                "symfony/class-loader": "",
-                "symfony/config": "",
-                "symfony/console": "",
-                "symfony/dependency-injection": "",
-                "symfony/finder": ""
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.3-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Symfony\\Component\\HttpKernel\\": ""
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                },
-                {
-                    "name": "Symfony Community",
-                    "homepage": "http://symfony.com/contributors"
-                }
-            ],
-            "description": "Symfony HttpKernel Component",
-            "homepage": "http://symfony.com",
-            "time": "2013-06-11 11:46:38"
-        },
-        {
-            "name": "symfony/routing",
-            "version": "v2.3.1",
-            "target-dir": "Symfony/Component/Routing",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/Routing.git",
-                "reference": "v2.3.1"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/symfony/Routing/zipball/v2.3.1",
-                "reference": "v2.3.1",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "require-dev": {
-                "doctrine/common": ">=2.2,<3.0",
-                "psr/log": ">=1.0,<2.0",
-                "symfony/config": ">=2.2,<3.0",
-                "symfony/yaml": ">=2.0,<3.0"
-            },
-            "suggest": {
-                "doctrine/common": "",
-                "symfony/config": "",
-                "symfony/yaml": ""
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.3-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Symfony\\Component\\Routing\\": ""
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                },
-                {
-                    "name": "Symfony Community",
-                    "homepage": "http://symfony.com/contributors"
-                }
-            ],
-            "description": "Symfony Routing Component",
-            "homepage": "http://symfony.com",
-            "time": "2013-05-20 08:57:26"
-        },
-        {
-            "name": "symfony/yaml",
-            "version": "v2.3.1",
-            "target-dir": "Symfony/Component/Yaml",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/Yaml.git",
-                "reference": "v2.3.1"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.3.1",
-                "reference": "v2.3.1",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.3-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Symfony\\Component\\Yaml\\": ""
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                },
-                {
-                    "name": "Symfony Community",
-                    "homepage": "http://symfony.com/contributors"
-                }
-            ],
-            "description": "Symfony Yaml Component",
-            "homepage": "http://symfony.com",
-            "time": "2013-05-10 18:12:13"
-        },
-        {
-            "name": "twig/twig",
-            "version": "v1.13.1",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/fabpot/Twig.git",
-                "reference": "v1.13.1"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/fabpot/Twig/zipball/v1.13.1",
-                "reference": "v1.13.1",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.2.4"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "1.13-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Twig_": "lib/"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "BSD-3"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                },
-                {
-                    "name": "Armin Ronacher",
-                    "email": "armin.ronacher@active-4.com"
-                }
-            ],
-            "description": "Twig, the flexible, fast, and secure template language for PHP",
-            "homepage": "http://twig.sensiolabs.org",
-            "keywords": [
-                "templating"
-            ],
-            "time": "2013-06-06 06:06:01"
-        }
-    ],
-    "aliases": [
-
-    ],
-    "minimum-stability": "stable",
-    "stability-flags": [
-
-    ],
-    "platform": {
-        "php": ">=5.3.3"
-    },
-    "platform-dev": [
-
-    ]
-}

+ 0 - 31
vendor/alchemy/ghostscript/phpunit.xml.dist

@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<phpunit backupGlobals="false"
-         backupStaticAttributes="false"
-         colors="true"
-         convertErrorsToExceptions="true"
-         convertNoticesToExceptions="true"
-         convertWarningsToExceptions="true"
-         processIsolation="false"
-         stopOnFailure="false"
-         syntaxCheck="true"
-         verbose="false"
-         bootstrap="tests/bootstrap.php"
->
-    <php>
-      <ini name="display_errors" value="on"/>
-    </php>
-
-    <testsuites>
-        <testsuite name="Ghostscript Tests Suite">
-            <directory>tests</directory>
-        </testsuite>
-    </testsuites>
-    <filter>
-      <blacklist>
-        <directory>vendor</directory>
-        <directory>tests</directory>
-      </blacklist>
-    </filter>
-
-</phpunit>
-

+ 0 - 16
vendor/alchemy/ghostscript/src/Ghostscript/Exception/ExceptionInterface.php

@@ -1,16 +0,0 @@
-<?php
-
-/*
- * This file is part of Ghostscript-PHP.
- *
- * (c) Alchemy <info@alchemy.fr>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Ghostscript\Exception;
-
-interface ExceptionInterface
-{
-}

+ 0 - 16
vendor/alchemy/ghostscript/src/Ghostscript/Exception/RuntimeException.php

@@ -1,16 +0,0 @@
-<?php
-
-/*
- * This file is part of Ghostscript-PHP.
- *
- * (c) Alchemy <info@alchemy.fr>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Ghostscript\Exception;
-
-class RuntimeException extends \RuntimeException implements ExceptionInterface
-{
-}

+ 0 - 40
vendor/alchemy/ghostscript/src/Ghostscript/GhostscriptServiceProvider.php

@@ -1,40 +0,0 @@
-<?php
-
-/*
- * This file is part of Ghostscript-PHP.
- *
- * (c) Alchemy <info@alchemy.fr>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Ghostscript;
-
-use Silex\ServiceProviderInterface;
-use Silex\Application;
-
-class GhostscriptServiceProvider implements ServiceProviderInterface
-{
-    public function register(Application $app)
-    {
-        $app['ghostscript.default.configuration'] = array(
-            'gs.binaries' => array('gs'),
-            'timeout'     => 60,
-        );
-        $app['ghostscript.configuration'] = array();
-        $app['ghostscript.logger'] = null;
-
-        $app['ghostscript.transcoder'] = $app->share(function(Application $app) {
-            $app['ghostscript.configuration'] = array_replace(
-                $app['ghostscript.default.configuration'], $app['ghostscript.configuration']
-            );
-
-            return Transcoder::create($app['ghostscript.configuration'], $app['ghostscript.logger']);
-        });
-    }
-
-    public function boot(Application $app)
-    {
-    }
-}

+ 0 - 108
vendor/alchemy/ghostscript/src/Ghostscript/Transcoder.php

@@ -1,108 +0,0 @@
-<?php
-
-namespace Ghostscript;
-
-use Alchemy\BinaryDriver\AbstractBinary;
-use Psr\Log\LoggerInterface;
-use Ghostscript\Exception\RuntimeException;
-use Alchemy\BinaryDriver\Configuration;
-use Alchemy\BinaryDriver\ConfigurationInterface;
-use Alchemy\BinaryDriver\Exception\ExecutionFailureException;
-
-class Transcoder extends AbstractBinary
-{
-    /**
-     * {@inheritdoc}
-     */
-    public function getName()
-    {
-        return 'ghostscript-transcoder';
-    }
-
-    /**
-     * Transcode a PDF to an image.
-     *
-     * @param string $input          The path to the input file.
-     * @param string $destinationThe path to the output file.
-     *
-     * @return Transcoder
-     *
-     * @throws RuntimeException In case of failure
-     */
-    public function toImage($input, $destination)
-    {
-        try {
-            $this->command(array(
-                '-sDEVICE=jpeg',
-                '-dNOPAUSE',
-                '-dBATCH',
-                '-dSAFER',
-                '-sOutputFile=' . $destination,
-                $input,
-            ));
-        } catch (ExecutionFailureException $e) {
-            throw new RuntimeException('Ghostscript was unable to transcode to Image', $e->getCode(), $e);
-        }
-
-        if (!file_exists($destination)) {
-            throw new RuntimeException('Ghostscript was unable to transcode to Image');
-        }
-
-        return $this;
-    }
-
-    /**
-     * Transcode a PDF to another PDF
-     *
-     * @param string  $input        The path to the input file.
-     * @param string  $destination  The path to the output file.
-     * @param integer $pageStart    The number of the first page.
-     * @param integer $pageQuantity The number of page to include.
-     *
-     * @return Transcoder
-     *
-     * @throws RuntimeException In case of failure
-     */
-    public function toPDF($input, $destination, $pageStart, $pageQuantity)
-    {
-        try {
-            $this->command(array(
-                '-sDEVICE=pdfwrite',
-                '-dNOPAUSE',
-                '-dBATCH',
-                '-dSAFER',
-                sprintf('-dFirstPage=%d', $pageStart),
-                sprintf('-dLastPage=%d', ($pageStart + $pageQuantity - 1)),
-                '-sOutputFile=' . $destination,
-                $input,
-            ));
-        } catch (ExecutionFailureException $e) {
-            throw new RuntimeException('Ghostscript was unable to transcode to PDF', $e->getCode(), $e);
-        }
-
-        if (!file_exists($destination)) {
-            throw new RuntimeException('Ghostscript was unable to transcode to PDF');
-        }
-
-        return $this;
-    }
-
-    /**
-     * Creates a Transcoder.
-     *
-     * @param array|ConfigurationInterface $configuration
-     * @param LoggerInterface              $logger
-     *
-     * @return Transcoder
-     */
-    public static function create($configuration = array(), LoggerInterface $logger = null)
-    {
-        if (!$configuration instanceof ConfigurationInterface) {
-            $configuration = new Configuration($configuration);
-        }
-
-        $binaries = $configuration->get('gs.binaries', array('gs'));
-
-        return static::load($binaries, $logger, $configuration);
-    }
-}

+ 0 - 61
vendor/alchemy/ghostscript/tests/Ghostscript/Tests/GhostscriptServiceProviderTest.php

@@ -1,61 +0,0 @@
-<?php
-
-namespace Ghostscript\Tests;
-
-use Ghostscript\GhostscriptServiceProvider;
-use Silex\Application;
-use Symfony\Component\Process\ExecutableFinder;
-
-class GhostscriptServiceProviderTest extends \PHPUnit_Framework_TestCase
-{
-    public function testRegister()
-    {
-        $app = new Application;
-        $app->register(new GhostscriptServiceProvider());
-
-        $this->assertInstanceOf('\\Ghostscript\\Transcoder', $app['ghostscript.transcoder']);
-    }
-
-    public function testRegisterWithCustomTimeout()
-    {
-        $app = new Application;
-        $app->register(new GhostscriptServiceProvider(), array(
-            'ghostscript.configuration' => array(
-                'timeout' => 42
-            ),
-        ));
-
-        $this->assertEquals(42, $app['ghostscript.transcoder']->getProcessBuilderfactory()->getTimeout());
-    }
-
-    public function testRegisterWithCustomBinary()
-    {
-        $finder = new ExecutableFinder();
-        $MP4Box = $finder->find('MP4Box');
-
-        if (null === $MP4Box) {
-            $this->markTestSkipped('Unable to detect MP4Box, required for this test');
-        }
-
-        $app = new Application;
-        $app->register(new GhostscriptServiceProvider(), array(
-            'ghostscript.configuration' => array(
-                'gs.binaries' => $MP4Box
-            ),
-        ));
-
-        $this->assertEquals($MP4Box, $app['ghostscript.transcoder']->getProcessBuilderfactory()->getBinary());
-    }
-
-    public function testRegisterWithCustomLogger()
-    {
-        $logger = $this->getMock('Psr\Log\LoggerInterface');
-
-        $app = new Application;
-        $app->register(new GhostscriptServiceProvider(), array(
-            'ghostscript.logger' => $logger,
-        ));
-
-        $this->assertEquals($logger, $app['ghostscript.transcoder']->getProcessRunner()->getLogger());
-    }
-}

+ 0 - 37
vendor/alchemy/ghostscript/tests/Ghostscript/Tests/TranscoderTest.php

@@ -1,37 +0,0 @@
-<?php
-
-namespace Ghostscript\Tests;
-
-use Ghostscript\Transcoder;
-
-class TranscoderTest extends \PHPUnit_Framework_TestCase
-{
-    protected $object;
-
-    protected function setUp()
-    {
-        $this->object = Transcoder::create();
-    }
-
-    public function testTranscodeToPdf()
-    {
-        $dest = tempnam(sys_get_temp_dir(), 'gs_temp') . '.pdf';
-        $this->object->toPDF(__DIR__ . '/../../files/test.pdf', $dest, 1, 1);
-
-        $this->assertTrue(file_exists($dest));
-        $this->assertGreaterThan(0, filesize($dest));
-
-        unlink($dest);
-    }
-
-    public function testTranscodeAIToImage()
-    {
-        $dest = tempnam(sys_get_temp_dir(), 'gs_temp') . '.jpg';
-        $this->object->toImage(__DIR__ . '/../../files/test.pdf', $dest);
-
-        $this->assertTrue(file_exists($dest));
-        $this->assertGreaterThan(0, filesize($dest));
-
-        unlink($dest);
-    }
-}

+ 0 - 4
vendor/alchemy/ghostscript/tests/bootstrap.php

@@ -1,4 +0,0 @@
-<?php
-
-$loader = require __DIR__.'/../vendor/autoload.php';
-$loader->add('Ghostscript\Tests', __DIR__);

File diff suppressed because it is too large
+ 0 - 27
vendor/alchemy/ghostscript/tests/files/plane.ai


BIN
vendor/alchemy/ghostscript/tests/files/test.pdf


+ 0 - 6
vendor/alchemy/zippy/.gitignore

@@ -1,6 +0,0 @@
-/tests/phpunit_report
-/nbproject/
-/vendor/
-/docs/build
-composer.phar
-

+ 0 - 24
vendor/alchemy/zippy/.travis.yml

@@ -1,24 +0,0 @@
-language: php
-
-before_script:
-  - sudo apt-get install bsdtar zip
-  - composer install --dev --prefer-source
-
-env:
-  - ZIPPY_ADAPTER=ZipAdapter
-  - ZIPPY_ADAPTER=ZipExtensionAdapter
-  - ZIPPY_ADAPTER=GNUTar\\TarGNUTarAdapter
-  - ZIPPY_ADAPTER=GNUTar\\TarGzGNUTarAdapter
-  - ZIPPY_ADAPTER=GNUTar\\TarBz2GNUTarAdapter
-  - ZIPPY_ADAPTER=BSDTar\\TarBSDTarAdapter
-  - ZIPPY_ADAPTER=BSDTar\\TarGzBSDTarAdapter
-  - ZIPPY_ADAPTER=BSDTar\\TarBz2BSDTarAdapter
-
-php:
-  - 5.3.3
-  - 5.4
-  - 5.5
-
-script:
-  - phpunit -v
-  - phpunit -v -c phpunit-functional.xml.dist

+ 0 - 22
vendor/alchemy/zippy/CHANGELOG.md

@@ -1,22 +0,0 @@
-CHANGELOG
----------
-
-* 0.2.0 (04-04-2014)
-
-  * Fix the use of "teleporter" for local files
-  * Fix adding a new file using tar adapter ( --append option )
-  * Allow all adapters to be instantiated even if they are not supported
-  * Move support detection logic in distinct classes
-  * Add support for archives relative path
-  * Use Symfony Process working directory instead of changing working directory
-  * Archive in context when a single resource is added
-
-* 0.1.1 (04-12-2013)
-
-  * Throw exception in case chdir failed
-  * Use guzzle stream download to handle large files without large memory usage
-
-* 0.1.0 (11-03-2013)
-
-  * First stable version.
-  * Support for GNUtar, BSDtar, Zip, PHPZip.

+ 0 - 21
vendor/alchemy/zippy/LICENSE

@@ -1,21 +0,0 @@
-Zippy is released under the MIT License :
-
-Copyright (c) 2012 Alchemy
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
-IN THE SOFTWARE.

+ 0 - 80
vendor/alchemy/zippy/README.md

@@ -1,80 +0,0 @@
-# Zippy
-
-A Object-Oriented PHP library to manipulate any archive format (de)compression
-through commandline utilities or PHP extension.
-
-[![Build Status](https://secure.travis-ci.org/alchemy-fr/Zippy.png?branch=master)](http://travis-ci.org/alchemy-fr/Zippy)
-
-## Adapters
-
-Zippy currently supports
-
- - zip
- - PHP zip
- - GNU tar
- - BSD tar
-
-Which brings support to file types
-
- - .tar
- - .zip
- - .tar.gz
- - .tar.bz2
-
-## API Example
-
-### Archive listing and extraction :
-
-```php
-use Alchemy\Zippy\Zippy;
-
-$zippy = Zippy::load();
-$zippy->create('archive.zip', '/path/to/folder');
-
-$archive = $zippy->open('build.tar');
-
-// extract content to `/tmp`
-$archive->extract('/tmp');
-
-// iterates through members
-foreach ($archive as $member) {
-    echo "archive contains $member \n";
-}
-```
-
-### Archive creation
-
-```php
-use Alchemy\Zippy\Zippy;
-
-$zippy = Zippy::load();
-// creates an archive.zip that contains a directory "folder" that contains
-// files contained in "/path/to/directory" recursively
-$archive = $zippy->create('archive.zip', array(
-    'folder' => '/path/to/directory'
-), recursive = true);
-```
-
-### Customize file and directory names inside archive
-
-```php
-use Alchemy\Zippy\Zippy;
-
-$zippy = Zippy::load();
-$archive = $zippy->create('archive.zip', array(
-    'folder' => '/path/to/directory',            // will create a folder at root
-    'http://www.google.com/logo.jpg',            // will create a logo.jpg file at root
-    fopen('https://www.facebook.com/index.php'), // will create an index.php at root
-    'directory/image.jpg' => 'image.jpg',        // will create a image.jpg in 'directory' folder
-));
-```
-
-##API Browser
-
-## Documentation
-
-Documentation hosted at [read the docs](https://zippy.readthedocs.org/) !
-
-##License
-
-This project is licensed under the [MIT license](http://opensource.org/licenses/MIT).

+ 0 - 41
vendor/alchemy/zippy/composer.json

@@ -1,41 +0,0 @@
-{
-    "name": "alchemy/zippy",
-    "type": "library",
-    "description": "Zippy, the archive manager companion",
-    "keywords": ["zip", "tar", "bzip", "compression"],
-    "license": "MIT",
-    "authors": [
-        {
-            "name": "Alchemy",
-            "email": "dev.team@alchemy.fr",
-            "homepage": "http://www.alchemy.fr/"
-        }
-    ],
-    "require": {
-        "php"                  : ">=5.3.3",
-        "doctrine/collections" : "~1.0",
-        "guzzle/guzzle"        : "~3.0",
-        "pimple/pimple"        : "~1.0",
-        "symfony/process"      : "~2.0",
-        "symfony/filesystem"   : "~2.0"
-    },
-    "require-dev": {
-        "ext-zip"              : "*",
-        "phpunit/phpunit"      : "~3.7",
-        "symfony/finder"       : "~2.0",
-        "sami/sami"            : "dev-master@dev"
-    },
-    "suggest": {
-        "ext-zip"              : "To use the ZipExtensionAdapter"
-    },
-    "autoload": {
-        "psr-0": {
-            "Alchemy": "src"
-        }
-    },
-    "extra": {
-        "branch-alias": {
-            "dev-master": "0.2.x-dev"
-        }
-    }
-}

+ 0 - 1092
vendor/alchemy/zippy/composer.lock

@@ -1,1092 +0,0 @@
-{
-    "_readme": [
-        "This file locks the dependencies of your project to a known state",
-        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
-    ],
-    "hash": "35caa45c80a3b84aae65b0ce71d21510",
-    "packages": [
-        {
-            "name": "doctrine/collections",
-            "version": "v1.1",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/doctrine/collections.git",
-                "reference": "v1.1"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/doctrine/collections/zipball/v1.1",
-                "reference": "v1.1",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.2"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "1.1.x-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Doctrine\\Common\\Collections\\": "lib/"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Jonathan Wage",
-                    "email": "jonwage@gmail.com",
-                    "homepage": "http://www.jwage.com/"
-                },
-                {
-                    "name": "Guilherme Blanco",
-                    "email": "guilhermeblanco@gmail.com",
-                    "homepage": "http://www.instaclick.com"
-                },
-                {
-                    "name": "Roman Borschel",
-                    "email": "roman@code-factory.org"
-                },
-                {
-                    "name": "Benjamin Eberlei",
-                    "email": "kontakt@beberlei.de"
-                },
-                {
-                    "name": "Johannes Schmitt",
-                    "email": "schmittjoh@gmail.com",
-                    "homepage": "http://jmsyst.com",
-                    "role": "Developer of wrapped JMSSerializerBundle"
-                }
-            ],
-            "description": "Collections Abstraction library",
-            "homepage": "http://www.doctrine-project.org",
-            "keywords": [
-                "array",
-                "collections",
-                "iterator"
-            ],
-            "time": "2013-03-07 12:15:54"
-        },
-        {
-            "name": "guzzle/guzzle",
-            "version": "v3.7.4",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/guzzle/guzzle.git",
-                "reference": "b170b028c6bb5799640e46c8803015b0f9a45ed9"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b170b028c6bb5799640e46c8803015b0f9a45ed9",
-                "reference": "b170b028c6bb5799640e46c8803015b0f9a45ed9",
-                "shasum": ""
-            },
-            "require": {
-                "ext-curl": "*",
-                "php": ">=5.3.3",
-                "symfony/event-dispatcher": ">=2.1"
-            },
-            "replace": {
-                "guzzle/batch": "self.version",
-                "guzzle/cache": "self.version",
-                "guzzle/common": "self.version",
-                "guzzle/http": "self.version",
-                "guzzle/inflection": "self.version",
-                "guzzle/iterator": "self.version",
-                "guzzle/log": "self.version",
-                "guzzle/parser": "self.version",
-                "guzzle/plugin": "self.version",
-                "guzzle/plugin-async": "self.version",
-                "guzzle/plugin-backoff": "self.version",
-                "guzzle/plugin-cache": "self.version",
-                "guzzle/plugin-cookie": "self.version",
-                "guzzle/plugin-curlauth": "self.version",
-                "guzzle/plugin-error-response": "self.version",
-                "guzzle/plugin-history": "self.version",
-                "guzzle/plugin-log": "self.version",
-                "guzzle/plugin-md5": "self.version",
-                "guzzle/plugin-mock": "self.version",
-                "guzzle/plugin-oauth": "self.version",
-                "guzzle/service": "self.version",
-                "guzzle/stream": "self.version"
-            },
-            "require-dev": {
-                "doctrine/cache": "*",
-                "monolog/monolog": "1.*",
-                "phpunit/phpunit": "3.7.*",
-                "psr/log": "1.0.*",
-                "symfony/class-loader": "*",
-                "zendframework/zend-cache": "2.0.*",
-                "zendframework/zend-log": "2.0.*"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "3.7-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Guzzle\\Tests": "tests/",
-                    "Guzzle": "src/"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Michael Dowling",
-                    "email": "mtdowling@gmail.com",
-                    "homepage": "https://github.com/mtdowling"
-                },
-                {
-                    "name": "Guzzle Community",
-                    "homepage": "https://github.com/guzzle/guzzle/contributors"
-                }
-            ],
-            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
-            "homepage": "http://guzzlephp.org/",
-            "keywords": [
-                "client",
-                "curl",
-                "framework",
-                "http",
-                "http client",
-                "rest",
-                "web service"
-            ],
-            "time": "2013-10-02 20:47:00"
-        },
-        {
-            "name": "pimple/pimple",
-            "version": "v1.0.2",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/fabpot/Pimple.git",
-                "reference": "ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/fabpot/Pimple/zipball/ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94",
-                "reference": "ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.0"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "1.0.x-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Pimple": "lib/"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                }
-            ],
-            "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
-            "homepage": "http://pimple.sensiolabs.org",
-            "keywords": [
-                "container",
-                "dependency injection"
-            ],
-            "time": "2013-03-08 08:21:40"
-        },
-        {
-            "name": "symfony/event-dispatcher",
-            "version": "v2.3.6",
-            "target-dir": "Symfony/Component/EventDispatcher",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/EventDispatcher.git",
-                "reference": "7fc72a7a346a1887d3968cc1ce5642a15cd182e9"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/7fc72a7a346a1887d3968cc1ce5642a15cd182e9",
-                "reference": "7fc72a7a346a1887d3968cc1ce5642a15cd182e9",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "require-dev": {
-                "symfony/dependency-injection": "~2.0"
-            },
-            "suggest": {
-                "symfony/dependency-injection": "",
-                "symfony/http-kernel": ""
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.3-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Symfony\\Component\\EventDispatcher\\": ""
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                },
-                {
-                    "name": "Symfony Community",
-                    "homepage": "http://symfony.com/contributors"
-                }
-            ],
-            "description": "Symfony EventDispatcher Component",
-            "homepage": "http://symfony.com",
-            "time": "2013-09-19 09:45:20"
-        },
-        {
-            "name": "symfony/filesystem",
-            "version": "v2.3.6",
-            "target-dir": "Symfony/Component/Filesystem",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/Filesystem.git",
-                "reference": "2b8995042086c5552c94d33b5553c492e9cfc00e"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/2b8995042086c5552c94d33b5553c492e9cfc00e",
-                "reference": "2b8995042086c5552c94d33b5553c492e9cfc00e",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.3-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Symfony\\Component\\Filesystem\\": ""
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                },
-                {
-                    "name": "Symfony Community",
-                    "homepage": "http://symfony.com/contributors"
-                }
-            ],
-            "description": "Symfony Filesystem Component",
-            "homepage": "http://symfony.com",
-            "time": "2013-09-19 09:45:20"
-        },
-        {
-            "name": "symfony/process",
-            "version": "v2.3.6",
-            "target-dir": "Symfony/Component/Process",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/Process.git",
-                "reference": "81191e354fe9dad0451036ccf0fdf283649d3f1e"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/symfony/Process/zipball/81191e354fe9dad0451036ccf0fdf283649d3f1e",
-                "reference": "81191e354fe9dad0451036ccf0fdf283649d3f1e",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.3-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Symfony\\Component\\Process\\": ""
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                },
-                {
-                    "name": "Symfony Community",
-                    "homepage": "http://symfony.com/contributors"
-                }
-            ],
-            "description": "Symfony Process Component",
-            "homepage": "http://symfony.com",
-            "time": "2013-10-09 21:17:57"
-        }
-    ],
-    "packages-dev": [
-        {
-            "name": "michelf/php-markdown",
-            "version": "1.3",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/michelf/php-markdown.git",
-                "reference": "fcdd3e0781ae40c2b9847874e0755ff4f5559688"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/fcdd3e0781ae40c2b9847874e0755ff4f5559688",
-                "reference": "fcdd3e0781ae40c2b9847874e0755ff4f5559688",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.0"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-lib": "1.3.x-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Michelf": ""
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "BSD-3-Clause"
-            ],
-            "authors": [
-                {
-                    "name": "Michel Fortin",
-                    "email": "michel.fortin@michelf.ca",
-                    "homepage": "http://michelf.ca/",
-                    "role": "Developer"
-                },
-                {
-                    "name": "John Gruber",
-                    "homepage": "http://daringfireball.net/"
-                }
-            ],
-            "description": "PHP Markdown",
-            "homepage": "http://michelf.ca/projects/php-markdown/",
-            "keywords": [
-                "markdown"
-            ],
-            "time": "2013-04-11 18:53:11"
-        },
-        {
-            "name": "nikic/php-parser",
-            "version": "v0.9.4",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/nikic/PHP-Parser.git",
-                "reference": "1e5e280ae88a27effa2ae4aa2bd088494ed8594f"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1e5e280ae88a27effa2ae4aa2bd088494ed8594f",
-                "reference": "1e5e280ae88a27effa2ae4aa2bd088494ed8594f",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.2"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "0.9-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "PHPParser": "lib/"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "BSD-3-Clause"
-            ],
-            "authors": [
-                {
-                    "name": "Nikita Popov"
-                }
-            ],
-            "description": "A PHP parser written in PHP",
-            "keywords": [
-                "parser",
-                "php"
-            ],
-            "time": "2013-08-25 17:11:40"
-        },
-        {
-            "name": "phpunit/php-code-coverage",
-            "version": "1.2.13",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
-                "reference": "466e7cd2554b4e264c9e3f31216d25ac0e5f3d94"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/466e7cd2554b4e264c9e3f31216d25ac0e5f3d94",
-                "reference": "466e7cd2554b4e264c9e3f31216d25ac0e5f3d94",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3",
-                "phpunit/php-file-iterator": ">=1.3.0@stable",
-                "phpunit/php-text-template": ">=1.1.1@stable",
-                "phpunit/php-token-stream": ">=1.1.3@stable"
-            },
-            "require-dev": {
-                "phpunit/phpunit": "3.7.*@dev"
-            },
-            "suggest": {
-                "ext-dom": "*",
-                "ext-xdebug": ">=2.0.5"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "1.2.x-dev"
-                }
-            },
-            "autoload": {
-                "classmap": [
-                    "PHP/"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "include-path": [
-                ""
-            ],
-            "license": [
-                "BSD-3-Clause"
-            ],
-            "authors": [
-                {
-                    "name": "Sebastian Bergmann",
-                    "email": "sb@sebastian-bergmann.de",
-                    "role": "lead"
-                }
-            ],
-            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
-            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
-            "keywords": [
-                "coverage",
-                "testing",
-                "xunit"
-            ],
-            "time": "2013-09-10 08:14:32"
-        },
-        {
-            "name": "phpunit/php-file-iterator",
-            "version": "1.3.4",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
-                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
-                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "type": "library",
-            "autoload": {
-                "classmap": [
-                    "File/"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "include-path": [
-                ""
-            ],
-            "license": [
-                "BSD-3-Clause"
-            ],
-            "authors": [
-                {
-                    "name": "Sebastian Bergmann",
-                    "email": "sb@sebastian-bergmann.de",
-                    "role": "lead"
-                }
-            ],
-            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
-            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
-            "keywords": [
-                "filesystem",
-                "iterator"
-            ],
-            "time": "2013-10-10 15:34:57"
-        },
-        {
-            "name": "phpunit/php-text-template",
-            "version": "1.1.4",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/sebastianbergmann/php-text-template.git",
-                "reference": "5180896f51c5b3648ac946b05f9ec02be78a0b23"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5180896f51c5b3648ac946b05f9ec02be78a0b23",
-                "reference": "5180896f51c5b3648ac946b05f9ec02be78a0b23",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "type": "library",
-            "autoload": {
-                "classmap": [
-                    "Text/"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "include-path": [
-                ""
-            ],
-            "license": [
-                "BSD-3-Clause"
-            ],
-            "authors": [
-                {
-                    "name": "Sebastian Bergmann",
-                    "email": "sb@sebastian-bergmann.de",
-                    "role": "lead"
-                }
-            ],
-            "description": "Simple template engine.",
-            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
-            "keywords": [
-                "template"
-            ],
-            "time": "2012-10-31 18:15:28"
-        },
-        {
-            "name": "phpunit/php-timer",
-            "version": "1.0.5",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/sebastianbergmann/php-timer.git",
-                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
-                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "type": "library",
-            "autoload": {
-                "classmap": [
-                    "PHP/"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "include-path": [
-                ""
-            ],
-            "license": [
-                "BSD-3-Clause"
-            ],
-            "authors": [
-                {
-                    "name": "Sebastian Bergmann",
-                    "email": "sb@sebastian-bergmann.de",
-                    "role": "lead"
-                }
-            ],
-            "description": "Utility class for timing",
-            "homepage": "https://github.com/sebastianbergmann/php-timer/",
-            "keywords": [
-                "timer"
-            ],
-            "time": "2013-08-02 07:42:54"
-        },
-        {
-            "name": "phpunit/php-token-stream",
-            "version": "1.2.1",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
-                "reference": "5220af2a7929aa35cf663d97c89ad3d50cf5fa3e"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/5220af2a7929aa35cf663d97c89ad3d50cf5fa3e",
-                "reference": "5220af2a7929aa35cf663d97c89ad3d50cf5fa3e",
-                "shasum": ""
-            },
-            "require": {
-                "ext-tokenizer": "*",
-                "php": ">=5.3.3"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "1.2-dev"
-                }
-            },
-            "autoload": {
-                "classmap": [
-                    "PHP/"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "include-path": [
-                ""
-            ],
-            "license": [
-                "BSD-3-Clause"
-            ],
-            "authors": [
-                {
-                    "name": "Sebastian Bergmann",
-                    "email": "sb@sebastian-bergmann.de",
-                    "role": "lead"
-                }
-            ],
-            "description": "Wrapper around PHP's tokenizer extension.",
-            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
-            "keywords": [
-                "tokenizer"
-            ],
-            "time": "2013-09-13 04:58:23"
-        },
-        {
-            "name": "phpunit/phpunit",
-            "version": "3.7.28",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/sebastianbergmann/phpunit.git",
-                "reference": "3b97c8492bcafbabe6b6fbd2ab35f2f04d932a8d"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3b97c8492bcafbabe6b6fbd2ab35f2f04d932a8d",
-                "reference": "3b97c8492bcafbabe6b6fbd2ab35f2f04d932a8d",
-                "shasum": ""
-            },
-            "require": {
-                "ext-dom": "*",
-                "ext-pcre": "*",
-                "ext-reflection": "*",
-                "ext-spl": "*",
-                "php": ">=5.3.3",
-                "phpunit/php-code-coverage": "~1.2.1",
-                "phpunit/php-file-iterator": ">=1.3.1",
-                "phpunit/php-text-template": ">=1.1.1",
-                "phpunit/php-timer": ">=1.0.4",
-                "phpunit/phpunit-mock-objects": "~1.2.0",
-                "symfony/yaml": "~2.0"
-            },
-            "require-dev": {
-                "pear-pear/pear": "1.9.4"
-            },
-            "suggest": {
-                "ext-json": "*",
-                "ext-simplexml": "*",
-                "ext-tokenizer": "*",
-                "phpunit/php-invoker": ">=1.1.0,<1.2.0"
-            },
-            "bin": [
-                "composer/bin/phpunit"
-            ],
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "3.7.x-dev"
-                }
-            },
-            "autoload": {
-                "classmap": [
-                    "PHPUnit/"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "include-path": [
-                "",
-                "../../symfony/yaml/"
-            ],
-            "license": [
-                "BSD-3-Clause"
-            ],
-            "authors": [
-                {
-                    "name": "Sebastian Bergmann",
-                    "email": "sebastian@phpunit.de",
-                    "role": "lead"
-                }
-            ],
-            "description": "The PHP Unit Testing framework.",
-            "homepage": "http://www.phpunit.de/",
-            "keywords": [
-                "phpunit",
-                "testing",
-                "xunit"
-            ],
-            "time": "2013-10-17 07:27:40"
-        },
-        {
-            "name": "phpunit/phpunit-mock-objects",
-            "version": "1.2.3",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
-                "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
-                "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3",
-                "phpunit/php-text-template": ">=1.1.1@stable"
-            },
-            "suggest": {
-                "ext-soap": "*"
-            },
-            "type": "library",
-            "autoload": {
-                "classmap": [
-                    "PHPUnit/"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "include-path": [
-                ""
-            ],
-            "license": [
-                "BSD-3-Clause"
-            ],
-            "authors": [
-                {
-                    "name": "Sebastian Bergmann",
-                    "email": "sb@sebastian-bergmann.de",
-                    "role": "lead"
-                }
-            ],
-            "description": "Mock Object library for PHPUnit",
-            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
-            "keywords": [
-                "mock",
-                "xunit"
-            ],
-            "time": "2013-01-13 10:24:48"
-        },
-        {
-            "name": "sami/sami",
-            "version": "dev-master",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/fabpot/Sami.git",
-                "reference": "c0bc11b187a2f57414e2bf8dd7b40455e9b21ffe"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/fabpot/Sami/zipball/c0bc11b187a2f57414e2bf8dd7b40455e9b21ffe",
-                "reference": "c0bc11b187a2f57414e2bf8dd7b40455e9b21ffe",
-                "shasum": ""
-            },
-            "require": {
-                "michelf/php-markdown": "~1.3",
-                "nikic/php-parser": "0.9.*",
-                "php": ">=5.3.0",
-                "pimple/pimple": "1.0.*",
-                "symfony/console": "~2.1",
-                "symfony/filesystem": "~2.1",
-                "symfony/finder": "~2.1",
-                "symfony/process": "~2.1",
-                "symfony/yaml": "~2.1",
-                "twig/twig": "1.*"
-            },
-            "bin": [
-                "sami.php"
-            ],
-            "type": "application",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "1.3-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Sami": "."
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                }
-            ],
-            "description": "Sami, an API documentation generator",
-            "homepage": "http://sami.sensiolabs.org",
-            "keywords": [
-                "phpdoc"
-            ],
-            "time": "2013-10-18 19:34:10"
-        },
-        {
-            "name": "symfony/console",
-            "version": "v2.3.6",
-            "target-dir": "Symfony/Component/Console",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/Console.git",
-                "reference": "f880062d56edefb25b36f2defa65aafe65959dc7"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/symfony/Console/zipball/f880062d56edefb25b36f2defa65aafe65959dc7",
-                "reference": "f880062d56edefb25b36f2defa65aafe65959dc7",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "require-dev": {
-                "symfony/event-dispatcher": "~2.1"
-            },
-            "suggest": {
-                "symfony/event-dispatcher": ""
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.3-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Symfony\\Component\\Console\\": ""
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                },
-                {
-                    "name": "Symfony Community",
-                    "homepage": "http://symfony.com/contributors"
-                }
-            ],
-            "description": "Symfony Console Component",
-            "homepage": "http://symfony.com",
-            "time": "2013-09-25 06:04:15"
-        },
-        {
-            "name": "symfony/finder",
-            "version": "v2.3.6",
-            "target-dir": "Symfony/Component/Finder",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/Finder.git",
-                "reference": "a175521f680b178e63c5d0ab87c6b046c0990c3f"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/symfony/Finder/zipball/a175521f680b178e63c5d0ab87c6b046c0990c3f",
-                "reference": "a175521f680b178e63c5d0ab87c6b046c0990c3f",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.3-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Symfony\\Component\\Finder\\": ""
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                },
-                {
-                    "name": "Symfony Community",
-                    "homepage": "http://symfony.com/contributors"
-                }
-            ],
-            "description": "Symfony Finder Component",
-            "homepage": "http://symfony.com",
-            "time": "2013-09-19 09:45:20"
-        },
-        {
-            "name": "symfony/yaml",
-            "version": "v2.3.6",
-            "target-dir": "Symfony/Component/Yaml",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/symfony/Yaml.git",
-                "reference": "6bb881b948368482e1abf1a75c08bcf88a1c5fc3"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/symfony/Yaml/zipball/6bb881b948368482e1abf1a75c08bcf88a1c5fc3",
-                "reference": "6bb881b948368482e1abf1a75c08bcf88a1c5fc3",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.3"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "2.3-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Symfony\\Component\\Yaml\\": ""
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                },
-                {
-                    "name": "Symfony Community",
-                    "homepage": "http://symfony.com/contributors"
-                }
-            ],
-            "description": "Symfony Yaml Component",
-            "homepage": "http://symfony.com",
-            "time": "2013-09-22 18:04:39"
-        },
-        {
-            "name": "twig/twig",
-            "version": "v1.14.2",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/fabpot/Twig.git",
-                "reference": "ca445842fcea4f844d68203ffa2d00f5e3cdea64"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/fabpot/Twig/zipball/ca445842fcea4f844d68203ffa2d00f5e3cdea64",
-                "reference": "ca445842fcea4f844d68203ffa2d00f5e3cdea64",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.2.4"
-            },
-            "type": "library",
-            "extra": {
-                "branch-alias": {
-                    "dev-master": "1.14-dev"
-                }
-            },
-            "autoload": {
-                "psr-0": {
-                    "Twig_": "lib/"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "BSD-3-Clause"
-            ],
-            "authors": [
-                {
-                    "name": "Fabien Potencier",
-                    "email": "fabien@symfony.com"
-                },
-                {
-                    "name": "Armin Ronacher",
-                    "email": "armin.ronacher@active-4.com"
-                }
-            ],
-            "description": "Twig, the flexible, fast, and secure template language for PHP",
-            "homepage": "http://twig.sensiolabs.org",
-            "keywords": [
-                "templating"
-            ],
-            "time": "2013-10-30 08:20:53"
-        }
-    ],
-    "aliases": [
-
-    ],
-    "minimum-stability": "stable",
-    "stability-flags": {
-        "sami/sami": 20
-    },
-    "platform": {
-        "php": ">=5.3.3"
-    },
-    "platform-dev": {
-        "ext-zip": "*"
-    }
-}

+ 0 - 133
vendor/alchemy/zippy/docs/Makefile

@@ -1,133 +0,0 @@
-# Makefile for Sphinx documentation
-#
-
-# You can set these variables from the command line.
-SPHINXOPTS    =
-SPHINXBUILD   = sphinx-build
-PAPER         =
-BUILDDIR      = build
-
-# Internal variables.
-PAPEROPT_a4     = -D latex_paper_size=a4
-PAPEROPT_letter = -D latex_paper_size=letter
-ALLSPHINXOPTS   = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
-# the i18n builder cannot share the environment and doctrees with the others
-I18NSPHINXOPTS  = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
-
-.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
-
-help:
-	@echo "Please use \`make <target>' where <target> is one of"
-	@echo "  html       to make standalone HTML files"
-	@echo "  dirhtml    to make HTML files named index.html in directories"
-	@echo "  singlehtml to make a single large HTML file"
-	@echo "  pickle     to make pickle files"
-	@echo "  json       to make JSON files"
-	@echo "  htmlhelp   to make HTML files and a HTML help project"
-	@echo "  epub       to make an epub"
-	@echo "  latex      to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
-	@echo "  latexpdf   to make LaTeX files and run them through pdflatex"
-	@echo "  text       to make text files"
-	@echo "  man        to make manual pages"
-	@echo "  texinfo    to make Texinfo files"
-	@echo "  info       to make Texinfo files and run them through makeinfo"
-	@echo "  gettext    to make PO message catalogs"
-	@echo "  changes    to make an overview of all changed/added/deprecated items"
-	@echo "  linkcheck  to check all external links for integrity"
-	@echo "  doctest    to run all doctests embedded in the documentation (if enabled)"
-
-clean:
-	-rm -rf $(BUILDDIR)/*
-
-html:
-	$(SPHINXBUILD) -W -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
-	@echo
-	@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
-
-dirhtml:
-	$(SPHINXBUILD) -W -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
-	@echo
-	@echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
-
-singlehtml:
-	$(SPHINXBUILD) -W -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
-	@echo
-	@echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
-
-pickle:
-	$(SPHINXBUILD) -W -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
-	@echo
-	@echo "Build finished; now you can process the pickle files."
-
-json:
-	$(SPHINXBUILD) -W -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
-	@echo
-	@echo "Build finished; now you can process the JSON files."
-
-htmlhelp:
-	$(SPHINXBUILD) -W -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
-	@echo
-	@echo "Build finished; now you can run HTML Help Workshop with the" \
-	      ".hhp project file in $(BUILDDIR)/htmlhelp."
-
-epub:
-	$(SPHINXBUILD) -W -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub
-	@echo
-	@echo "Build finished. The epub file is in $(BUILDDIR)/epub."
-
-latex:
-	$(SPHINXBUILD) -W -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
-	@echo
-	@echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
-	@echo "Run \`make' in that directory to run these through (pdf)latex" \
-	      "(use \`make latexpdf' here to do that automatically)."
-
-latexpdf:
-	$(SPHINXBUILD) -W -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
-	@echo "Running LaTeX files through pdflatex..."
-	$(MAKE) -C $(BUILDDIR)/latex all-pdf
-	@echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
-
-text:
-	$(SPHINXBUILD) -W -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text
-	@echo
-	@echo "Build finished. The text files are in $(BUILDDIR)/text."
-
-man:
-	$(SPHINXBUILD) -W -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
-	@echo
-	@echo "Build finished. The manual pages are in $(BUILDDIR)/man."
-
-texinfo:
-	$(SPHINXBUILD) -W -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
-	@echo
-	@echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo."
-	@echo "Run \`make' in that directory to run these through makeinfo" \
-	      "(use \`make info' here to do that automatically)."
-
-info:
-	$(SPHINXBUILD) -W -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
-	@echo "Running Texinfo files through makeinfo..."
-	make -C $(BUILDDIR)/texinfo info
-	@echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo."
-
-gettext:
-	$(SPHINXBUILD) -W -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale
-	@echo
-	@echo "Build finished. The message catalogs are in $(BUILDDIR)/locale."
-
-changes:
-	$(SPHINXBUILD) -W -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
-	@echo
-	@echo "The overview file is in $(BUILDDIR)/changes."
-
-linkcheck:
-	$(SPHINXBUILD) -W -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
-	@echo
-	@echo "Link check complete; look for any errors in the above output " \
-	      "or in $(BUILDDIR)/linkcheck/output.txt."
-
-doctest:
-	$(SPHINXBUILD) -W -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
-	@echo "Testing of doctests in the sources finished, look at the " \
-	      "results in $(BUILDDIR)/doctest/output.txt."

+ 0 - 176
vendor/alchemy/zippy/docs/make.bat

@@ -1,176 +0,0 @@
-@ECHO OFF
-
-REM Command file for Sphinx documentation
-
-if "%SPHINXBUILD%" == "" (
-	set SPHINXBUILD=sphinx-build
-)
-set BUILDDIR=build
-set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
-set I18NSPHINXOPTS=%SPHINXOPTS% source
-if NOT "%PAPER%" == "" (
-	set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
-	set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
-)
-
-if "%1" == "" goto help
-
-if "%1" == "help" (
-	:help
-	echo.Please use `make ^<target^>` where ^<target^> is one of
-	echo.  html       to make standalone HTML files
-	echo.  dirhtml    to make HTML files named index.html in directories
-	echo.  singlehtml to make a single large HTML file
-	echo.  pickle     to make pickle files
-	echo.  json       to make JSON files
-	echo.  htmlhelp   to make HTML files and a HTML help project
-	echo.  epub       to make an epub
-	echo.  latex      to make LaTeX files, you can set PAPER=a4 or PAPER=letter
-	echo.  text       to make text files
-	echo.  man        to make manual pages
-	echo.  texinfo    to make Texinfo files
-	echo.  gettext    to make PO message catalogs
-	echo.  changes    to make an overview over all changed/added/deprecated items
-	echo.  linkcheck  to check all external links for integrity
-	echo.  doctest    to run all doctests embedded in the documentation if enabled
-	goto end
-)
-
-if "%1" == "clean" (
-	for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
-	del /q /s %BUILDDIR%\*
-	goto end
-)
-
-if "%1" == "html" (
-	%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished. The HTML pages are in %BUILDDIR%/html.
-	goto end
-)
-
-if "%1" == "dirhtml" (
-	%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
-	goto end
-)
-
-if "%1" == "singlehtml" (
-	%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
-	goto end
-)
-
-if "%1" == "pickle" (
-	%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished; now you can process the pickle files.
-	goto end
-)
-
-if "%1" == "json" (
-	%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished; now you can process the JSON files.
-	goto end
-)
-
-if "%1" == "htmlhelp" (
-	%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished; now you can run HTML Help Workshop with the ^
-.hhp project file in %BUILDDIR%/htmlhelp.
-	goto end
-)
-
-if "%1" == "devhelp" (
-	%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished.
-	goto end
-)
-
-if "%1" == "epub" (
-	%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished. The epub file is in %BUILDDIR%/epub.
-	goto end
-)
-
-if "%1" == "latex" (
-	%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
-	goto end
-)
-
-if "%1" == "text" (
-	%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished. The text files are in %BUILDDIR%/text.
-	goto end
-)
-
-if "%1" == "man" (
-	%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished. The manual pages are in %BUILDDIR%/man.
-	goto end
-)
-
-if "%1" == "texinfo" (
-	%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
-	goto end
-)
-
-if "%1" == "gettext" (
-	%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
-	goto end
-)
-
-if "%1" == "changes" (
-	%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.The overview file is in %BUILDDIR%/changes.
-	goto end
-)
-
-if "%1" == "linkcheck" (
-	%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Link check complete; look for any errors in the above output ^
-or in %BUILDDIR%/linkcheck/output.txt.
-	goto end
-)
-
-if "%1" == "doctest" (
-	%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
-	if errorlevel 1 exit /b 1
-	echo.
-	echo.Testing of doctests in the sources finished, look at the ^
-results in %BUILDDIR%/doctest/output.txt.
-	goto end
-)
-
-:end

+ 0 - 32
vendor/alchemy/zippy/docs/source/API/API/Alchemy.html

@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="stylesheet.css">
-                            </head>
-        <body id="overview">
-            <div class="header">
-        <ul>
-            <li><a href="classes.html">Classes</a></li>
-                            <li><a href="namespaces.html">Namespaces</a></li>
-                        <li><a href="interfaces.html">Interfaces</a></li>
-            <li><a href="doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Namespace</div>
-    <h1>Alchemy</h1>
-    </div>
-        <div class="content">
-                
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 38
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy.html

@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../stylesheet.css">
-                            </head>
-        <body id="overview">
-            <div class="header">
-        <ul>
-            <li><a href="../classes.html">Classes</a></li>
-                            <li><a href="../namespaces.html">Namespaces</a></li>
-                        <li><a href="../interfaces.html">Interfaces</a></li>
-            <li><a href="../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Namespace</div>
-    <h1>Alchemy\Zippy</h1>
-    </div>
-        <div class="content">
-                        <table>
-                            <tr>
-                    <td><a href="../Alchemy/Zippy/Zippy.html"><abbr title="Alchemy\Zippy\Zippy">Zippy</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                    </table>
-    
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 69
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter.html

@@ -1,69 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../stylesheet.css">
-                            </head>
-        <body id="overview">
-            <div class="header">
-        <ul>
-            <li><a href="../../classes.html">Classes</a></li>
-                            <li><a href="../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Namespace</div>
-    <h1>Alchemy\Zippy\Adapter</h1>
-    </div>
-        <div class="content">
-                        <table>
-                            <tr>
-                    <td><a href="../../Alchemy/Zippy/Adapter/AbstractAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractAdapter">AbstractAdapter</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                            <tr>
-                    <td><a href="../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                            <tr>
-                    <td><a href="../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                            <tr>
-                    <td><a href="../../Alchemy/Zippy/Adapter/AdapterContainer.html"><abbr title="Alchemy\Zippy\Adapter\AdapterContainer">AdapterContainer</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                            <tr>
-                    <td><a href="../../Alchemy/Zippy/Adapter/ZipAdapter.html"><abbr title="Alchemy\Zippy\Adapter\ZipAdapter">ZipAdapter</abbr></a></td>
-                    <td class="last">ZipAdapter allows you to create and extract files from archives using Zip</td>
-                </tr>
-                            <tr>
-                    <td><a href="../../Alchemy/Zippy/Adapter/ZipExtensionAdapter.html"><abbr title="Alchemy\Zippy\Adapter\ZipExtensionAdapter">ZipExtensionAdapter</abbr></a></td>
-                    <td class="last">ZipExtensionAdapter allows you to create and extract files from archives using PHP Zip extension</td>
-                </tr>
-                    </table>
-    
-            <h2>Interfaces</h2>
-        <table>
-                            <tr>
-                    <td><a href="../../Alchemy/Zippy/Adapter/AdapterInterface.html"><abbr title="Alchemy\Zippy\Adapter\AdapterInterface">AdapterInterface</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                            <tr>
-                    <td><a href="../../Alchemy/Zippy/Adapter/BinaryAdapterInterface.html"><abbr title="Alchemy\Zippy\Adapter\BinaryAdapterInterface">BinaryAdapterInterface</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                    </table>
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 124
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/AbstractAdapter.html

@@ -1,124 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\AbstractAdapter | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../classes.html">Classes</a></li>
-                            <li><a href="../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Class</div>
-    <h1><a href="../../../Alchemy/Zippy/Adapter.html">Alchemy\Zippy\Adapter</a>\AbstractAdapter</h1>
-    </div>
-        <div class="content">
-                <p>abstract class    <strong>AbstractAdapter</strong>        implements
-        <a href="../../../Alchemy/Zippy/Adapter/AdapterInterface.html"><abbr title="Alchemy\Zippy\Adapter\AdapterInterface">AdapterInterface</abbr></a></p>
-
-    
-    
-    
-            <h2>Methods</h2>
-
-            <table>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method___construct">__construct</a>(<a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a> $manager)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_open">open</a>(String $path)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-            </table>
-
-
-        <h2>Details</h2>
-
-                        <h3 id="method___construct">
-        <div class="location">at line 23</div>
-        <code>            public            
-    <strong>__construct</strong>(<a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a> $manager)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a></td>
-                <td>$manager</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_open">
-        <div class="location">at line 31</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-    <strong>open</strong>(String $path)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td>String</td>
-                <td>$path</td>
-                <td>The path to the archive</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 436
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html

@@ -1,436 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\AbstractBinaryAdapter | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../classes.html">Classes</a></li>
-                            <li><a href="../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Class</div>
-    <h1><a href="../../../Alchemy/Zippy/Adapter.html">Alchemy\Zippy\Adapter</a>\AbstractBinaryAdapter</h1>
-    </div>
-        <div class="content">
-                <p>abstract class    <strong>AbstractBinaryAdapter</strong>        extends <a href="../../../Alchemy/Zippy/Adapter/AbstractAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractAdapter">AbstractAdapter</abbr></a>        implements
-        <a href="../../../Alchemy/Zippy/Adapter/BinaryAdapterInterface.html"><abbr title="Alchemy\Zippy\Adapter\BinaryAdapterInterface">BinaryAdapterInterface</abbr></a></p>
-
-    
-    
-    
-            <h2>Methods</h2>
-
-            <table>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method___construct">__construct</a>(<a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a> $parser, <a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a> $manager, <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $inflator, <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $deflator = null)
-                    <p>Constructor</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_open">open</a>(String $path)
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractAdapter.html#method_open"><abbr title="Alchemy\Zippy\Adapter\AbstractAdapter">AbstractAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_getParser">getParser</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_setParser">setParser</a>(<a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a> $parser)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_getDeflator">getDeflator</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_getInflator">getInflator</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_setDeflator">setDeflator</a>(<a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $processBuilder)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_setInflator">setInflator</a>(<a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $processBuilder)
-                    <p>Sets the inflator process builder</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_newInstance">newInstance</a>(<a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a> $manager, $inflatorBinaryName = null, $deflatorBinaryName = null)
-                    <p>Returns a new instance of the invoked adapter</p>
-                </td>
-                <td></td>
-            </tr>
-            </table>
-
-
-        <h2>Details</h2>
-
-                        <h3 id="method___construct">
-        <div class="location">at line 58</div>
-        <code>            public            
-    <strong>__construct</strong>(<a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a> $parser, <a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a> $manager, <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $inflator, <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $deflator = null)</code>
-    </h3>
-    <div class="details">
-        <p>Constructor</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a></td>
-                <td>$parser</td>
-                <td>An output parser</td>
-            </tr>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a></td>
-                <td>$manager</td>
-                <td>A resource manager</td>
-            </tr>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-                <td>$inflator</td>
-                <td>A process builder factory for the inflator binary</td>
-            </tr>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-                <td>$deflator</td>
-                <td>A process builder factory for the deflator binary</td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_open">
-        <div class="location">in <a href="../../../Alchemy/Zippy/Adapter/AbstractAdapter.html#method_open"><abbr title="Alchemy\Zippy\Adapter\AbstractAdapter">AbstractAdapter</abbr></a> at line 31</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-    <strong>open</strong>(String $path)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td>String</td>
-                <td>$path</td>
-                <td>The path to the archive</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getParser">
-        <div class="location">at line 69</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a>
-    <strong>getParser</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_setParser">
-        <div class="location">at line 77</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-    <strong>setParser</strong>(<a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a> $parser)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a></td>
-                <td>$parser</td>
-                <td>The parser to use</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDeflator">
-        <div class="location">at line 87</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a>
-    <strong>getDeflator</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getInflator">
-        <div class="location">at line 95</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a>
-    <strong>getInflator</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_setDeflator">
-        <div class="location">at line 103</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-    <strong>setDeflator</strong>(<a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $processBuilder)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-                <td>$processBuilder</td>
-                <td>The parser to use</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_setInflator">
-        <div class="location">at line 110</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-    <strong>setInflator</strong>(<a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $processBuilder)</code>
-    </h3>
-    <div class="details">
-        <p>Sets the inflator process builder</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-                <td>$processBuilder</td>
-                <td>The parser to use</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_newInstance">
-        <div class="location">at line 127</div>
-        <code>        static    public            <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-    <strong>newInstance</strong>(<a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a> $manager, $inflatorBinaryName = null, $deflatorBinaryName = null)</code>
-    </h3>
-    <div class="details">
-        <p>Returns a new instance of the invoked adapter</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a></td>
-                <td>$manager</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$inflatorBinaryName</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$deflatorBinaryName</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-                            <h4>Exceptions</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td>
-                <td>In case object could not be instanciated</td>
-            </tr>
-            </table>
-
-            
-                    </div>
-    </div>
-
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 734
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/AbstractTarAdapter.html

@@ -1,734 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\AbstractTarAdapter | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../classes.html">Classes</a></li>
-                            <li><a href="../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Class</div>
-    <h1><a href="../../../Alchemy/Zippy/Adapter.html">Alchemy\Zippy\Adapter</a>\AbstractTarAdapter</h1>
-    </div>
-        <div class="content">
-                <p>abstract class    <strong>AbstractTarAdapter</strong>        extends <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></p>
-
-    
-    
-    
-            <h2>Methods</h2>
-
-            <table>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method___construct">__construct</a>(<a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a> $parser, <a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a> $manager, <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $inflator, <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $deflator = null)
-                    <p>Constructor</p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method___construct"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_getParser">getParser</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_getParser"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_setParser">setParser</a>(<a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a> $parser)
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_setParser"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_getDeflator">getDeflator</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_getDeflator"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_getInflator">getInflator</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_getInflator"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_setDeflator">setDeflator</a>(<a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $processBuilder)
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_setDeflator"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_setInflator">setInflator</a>(<a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $processBuilder)
-                    <p>Sets the inflator process builder</p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_setInflator"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_newInstance">newInstance</a>(<a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a> $manager, $inflatorBinaryName = null, $deflatorBinaryName = null)
-                    <p>Returns a new instance of the invoked adapter</p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_newInstance"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_create">create</a>($path, $files = null, $recursive = true)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_listMembers">listMembers</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_add">add</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $files, $recursive = true)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_remove">remove</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $files)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_extractMembers">extractMembers</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $members, $to = null)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_extract">extract</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $to = null)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_isSupported">isSupported</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    String
-                </td>
-                <td class="last">
-                    <a href="#method_getInflatorVersion">getInflatorVersion</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    String
-                </td>
-                <td class="last">
-                    <a href="#method_getDeflatorVersion">getDeflatorVersion</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-            </table>
-
-
-        <h2>Details</h2>
-
-                        <h3 id="method___construct">
-        <div class="location">in <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method___construct"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a> at line 58</div>
-        <code>            public            
-    <strong>__construct</strong>(<a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a> $parser, <a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a> $manager, <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $inflator, <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $deflator = null)</code>
-    </h3>
-    <div class="details">
-        <p>Constructor</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a></td>
-                <td>$parser</td>
-                <td>An output parser</td>
-            </tr>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a></td>
-                <td>$manager</td>
-                <td>A resource manager</td>
-            </tr>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-                <td>$inflator</td>
-                <td>A process builder factory for the inflator binary</td>
-            </tr>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-                <td>$deflator</td>
-                <td>A process builder factory for the deflator binary</td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getParser">
-        <div class="location">in <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_getParser"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a> at line 69</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a>
-    <strong>getParser</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_setParser">
-        <div class="location">in <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_setParser"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a> at line 77</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-    <strong>setParser</strong>(<a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a> $parser)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a></td>
-                <td>$parser</td>
-                <td>The parser to use</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDeflator">
-        <div class="location">in <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_getDeflator"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a> at line 87</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a>
-    <strong>getDeflator</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getInflator">
-        <div class="location">in <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_getInflator"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a> at line 95</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a>
-    <strong>getInflator</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_setDeflator">
-        <div class="location">in <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_setDeflator"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a> at line 103</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-    <strong>setDeflator</strong>(<a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $processBuilder)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-                <td>$processBuilder</td>
-                <td>The parser to use</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_setInflator">
-        <div class="location">in <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_setInflator"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a> at line 110</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-    <strong>setInflator</strong>(<a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $processBuilder)</code>
-    </h3>
-    <div class="details">
-        <p>Sets the inflator process builder</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-                <td>$processBuilder</td>
-                <td>The parser to use</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_newInstance">
-        <div class="location">in <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_newInstance"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a> at line 127</div>
-        <code>        static    public            <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-    <strong>newInstance</strong>(<a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a> $manager, $inflatorBinaryName = null, $deflatorBinaryName = null)</code>
-    </h3>
-    <div class="details">
-        <p>Returns a new instance of the invoked adapter</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a></td>
-                <td>$manager</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$inflatorBinaryName</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$deflatorBinaryName</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-                            <h4>Exceptions</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td>
-                <td>In case object could not be instanciated</td>
-            </tr>
-            </table>
-
-            
-                    </div>
-    </div>
-
-                <h3 id="method_create">
-        <div class="location">at line 27</div>
-        <code>            public            
-    <strong>create</strong>($path, $files = null, $recursive = true)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td></td>
-                <td>$path</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$files</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$recursive</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_listMembers">
-        <div class="location">at line 35</div>
-        <code>            public            
-    <strong>listMembers</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_add">
-        <div class="location">at line 43</div>
-        <code>            public            
-    <strong>add</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $files, $recursive = true)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$files</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$recursive</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_remove">
-        <div class="location">at line 51</div>
-        <code>            public            
-    <strong>remove</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $files)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$files</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_extractMembers">
-        <div class="location">at line 59</div>
-        <code>            public            
-    <strong>extractMembers</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $members, $to = null)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$members</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$to</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_extract">
-        <div class="location">at line 67</div>
-        <code>            public            
-    <strong>extract</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $to = null)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$to</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_isSupported">
-        <div class="location">at line 75</div>
-        <code>            public            
-    <strong>isSupported</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getInflatorVersion">
-        <div class="location">at line 95</div>
-        <code>            public            String
-    <strong>getInflatorVersion</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>String</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDeflatorVersion">
-        <div class="location">at line 118</div>
-        <code>            public            String
-    <strong>getDeflatorVersion</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>String</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 78
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/AdapterContainer.html

@@ -1,78 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\AdapterContainer | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../classes.html">Classes</a></li>
-                            <li><a href="../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Class</div>
-    <h1><a href="../../../Alchemy/Zippy/Adapter.html">Alchemy\Zippy\Adapter</a>\AdapterContainer</h1>
-    </div>
-        <div class="content">
-                <p>class    <strong>AdapterContainer</strong>        extends <abbr title="Pimple">Pimple</abbr></p>
-
-    
-    
-    
-            <h2>Methods</h2>
-
-            <table>
-                    <tr>
-                <td class="type">
-                    static&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AdapterContainer.html"><abbr title="Alchemy\Zippy\Adapter\AdapterContainer">AdapterContainer</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_load">load</a>()
-                    <p>Builds the adapter container</p>
-                </td>
-                <td></td>
-            </tr>
-            </table>
-
-
-        <h2>Details</h2>
-
-                        <h3 id="method_load">
-        <div class="location">at line 36</div>
-        <code>        static    public            <a href="../../../Alchemy/Zippy/Adapter/AdapterContainer.html"><abbr title="Alchemy\Zippy\Adapter\AdapterContainer">AdapterContainer</abbr></a>
-    <strong>load</strong>()</code>
-    </h3>
-    <div class="details">
-        <p>Builds the adapter container</p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Adapter/AdapterContainer.html"><abbr title="Alchemy\Zippy\Adapter\AdapterContainer">AdapterContainer</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 552
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/AdapterInterface.html

@@ -1,552 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\AdapterInterface | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../classes.html">Classes</a></li>
-                            <li><a href="../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Interface</div>
-    <h1><a href="../../../Alchemy/Zippy/Adapter.html">Alchemy\Zippy\Adapter</a>\AdapterInterface</h1>
-    </div>
-        <div class="content">
-                <p>interface    <strong>AdapterInterface</strong></p>
-
-    
-    
-    
-            <h2>Methods</h2>
-
-            <table>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_open">open</a>(String $path)
-                    <p>Opens an archive</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_create">create</a>(String $path, String|Array|<a href="http://php.net/Traversable"><abbr title="Traversable">Traversable</abbr></a>|null $files = null, Boolean $recursive = true)
-                    <p>Creates a new archive</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    Boolean
-                </td>
-                <td class="last">
-                    <a href="#method_isSupported">isSupported</a>()
-                    <p>Tests if the adapter is supported by the current environment</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    Array
-                </td>
-                <td class="last">
-                    <a href="#method_listMembers">listMembers</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource)
-                    <p>Returns the list of all archive members</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    Array
-                </td>
-                <td class="last">
-                    <a href="#method_add">add</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, String|Array|<a href="http://php.net/Traversable"><abbr title="Traversable">Traversable</abbr></a> $files, Boolean $recursive = true)
-                    <p>Adds a file to the archive</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;String
-                </td>
-                <td class="last">
-                    <a href="#method_getName">getName</a>()
-                    <p>Returns the adapter name</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    Array
-                </td>
-                <td class="last">
-                    <a href="#method_remove">remove</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, String|Array|<a href="http://php.net/Traversable"><abbr title="Traversable">Traversable</abbr></a> $files)
-                    <p>Removes a member of the archive</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_extract">extract</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, String|null $to = null)
-                    <p>Extracts an entire archive</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_extractMembers">extractMembers</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, Array $members, String|null $to = null)
-                    <p>Extracts specific members of the archive</p>
-                </td>
-                <td></td>
-            </tr>
-            </table>
-
-
-        <h2>Details</h2>
-
-                        <h3 id="method_open">
-        <div class="location">at line 31</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-    <strong>open</strong>(String $path)</code>
-    </h3>
-    <div class="details">
-        <p>Opens an archive</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td>String</td>
-                <td>$path</td>
-                <td>The path to the archive</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-                            <h4>Exceptions</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td>
-                <td>In case the provided path is not valid</td>
-            </tr>
-                    <tr>
-                <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td>
-                <td>In case of failure</td>
-            </tr>
-            </table>
-
-            
-                    </div>
-    </div>
-
-                <h3 id="method_create">
-        <div class="location">at line 49</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-    <strong>create</strong>(String $path, String|Array|<a href="http://php.net/Traversable"><abbr title="Traversable">Traversable</abbr></a>|null $files = null, Boolean $recursive = true)</code>
-    </h3>
-    <div class="details">
-        <p>Creates a new archive</p>
-        <p>Please note some adapters can not create empty archives.<br />
- They would throw a `NotSupportedException` in case you ask to create an archive without files</p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td>String</td>
-                <td>$path</td>
-                <td>The path to the archive</td>
-            </tr>
-                    <tr>
-                <td>String|Array|<a href="http://php.net/Traversable"><abbr title="Traversable">Traversable</abbr></a>|null</td>
-                <td>$files</td>
-                <td>A filename, an array of files, or a \Traversable instance</td>
-            </tr>
-                    <tr>
-                <td>Boolean</td>
-                <td>$recursive</td>
-                <td>Whether to recurse or not in the provided directories</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-                            <h4>Exceptions</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td>
-                <td>In case of failure</td>
-            </tr>
-                    <tr>
-                <td><abbr title="NotSupportedException">NotSupportedException</abbr></td>
-                <td>In case the operation in not supported</td>
-            </tr>
-                    <tr>
-                <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td>
-                <td>In case no files could be added</td>
-            </tr>
-            </table>
-
-            
-                    </div>
-    </div>
-
-                <h3 id="method_isSupported">
-        <div class="location">at line 56</div>
-        <code>            public            Boolean
-    <strong>isSupported</strong>()</code>
-    </h3>
-    <div class="details">
-        <p>Tests if the adapter is supported by the current environment</p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>Boolean</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_listMembers">
-        <div class="location">at line 67</div>
-        <code>            public            Array
-    <strong>listMembers</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource)</code>
-    </h3>
-    <div class="details">
-        <p>Returns the list of all archive members</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td>The path to the archive</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>Array</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-                            <h4>Exceptions</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td>
-                <td>In case of failure</td>
-            </tr>
-            </table>
-
-            
-                    </div>
-    </div>
-
-                <h3 id="method_add">
-        <div class="location">at line 81</div>
-        <code>            public            Array
-    <strong>add</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, String|Array|<a href="http://php.net/Traversable"><abbr title="Traversable">Traversable</abbr></a> $files, Boolean $recursive = true)</code>
-    </h3>
-    <div class="details">
-        <p>Adds a file to the archive</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td>The path to the archive</td>
-            </tr>
-                    <tr>
-                <td>String|Array|<a href="http://php.net/Traversable"><abbr title="Traversable">Traversable</abbr></a></td>
-                <td>$files</td>
-                <td>An array of paths to add, relative to cwd</td>
-            </tr>
-                    <tr>
-                <td>Boolean</td>
-                <td>$recursive</td>
-                <td>Whether or not to recurse in the provided directories</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>Array</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-                            <h4>Exceptions</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td>
-                <td>In case of failure</td>
-            </tr>
-                    <tr>
-                <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td>
-                <td>In case no files could be added</td>
-            </tr>
-            </table>
-
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getName">
-        <div class="location">at line 88</div>
-        <code>        static    public            String
-    <strong>getName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p>Returns the adapter name</p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>String</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_remove">
-        <div class="location">at line 101</div>
-        <code>            public            Array
-    <strong>remove</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, String|Array|<a href="http://php.net/Traversable"><abbr title="Traversable">Traversable</abbr></a> $files)</code>
-    </h3>
-    <div class="details">
-        <p>Removes a member of the archive</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td>The path to the archive</td>
-            </tr>
-                    <tr>
-                <td>String|Array|<a href="http://php.net/Traversable"><abbr title="Traversable">Traversable</abbr></a></td>
-                <td>$files</td>
-                <td>A filename, an array of files, or a \Traversable instance</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>Array</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-                            <h4>Exceptions</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td>
-                <td>In case of failure</td>
-            </tr>
-                    <tr>
-                <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td>
-                <td>In case no files could be removed</td>
-            </tr>
-            </table>
-
-            
-                    </div>
-    </div>
-
-                <h3 id="method_extract">
-        <div class="location">at line 116</div>
-        <code>            public            <a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a>
-    <strong>extract</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, String|null $to = null)</code>
-    </h3>
-    <div class="details">
-        <p>Extracts an entire archive</p>
-        <p>Note that any existing files will be overwritten by the adapter</p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td>The path to the archive</td>
-            </tr>
-                    <tr>
-                <td>String|null</td>
-                <td>$to</td>
-                <td>The path where to extract the archive</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a></td>
-            <td>The extracted archive</td>
-        </tr>
-    </table>
-
-            
-                            <h4>Exceptions</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td>
-                <td>In case of failure</td>
-            </tr>
-                    <tr>
-                <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td>
-                <td>In case the provided path where to extract the archive is not valid</td>
-            </tr>
-            </table>
-
-            
-                    </div>
-    </div>
-
-                <h3 id="method_extractMembers">
-        <div class="location">at line 130</div>
-        <code>            public            <a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a>
-    <strong>extractMembers</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, Array $members, String|null $to = null)</code>
-    </h3>
-    <div class="details">
-        <p>Extracts specific members of the archive</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td>The path to the archive</td>
-            </tr>
-                    <tr>
-                <td>Array</td>
-                <td>$members</td>
-                <td>An array of members</td>
-            </tr>
-                    <tr>
-                <td>String|null</td>
-                <td>$to</td>
-                <td>The path where to extract the members</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a></td>
-            <td>The extracted archive</td>
-        </tr>
-    </table>
-
-            
-                            <h4>Exceptions</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td>
-                <td>In case of failure</td>
-            </tr>
-                    <tr>
-                <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td>
-                <td>In case no members could be removed or provide extract target direcotry is not valid</td>
-            </tr>
-            </table>
-
-            
-                    </div>
-    </div>
-
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 46
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/BSDTar.html

@@ -1,46 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\BSDTar | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        <body id="overview">
-            <div class="header">
-        <ul>
-            <li><a href="../../../classes.html">Classes</a></li>
-                            <li><a href="../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Namespace</div>
-    <h1>Alchemy\Zippy\Adapter\BSDTar</h1>
-    </div>
-        <div class="content">
-                        <table>
-                            <tr>
-                    <td><a href="../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a></td>
-                    <td class="last">BSDTAR allows you to create and extract files from archives using BSD tar</td>
-                </tr>
-                            <tr>
-                    <td><a href="../../../Alchemy/Zippy/Adapter/BSDTar/TarBz2BSDTarAdapter.html"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBz2BSDTarAdapter">TarBz2BSDTarAdapter</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                            <tr>
-                    <td><a href="../../../Alchemy/Zippy/Adapter/BSDTar/TarGzBSDTarAdapter.html"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarGzBSDTarAdapter">TarGzBSDTarAdapter</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                    </table>
-    
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 466
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html

@@ -1,466 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../../classes.html">Classes</a></li>
-                            <li><a href="../../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Class</div>
-    <h1><a href="../../../../Alchemy/Zippy/Adapter/BSDTar.html">Alchemy\Zippy\Adapter\BSDTar</a>\TarBSDTarAdapter</h1>
-    </div>
-        <div class="content">
-                <p>class    <strong>TarBSDTarAdapter</strong>        extends <a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a></p>
-
-            <div class="description">
-            <p>BSDTAR allows you to create and extract files from archives using BSD tar</p>
-            <p></p>
-        </div>
-    
-    
-    
-            <h2>Methods</h2>
-
-            <table>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_create">create</a>($path, $files = null, $recursive = true)
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_create"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_listMembers">listMembers</a>(<a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource)
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_listMembers"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_add">add</a>(<a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $files, $recursive = true)
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_add"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_remove">remove</a>(<a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $files)
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_remove"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_extractMembers">extractMembers</a>(<a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $members, $to = null)
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_extractMembers"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_extract">extract</a>(<a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $to = null)
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_extract"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_isSupported">isSupported</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_isSupported"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    String
-                </td>
-                <td class="last">
-                    <a href="#method_getInflatorVersion">getInflatorVersion</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_getInflatorVersion"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    String
-                </td>
-                <td class="last">
-                    <a href="#method_getDeflatorVersion">getDeflatorVersion</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_getDeflatorVersion"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;
-                </td>
-                <td class="last">
-                    <a href="#method_getName">getName</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;
-                </td>
-                <td class="last">
-                    <a href="#method_getDefaultDeflatorBinaryName">getDefaultDeflatorBinaryName</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;
-                </td>
-                <td class="last">
-                    <a href="#method_getDefaultInflatorBinaryName">getDefaultInflatorBinaryName</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-            </table>
-
-
-        <h2>Details</h2>
-
-                        <h3 id="method_create">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_create"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a> at line 27</div>
-        <code>            public            
-    <strong>create</strong>($path, $files = null, $recursive = true)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td></td>
-                <td>$path</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$files</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$recursive</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_listMembers">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_listMembers"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a> at line 35</div>
-        <code>            public            
-    <strong>listMembers</strong>(<a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_add">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_add"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a> at line 43</div>
-        <code>            public            
-    <strong>add</strong>(<a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $files, $recursive = true)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$files</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$recursive</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_remove">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_remove"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a> at line 51</div>
-        <code>            public            
-    <strong>remove</strong>(<a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $files)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$files</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_extractMembers">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_extractMembers"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a> at line 59</div>
-        <code>            public            
-    <strong>extractMembers</strong>(<a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $members, $to = null)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$members</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$to</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_extract">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_extract"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a> at line 67</div>
-        <code>            public            
-    <strong>extract</strong>(<a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $to = null)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$to</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_isSupported">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_isSupported"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a> at line 75</div>
-        <code>            public            
-    <strong>isSupported</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getInflatorVersion">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_getInflatorVersion"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a> at line 95</div>
-        <code>            public            String
-    <strong>getInflatorVersion</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>String</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDeflatorVersion">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_getDeflatorVersion"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a> at line 118</div>
-        <code>            public            String
-    <strong>getDeflatorVersion</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>String</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getName">
-        <div class="location">at line 25</div>
-        <code>        static    public            
-    <strong>getName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDefaultDeflatorBinaryName">
-        <div class="location">at line 33</div>
-        <code>        static    public            
-    <strong>getDefaultDeflatorBinaryName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDefaultInflatorBinaryName">
-        <div class="location">at line 41</div>
-        <code>        static    public            
-    <strong>getDefaultInflatorBinaryName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 119
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/BSDTar/TarBz2BSDTarAdapter.html

@@ -1,119 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\BSDTar\TarBz2BSDTarAdapter | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../../classes.html">Classes</a></li>
-                            <li><a href="../../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Class</div>
-    <h1><a href="../../../../Alchemy/Zippy/Adapter/BSDTar.html">Alchemy\Zippy\Adapter\BSDTar</a>\TarBz2BSDTarAdapter</h1>
-    </div>
-        <div class="content">
-                <p>class    <strong>TarBz2BSDTarAdapter</strong>        extends <a href="../../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a></p>
-
-    
-    
-    
-            <h2>Methods</h2>
-
-            <table>
-                    <tr>
-                <td class="type">
-                    static&nbsp;
-                </td>
-                <td class="last">
-                    <a href="#method_getName">getName</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html#method_getName"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;
-                </td>
-                <td class="last">
-                    <a href="#method_getDefaultDeflatorBinaryName">getDefaultDeflatorBinaryName</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html#method_getDefaultDeflatorBinaryName"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;
-                </td>
-                <td class="last">
-                    <a href="#method_getDefaultInflatorBinaryName">getDefaultInflatorBinaryName</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html#method_getDefaultInflatorBinaryName"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a></small></td>
-            </tr>
-            </table>
-
-
-        <h2>Details</h2>
-
-                        <h3 id="method_getName">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html#method_getName"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a> at line 25</div>
-        <code>        static    public            
-    <strong>getName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDefaultDeflatorBinaryName">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html#method_getDefaultDeflatorBinaryName"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a> at line 33</div>
-        <code>        static    public            
-    <strong>getDefaultDeflatorBinaryName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDefaultInflatorBinaryName">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html#method_getDefaultInflatorBinaryName"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a> at line 41</div>
-        <code>        static    public            
-    <strong>getDefaultInflatorBinaryName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 119
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/BSDTar/TarGzBSDTarAdapter.html

@@ -1,119 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\BSDTar\TarGzBSDTarAdapter | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../../classes.html">Classes</a></li>
-                            <li><a href="../../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Class</div>
-    <h1><a href="../../../../Alchemy/Zippy/Adapter/BSDTar.html">Alchemy\Zippy\Adapter\BSDTar</a>\TarGzBSDTarAdapter</h1>
-    </div>
-        <div class="content">
-                <p>class    <strong>TarGzBSDTarAdapter</strong>        extends <a href="../../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a></p>
-
-    
-    
-    
-            <h2>Methods</h2>
-
-            <table>
-                    <tr>
-                <td class="type">
-                    static&nbsp;
-                </td>
-                <td class="last">
-                    <a href="#method_getName">getName</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html#method_getName"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;
-                </td>
-                <td class="last">
-                    <a href="#method_getDefaultDeflatorBinaryName">getDefaultDeflatorBinaryName</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html#method_getDefaultDeflatorBinaryName"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;
-                </td>
-                <td class="last">
-                    <a href="#method_getDefaultInflatorBinaryName">getDefaultInflatorBinaryName</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html#method_getDefaultInflatorBinaryName"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a></small></td>
-            </tr>
-            </table>
-
-
-        <h2>Details</h2>
-
-                        <h3 id="method_getName">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html#method_getName"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a> at line 25</div>
-        <code>        static    public            
-    <strong>getName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDefaultDeflatorBinaryName">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html#method_getDefaultDeflatorBinaryName"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a> at line 33</div>
-        <code>        static    public            
-    <strong>getDefaultDeflatorBinaryName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDefaultInflatorBinaryName">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html#method_getDefaultInflatorBinaryName"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a> at line 41</div>
-        <code>        static    public            
-    <strong>getDefaultInflatorBinaryName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 9
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/BSDTar/namespace-frame.html

@@ -1,9 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\BSDTar | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css">
-                            </head>
-        </html>

+ 0 - 414
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/BinaryAdapterInterface.html

@@ -1,414 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\BinaryAdapterInterface | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../classes.html">Classes</a></li>
-                            <li><a href="../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Interface</div>
-    <h1><a href="../../../Alchemy/Zippy/Adapter.html">Alchemy\Zippy\Adapter</a>\BinaryAdapterInterface</h1>
-    </div>
-        <div class="content">
-                <p>interface    <strong>BinaryAdapterInterface</strong></p>
-
-    
-    
-    
-            <h2>Methods</h2>
-
-            <table>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_getParser">getParser</a>()
-                    <p>Gets the output parser</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_setParser">setParser</a>(<a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a> $parser)
-                    <p>Sets the parser</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_getInflator">getInflator</a>()
-                    <p>Returns the inflator process builder</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_setInflator">setInflator</a>(<a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $processBuilder)
-                    <p>Sets the inflator process builder</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_getDeflator">getDeflator</a>()
-                    <p>Returns the deflator process builder</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_setDeflator">setDeflator</a>(<a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $processBuilder)
-                    <p>Sets the deflator process builder</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    String
-                </td>
-                <td class="last">
-                    <a href="#method_getInflatorVersion">getInflatorVersion</a>()
-                    <p>Returns the inflator binary version</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    String
-                </td>
-                <td class="last">
-                    <a href="#method_getDeflatorVersion">getDeflatorVersion</a>()
-                    <p>Returns the deflator binary version</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;Array
-                </td>
-                <td class="last">
-                    <a href="#method_getDefaultInflatorBinaryName">getDefaultInflatorBinaryName</a>()
-                    <p>Gets the inflator adapter binary name</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;Array
-                </td>
-                <td class="last">
-                    <a href="#method_getDefaultDeflatorBinaryName">getDefaultDeflatorBinaryName</a>()
-                    <p>Gets the deflator adapter binary name</p>
-                </td>
-                <td></td>
-            </tr>
-            </table>
-
-
-        <h2>Details</h2>
-
-                        <h3 id="method_getParser">
-        <div class="location">at line 24</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a>
-    <strong>getParser</strong>()</code>
-    </h3>
-    <div class="details">
-        <p>Gets the output parser</p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_setParser">
-        <div class="location">at line 33</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-    <strong>setParser</strong>(<a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a> $parser)</code>
-    </h3>
-    <div class="details">
-        <p>Sets the parser</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a></td>
-                <td>$parser</td>
-                <td>The parser to use</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getInflator">
-        <div class="location">at line 40</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a>
-    <strong>getInflator</strong>()</code>
-    </h3>
-    <div class="details">
-        <p>Returns the inflator process builder</p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_setInflator">
-        <div class="location">at line 49</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-    <strong>setInflator</strong>(<a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $processBuilder)</code>
-    </h3>
-    <div class="details">
-        <p>Sets the inflator process builder</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-                <td>$processBuilder</td>
-                <td>The parser to use</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDeflator">
-        <div class="location">at line 56</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a>
-    <strong>getDeflator</strong>()</code>
-    </h3>
-    <div class="details">
-        <p>Returns the deflator process builder</p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_setDeflator">
-        <div class="location">at line 65</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-    <strong>setDeflator</strong>(<a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $processBuilder)</code>
-    </h3>
-    <div class="details">
-        <p>Sets the deflator process builder</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-                <td>$processBuilder</td>
-                <td>The parser to use</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getInflatorVersion">
-        <div class="location">at line 72</div>
-        <code>            public            String
-    <strong>getInflatorVersion</strong>()</code>
-    </h3>
-    <div class="details">
-        <p>Returns the inflator binary version</p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>String</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDeflatorVersion">
-        <div class="location">at line 79</div>
-        <code>            public            String
-    <strong>getDeflatorVersion</strong>()</code>
-    </h3>
-    <div class="details">
-        <p>Returns the deflator binary version</p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>String</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDefaultInflatorBinaryName">
-        <div class="location">at line 86</div>
-        <code>        static    public            Array
-    <strong>getDefaultInflatorBinaryName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p>Gets the inflator adapter binary name</p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>Array</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDefaultDeflatorBinaryName">
-        <div class="location">at line 93</div>
-        <code>        static    public            Array
-    <strong>getDefaultDeflatorBinaryName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p>Gets the deflator adapter binary name</p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>Array</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 46
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/GNUTar.html

@@ -1,46 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\GNUTar | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        <body id="overview">
-            <div class="header">
-        <ul>
-            <li><a href="../../../classes.html">Classes</a></li>
-                            <li><a href="../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Namespace</div>
-    <h1>Alchemy\Zippy\Adapter\GNUTar</h1>
-    </div>
-        <div class="content">
-                        <table>
-                            <tr>
-                    <td><a href="../../../Alchemy/Zippy/Adapter/GNUTar/TarBz2GNUTarAdapter.html"><abbr title="Alchemy\Zippy\Adapter\GNUTar\TarBz2GNUTarAdapter">TarBz2GNUTarAdapter</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                            <tr>
-                    <td><a href="../../../Alchemy/Zippy/Adapter/GNUTar/TarGNUTarAdapter.html"><abbr title="Alchemy\Zippy\Adapter\GNUTar\TarGNUTarAdapter">TarGNUTarAdapter</abbr></a></td>
-                    <td class="last">GNUTarAdapter allows you to create and extract files from archives using GNU tar</td>
-                </tr>
-                            <tr>
-                    <td><a href="../../../Alchemy/Zippy/Adapter/GNUTar/TarGzGNUTarAdapter.html"><abbr title="Alchemy\Zippy\Adapter\GNUTar\TarGzGNUTarAdapter">TarGzGNUTarAdapter</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                    </table>
-    
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 119
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/GNUTar/TarBz2GNUTarAdapter.html

@@ -1,119 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\GNUTar\TarBz2GNUTarAdapter | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../../classes.html">Classes</a></li>
-                            <li><a href="../../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Class</div>
-    <h1><a href="../../../../Alchemy/Zippy/Adapter/GNUTar.html">Alchemy\Zippy\Adapter\GNUTar</a>\TarBz2GNUTarAdapter</h1>
-    </div>
-        <div class="content">
-                <p>class    <strong>TarBz2GNUTarAdapter</strong>        extends <a href="../../../../Alchemy/Zippy/Adapter/GNUTar/TarGNUTarAdapter.html"><abbr title="Alchemy\Zippy\Adapter\GNUTar\TarGNUTarAdapter">TarGNUTarAdapter</abbr></a></p>
-
-    
-    
-    
-            <h2>Methods</h2>
-
-            <table>
-                    <tr>
-                <td class="type">
-                    static&nbsp;
-                </td>
-                <td class="last">
-                    <a href="#method_getName">getName</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/GNUTar/TarGNUTarAdapter.html#method_getName"><abbr title="Alchemy\Zippy\Adapter\GNUTar\TarGNUTarAdapter">TarGNUTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;
-                </td>
-                <td class="last">
-                    <a href="#method_getDefaultDeflatorBinaryName">getDefaultDeflatorBinaryName</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/GNUTar/TarGNUTarAdapter.html#method_getDefaultDeflatorBinaryName"><abbr title="Alchemy\Zippy\Adapter\GNUTar\TarGNUTarAdapter">TarGNUTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;
-                </td>
-                <td class="last">
-                    <a href="#method_getDefaultInflatorBinaryName">getDefaultInflatorBinaryName</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/GNUTar/TarGNUTarAdapter.html#method_getDefaultInflatorBinaryName"><abbr title="Alchemy\Zippy\Adapter\GNUTar\TarGNUTarAdapter">TarGNUTarAdapter</abbr></a></small></td>
-            </tr>
-            </table>
-
-
-        <h2>Details</h2>
-
-                        <h3 id="method_getName">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/GNUTar/TarGNUTarAdapter.html#method_getName"><abbr title="Alchemy\Zippy\Adapter\GNUTar\TarGNUTarAdapter">TarGNUTarAdapter</abbr></a> at line 25</div>
-        <code>        static    public            
-    <strong>getName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDefaultDeflatorBinaryName">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/GNUTar/TarGNUTarAdapter.html#method_getDefaultDeflatorBinaryName"><abbr title="Alchemy\Zippy\Adapter\GNUTar\TarGNUTarAdapter">TarGNUTarAdapter</abbr></a> at line 33</div>
-        <code>        static    public            
-    <strong>getDefaultDeflatorBinaryName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDefaultInflatorBinaryName">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/GNUTar/TarGNUTarAdapter.html#method_getDefaultInflatorBinaryName"><abbr title="Alchemy\Zippy\Adapter\GNUTar\TarGNUTarAdapter">TarGNUTarAdapter</abbr></a> at line 41</div>
-        <code>        static    public            
-    <strong>getDefaultInflatorBinaryName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 466
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/GNUTar/TarGNUTarAdapter.html

@@ -1,466 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\GNUTar\TarGNUTarAdapter | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../../classes.html">Classes</a></li>
-                            <li><a href="../../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Class</div>
-    <h1><a href="../../../../Alchemy/Zippy/Adapter/GNUTar.html">Alchemy\Zippy\Adapter\GNUTar</a>\TarGNUTarAdapter</h1>
-    </div>
-        <div class="content">
-                <p>class    <strong>TarGNUTarAdapter</strong>        extends <a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a></p>
-
-            <div class="description">
-            <p>GNUTarAdapter allows you to create and extract files from archives using GNU tar</p>
-            <p></p>
-        </div>
-    
-    
-    
-            <h2>Methods</h2>
-
-            <table>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_create">create</a>($path, $files = null, $recursive = true)
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_create"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_listMembers">listMembers</a>(<a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource)
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_listMembers"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_add">add</a>(<a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $files, $recursive = true)
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_add"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_remove">remove</a>(<a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $files)
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_remove"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_extractMembers">extractMembers</a>(<a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $members, $to = null)
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_extractMembers"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_extract">extract</a>(<a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $to = null)
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_extract"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_isSupported">isSupported</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_isSupported"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    String
-                </td>
-                <td class="last">
-                    <a href="#method_getInflatorVersion">getInflatorVersion</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_getInflatorVersion"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    String
-                </td>
-                <td class="last">
-                    <a href="#method_getDeflatorVersion">getDeflatorVersion</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_getDeflatorVersion"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;
-                </td>
-                <td class="last">
-                    <a href="#method_getName">getName</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;
-                </td>
-                <td class="last">
-                    <a href="#method_getDefaultDeflatorBinaryName">getDefaultDeflatorBinaryName</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;
-                </td>
-                <td class="last">
-                    <a href="#method_getDefaultInflatorBinaryName">getDefaultInflatorBinaryName</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-            </table>
-
-
-        <h2>Details</h2>
-
-                        <h3 id="method_create">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_create"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a> at line 27</div>
-        <code>            public            
-    <strong>create</strong>($path, $files = null, $recursive = true)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td></td>
-                <td>$path</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$files</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$recursive</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_listMembers">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_listMembers"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a> at line 35</div>
-        <code>            public            
-    <strong>listMembers</strong>(<a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_add">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_add"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a> at line 43</div>
-        <code>            public            
-    <strong>add</strong>(<a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $files, $recursive = true)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$files</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$recursive</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_remove">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_remove"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a> at line 51</div>
-        <code>            public            
-    <strong>remove</strong>(<a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $files)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$files</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_extractMembers">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_extractMembers"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a> at line 59</div>
-        <code>            public            
-    <strong>extractMembers</strong>(<a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $members, $to = null)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$members</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$to</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_extract">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_extract"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a> at line 67</div>
-        <code>            public            
-    <strong>extract</strong>(<a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $to = null)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$to</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_isSupported">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_isSupported"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a> at line 75</div>
-        <code>            public            
-    <strong>isSupported</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getInflatorVersion">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_getInflatorVersion"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a> at line 95</div>
-        <code>            public            String
-    <strong>getInflatorVersion</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>String</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDeflatorVersion">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/AbstractTarAdapter.html#method_getDeflatorVersion"><abbr title="Alchemy\Zippy\Adapter\AbstractTarAdapter">AbstractTarAdapter</abbr></a> at line 118</div>
-        <code>            public            String
-    <strong>getDeflatorVersion</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>String</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getName">
-        <div class="location">at line 25</div>
-        <code>        static    public            
-    <strong>getName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDefaultDeflatorBinaryName">
-        <div class="location">at line 33</div>
-        <code>        static    public            
-    <strong>getDefaultDeflatorBinaryName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDefaultInflatorBinaryName">
-        <div class="location">at line 41</div>
-        <code>        static    public            
-    <strong>getDefaultInflatorBinaryName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 119
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/GNUTar/TarGzGNUTarAdapter.html

@@ -1,119 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\GNUTar\TarGzGNUTarAdapter | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../../classes.html">Classes</a></li>
-                            <li><a href="../../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Class</div>
-    <h1><a href="../../../../Alchemy/Zippy/Adapter/GNUTar.html">Alchemy\Zippy\Adapter\GNUTar</a>\TarGzGNUTarAdapter</h1>
-    </div>
-        <div class="content">
-                <p>class    <strong>TarGzGNUTarAdapter</strong>        extends <a href="../../../../Alchemy/Zippy/Adapter/GNUTar/TarGNUTarAdapter.html"><abbr title="Alchemy\Zippy\Adapter\GNUTar\TarGNUTarAdapter">TarGNUTarAdapter</abbr></a></p>
-
-    
-    
-    
-            <h2>Methods</h2>
-
-            <table>
-                    <tr>
-                <td class="type">
-                    static&nbsp;
-                </td>
-                <td class="last">
-                    <a href="#method_getName">getName</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/GNUTar/TarGNUTarAdapter.html#method_getName"><abbr title="Alchemy\Zippy\Adapter\GNUTar\TarGNUTarAdapter">TarGNUTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;
-                </td>
-                <td class="last">
-                    <a href="#method_getDefaultDeflatorBinaryName">getDefaultDeflatorBinaryName</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/GNUTar/TarGNUTarAdapter.html#method_getDefaultDeflatorBinaryName"><abbr title="Alchemy\Zippy\Adapter\GNUTar\TarGNUTarAdapter">TarGNUTarAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;
-                </td>
-                <td class="last">
-                    <a href="#method_getDefaultInflatorBinaryName">getDefaultInflatorBinaryName</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../../Alchemy/Zippy/Adapter/GNUTar/TarGNUTarAdapter.html#method_getDefaultInflatorBinaryName"><abbr title="Alchemy\Zippy\Adapter\GNUTar\TarGNUTarAdapter">TarGNUTarAdapter</abbr></a></small></td>
-            </tr>
-            </table>
-
-
-        <h2>Details</h2>
-
-                        <h3 id="method_getName">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/GNUTar/TarGNUTarAdapter.html#method_getName"><abbr title="Alchemy\Zippy\Adapter\GNUTar\TarGNUTarAdapter">TarGNUTarAdapter</abbr></a> at line 25</div>
-        <code>        static    public            
-    <strong>getName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDefaultDeflatorBinaryName">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/GNUTar/TarGNUTarAdapter.html#method_getDefaultDeflatorBinaryName"><abbr title="Alchemy\Zippy\Adapter\GNUTar\TarGNUTarAdapter">TarGNUTarAdapter</abbr></a> at line 33</div>
-        <code>        static    public            
-    <strong>getDefaultDeflatorBinaryName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDefaultInflatorBinaryName">
-        <div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/GNUTar/TarGNUTarAdapter.html#method_getDefaultInflatorBinaryName"><abbr title="Alchemy\Zippy\Adapter\GNUTar\TarGNUTarAdapter">TarGNUTarAdapter</abbr></a> at line 41</div>
-        <code>        static    public            
-    <strong>getDefaultInflatorBinaryName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 9
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/GNUTar/namespace-frame.html

@@ -1,9 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\GNUTar | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css">
-                            </head>
-        </html>

+ 0 - 49
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/Resource.html

@@ -1,49 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\Resource | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        <body id="overview">
-            <div class="header">
-        <ul>
-            <li><a href="../../../classes.html">Classes</a></li>
-                            <li><a href="../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Namespace</div>
-    <h1>Alchemy\Zippy\Adapter\Resource</h1>
-    </div>
-        <div class="content">
-                        <table>
-                            <tr>
-                    <td><a href="../../../Alchemy/Zippy/Adapter/Resource/FileResource.html"><abbr title="Alchemy\Zippy\Adapter\Resource\FileResource">FileResource</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                            <tr>
-                    <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ZipArchiveResource.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ZipArchiveResource">ZipArchiveResource</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                    </table>
-    
-            <h2>Interfaces</h2>
-        <table>
-                            <tr>
-                    <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                    </table>
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 114
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/Resource/FileResource.html

@@ -1,114 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\Resource\FileResource | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../../classes.html">Classes</a></li>
-                            <li><a href="../../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Class</div>
-    <h1><a href="../../../../Alchemy/Zippy/Adapter/Resource.html">Alchemy\Zippy\Adapter\Resource</a>\FileResource</h1>
-    </div>
-        <div class="content">
-                <p>class    <strong>FileResource</strong>        implements
-        <a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></p>
-
-    
-    
-    
-            <h2>Methods</h2>
-
-            <table>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method___construct">__construct</a>($path)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    mixed
-                </td>
-                <td class="last">
-                    <a href="#method_getResource">getResource</a>()
-                    <p>Returns the actual resource used by an adapter</p>
-                </td>
-                <td></td>
-            </tr>
-            </table>
-
-
-        <h2>Details</h2>
-
-                        <h3 id="method___construct">
-        <div class="location">at line 19</div>
-        <code>            public            
-    <strong>__construct</strong>($path)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td></td>
-                <td>$path</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getResource">
-        <div class="location">at line 27</div>
-        <code>            public            mixed
-    <strong>getResource</strong>()</code>
-    </h3>
-    <div class="details">
-        <p>Returns the actual resource used by an adapter</p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>mixed</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 78
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/Resource/ResourceInterface.html

@@ -1,78 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\Resource\ResourceInterface | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../../classes.html">Classes</a></li>
-                            <li><a href="../../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Interface</div>
-    <h1><a href="../../../../Alchemy/Zippy/Adapter/Resource.html">Alchemy\Zippy\Adapter\Resource</a>\ResourceInterface</h1>
-    </div>
-        <div class="content">
-                <p>interface    <strong>ResourceInterface</strong></p>
-
-    
-    
-    
-            <h2>Methods</h2>
-
-            <table>
-                    <tr>
-                <td class="type">
-                    mixed
-                </td>
-                <td class="last">
-                    <a href="#method_getResource">getResource</a>()
-                    <p>Returns the actual resource used by an adapter</p>
-                </td>
-                <td></td>
-            </tr>
-            </table>
-
-
-        <h2>Details</h2>
-
-                        <h3 id="method_getResource">
-        <div class="location">at line 22</div>
-        <code>            public            mixed
-    <strong>getResource</strong>()</code>
-    </h3>
-    <div class="details">
-        <p>Returns the actual resource used by an adapter</p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>mixed</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 114
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/Resource/ZipArchiveResource.html

@@ -1,114 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\Resource\ZipArchiveResource | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../../classes.html">Classes</a></li>
-                            <li><a href="../../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Class</div>
-    <h1><a href="../../../../Alchemy/Zippy/Adapter/Resource.html">Alchemy\Zippy\Adapter\Resource</a>\ZipArchiveResource</h1>
-    </div>
-        <div class="content">
-                <p>class    <strong>ZipArchiveResource</strong>        implements
-        <a href="../../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></p>
-
-    
-    
-    
-            <h2>Methods</h2>
-
-            <table>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method___construct">__construct</a>(<abbr title="Alchemy\Zippy\Adapter\Resource\ZipArchive">ZipArchive</abbr> $archive)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    mixed
-                </td>
-                <td class="last">
-                    <a href="#method_getResource">getResource</a>()
-                    <p>Returns the actual resource used by an adapter</p>
-                </td>
-                <td></td>
-            </tr>
-            </table>
-
-
-        <h2>Details</h2>
-
-                        <h3 id="method___construct">
-        <div class="location">at line 19</div>
-        <code>            public            
-    <strong>__construct</strong>(<abbr title="Alchemy\Zippy\Adapter\Resource\ZipArchive">ZipArchive</abbr> $archive)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><abbr title="Alchemy\Zippy\Adapter\Resource\ZipArchive">ZipArchive</abbr></td>
-                <td>$archive</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getResource">
-        <div class="location">at line 27</div>
-        <code>            public            mixed
-    <strong>getResource</strong>()</code>
-    </h3>
-    <div class="details">
-        <p>Returns the actual resource used by an adapter</p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>mixed</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 9
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/Resource/namespace-frame.html

@@ -1,9 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\Resource | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css">
-                            </head>
-        </html>

+ 0 - 831
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/ZipAdapter.html

@@ -1,831 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\ZipAdapter | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../classes.html">Classes</a></li>
-                            <li><a href="../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Class</div>
-    <h1><a href="../../../Alchemy/Zippy/Adapter.html">Alchemy\Zippy\Adapter</a>\ZipAdapter</h1>
-    </div>
-        <div class="content">
-                <p>class    <strong>ZipAdapter</strong>        extends <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></p>
-
-            <div class="description">
-            <p>ZipAdapter allows you to create and extract files from archives using Zip</p>
-            <p></p>
-        </div>
-    
-    
-    
-            <h2>Methods</h2>
-
-            <table>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method___construct">__construct</a>(<a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a> $parser, <a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a> $manager, <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $inflator, <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $deflator = null)
-                    <p>Constructor</p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method___construct"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_getParser">getParser</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_getParser"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_setParser">setParser</a>(<a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a> $parser)
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_setParser"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_getDeflator">getDeflator</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_getDeflator"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_getInflator">getInflator</a>()
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_getInflator"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_setDeflator">setDeflator</a>(<a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $processBuilder)
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_setDeflator"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_setInflator">setInflator</a>(<a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $processBuilder)
-                    <p>Sets the inflator process builder</p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_setInflator"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_newInstance">newInstance</a>(<a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a> $manager, $inflatorBinaryName = null, $deflatorBinaryName = null)
-                    <p>Returns a new instance of the invoked adapter</p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_newInstance"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_create">create</a>($path, $files = null, $recursive = true)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_isSupported">isSupported</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_listMembers">listMembers</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_add">add</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $files, $recursive = true)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    String
-                </td>
-                <td class="last">
-                    <a href="#method_getDeflatorVersion">getDeflatorVersion</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    String
-                </td>
-                <td class="last">
-                    <a href="#method_getInflatorVersion">getInflatorVersion</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_remove">remove</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $files)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;
-                </td>
-                <td class="last">
-                    <a href="#method_getName">getName</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;Array
-                </td>
-                <td class="last">
-                    <a href="#method_getDefaultDeflatorBinaryName">getDefaultDeflatorBinaryName</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;Array
-                </td>
-                <td class="last">
-                    <a href="#method_getDefaultInflatorBinaryName">getDefaultInflatorBinaryName</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_extract">extract</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $to = null)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_extractMembers">extractMembers</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $members, $to = null)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-            </table>
-
-
-        <h2>Details</h2>
-
-                        <h3 id="method___construct">
-        <div class="location">in <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method___construct"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a> at line 58</div>
-        <code>            public            
-    <strong>__construct</strong>(<a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a> $parser, <a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a> $manager, <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $inflator, <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $deflator = null)</code>
-    </h3>
-    <div class="details">
-        <p>Constructor</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a></td>
-                <td>$parser</td>
-                <td>An output parser</td>
-            </tr>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a></td>
-                <td>$manager</td>
-                <td>A resource manager</td>
-            </tr>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-                <td>$inflator</td>
-                <td>A process builder factory for the inflator binary</td>
-            </tr>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-                <td>$deflator</td>
-                <td>A process builder factory for the deflator binary</td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getParser">
-        <div class="location">in <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_getParser"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a> at line 69</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a>
-    <strong>getParser</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_setParser">
-        <div class="location">in <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_setParser"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a> at line 77</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-    <strong>setParser</strong>(<a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a> $parser)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Parser/ParserInterface.html"><abbr title="Alchemy\Zippy\Parser\ParserInterface">ParserInterface</abbr></a></td>
-                <td>$parser</td>
-                <td>The parser to use</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDeflator">
-        <div class="location">in <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_getDeflator"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a> at line 87</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a>
-    <strong>getDeflator</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getInflator">
-        <div class="location">in <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_getInflator"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a> at line 95</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a>
-    <strong>getInflator</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_setDeflator">
-        <div class="location">in <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_setDeflator"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a> at line 103</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-    <strong>setDeflator</strong>(<a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $processBuilder)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-                <td>$processBuilder</td>
-                <td>The parser to use</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_setInflator">
-        <div class="location">in <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_setInflator"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a> at line 110</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-    <strong>setInflator</strong>(<a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a> $processBuilder)</code>
-    </h3>
-    <div class="details">
-        <p>Sets the inflator process builder</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/ProcessBuilder/ProcessBuilderFactoryInterface.html"><abbr title="Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface">ProcessBuilderFactoryInterface</abbr></a></td>
-                <td>$processBuilder</td>
-                <td>The parser to use</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_newInstance">
-        <div class="location">in <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html#method_newInstance"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a> at line 127</div>
-        <code>        static    public            <a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a>
-    <strong>newInstance</strong>(<a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a> $manager, $inflatorBinaryName = null, $deflatorBinaryName = null)</code>
-    </h3>
-    <div class="details">
-        <p>Returns a new instance of the invoked adapter</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a></td>
-                <td>$manager</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$inflatorBinaryName</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$deflatorBinaryName</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Adapter/AbstractBinaryAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractBinaryAdapter">AbstractBinaryAdapter</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-                            <h4>Exceptions</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td>
-                <td>In case object could not be instanciated</td>
-            </tr>
-            </table>
-
-            
-                    </div>
-    </div>
-
-                <h3 id="method_create">
-        <div class="location">at line 32</div>
-        <code>            public            
-    <strong>create</strong>($path, $files = null, $recursive = true)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td></td>
-                <td>$path</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$files</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$recursive</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_isSupported">
-        <div class="location">at line 90</div>
-        <code>            public            
-    <strong>isSupported</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_listMembers">
-        <div class="location">at line 114</div>
-        <code>            public            
-    <strong>listMembers</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_add">
-        <div class="location">at line 152</div>
-        <code>            public            
-    <strong>add</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $files, $recursive = true)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$files</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$recursive</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDeflatorVersion">
-        <div class="location">at line 188</div>
-        <code>            public            String
-    <strong>getDeflatorVersion</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>String</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getInflatorVersion">
-        <div class="location">at line 212</div>
-        <code>            public            String
-    <strong>getInflatorVersion</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>String</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_remove">
-        <div class="location">at line 236</div>
-        <code>            public            
-    <strong>remove</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $files)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$files</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getName">
-        <div class="location">at line 270</div>
-        <code>        static    public            
-    <strong>getName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDefaultDeflatorBinaryName">
-        <div class="location">at line 278</div>
-        <code>        static    public            Array
-    <strong>getDefaultDeflatorBinaryName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>Array</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getDefaultInflatorBinaryName">
-        <div class="location">at line 286</div>
-        <code>        static    public            Array
-    <strong>getDefaultInflatorBinaryName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>Array</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_extract">
-        <div class="location">at line 294</div>
-        <code>            public            
-    <strong>extract</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $to = null)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$to</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_extractMembers">
-        <div class="location">at line 332</div>
-        <code>            public            
-    <strong>extractMembers</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, $members, $to = null)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$members</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$to</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 662
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/ZipExtensionAdapter.html

@@ -1,662 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter\ZipExtensionAdapter | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../classes.html">Classes</a></li>
-                            <li><a href="../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Class</div>
-    <h1><a href="../../../Alchemy/Zippy/Adapter.html">Alchemy\Zippy\Adapter</a>\ZipExtensionAdapter</h1>
-    </div>
-        <div class="content">
-                <p>class    <strong>ZipExtensionAdapter</strong>        extends <a href="../../../Alchemy/Zippy/Adapter/AbstractAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractAdapter">AbstractAdapter</abbr></a></p>
-
-            <div class="description">
-            <p>ZipExtensionAdapter allows you to create and extract files from archives using PHP Zip extension</p>
-            <p></p>
-        </div>
-    
-    
-    
-            <h2>Methods</h2>
-
-            <table>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method___construct">__construct</a>(<a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a> $manager)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_open">open</a>(String $path)
-                    <p></p>
-                </td>
-                <td><small>from&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractAdapter.html#method_open"><abbr title="Alchemy\Zippy\Adapter\AbstractAdapter">AbstractAdapter</abbr></a></small></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    Boolean
-                </td>
-                <td class="last">
-                    <a href="#method_isSupported">isSupported</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    Array
-                </td>
-                <td class="last">
-                    <a href="#method_listMembers">listMembers</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;String
-                </td>
-                <td class="last">
-                    <a href="#method_getName">getName</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_extract">extract</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, String|null $to = null)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_extractMembers">extractMembers</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, Array $members, String|null $to = null)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    Array
-                </td>
-                <td class="last">
-                    <a href="#method_remove">remove</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, String|Array|<a href="http://php.net/Traversable"><abbr title="Traversable">Traversable</abbr></a> $files)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    Array
-                </td>
-                <td class="last">
-                    <a href="#method_add">add</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, String|Array|<a href="http://php.net/Traversable"><abbr title="Traversable">Traversable</abbr></a> $files, Boolean $recursive = true)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_create">create</a>(String $path, String|Array|<a href="http://php.net/Traversable"><abbr title="Traversable">Traversable</abbr></a>|null $files = null, Boolean $recursive = true)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    static&nbsp;<a href="../../../Alchemy/Zippy/Adapter/AbstractAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractAdapter">AbstractAdapter</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_newInstance">newInstance</a>()
-                    <p>Returns a new instance of the invoked adapter</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_checkReadability">checkReadability</a>(<abbr title="Alchemy\Zippy\Adapter\ZipArchive">ZipArchive</abbr> $zip, $file)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_addFileToZip">addFileToZip</a>(<abbr title="Alchemy\Zippy\Adapter\ZipArchive">ZipArchive</abbr> $zip, $file)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_addEmptyDir">addEmptyDir</a>(<abbr title="Alchemy\Zippy\Adapter\ZipArchive">ZipArchive</abbr> $zip, $dir)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-            </table>
-
-
-        <h2>Details</h2>
-
-                        <h3 id="method___construct">
-        <div class="location">at line 44</div>
-        <code>            public            
-    <strong>__construct</strong>(<a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a> $manager)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a></td>
-                <td>$manager</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_open">
-        <div class="location">in <a href="../../../Alchemy/Zippy/Adapter/AbstractAdapter.html#method_open"><abbr title="Alchemy\Zippy\Adapter\AbstractAdapter">AbstractAdapter</abbr></a> at line 31</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-    <strong>open</strong>(String $path)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td>String</td>
-                <td>$path</td>
-                <td>The path to the archive</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_isSupported">
-        <div class="location">at line 56</div>
-        <code>            public            Boolean
-    <strong>isSupported</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>Boolean</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_listMembers">
-        <div class="location">at line 64</div>
-        <code>            public            Array
-    <strong>listMembers</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td>The path to the archive</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>Array</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getName">
-        <div class="location">at line 85</div>
-        <code>        static    public            String
-    <strong>getName</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>String</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_extract">
-        <div class="location">at line 93</div>
-        <code>            public            <a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a>
-    <strong>extract</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, String|null $to = null)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td>The path to the archive</td>
-            </tr>
-                    <tr>
-                <td>String|null</td>
-                <td>$to</td>
-                <td>The path where to extract the archive</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a></td>
-            <td>The extracted archive</td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_extractMembers">
-        <div class="location">at line 101</div>
-        <code>            public            <a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a>
-    <strong>extractMembers</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, Array $members, String|null $to = null)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td>The path to the archive</td>
-            </tr>
-                    <tr>
-                <td>Array</td>
-                <td>$members</td>
-                <td>An array of members</td>
-            </tr>
-                    <tr>
-                <td>String|null</td>
-                <td>$to</td>
-                <td>The path where to extract the members</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a></td>
-            <td>The extracted archive</td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_remove">
-        <div class="location">at line 149</div>
-        <code>            public            Array
-    <strong>remove</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, String|Array|<a href="http://php.net/Traversable"><abbr title="Traversable">Traversable</abbr></a> $files)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td>The path to the archive</td>
-            </tr>
-                    <tr>
-                <td>String|Array|<a href="http://php.net/Traversable"><abbr title="Traversable">Traversable</abbr></a></td>
-                <td>$files</td>
-                <td>A filename, an array of files, or a \Traversable instance</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>Array</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_add">
-        <div class="location">at line 180</div>
-        <code>            public            Array
-    <strong>add</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, String|Array|<a href="http://php.net/Traversable"><abbr title="Traversable">Traversable</abbr></a> $files, Boolean $recursive = true)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td>The path to the archive</td>
-            </tr>
-                    <tr>
-                <td>String|Array|<a href="http://php.net/Traversable"><abbr title="Traversable">Traversable</abbr></a></td>
-                <td>$files</td>
-                <td>An array of paths to add, relative to cwd</td>
-            </tr>
-                    <tr>
-                <td>Boolean</td>
-                <td>$recursive</td>
-                <td>Whether or not to recurse in the provided directories</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>Array</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_create">
-        <div class="location">at line 195</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-    <strong>create</strong>(String $path, String|Array|<a href="http://php.net/Traversable"><abbr title="Traversable">Traversable</abbr></a>|null $files = null, Boolean $recursive = true)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td>String</td>
-                <td>$path</td>
-                <td>The path to the archive</td>
-            </tr>
-                    <tr>
-                <td>String|Array|<a href="http://php.net/Traversable"><abbr title="Traversable">Traversable</abbr></a>|null</td>
-                <td>$files</td>
-                <td>A filename, an array of files, or a \Traversable instance</td>
-            </tr>
-                    <tr>
-                <td>Boolean</td>
-                <td>$recursive</td>
-                <td>Whether to recurse or not in the provided directories</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_newInstance">
-        <div class="location">at line 216</div>
-        <code>        static    public            <a href="../../../Alchemy/Zippy/Adapter/AbstractAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractAdapter">AbstractAdapter</abbr></a>
-    <strong>newInstance</strong>()</code>
-    </h3>
-    <div class="details">
-        <p>Returns a new instance of the invoked adapter</p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Adapter/AbstractAdapter.html"><abbr title="Alchemy\Zippy\Adapter\AbstractAdapter">AbstractAdapter</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-                            <h4>Exceptions</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td>
-                <td>In case object could not be instanciated</td>
-            </tr>
-            </table>
-
-            
-                    </div>
-    </div>
-
-                <h3 id="method_checkReadability">
-        <div class="location">at line 302</div>
-        <code>            public            
-    <strong>checkReadability</strong>(<abbr title="Alchemy\Zippy\Adapter\ZipArchive">ZipArchive</abbr> $zip, $file)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><abbr title="Alchemy\Zippy\Adapter\ZipArchive">ZipArchive</abbr></td>
-                <td>$zip</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$file</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_addFileToZip">
-        <div class="location">at line 315</div>
-        <code>            public            
-    <strong>addFileToZip</strong>(<abbr title="Alchemy\Zippy\Adapter\ZipArchive">ZipArchive</abbr> $zip, $file)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><abbr title="Alchemy\Zippy\Adapter\ZipArchive">ZipArchive</abbr></td>
-                <td>$zip</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$file</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_addEmptyDir">
-        <div class="location">at line 328</div>
-        <code>            public            
-    <strong>addEmptyDir</strong>(<abbr title="Alchemy\Zippy\Adapter\ZipArchive">ZipArchive</abbr> $zip, $dir)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><abbr title="Alchemy\Zippy\Adapter\ZipArchive">ZipArchive</abbr></td>
-                <td>$zip</td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td></td>
-                <td>$dir</td>
-                <td></td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 9
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Adapter/namespace-frame.html

@@ -1,9 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Adapter | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        </html>

+ 0 - 53
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Archive.html

@@ -1,53 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Archive | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../stylesheet.css">
-                            </head>
-        <body id="overview">
-            <div class="header">
-        <ul>
-            <li><a href="../../classes.html">Classes</a></li>
-                            <li><a href="../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Namespace</div>
-    <h1>Alchemy\Zippy\Archive</h1>
-    </div>
-        <div class="content">
-                        <table>
-                            <tr>
-                    <td><a href="../../Alchemy/Zippy/Archive/Archive.html"><abbr title="Alchemy\Zippy\Archive\Archive">Archive</abbr></a></td>
-                    <td class="last">Represents an archive</td>
-                </tr>
-                            <tr>
-                    <td><a href="../../Alchemy/Zippy/Archive/Member.html"><abbr title="Alchemy\Zippy\Archive\Member">Member</abbr></a></td>
-                    <td class="last">Represents a member of an archive.</td>
-                </tr>
-                    </table>
-    
-            <h2>Interfaces</h2>
-        <table>
-                            <tr>
-                    <td><a href="../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                            <tr>
-                    <td><a href="../../Alchemy/Zippy/Archive/MemberInterface.html"><abbr title="Alchemy\Zippy\Archive\MemberInterface">MemberInterface</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                    </table>
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 373
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Archive/Archive.html

@@ -1,373 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Archive\Archive | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../classes.html">Classes</a></li>
-                            <li><a href="../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Class</div>
-    <h1><a href="../../../Alchemy/Zippy/Archive.html">Alchemy\Zippy\Archive</a>\Archive</h1>
-    </div>
-        <div class="content">
-                <p>class    <strong>Archive</strong>        implements
-        <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a></p>
-
-            <div class="description">
-            <p>Represents an archive</p>
-            <p></p>
-        </div>
-    
-    
-    
-            <h2>Methods</h2>
-
-            <table>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method___construct">__construct</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, <a href="../../../Alchemy/Zippy/Adapter/AdapterInterface.html"><abbr title="Alchemy\Zippy\Adapter\AdapterInterface">AdapterInterface</abbr></a> $adapter, <a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a> $manager)
-                    <p>Constructor</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_count">count</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="http://php.net/ArrayIterator"><abbr title="ArrayIterator">ArrayIterator</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_getIterator">getIterator</a>()
-                    <p>Returns an Iterator for the current archive</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    Array
-                </td>
-                <td class="last">
-                    <a href="#method_getMembers">getMembers</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_addMembers">addMembers</a>(String|Array|<a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a> $sources, Boolean $recursive = true)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_removeMembers">removeMembers</a>(String|Array $sources)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_extract">extract</a>(String $toDirectory)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_extractMembers">extractMembers</a>(String|Array $members, string $toDirectory = null)
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-            </table>
-
-
-        <h2>Details</h2>
-
-                        <h3 id="method___construct">
-        <div class="location">at line 62</div>
-        <code>            public            
-    <strong>__construct</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, <a href="../../../Alchemy/Zippy/Adapter/AdapterInterface.html"><abbr title="Alchemy\Zippy\Adapter\AdapterInterface">AdapterInterface</abbr></a> $adapter, <a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a> $manager)</code>
-    </h3>
-    <div class="details">
-        <p>Constructor</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td>Path to the archive</td>
-            </tr>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/AdapterInterface.html"><abbr title="Alchemy\Zippy\Adapter\AdapterInterface">AdapterInterface</abbr></a></td>
-                <td>$adapter</td>
-                <td>An archive adapter</td>
-            </tr>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Resource/ResourceManager.html"><abbr title="Alchemy\Zippy\Resource\ResourceManager">ResourceManager</abbr></a></td>
-                <td>$manager</td>
-                <td>The resource manager</td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_count">
-        <div class="location">at line 72</div>
-        <code>            public            
-    <strong>count</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getIterator">
-        <div class="location">at line 84</div>
-        <code>            public            <a href="http://php.net/ArrayIterator"><abbr title="ArrayIterator">ArrayIterator</abbr></a>
-    <strong>getIterator</strong>()</code>
-    </h3>
-    <div class="details">
-        <p>Returns an Iterator for the current archive</p>
-        <p>This method implements the IteratorAggregate interface.</p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="http://php.net/ArrayIterator"><abbr title="ArrayIterator">ArrayIterator</abbr></a></td>
-            <td>An iterator</td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getMembers">
-        <div class="location">at line 92</div>
-        <code>            public            Array
-    <strong>getMembers</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>Array</td>
-            <td>An array of File</td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_addMembers">
-        <div class="location">at line 100</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-    <strong>addMembers</strong>(String|Array|<a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a> $sources, Boolean $recursive = true)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td>String|Array|<a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a></td>
-                <td>$sources</td>
-                <td>The path to the file or a folder</td>
-            </tr>
-                    <tr>
-                <td>Boolean</td>
-                <td>$recursive</td>
-                <td>Recurse into sub-directories</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_removeMembers">
-        <div class="location">at line 110</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-    <strong>removeMembers</strong>(String|Array $sources)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td>String|Array</td>
-                <td>$sources</td>
-                <td>The path to an archive or a folder member</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_extract">
-        <div class="location">at line 120</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-    <strong>extract</strong>(String $toDirectory)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td>String</td>
-                <td>$toDirectory</td>
-                <td>The path the extracted archive</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_extractMembers">
-        <div class="location">at line 130</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-    <strong>extractMembers</strong>(String|Array $members, string $toDirectory = null)</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td>String|Array</td>
-                <td>$members</td>
-                <td>An array of members path</td>
-            </tr>
-                    <tr>
-                <td>string</td>
-                <td>$toDirectory</td>
-                <td>The destination $directory</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 314
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Archive/ArchiveInterface.html

@@ -1,314 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Archive\ArchiveInterface | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../classes.html">Classes</a></li>
-                            <li><a href="../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Interface</div>
-    <h1><a href="../../../Alchemy/Zippy/Archive.html">Alchemy\Zippy\Archive</a>\ArchiveInterface</h1>
-    </div>
-        <div class="content">
-                <p>interface    <strong>ArchiveInterface</strong>        implements
-        <a href="http://php.net/IteratorAggregate"><abbr title="IteratorAggregate">IteratorAggregate</abbr></a>, <a href="http://php.net/Countable"><abbr title="Countable">Countable</abbr></a></p>
-
-    
-    
-    
-            <h2>Methods</h2>
-
-            <table>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_addMembers">addMembers</a>(String|Array|<a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a> $sources, Boolean $recursive = true)
-                    <p>Adds a file or a folder into the archive</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_removeMembers">removeMembers</a>(String|Array $sources)
-                    <p>Removes a file from the archive</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    Array
-                </td>
-                <td class="last">
-                    <a href="#method_getMembers">getMembers</a>()
-                    <p>Lists files and directories archive members</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_extract">extract</a>(String $toDirectory)
-                    <p>Extracts current archive to the given directory</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_extractMembers">extractMembers</a>(String|Array $members, string $toDirectory = null)
-                    <p>Extracts specific members from the archive</p>
-                </td>
-                <td></td>
-            </tr>
-            </table>
-
-
-        <h2>Details</h2>
-
-                        <h3 id="method_addMembers">
-        <div class="location">at line 30</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-    <strong>addMembers</strong>(String|Array|<a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a> $sources, Boolean $recursive = true)</code>
-    </h3>
-    <div class="details">
-        <p>Adds a file or a folder into the archive</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td>String|Array|<a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a></td>
-                <td>$sources</td>
-                <td>The path to the file or a folder</td>
-            </tr>
-                    <tr>
-                <td>Boolean</td>
-                <td>$recursive</td>
-                <td>Recurse into sub-directories</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-                            <h4>Exceptions</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td>
-                <td>In case the provided source path is not valid</td>
-            </tr>
-                    <tr>
-                <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td>
-                <td>In case of failure</td>
-            </tr>
-            </table>
-
-            
-                    </div>
-    </div>
-
-                <h3 id="method_removeMembers">
-        <div class="location">at line 41</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-    <strong>removeMembers</strong>(String|Array $sources)</code>
-    </h3>
-    <div class="details">
-        <p>Removes a file from the archive</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td>String|Array</td>
-                <td>$sources</td>
-                <td>The path to an archive or a folder member</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-                            <h4>Exceptions</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td>
-                <td>In case of failure</td>
-            </tr>
-            </table>
-
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getMembers">
-        <div class="location">at line 50</div>
-        <code>            public            Array
-    <strong>getMembers</strong>()</code>
-    </h3>
-    <div class="details">
-        <p>Lists files and directories archive members</p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>Array</td>
-            <td>An array of File</td>
-        </tr>
-    </table>
-
-            
-                            <h4>Exceptions</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td>
-                <td>In case archive could not be read</td>
-            </tr>
-            </table>
-
-            
-                    </div>
-    </div>
-
-                <h3 id="method_extract">
-        <div class="location">at line 61</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-    <strong>extract</strong>(String $toDirectory)</code>
-    </h3>
-    <div class="details">
-        <p>Extracts current archive to the given directory</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td>String</td>
-                <td>$toDirectory</td>
-                <td>The path the extracted archive</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-                            <h4>Exceptions</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td>
-                <td>In case archive could not be extracted</td>
-            </tr>
-            </table>
-
-            
-                    </div>
-    </div>
-
-                <h3 id="method_extractMembers">
-        <div class="location">at line 73</div>
-        <code>            public            <a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a>
-    <strong>extractMembers</strong>(String|Array $members, string $toDirectory = null)</code>
-    </h3>
-    <div class="details">
-        <p>Extracts specific members from the archive</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td>String|Array</td>
-                <td>$members</td>
-                <td>An array of members path</td>
-            </tr>
-                    <tr>
-                <td>string</td>
-                <td>$toDirectory</td>
-                <td>The destination $directory</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="../../../Alchemy/Zippy/Archive/ArchiveInterface.html"><abbr title="Alchemy\Zippy\Archive\ArchiveInterface">ArchiveInterface</abbr></a></td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-                            <h4>Exceptions</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td>
-                <td>In case member could not be extracted</td>
-            </tr>
-            </table>
-
-            
-                    </div>
-    </div>
-
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 320
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Archive/Member.html

@@ -1,320 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Archive\Member | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../classes.html">Classes</a></li>
-                            <li><a href="../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Class</div>
-    <h1><a href="../../../Alchemy/Zippy/Archive.html">Alchemy\Zippy\Archive</a>\Member</h1>
-    </div>
-        <div class="content">
-                <p>class    <strong>Member</strong>        implements
-        <a href="../../../Alchemy/Zippy/Archive/MemberInterface.html"><abbr title="Alchemy\Zippy\Archive\MemberInterface">MemberInterface</abbr></a></p>
-
-            <div class="description">
-            <p>Represents a member of an archive.</p>
-            <p></p>
-        </div>
-    
-    
-    
-            <h2>Methods</h2>
-
-            <table>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method___construct">__construct</a>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, <a href="../../../Alchemy/Zippy/Adapter/AdapterInterface.html"><abbr title="Alchemy\Zippy\Adapter\AdapterInterface">AdapterInterface</abbr></a> $adapter, String $location, Integer $fileSize, <abbr title="Alchemy\Zippy\Archive\DateTime">DateTime</abbr> $lastModifiedDate, Boolean $isDir)
-                    <p>Constructor</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    String
-                </td>
-                <td class="last">
-                    <a href="#method_getLocation">getLocation</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    Boolean
-                </td>
-                <td class="last">
-                    <a href="#method_isDir">isDir</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_getLastModifiedDate">getLastModifiedDate</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    Integer
-                </td>
-                <td class="last">
-                    <a href="#method_getSize">getSize</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method___toString">__toString</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_extract">extract</a>(String|null $to = null)
-                    <p>Extract the member from its archive</p>
-                </td>
-                <td></td>
-            </tr>
-            </table>
-
-
-        <h2>Details</h2>
-
-                        <h3 id="method___construct">
-        <div class="location">at line 74</div>
-        <code>            public            
-    <strong>__construct</strong>(<a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a> $resource, <a href="../../../Alchemy/Zippy/Adapter/AdapterInterface.html"><abbr title="Alchemy\Zippy\Adapter\AdapterInterface">AdapterInterface</abbr></a> $adapter, String $location, Integer $fileSize, <abbr title="Alchemy\Zippy\Archive\DateTime">DateTime</abbr> $lastModifiedDate, Boolean $isDir)</code>
-    </h3>
-    <div class="details">
-        <p>Constructor</p>
-        <p></p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/Resource/ResourceInterface.html"><abbr title="Alchemy\Zippy\Adapter\Resource\ResourceInterface">ResourceInterface</abbr></a></td>
-                <td>$resource</td>
-                <td>The path of the archive which contain the member</td>
-            </tr>
-                    <tr>
-                <td><a href="../../../Alchemy/Zippy/Adapter/AdapterInterface.html"><abbr title="Alchemy\Zippy\Adapter\AdapterInterface">AdapterInterface</abbr></a></td>
-                <td>$adapter</td>
-                <td>The archive adapter interface</td>
-            </tr>
-                    <tr>
-                <td>String</td>
-                <td>$location</td>
-                <td>The path of the archive member</td>
-            </tr>
-                    <tr>
-                <td>Integer</td>
-                <td>$fileSize</td>
-                <td>The uncompressed file size</td>
-            </tr>
-                    <tr>
-                <td><abbr title="Alchemy\Zippy\Archive\DateTime">DateTime</abbr></td>
-                <td>$lastModifiedDate</td>
-                <td>The last modifed date of the member</td>
-            </tr>
-                    <tr>
-                <td>Boolean</td>
-                <td>$isDir</td>
-                <td>Tells wheteher the member is a directory or not</td>
-            </tr>
-            </table>
-
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getLocation">
-        <div class="location">at line 87</div>
-        <code>            public            String
-    <strong>getLocation</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>String</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_isDir">
-        <div class="location">at line 95</div>
-        <code>            public            Boolean
-    <strong>isDir</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>Boolean</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getLastModifiedDate">
-        <div class="location">at line 103</div>
-        <code>            public            
-    <strong>getLastModifiedDate</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getSize">
-        <div class="location">at line 111</div>
-        <code>            public            Integer
-    <strong>getSize</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>Integer</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method___toString">
-        <div class="location">at line 119</div>
-        <code>            public            
-    <strong>__toString</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_extract">
-        <div class="location">at line 127</div>
-        <code>            public            <a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a>
-    <strong>extract</strong>(String|null $to = null)</code>
-    </h3>
-    <div class="details">
-        <p>Extract the member from its archive</p>
-        <p>Be carefull using this method within a loop<br />
- This will execute one extraction process for each file<br />
- Prefer the use of ArchiveInterface::extractMembers in that use case</p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td>String|null</td>
-                <td>$to</td>
-                <td>The path where to extract the member, if no path is not provided the member is extracted in the same direcoty of its archive</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a></td>
-            <td>The extracted file</td>
-        </tr>
-    </table>
-
-            
-                            <h4>Exceptions</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td>
-                <td>In case of failure</td>
-            </tr>
-                    <tr>
-                <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td>
-                <td>In case no members could be removed or provide extract target direcotry is not valid</td>
-            </tr>
-            </table>
-
-            
-                    </div>
-    </div>
-
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 255
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Archive/MemberInterface.html

@@ -1,255 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Archive\MemberInterface | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../classes.html">Classes</a></li>
-                            <li><a href="../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Interface</div>
-    <h1><a href="../../../Alchemy/Zippy/Archive.html">Alchemy\Zippy\Archive</a>\MemberInterface</h1>
-    </div>
-        <div class="content">
-                <p>interface    <strong>MemberInterface</strong></p>
-
-    
-    
-    
-            <h2>Methods</h2>
-
-            <table>
-                    <tr>
-                <td class="type">
-                    String
-                </td>
-                <td class="last">
-                    <a href="#method_getLocation">getLocation</a>()
-                    <p>Gets the location of an archive member</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    Boolean
-                </td>
-                <td class="last">
-                    <a href="#method_isDir">isDir</a>()
-                    <p>Tells whether the member is a directory or not</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method_getLastModifiedDate">getLastModifiedDate</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    Integer
-                </td>
-                <td class="last">
-                    <a href="#method_getSize">getSize</a>()
-                    <p>Returns the (uncompressed) size of the member</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    <a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a>
-                </td>
-                <td class="last">
-                    <a href="#method_extract">extract</a>(String|null $to = null)
-                    <p>Extract the member from its archive</p>
-                </td>
-                <td></td>
-            </tr>
-                    <tr>
-                <td class="type">
-                    
-                </td>
-                <td class="last">
-                    <a href="#method___toString">__toString</a>()
-                    <p></p>
-                </td>
-                <td></td>
-            </tr>
-            </table>
-
-
-        <h2>Details</h2>
-
-                        <h3 id="method_getLocation">
-        <div class="location">at line 21</div>
-        <code>            public            String
-    <strong>getLocation</strong>()</code>
-    </h3>
-    <div class="details">
-        <p>Gets the location of an archive member</p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>String</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_isDir">
-        <div class="location">at line 28</div>
-        <code>            public            Boolean
-    <strong>isDir</strong>()</code>
-    </h3>
-    <div class="details">
-        <p>Tells whether the member is a directory or not</p>
-        <p></p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>Boolean</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getLastModifiedDate">
-        <div class="location">at line 35</div>
-        <code>            public            
-    <strong>getLastModifiedDate</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_getSize">
-        <div class="location">at line 44</div>
-        <code>            public            Integer
-    <strong>getSize</strong>()</code>
-    </h3>
-    <div class="details">
-        <p>Returns the (uncompressed) size of the member</p>
-        <p>If the size is unknown, returns -1</p>
-        <div class="tags">
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td>Integer</td>
-            <td></td>
-        </tr>
-    </table>
-
-            
-            
-                    </div>
-    </div>
-
-                <h3 id="method_extract">
-        <div class="location">at line 60</div>
-        <code>            public            <a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a>
-    <strong>extract</strong>(String|null $to = null)</code>
-    </h3>
-    <div class="details">
-        <p>Extract the member from its archive</p>
-        <p>Be carefull using this method within a loop<br />
- This will execute one extraction process for each file<br />
- Prefer the use of ArchiveInterface::extractMembers in that use case</p>
-        <div class="tags">
-                            <h4>Parameters</h4>
-
-                    <table>
-                    <tr>
-                <td>String|null</td>
-                <td>$to</td>
-                <td>The path where to extract the member, if no path is not provided the member is extracted in the same direcoty of its archive</td>
-            </tr>
-            </table>
-
-            
-                            <h4>Return Value</h4>
-
-                    <table>
-        <tr>
-            <td><a href="http://php.net/SplFileInfo"><abbr title="SplFileInfo">SplFileInfo</abbr></a></td>
-            <td>The extracted file</td>
-        </tr>
-    </table>
-
-            
-                            <h4>Exceptions</h4>
-
-                    <table>
-                    <tr>
-                <td><a href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a></td>
-                <td>In case of failure</td>
-            </tr>
-                    <tr>
-                <td><a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a></td>
-                <td>In case no members could be removed or provide extract target direcotry is not valid</td>
-            </tr>
-            </table>
-
-            
-                    </div>
-    </div>
-
-                <h3 id="method___toString">
-        <div class="location">at line 65</div>
-        <code>            public            
-    <strong>__toString</strong>()</code>
-    </h3>
-    <div class="details">
-        <p></p>
-        <p></p>
-        <div class="tags">
-            
-            
-            
-                    </div>
-    </div>
-
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 9
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Archive/namespace-frame.html

@@ -1,9 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Archive | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        </html>

+ 0 - 69
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Exception.html

@@ -1,69 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Exception | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../stylesheet.css">
-                            </head>
-        <body id="overview">
-            <div class="header">
-        <ul>
-            <li><a href="../../classes.html">Classes</a></li>
-                            <li><a href="../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Namespace</div>
-    <h1>Alchemy\Zippy\Exception</h1>
-    </div>
-        <div class="content">
-                        <table>
-                            <tr>
-                    <td><a href="../../Alchemy/Zippy/Exception/FormatNotSupportedException.html"><abbr title="Alchemy\Zippy\Exception\FormatNotSupportedException">FormatNotSupportedException</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                            <tr>
-                    <td><a href="../../Alchemy/Zippy/Exception/IOException.html"><abbr title="Alchemy\Zippy\Exception\IOException">IOException</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                            <tr>
-                    <td><a href="../../Alchemy/Zippy/Exception/InvalidArgumentException.html"><abbr title="Alchemy\Zippy\Exception\InvalidArgumentException">InvalidArgumentException</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                            <tr>
-                    <td><a href="../../Alchemy/Zippy/Exception/NoAdapterOnPlatformException.html"><abbr title="Alchemy\Zippy\Exception\NoAdapterOnPlatformException">NoAdapterOnPlatformException</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                            <tr>
-                    <td><a href="../../Alchemy/Zippy/Exception/NotSupportedException.html"><abbr title="Alchemy\Zippy\Exception\NotSupportedException">NotSupportedException</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                            <tr>
-                    <td><a href="../../Alchemy/Zippy/Exception/RuntimeException.html"><abbr title="Alchemy\Zippy\Exception\RuntimeException">RuntimeException</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                            <tr>
-                    <td><a href="../../Alchemy/Zippy/Exception/TargetLocatorException.html"><abbr title="Alchemy\Zippy\Exception\TargetLocatorException">TargetLocatorException</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                    </table>
-    
-            <h2>Interfaces</h2>
-        <table>
-                            <tr>
-                    <td><a href="../../Alchemy/Zippy/Exception/ExceptionInterface.html"><abbr title="Alchemy\Zippy\Exception\ExceptionInterface">ExceptionInterface</abbr></a></td>
-                    <td class="last"></td>
-                </tr>
-                    </table>
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 35
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Exception/ExceptionInterface.html

@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Exception\ExceptionInterface | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../classes.html">Classes</a></li>
-                            <li><a href="../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Interface</div>
-    <h1><a href="../../../Alchemy/Zippy/Exception.html">Alchemy\Zippy\Exception</a>\ExceptionInterface</h1>
-    </div>
-        <div class="content">
-                <p>interface    <strong>ExceptionInterface</strong></p>
-
-    
-    
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 35
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Exception/FormatNotSupportedException.html

@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Exception\FormatNotSupportedException | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../classes.html">Classes</a></li>
-                            <li><a href="../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Class</div>
-    <h1><a href="../../../Alchemy/Zippy/Exception.html">Alchemy\Zippy\Exception</a>\FormatNotSupportedException</h1>
-    </div>
-        <div class="content">
-                <p>class    <strong>FormatNotSupportedException</strong>        extends <a href="../../../Alchemy/Zippy/Exception/RuntimeException.html"><abbr title="Alchemy\Zippy\Exception\RuntimeException">RuntimeException</abbr></a></p>
-
-    
-    
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 35
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Exception/IOException.html

@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Exception\IOException | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../classes.html">Classes</a></li>
-                            <li><a href="../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Class</div>
-    <h1><a href="../../../Alchemy/Zippy/Exception.html">Alchemy\Zippy\Exception</a>\IOException</h1>
-    </div>
-        <div class="content">
-                <p>class    <strong>IOException</strong>        extends <a href="../../../Alchemy/Zippy/Exception/RuntimeException.html"><abbr title="Alchemy\Zippy\Exception\RuntimeException">RuntimeException</abbr></a></p>
-
-    
-    
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 36
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Exception/InvalidArgumentException.html

@@ -1,36 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Exception\InvalidArgumentException | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../classes.html">Classes</a></li>
-                            <li><a href="../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Class</div>
-    <h1><a href="../../../Alchemy/Zippy/Exception.html">Alchemy\Zippy\Exception</a>\InvalidArgumentException</h1>
-    </div>
-        <div class="content">
-                <p>class    <strong>InvalidArgumentException</strong>        extends <a href="http://php.net/InvalidArgumentException"><abbr title="InvalidArgumentException">InvalidArgumentException</abbr></a>        implements
-        <a href="../../../Alchemy/Zippy/Exception/ExceptionInterface.html"><abbr title="Alchemy\Zippy\Exception\ExceptionInterface">ExceptionInterface</abbr></a></p>
-
-    
-    
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

+ 0 - 35
vendor/alchemy/zippy/docs/source/API/API/Alchemy/Zippy/Exception/NoAdapterOnPlatformException.html

@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="UTF-8" />
-        <meta name="robots" content="index, follow, all" />
-        <title>Alchemy\Zippy\Exception\NoAdapterOnPlatformException | Zippy API</title>
-                    <link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
-                            </head>
-        <body id="class">
-            <div class="header">
-        <ul>
-            <li><a href="../../../classes.html">Classes</a></li>
-                            <li><a href="../../../namespaces.html">Namespaces</a></li>
-                        <li><a href="../../../interfaces.html">Interfaces</a></li>
-            <li><a href="../../../doc-index.html">Index</a></li>
-            
-        </ul>
-
-        <div id="title">Zippy API</div>
-
-            <div class="type">Class</div>
-    <h1><a href="../../../Alchemy/Zippy/Exception.html">Alchemy\Zippy\Exception</a>\NoAdapterOnPlatformException</h1>
-    </div>
-        <div class="content">
-                <p>class    <strong>NoAdapterOnPlatformException</strong>        extends <a href="../../../Alchemy/Zippy/Exception/RuntimeException.html"><abbr title="Alchemy\Zippy\Exception\RuntimeException">RuntimeException</abbr></a></p>
-
-    
-    
-    
-            </div>
-            <div id="footer">
-        Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
-    </div>
-    </body>
-</html>

Some files were not shown because too many files changed in this diff