added knp-snappy package for Jerry's UB04 work
commit398aac21e75e33af3b3dab5dde798552dd262d56
authorBrady Miller <brady.g.miller@gmail.com>
Sat, 19 Aug 2017 05:56:32 +0000 (18 22:56 -0700)
committerBrady Miller <brady.g.miller@gmail.com>
Sat, 19 Aug 2017 05:56:32 +0000 (18 22:56 -0700)
tree5d4d53024a8e31b1b45efd3032e634e0bde25bb2
parent7b9771939e043d38d96ceebefa7ca5161fd766d9
added knp-snappy package for Jerry's UB04 work
41 files changed:
build.xml
composer.json
composer.lock
vendor/composer/ClassLoader.php
vendor/composer/LICENSE
vendor/composer/autoload_classmap.php
vendor/composer/autoload_psr4.php
vendor/composer/autoload_static.php
vendor/composer/installed.json
vendor/knplabs/knp-snappy/CONTRIBUTING.md [new file with mode: 0644]
vendor/knplabs/knp-snappy/LICENSE [copied from vendor/composer/LICENSE with 93% similarity]
vendor/knplabs/knp-snappy/README.md [new file with mode: 0644]
vendor/knplabs/knp-snappy/composer.json [new file with mode: 0644]
vendor/knplabs/knp-snappy/doc/faq.md [new file with mode: 0644]
vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php [new file with mode: 0644]
vendor/knplabs/knp-snappy/src/Knp/Snappy/Exception/FileAlreadyExistsException.php [new file with mode: 0644]
vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php [new file with mode: 0644]
vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php [new file with mode: 0644]
vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php [new file with mode: 0644]
vendor/symfony/process/CHANGELOG.md [new file with mode: 0644]
vendor/symfony/process/Exception/ExceptionInterface.php [new file with mode: 0644]
vendor/symfony/process/Exception/InvalidArgumentException.php [new file with mode: 0644]
vendor/symfony/process/Exception/LogicException.php [new file with mode: 0644]
vendor/symfony/process/Exception/ProcessFailedException.php [new file with mode: 0644]
vendor/symfony/process/Exception/ProcessTimedOutException.php [new file with mode: 0644]
vendor/symfony/process/Exception/RuntimeException.php [new file with mode: 0644]
vendor/symfony/process/ExecutableFinder.php [new file with mode: 0644]
vendor/symfony/process/InputStream.php [new file with mode: 0644]
vendor/symfony/process/LICENSE [copied from vendor/composer/LICENSE with 95% similarity]
vendor/symfony/process/PhpExecutableFinder.php [new file with mode: 0644]
vendor/symfony/process/PhpProcess.php [new file with mode: 0644]
vendor/symfony/process/Pipes/AbstractPipes.php [new file with mode: 0644]
vendor/symfony/process/Pipes/PipesInterface.php [new file with mode: 0644]
vendor/symfony/process/Pipes/UnixPipes.php [new file with mode: 0644]
vendor/symfony/process/Pipes/WindowsPipes.php [new file with mode: 0644]
vendor/symfony/process/Process.php [new file with mode: 0644]
vendor/symfony/process/ProcessBuilder.php [new file with mode: 0644]
vendor/symfony/process/ProcessUtils.php [new file with mode: 0644]
vendor/symfony/process/README.md [new file with mode: 0644]
vendor/symfony/process/composer.json [new file with mode: 0644]
vendor/symfony/process/phpunit.xml.dist [new file with mode: 0644]