From fffac060fa12800ca8dbb671459befaa69573e9d Mon Sep 17 00:00:00 2001
From: Bruno Meilick
Date: Mon, 20 May 2019 11:38:53 +0200
Subject: [PATCH] .gitignore fix
---
vendor/composer/LICENSE | 21 -
vendor/composer/installed.json | 385 -----
vendor/guzzlehttp/guzzle/CHANGELOG.md | 1287 -----------------
vendor/guzzlehttp/guzzle/LICENSE | 19 -
vendor/guzzlehttp/guzzle/README.md | 91 --
vendor/guzzlehttp/guzzle/UPGRADING.md | 1203 ---------------
vendor/guzzlehttp/guzzle/composer.json | 44 -
vendor/guzzlehttp/promises/CHANGELOG.md | 65 -
vendor/guzzlehttp/promises/LICENSE | 19 -
vendor/guzzlehttp/promises/README.md | 504 -------
vendor/guzzlehttp/promises/composer.json | 34 -
vendor/guzzlehttp/psr7/CHANGELOG.md | 225 ---
vendor/guzzlehttp/psr7/LICENSE | 19 -
vendor/guzzlehttp/psr7/README.md | 745 ----------
vendor/guzzlehttp/psr7/composer.json | 45 -
vendor/mailjet/mailjet-apiv3-php/.gitignore | 13 -
vendor/mailjet/mailjet-apiv3-php/.travis.yml | 15 -
vendor/mailjet/mailjet-apiv3-php/LICENSE | 21 -
vendor/mailjet/mailjet-apiv3-php/README.md | 268 ----
.../mailjet/mailjet-apiv3-php/composer.json | 27 -
.../mailjet-apiv3-php/phpunit.xml.dist | 19 -
.../mailjet-apiv3-php/test/Mailjet/test.php | 188 ---
vendor/mustache/mustache/.gitignore | 4 -
vendor/mustache/mustache/.gitmodules | 6 -
vendor/mustache/mustache/.php_cs | 26 -
vendor/mustache/mustache/.styleci.yml | 13 -
vendor/mustache/mustache/.travis.yml | 21 -
vendor/mustache/mustache/CONTRIBUTING.md | 35 -
vendor/mustache/mustache/LICENSE | 21 -
vendor/mustache/mustache/README.md | 72 -
vendor/mustache/mustache/composer.json | 25 -
vendor/mustache/mustache/phpunit.xml.dist | 17 -
.../test/Mustache/Test/AutoloaderTest.php | 51 -
.../Mustache/Test/Cache/AbstractCacheTest.php | 44 -
.../Test/Cache/FilesystemCacheTest.php | 36 -
.../test/Mustache/Test/CompilerTest.php | 154 --
.../test/Mustache/Test/ContextTest.php | 282 ----
.../test/Mustache/Test/EngineTest.php | 397 -----
.../Test/Exception/SyntaxExceptionTest.php | 39 -
.../Exception/UnknownFilterExceptionTest.php | 44 -
.../Exception/UnknownHelperExceptionTest.php | 43 -
.../UnknownTemplateExceptionTest.php | 43 -
.../Functional/ClosureQuirksTest.php | 32 -
.../Test/FiveThree/Functional/EngineTest.php | 50 -
.../Test/FiveThree/Functional/FiltersTest.php | 187 ---
.../Functional/HigherOrderSectionsTest.php | 77 -
.../FiveThree/Functional/LambdaHelperTest.php | 67 -
.../FiveThree/Functional/MustacheSpecTest.php | 68 -
.../Functional/PartialLambdaIndentTest.php | 94 --
.../Functional/StrictCallablesTest.php | 135 --
.../Mustache/Test/Functional/CallTest.php | 40 -
.../Mustache/Test/Functional/ExamplesTest.php | 142 --
.../Functional/HigherOrderSectionsTest.php | 177 ---
.../Test/Functional/InheritanceTest.php | 543 -------
.../Test/Functional/MustacheInjectionTest.php | 83 --
.../Test/Functional/MustacheSpecTest.php | 121 --
.../Functional/NestedPartialIndentTest.php | 45 -
.../Test/Functional/ObjectSectionTest.php | 110 --
.../test/Mustache/Test/FunctionalTestCase.php | 47 -
.../Mustache/Test/HelperCollectionTest.php | 163 ---
.../Mustache/Test/Loader/ArrayLoaderTest.php | 52 -
.../Test/Loader/CascadingLoaderTest.php | 40 -
.../Test/Loader/FilesystemLoaderTest.php | 80 -
.../Mustache/Test/Loader/InlineLoaderTest.php | 56 -
.../Mustache/Test/Loader/StringLoaderTest.php | 25 -
.../Test/Logger/AbstractLoggerTest.php | 60 -
.../Mustache/Test/Logger/StreamLoggerTest.php | 209 ---
.../test/Mustache/Test/ParserTest.php | 425 ------
.../test/Mustache/Test/SpecTestCase.php | 67 -
.../test/Mustache/Test/TemplateTest.php | 55 -
.../test/Mustache/Test/TokenizerTest.php | 306 ----
vendor/mustache/mustache/test/bootstrap.php | 91 --
.../test/fixtures/autoloader/Mustache/Bar.php | 15 -
.../test/fixtures/autoloader/Mustache/Foo.php | 15 -
.../fixtures/autoloader/NonMustacheClass.php | 15 -
.../test/fixtures/examples/blocks/Blocks.php | 15 -
.../fixtures/examples/blocks/blocks.mustache | 4 -
.../test/fixtures/examples/blocks/blocks.txt | 3 -
.../examples/blocks/partials/parent.mustache | 4 -
.../examples/child_context/ChildContext.php | 23 -
.../child_context/child_context.mustache | 2 -
.../examples/child_context/child_context.txt | 2 -
.../fixtures/examples/comments/Comments.php | 18 -
.../examples/comments/comments.mustache | 1 -
.../fixtures/examples/comments/comments.txt | 1 -
.../examples/complex/complex.mustache | 16 -
.../fixtures/examples/complex/complex.php | 31 -
.../fixtures/examples/complex/complex.txt | 6 -
.../examples/delimiters/Delimiters.php | 25 -
.../examples/delimiters/delimiters.mustache | 8 -
.../examples/delimiters/delimiters.txt | 4 -
.../examples/dot_notation/DotNotation.php | 24 -
.../dot_notation/dot_notation.mustache | 4 -
.../examples/dot_notation/dot_notation.txt | 4 -
.../examples/double_section/DoubleSection.php | 20 -
.../double_section/double_section.mustache | 7 -
.../double_section/double_section.txt | 3 -
.../fixtures/examples/escaped/Escaped.php | 15 -
.../examples/escaped/escaped.mustache | 1 -
.../fixtures/examples/escaped/escaped.txt | 1 -
.../fixtures/examples/filters/Filters.php | 97 --
.../examples/filters/filters.mustache | 4 -
.../fixtures/examples/filters/filters.txt | 50 -
.../GrandParentContext.php | 33 -
.../grand_parent_context.mustache | 7 -
.../grand_parent_context.txt | 7 -
.../test/fixtures/examples/i18n/I18n.php | 30 -
.../test/fixtures/examples/i18n/i18n.mustache | 1 -
.../test/fixtures/examples/i18n/i18n.txt | 1 -
.../implicit_iterator/ImplicitIterator.php | 15 -
.../implicit_iterator.mustache | 3 -
.../implicit_iterator/implicit_iterator.txt | 5 -
.../InvertedDoubleSection.php | 16 -
.../inverted_double_section.mustache | 7 -
.../inverted_double_section.txt | 3 -
.../inverted_section/InvertedSection.php | 15 -
.../inverted_section.mustache | 6 -
.../inverted_section/inverted_section.txt | 1 -
.../nested_partials/NestedPartials.php | 15 -
.../nested_partials/nested_partials.mustache | 3 -
.../nested_partials/nested_partials.txt | 7 -
.../nested_partials/partials/fourth.mustache | 1 -
.../nested_partials/partials/second.mustache | 3 -
.../nested_partials/partials/third.mustache | 3 -
.../fixtures/examples/partials/Partials.php | 19 -
.../examples/partials/partials.mustache | 7 -
.../fixtures/examples/partials/partials.txt | 8 -
.../partials/partials/header.mustache | 4 -
.../recursive_partials/RecursivePartials.php | 22 -
.../partials/child.mustache | 1 -
.../recursive_partials.mustache | 1 -
.../recursive_partials/recursive_partials.txt | 1 -
.../SectionIteratorObjects.php | 27 -
.../section_iterator_objects.mustache | 5 -
.../section_iterator_objects.txt | 4 -
.../SectionMagicObjects.php | 40 -
.../section_magic_objects.mustache | 6 -
.../section_magic_objects.txt | 4 -
.../section_objects/SectionObjects.php | 28 -
.../section_objects/section_objects.mustache | 6 -
.../section_objects/section_objects.txt | 4 -
.../fixtures/examples/sections/Sections.php | 25 -
.../examples/sections/sections.mustache | 5 -
.../fixtures/examples/sections/sections.txt | 4 -
.../sections_nested/SectionsNested.php | 44 -
.../sections_nested/sections_nested.mustache | 7 -
.../sections_nested/sections_nested.txt | 12 -
.../test/fixtures/examples/simple/Simple.php | 23 -
.../fixtures/examples/simple/simple.mustache | 5 -
.../test/fixtures/examples/simple/simple.txt | 3 -
.../fixtures/examples/unescaped/Unescaped.php | 15 -
.../examples/unescaped/unescaped.mustache | 1 -
.../fixtures/examples/unescaped/unescaped.txt | 1 -
.../test/fixtures/examples/utf8/UTF8.php | 15 -
.../test/fixtures/examples/utf8/utf8.mustache | 1 -
.../test/fixtures/examples/utf8/utf8.txt | 1 -
.../examples/utf8_unescaped/UTF8Unescaped.php | 15 -
.../utf8_unescaped/utf8_unescaped.mustache | 1 -
.../utf8_unescaped/utf8_unescaped.txt | 1 -
.../examples/whitespace/Whitespace.php | 43 -
.../whitespace/partials/alphabet.mustache | 1 -
.../examples/whitespace/whitespace.mustache | 10 -
.../examples/whitespace/whitespace.txt | 12 -
.../mustache/test/fixtures/templates/alpha.ms | 1 -
.../mustache/test/fixtures/templates/beta.ms | 1 -
.../test/fixtures/templates/one.mustache | 1 -
.../test/fixtures/templates/two.mustache | 1 -
vendor/psr/http-message/CHANGELOG.md | 36 -
vendor/psr/http-message/LICENSE | 19 -
vendor/psr/http-message/README.md | 13 -
vendor/psr/http-message/composer.json | 26 -
171 files changed, 11427 deletions(-)
delete mode 100644 vendor/composer/LICENSE
delete mode 100644 vendor/composer/installed.json
delete mode 100644 vendor/guzzlehttp/guzzle/CHANGELOG.md
delete mode 100644 vendor/guzzlehttp/guzzle/LICENSE
delete mode 100644 vendor/guzzlehttp/guzzle/README.md
delete mode 100644 vendor/guzzlehttp/guzzle/UPGRADING.md
delete mode 100644 vendor/guzzlehttp/guzzle/composer.json
delete mode 100644 vendor/guzzlehttp/promises/CHANGELOG.md
delete mode 100644 vendor/guzzlehttp/promises/LICENSE
delete mode 100644 vendor/guzzlehttp/promises/README.md
delete mode 100644 vendor/guzzlehttp/promises/composer.json
delete mode 100644 vendor/guzzlehttp/psr7/CHANGELOG.md
delete mode 100644 vendor/guzzlehttp/psr7/LICENSE
delete mode 100644 vendor/guzzlehttp/psr7/README.md
delete mode 100644 vendor/guzzlehttp/psr7/composer.json
delete mode 100644 vendor/mailjet/mailjet-apiv3-php/.gitignore
delete mode 100644 vendor/mailjet/mailjet-apiv3-php/.travis.yml
delete mode 100644 vendor/mailjet/mailjet-apiv3-php/LICENSE
delete mode 100644 vendor/mailjet/mailjet-apiv3-php/README.md
delete mode 100644 vendor/mailjet/mailjet-apiv3-php/composer.json
delete mode 100644 vendor/mailjet/mailjet-apiv3-php/phpunit.xml.dist
delete mode 100644 vendor/mailjet/mailjet-apiv3-php/test/Mailjet/test.php
delete mode 100644 vendor/mustache/mustache/.gitignore
delete mode 100644 vendor/mustache/mustache/.gitmodules
delete mode 100644 vendor/mustache/mustache/.php_cs
delete mode 100644 vendor/mustache/mustache/.styleci.yml
delete mode 100644 vendor/mustache/mustache/.travis.yml
delete mode 100644 vendor/mustache/mustache/CONTRIBUTING.md
delete mode 100644 vendor/mustache/mustache/LICENSE
delete mode 100644 vendor/mustache/mustache/README.md
delete mode 100644 vendor/mustache/mustache/composer.json
delete mode 100644 vendor/mustache/mustache/phpunit.xml.dist
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/AutoloaderTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/Cache/AbstractCacheTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/Cache/FilesystemCacheTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/CompilerTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/ContextTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/EngineTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/Exception/SyntaxExceptionTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/Exception/UnknownFilterExceptionTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/Exception/UnknownHelperExceptionTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/Exception/UnknownTemplateExceptionTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/ClosureQuirksTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/EngineTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/FiltersTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/HigherOrderSectionsTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/LambdaHelperTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/MustacheSpecTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/PartialLambdaIndentTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/StrictCallablesTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/Functional/CallTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/Functional/ExamplesTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/Functional/HigherOrderSectionsTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/Functional/InheritanceTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/Functional/MustacheInjectionTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/Functional/MustacheSpecTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/Functional/NestedPartialIndentTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/Functional/ObjectSectionTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/FunctionalTestCase.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/HelperCollectionTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/Loader/ArrayLoaderTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/Loader/CascadingLoaderTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/Loader/FilesystemLoaderTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/Loader/InlineLoaderTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/Loader/StringLoaderTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/Logger/AbstractLoggerTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/Logger/StreamLoggerTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/ParserTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/SpecTestCase.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/TemplateTest.php
delete mode 100644 vendor/mustache/mustache/test/Mustache/Test/TokenizerTest.php
delete mode 100644 vendor/mustache/mustache/test/bootstrap.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/autoloader/Mustache/Bar.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/autoloader/Mustache/Foo.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/autoloader/NonMustacheClass.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/blocks/Blocks.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/blocks/blocks.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/blocks/blocks.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/blocks/partials/parent.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/child_context/ChildContext.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/child_context/child_context.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/child_context/child_context.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/comments/Comments.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/comments/comments.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/comments/comments.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/complex/complex.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/complex/complex.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/complex/complex.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/delimiters/Delimiters.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/delimiters/delimiters.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/delimiters/delimiters.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/dot_notation/DotNotation.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/dot_notation/dot_notation.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/dot_notation/dot_notation.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/double_section/DoubleSection.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/double_section/double_section.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/double_section/double_section.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/escaped/Escaped.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/escaped/escaped.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/escaped/escaped.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/filters/Filters.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/filters/filters.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/filters/filters.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/grand_parent_context/GrandParentContext.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/grand_parent_context/grand_parent_context.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/grand_parent_context/grand_parent_context.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/i18n/I18n.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/i18n/i18n.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/i18n/i18n.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/implicit_iterator/ImplicitIterator.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/implicit_iterator/implicit_iterator.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/implicit_iterator/implicit_iterator.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/inverted_double_section/InvertedDoubleSection.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/inverted_double_section/inverted_double_section.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/inverted_double_section/inverted_double_section.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/inverted_section/InvertedSection.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/inverted_section/inverted_section.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/inverted_section/inverted_section.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/nested_partials/NestedPartials.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/nested_partials/nested_partials.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/nested_partials/nested_partials.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/nested_partials/partials/fourth.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/nested_partials/partials/second.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/nested_partials/partials/third.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/partials/Partials.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/partials/partials.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/partials/partials.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/partials/partials/header.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/recursive_partials/RecursivePartials.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/recursive_partials/partials/child.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/recursive_partials/recursive_partials.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/recursive_partials/recursive_partials.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/section_iterator_objects/SectionIteratorObjects.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/section_iterator_objects/section_iterator_objects.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/section_iterator_objects/section_iterator_objects.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/section_magic_objects/SectionMagicObjects.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/section_magic_objects/section_magic_objects.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/section_magic_objects/section_magic_objects.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/section_objects/SectionObjects.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/section_objects/section_objects.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/section_objects/section_objects.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/sections/Sections.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/sections/sections.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/sections/sections.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/sections_nested/SectionsNested.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/sections_nested/sections_nested.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/sections_nested/sections_nested.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/simple/Simple.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/simple/simple.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/simple/simple.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/unescaped/Unescaped.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/unescaped/unescaped.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/unescaped/unescaped.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/utf8/UTF8.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/utf8/utf8.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/utf8/utf8.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/utf8_unescaped/UTF8Unescaped.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/utf8_unescaped/utf8_unescaped.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/utf8_unescaped/utf8_unescaped.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/whitespace/Whitespace.php
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/whitespace/partials/alphabet.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/whitespace/whitespace.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/examples/whitespace/whitespace.txt
delete mode 100644 vendor/mustache/mustache/test/fixtures/templates/alpha.ms
delete mode 100644 vendor/mustache/mustache/test/fixtures/templates/beta.ms
delete mode 100644 vendor/mustache/mustache/test/fixtures/templates/one.mustache
delete mode 100644 vendor/mustache/mustache/test/fixtures/templates/two.mustache
delete mode 100644 vendor/psr/http-message/CHANGELOG.md
delete mode 100644 vendor/psr/http-message/LICENSE
delete mode 100644 vendor/psr/http-message/README.md
delete mode 100644 vendor/psr/http-message/composer.json
diff --git a/vendor/composer/LICENSE b/vendor/composer/LICENSE
deleted file mode 100644
index f27399a..0000000
--- a/vendor/composer/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-
-Copyright (c) Nils Adermann, Jordi Boggiano
-
-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.
-
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
deleted file mode 100644
index f09dac4..0000000
--- a/vendor/composer/installed.json
+++ /dev/null
@@ -1,385 +0,0 @@
-[
- {
- "name": "guzzlehttp/guzzle",
- "version": "6.3.3",
- "version_normalized": "6.3.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/guzzle/guzzle.git",
- "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
- "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
- "shasum": ""
- },
- "require": {
- "guzzlehttp/promises": "^1.0",
- "guzzlehttp/psr7": "^1.4",
- "php": ">=5.5"
- },
- "require-dev": {
- "ext-curl": "*",
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
- "psr/log": "^1.0"
- },
- "suggest": {
- "psr/log": "Required for using the Log middleware"
- },
- "time": "2018-04-22T15:46:56+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "6.3-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "files": [
- "src/functions_include.php"
- ],
- "psr-4": {
- "GuzzleHttp\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- }
- ],
- "description": "Guzzle is a PHP HTTP client library",
- "homepage": "http://guzzlephp.org/",
- "keywords": [
- "client",
- "curl",
- "framework",
- "http",
- "http client",
- "rest",
- "web service"
- ]
- },
- {
- "name": "guzzlehttp/promises",
- "version": "v1.3.1",
- "version_normalized": "1.3.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/guzzle/promises.git",
- "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
- "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
- "shasum": ""
- },
- "require": {
- "php": ">=5.5.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.0"
- },
- "time": "2016-12-20T10:07:11+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.4-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "GuzzleHttp\\Promise\\": "src/"
- },
- "files": [
- "src/functions_include.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- }
- ],
- "description": "Guzzle promises library",
- "keywords": [
- "promise"
- ]
- },
- {
- "name": "guzzlehttp/psr7",
- "version": "1.5.2",
- "version_normalized": "1.5.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/guzzle/psr7.git",
- "reference": "9f83dded91781a01c63574e387eaa769be769115"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
- "reference": "9f83dded91781a01c63574e387eaa769be769115",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4.0",
- "psr/http-message": "~1.0",
- "ralouphie/getallheaders": "^2.0.5"
- },
- "provide": {
- "psr/http-message-implementation": "1.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
- },
- "time": "2018-12-04T20:46:45+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.5-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "GuzzleHttp\\Psr7\\": "src/"
- },
- "files": [
- "src/functions_include.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- },
- {
- "name": "Tobias Schultze",
- "homepage": "https://github.com/Tobion"
- }
- ],
- "description": "PSR-7 message implementation that also provides common utility methods",
- "keywords": [
- "http",
- "message",
- "psr-7",
- "request",
- "response",
- "stream",
- "uri",
- "url"
- ]
- },
- {
- "name": "mailjet/mailjet-apiv3-php",
- "version": "v1.4.1",
- "version_normalized": "1.4.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/mailjet/mailjet-apiv3-php.git",
- "reference": "9d89b9a424a9631bff8e499cbbe34058481e8102"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/mailjet/mailjet-apiv3-php/zipball/9d89b9a424a9631bff8e499cbbe34058481e8102",
- "reference": "9d89b9a424a9631bff8e499cbbe34058481e8102",
- "shasum": ""
- },
- "require": {
- "guzzlehttp/guzzle": "~6.0|~5.3",
- "php": ">=5.4.0"
- },
- "require-dev": {
- "php-coveralls/php-coveralls": "^1.0",
- "phpunit/phpunit": "^4.8"
- },
- "time": "2018-10-31T13:24:45+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Mailjet": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Mailjet",
- "email": "dev@mailjet.com",
- "homepage": "https://dev.mailjet.com"
- }
- ],
- "description": "PHP wrapper for the Mailjet API",
- "homepage": "https://github.com/mailjet/mailjet-apiv3-php/",
- "keywords": [
- "Mailjet",
- "api",
- "email",
- "php",
- "v3"
- ]
- },
- {
- "name": "mustache/mustache",
- "version": "v2.12.0",
- "version_normalized": "2.12.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/bobthecow/mustache.php.git",
- "reference": "fe8fe72e9d580591854de404cc59a1b83ca4d19e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/fe8fe72e9d580591854de404cc59a1b83ca4d19e",
- "reference": "fe8fe72e9d580591854de404cc59a1b83ca4d19e",
- "shasum": ""
- },
- "require": {
- "php": ">=5.2.4"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "~1.11",
- "phpunit/phpunit": "~3.7|~4.0|~5.0"
- },
- "time": "2017-07-11T12:54:05+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-0": {
- "Mustache": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Justin Hileman",
- "email": "justin@justinhileman.info",
- "homepage": "http://justinhileman.com"
- }
- ],
- "description": "A Mustache implementation in PHP.",
- "homepage": "https://github.com/bobthecow/mustache.php",
- "keywords": [
- "mustache",
- "templating"
- ]
- },
- {
- "name": "psr/http-message",
- "version": "1.0.1",
- "version_normalized": "1.0.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/http-message.git",
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "time": "2016-08-06T14:39:51+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Psr\\Http\\Message\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Common interface for HTTP messages",
- "homepage": "https://github.com/php-fig/http-message",
- "keywords": [
- "http",
- "http-message",
- "psr",
- "psr-7",
- "request",
- "response"
- ]
- },
- {
- "name": "ralouphie/getallheaders",
- "version": "2.0.5",
- "version_normalized": "2.0.5.0",
- "source": {
- "type": "git",
- "url": "https://github.com/ralouphie/getallheaders.git",
- "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
- "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3"
- },
- "require-dev": {
- "phpunit/phpunit": "~3.7.0",
- "satooshi/php-coveralls": ">=1.0"
- },
- "time": "2016-02-11T07:05:27+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "files": [
- "src/getallheaders.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Ralph Khattar",
- "email": "ralph.khattar@gmail.com"
- }
- ],
- "description": "A polyfill for getallheaders."
- }
-]
diff --git a/vendor/guzzlehttp/guzzle/CHANGELOG.md b/vendor/guzzlehttp/guzzle/CHANGELOG.md
deleted file mode 100644
index 17badd7..0000000
--- a/vendor/guzzlehttp/guzzle/CHANGELOG.md
+++ /dev/null
@@ -1,1287 +0,0 @@
-# Change Log
-
-## 6.3.3 - 2018-04-22
-
-* Fix: Default headers when decode_content is specified
-
-
-## 6.3.2 - 2018-03-26
-
-* Fix: Release process
-
-
-## 6.3.1 - 2018-03-26
-
-* Bug fix: Parsing 0 epoch expiry times in cookies [#2014](https://github.com/guzzle/guzzle/pull/2014)
-* Improvement: Better ConnectException detection [#2012](https://github.com/guzzle/guzzle/pull/2012)
-* Bug fix: Malformed domain that contains a "/" [#1999](https://github.com/guzzle/guzzle/pull/1999)
-* Bug fix: Undefined offset when a cookie has no first key-value pair [#1998](https://github.com/guzzle/guzzle/pull/1998)
-* Improvement: Support PHPUnit 6 [#1953](https://github.com/guzzle/guzzle/pull/1953)
-* Bug fix: Support empty headers [#1915](https://github.com/guzzle/guzzle/pull/1915)
-* Bug fix: Ignore case during header modifications [#1916](https://github.com/guzzle/guzzle/pull/1916)
-
-+ Minor code cleanups, documentation fixes and clarifications.
-
-
-## 6.3.0 - 2017-06-22
-
-* Feature: force IP resolution (ipv4 or ipv6) [#1608](https://github.com/guzzle/guzzle/pull/1608), [#1659](https://github.com/guzzle/guzzle/pull/1659)
-* Improvement: Don't include summary in exception message when body is empty [#1621](https://github.com/guzzle/guzzle/pull/1621)
-* Improvement: Handle `on_headers` option in MockHandler [#1580](https://github.com/guzzle/guzzle/pull/1580)
-* Improvement: Added SUSE Linux CA path [#1609](https://github.com/guzzle/guzzle/issues/1609)
-* Improvement: Use class reference for getting the name of the class instead of using hardcoded strings [#1641](https://github.com/guzzle/guzzle/pull/1641)
-* Feature: Added `read_timeout` option [#1611](https://github.com/guzzle/guzzle/pull/1611)
-* Bug fix: PHP 7.x fixes [#1685](https://github.com/guzzle/guzzle/pull/1685), [#1686](https://github.com/guzzle/guzzle/pull/1686), [#1811](https://github.com/guzzle/guzzle/pull/1811)
-* Deprecation: BadResponseException instantiation without a response [#1642](https://github.com/guzzle/guzzle/pull/1642)
-* Feature: Added NTLM auth [#1569](https://github.com/guzzle/guzzle/pull/1569)
-* Feature: Track redirect HTTP status codes [#1711](https://github.com/guzzle/guzzle/pull/1711)
-* Improvement: Check handler type during construction [#1745](https://github.com/guzzle/guzzle/pull/1745)
-* Improvement: Always include the Content-Length if there's a body [#1721](https://github.com/guzzle/guzzle/pull/1721)
-* Feature: Added convenience method to access a cookie by name [#1318](https://github.com/guzzle/guzzle/pull/1318)
-* Bug fix: Fill `CURLOPT_CAPATH` and `CURLOPT_CAINFO` properly [#1684](https://github.com/guzzle/guzzle/pull/1684)
-* Improvement: Use `\GuzzleHttp\Promise\rejection_for` function instead of object init [#1827](https://github.com/guzzle/guzzle/pull/1827)
-
-
-+ Minor code cleanups, documentation fixes and clarifications.
-
-## 6.2.3 - 2017-02-28
-
-* Fix deprecations with guzzle/psr7 version 1.4
-
-## 6.2.2 - 2016-10-08
-
-* Allow to pass nullable Response to delay callable
-* Only add scheme when host is present
-* Fix drain case where content-length is the literal string zero
-* Obfuscate in-URL credentials in exceptions
-
-## 6.2.1 - 2016-07-18
-
-* Address HTTP_PROXY security vulnerability, CVE-2016-5385:
- https://httpoxy.org/
-* Fixing timeout bug with StreamHandler:
- https://github.com/guzzle/guzzle/pull/1488
-* Only read up to `Content-Length` in PHP StreamHandler to avoid timeouts when
- a server does not honor `Connection: close`.
-* Ignore URI fragment when sending requests.
-
-## 6.2.0 - 2016-03-21
-
-* Feature: added `GuzzleHttp\json_encode` and `GuzzleHttp\json_decode`.
- https://github.com/guzzle/guzzle/pull/1389
-* Bug fix: Fix sleep calculation when waiting for delayed requests.
- https://github.com/guzzle/guzzle/pull/1324
-* Feature: More flexible history containers.
- https://github.com/guzzle/guzzle/pull/1373
-* Bug fix: defer sink stream opening in StreamHandler.
- https://github.com/guzzle/guzzle/pull/1377
-* Bug fix: do not attempt to escape cookie values.
- https://github.com/guzzle/guzzle/pull/1406
-* Feature: report original content encoding and length on decoded responses.
- https://github.com/guzzle/guzzle/pull/1409
-* Bug fix: rewind seekable request bodies before dispatching to cURL.
- https://github.com/guzzle/guzzle/pull/1422
-* Bug fix: provide an empty string to `http_build_query` for HHVM workaround.
- https://github.com/guzzle/guzzle/pull/1367
-
-## 6.1.1 - 2015-11-22
-
-* Bug fix: Proxy::wrapSync() now correctly proxies to the appropriate handler
- https://github.com/guzzle/guzzle/commit/911bcbc8b434adce64e223a6d1d14e9a8f63e4e4
-* Feature: HandlerStack is now more generic.
- https://github.com/guzzle/guzzle/commit/f2102941331cda544745eedd97fc8fd46e1ee33e
-* Bug fix: setting verify to false in the StreamHandler now disables peer
- verification. https://github.com/guzzle/guzzle/issues/1256
-* Feature: Middleware now uses an exception factory, including more error
- context. https://github.com/guzzle/guzzle/pull/1282
-* Feature: better support for disabled functions.
- https://github.com/guzzle/guzzle/pull/1287
-* Bug fix: fixed regression where MockHandler was not using `sink`.
- https://github.com/guzzle/guzzle/pull/1292
-
-## 6.1.0 - 2015-09-08
-
-* Feature: Added the `on_stats` request option to provide access to transfer
- statistics for requests. https://github.com/guzzle/guzzle/pull/1202
-* Feature: Added the ability to persist session cookies in CookieJars.
- https://github.com/guzzle/guzzle/pull/1195
-* Feature: Some compatibility updates for Google APP Engine
- https://github.com/guzzle/guzzle/pull/1216
-* Feature: Added support for NO_PROXY to prevent the use of a proxy based on
- a simple set of rules. https://github.com/guzzle/guzzle/pull/1197
-* Feature: Cookies can now contain square brackets.
- https://github.com/guzzle/guzzle/pull/1237
-* Bug fix: Now correctly parsing `=` inside of quotes in Cookies.
- https://github.com/guzzle/guzzle/pull/1232
-* Bug fix: Cusotm cURL options now correctly override curl options of the
- same name. https://github.com/guzzle/guzzle/pull/1221
-* Bug fix: Content-Type header is now added when using an explicitly provided
- multipart body. https://github.com/guzzle/guzzle/pull/1218
-* Bug fix: Now ignoring Set-Cookie headers that have no name.
-* Bug fix: Reason phrase is no longer cast to an int in some cases in the
- cURL handler. https://github.com/guzzle/guzzle/pull/1187
-* Bug fix: Remove the Authorization header when redirecting if the Host
- header changes. https://github.com/guzzle/guzzle/pull/1207
-* Bug fix: Cookie path matching fixes
- https://github.com/guzzle/guzzle/issues/1129
-* Bug fix: Fixing the cURL `body_as_string` setting
- https://github.com/guzzle/guzzle/pull/1201
-* Bug fix: quotes are no longer stripped when parsing cookies.
- https://github.com/guzzle/guzzle/issues/1172
-* Bug fix: `form_params` and `query` now always uses the `&` separator.
- https://github.com/guzzle/guzzle/pull/1163
-* Bug fix: Adding a Content-Length to PHP stream wrapper requests if not set.
- https://github.com/guzzle/guzzle/pull/1189
-
-## 6.0.2 - 2015-07-04
-
-* Fixed a memory leak in the curl handlers in which references to callbacks
- were not being removed by `curl_reset`.
-* Cookies are now extracted properly before redirects.
-* Cookies now allow more character ranges.
-* Decoded Content-Encoding responses are now modified to correctly reflect
- their state if the encoding was automatically removed by a handler. This
- means that the `Content-Encoding` header may be removed an the
- `Content-Length` modified to reflect the message size after removing the
- encoding.
-* Added a more explicit error message when trying to use `form_params` and
- `multipart` in the same request.
-* Several fixes for HHVM support.
-* Functions are now conditionally required using an additional level of
- indirection to help with global Composer installations.
-
-## 6.0.1 - 2015-05-27
-
-* Fixed a bug with serializing the `query` request option where the `&`
- separator was missing.
-* Added a better error message for when `body` is provided as an array. Please
- use `form_params` or `multipart` instead.
-* Various doc fixes.
-
-## 6.0.0 - 2015-05-26
-
-* See the UPGRADING.md document for more information.
-* Added `multipart` and `form_params` request options.
-* Added `synchronous` request option.
-* Added the `on_headers` request option.
-* Fixed `expect` handling.
-* No longer adding default middlewares in the client ctor. These need to be
- present on the provided handler in order to work.
-* Requests are no longer initiated when sending async requests with the
- CurlMultiHandler. This prevents unexpected recursion from requests completing
- while ticking the cURL loop.
-* Removed the semantics of setting `default` to `true`. This is no longer
- required now that the cURL loop is not ticked for async requests.
-* Added request and response logging middleware.
-* No longer allowing self signed certificates when using the StreamHandler.
-* Ensuring that `sink` is valid if saving to a file.
-* Request exceptions now include a "handler context" which provides handler
- specific contextual information.
-* Added `GuzzleHttp\RequestOptions` to allow request options to be applied
- using constants.
-* `$maxHandles` has been removed from CurlMultiHandler.
-* `MultipartPostBody` is now part of the `guzzlehttp/psr7` package.
-
-## 5.3.0 - 2015-05-19
-
-* Mock now supports `save_to`
-* Marked `AbstractRequestEvent::getTransaction()` as public.
-* Fixed a bug in which multiple headers using different casing would overwrite
- previous headers in the associative array.
-* Added `Utils::getDefaultHandler()`
-* Marked `GuzzleHttp\Client::getDefaultUserAgent` as deprecated.
-* URL scheme is now always lowercased.
-
-## 6.0.0-beta.1
-
-* Requires PHP >= 5.5
-* Updated to use PSR-7
- * Requires immutable messages, which basically means an event based system
- owned by a request instance is no longer possible.
- * Utilizing the [Guzzle PSR-7 package](https://github.com/guzzle/psr7).
- * Removed the dependency on `guzzlehttp/streams`. These stream abstractions
- are available in the `guzzlehttp/psr7` package under the `GuzzleHttp\Psr7`
- namespace.
-* Added middleware and handler system
- * Replaced the Guzzle event and subscriber system with a middleware system.
- * No longer depends on RingPHP, but rather places the HTTP handlers directly
- in Guzzle, operating on PSR-7 messages.
- * Retry logic is now encapsulated in `GuzzleHttp\Middleware::retry`, which
- means the `guzzlehttp/retry-subscriber` is now obsolete.
- * Mocking responses is now handled using `GuzzleHttp\Handler\MockHandler`.
-* Asynchronous responses
- * No longer supports the `future` request option to send an async request.
- Instead, use one of the `*Async` methods of a client (e.g., `requestAsync`,
- `getAsync`, etc.).
- * Utilizing `GuzzleHttp\Promise` instead of React's promise library to avoid
- recursion required by chaining and forwarding react promises. See
- https://github.com/guzzle/promises
- * Added `requestAsync` and `sendAsync` to send request asynchronously.
- * Added magic methods for `getAsync()`, `postAsync()`, etc. to send requests
- asynchronously.
-* Request options
- * POST and form updates
- * Added the `form_fields` and `form_files` request options.
- * Removed the `GuzzleHttp\Post` namespace.
- * The `body` request option no longer accepts an array for POST requests.
- * The `exceptions` request option has been deprecated in favor of the
- `http_errors` request options.
- * The `save_to` request option has been deprecated in favor of `sink` request
- option.
-* Clients no longer accept an array of URI template string and variables for
- URI variables. You will need to expand URI templates before passing them
- into a client constructor or request method.
-* Client methods `get()`, `post()`, `put()`, `patch()`, `options()`, etc. are
- now magic methods that will send synchronous requests.
-* Replaced `Utils.php` with plain functions in `functions.php`.
-* Removed `GuzzleHttp\Collection`.
-* Removed `GuzzleHttp\BatchResults`. Batched pool results are now returned as
- an array.
-* Removed `GuzzleHttp\Query`. Query string handling is now handled using an
- associative array passed into the `query` request option. The query string
- is serialized using PHP's `http_build_query`. If you need more control, you
- can pass the query string in as a string.
-* `GuzzleHttp\QueryParser` has been replaced with the
- `GuzzleHttp\Psr7\parse_query`.
-
-## 5.2.0 - 2015-01-27
-
-* Added `AppliesHeadersInterface` to make applying headers to a request based
- on the body more generic and not specific to `PostBodyInterface`.
-* Reduced the number of stack frames needed to send requests.
-* Nested futures are now resolved in the client rather than the RequestFsm
-* Finishing state transitions is now handled in the RequestFsm rather than the
- RingBridge.
-* Added a guard in the Pool class to not use recursion for request retries.
-
-## 5.1.0 - 2014-12-19
-
-* Pool class no longer uses recursion when a request is intercepted.
-* The size of a Pool can now be dynamically adjusted using a callback.
- See https://github.com/guzzle/guzzle/pull/943.
-* Setting a request option to `null` when creating a request with a client will
- ensure that the option is not set. This allows you to overwrite default
- request options on a per-request basis.
- See https://github.com/guzzle/guzzle/pull/937.
-* Added the ability to limit which protocols are allowed for redirects by
- specifying a `protocols` array in the `allow_redirects` request option.
-* Nested futures due to retries are now resolved when waiting for synchronous
- responses. See https://github.com/guzzle/guzzle/pull/947.
-* `"0"` is now an allowed URI path. See
- https://github.com/guzzle/guzzle/pull/935.
-* `Query` no longer typehints on the `$query` argument in the constructor,
- allowing for strings and arrays.
-* Exceptions thrown in the `end` event are now correctly wrapped with Guzzle
- specific exceptions if necessary.
-
-## 5.0.3 - 2014-11-03
-
-This change updates query strings so that they are treated as un-encoded values
-by default where the value represents an un-encoded value to send over the
-wire. A Query object then encodes the value before sending over the wire. This
-means that even value query string values (e.g., ":") are url encoded. This
-makes the Query class match PHP's http_build_query function. However, if you
-want to send requests over the wire using valid query string characters that do
-not need to be encoded, then you can provide a string to Url::setQuery() and
-pass true as the second argument to specify that the query string is a raw
-string that should not be parsed or encoded (unless a call to getQuery() is
-subsequently made, forcing the query-string to be converted into a Query
-object).
-
-## 5.0.2 - 2014-10-30
-
-* Added a trailing `\r\n` to multipart/form-data payloads. See
- https://github.com/guzzle/guzzle/pull/871
-* Added a `GuzzleHttp\Pool::send()` convenience method to match the docs.
-* Status codes are now returned as integers. See
- https://github.com/guzzle/guzzle/issues/881
-* No longer overwriting an existing `application/x-www-form-urlencoded` header
- when sending POST requests, allowing for customized headers. See
- https://github.com/guzzle/guzzle/issues/877
-* Improved path URL serialization.
-
- * No longer double percent-encoding characters in the path or query string if
- they are already encoded.
- * Now properly encoding the supplied path to a URL object, instead of only
- encoding ' ' and '?'.
- * Note: This has been changed in 5.0.3 to now encode query string values by
- default unless the `rawString` argument is provided when setting the query
- string on a URL: Now allowing many more characters to be present in the
- query string without being percent encoded. See http://tools.ietf.org/html/rfc3986#appendix-A
-
-## 5.0.1 - 2014-10-16
-
-Bugfix release.
-
-* Fixed an issue where connection errors still returned response object in
- error and end events event though the response is unusable. This has been
- corrected so that a response is not returned in the `getResponse` method of
- these events if the response did not complete. https://github.com/guzzle/guzzle/issues/867
-* Fixed an issue where transfer statistics were not being populated in the
- RingBridge. https://github.com/guzzle/guzzle/issues/866
-
-## 5.0.0 - 2014-10-12
-
-Adding support for non-blocking responses and some minor API cleanup.
-
-### New Features
-
-* Added support for non-blocking responses based on `guzzlehttp/guzzle-ring`.
-* Added a public API for creating a default HTTP adapter.
-* Updated the redirect plugin to be non-blocking so that redirects are sent
- concurrently. Other plugins like this can now be updated to be non-blocking.
-* Added a "progress" event so that you can get upload and download progress
- events.
-* Added `GuzzleHttp\Pool` which implements FutureInterface and transfers
- requests concurrently using a capped pool size as efficiently as possible.
-* Added `hasListeners()` to EmitterInterface.
-* Removed `GuzzleHttp\ClientInterface::sendAll` and marked
- `GuzzleHttp\Client::sendAll` as deprecated (it's still there, just not the
- recommended way).
-
-### Breaking changes
-
-The breaking changes in this release are relatively minor. The biggest thing to
-look out for is that request and response objects no longer implement fluent
-interfaces.
-
-* Removed the fluent interfaces (i.e., `return $this`) from requests,
- responses, `GuzzleHttp\Collection`, `GuzzleHttp\Url`,
- `GuzzleHttp\Query`, `GuzzleHttp\Post\PostBody`, and
- `GuzzleHttp\Cookie\SetCookie`. This blog post provides a good outline of
- why I did this: http://ocramius.github.io/blog/fluent-interfaces-are-evil/.
- This also makes the Guzzle message interfaces compatible with the current
- PSR-7 message proposal.
-* Removed "functions.php", so that Guzzle is truly PSR-4 compliant. Except
- for the HTTP request functions from function.php, these functions are now
- implemented in `GuzzleHttp\Utils` using camelCase. `GuzzleHttp\json_decode`
- moved to `GuzzleHttp\Utils::jsonDecode`. `GuzzleHttp\get_path` moved to
- `GuzzleHttp\Utils::getPath`. `GuzzleHttp\set_path` moved to
- `GuzzleHttp\Utils::setPath`. `GuzzleHttp\batch` should now be
- `GuzzleHttp\Pool::batch`, which returns an `objectStorage`. Using functions.php
- caused problems for many users: they aren't PSR-4 compliant, require an
- explicit include, and needed an if-guard to ensure that the functions are not
- declared multiple times.
-* Rewrote adapter layer.
- * Removing all classes from `GuzzleHttp\Adapter`, these are now
- implemented as callables that are stored in `GuzzleHttp\Ring\Client`.
- * Removed the concept of "parallel adapters". Sending requests serially or
- concurrently is now handled using a single adapter.
- * Moved `GuzzleHttp\Adapter\Transaction` to `GuzzleHttp\Transaction`. The
- Transaction object now exposes the request, response, and client as public
- properties. The getters and setters have been removed.
-* Removed the "headers" event. This event was only useful for changing the
- body a response once the headers of the response were known. You can implement
- a similar behavior in a number of ways. One example might be to use a
- FnStream that has access to the transaction being sent. For example, when the
- first byte is written, you could check if the response headers match your
- expectations, and if so, change the actual stream body that is being
- written to.
-* Removed the `asArray` parameter from
- `GuzzleHttp\Message\MessageInterface::getHeader`. If you want to get a header
- value as an array, then use the newly added `getHeaderAsArray()` method of
- `MessageInterface`. This change makes the Guzzle interfaces compatible with
- the PSR-7 interfaces.
-* `GuzzleHttp\Message\MessageFactory` no longer allows subclasses to add
- custom request options using double-dispatch (this was an implementation
- detail). Instead, you should now provide an associative array to the
- constructor which is a mapping of the request option name mapping to a
- function that applies the option value to a request.
-* Removed the concept of "throwImmediately" from exceptions and error events.
- This control mechanism was used to stop a transfer of concurrent requests
- from completing. This can now be handled by throwing the exception or by
- cancelling a pool of requests or each outstanding future request individually.
-* Updated to "GuzzleHttp\Streams" 3.0.
- * `GuzzleHttp\Stream\StreamInterface::getContents()` no longer accepts a
- `maxLen` parameter. This update makes the Guzzle streams project
- compatible with the current PSR-7 proposal.
- * `GuzzleHttp\Stream\Stream::__construct`,
- `GuzzleHttp\Stream\Stream::factory`, and
- `GuzzleHttp\Stream\Utils::create` no longer accept a size in the second
- argument. They now accept an associative array of options, including the
- "size" key and "metadata" key which can be used to provide custom metadata.
-
-## 4.2.2 - 2014-09-08
-
-* Fixed a memory leak in the CurlAdapter when reusing cURL handles.
-* No longer using `request_fulluri` in stream adapter proxies.
-* Relative redirects are now based on the last response, not the first response.
-
-## 4.2.1 - 2014-08-19
-
-* Ensuring that the StreamAdapter does not always add a Content-Type header
-* Adding automated github releases with a phar and zip
-
-## 4.2.0 - 2014-08-17
-
-* Now merging in default options using a case-insensitive comparison.
- Closes https://github.com/guzzle/guzzle/issues/767
-* Added the ability to automatically decode `Content-Encoding` response bodies
- using the `decode_content` request option. This is set to `true` by default
- to decode the response body if it comes over the wire with a
- `Content-Encoding`. Set this value to `false` to disable decoding the
- response content, and pass a string to provide a request `Accept-Encoding`
- header and turn on automatic response decoding. This feature now allows you
- to pass an `Accept-Encoding` header in the headers of a request but still
- disable automatic response decoding.
- Closes https://github.com/guzzle/guzzle/issues/764
-* Added the ability to throw an exception immediately when transferring
- requests in parallel. Closes https://github.com/guzzle/guzzle/issues/760
-* Updating guzzlehttp/streams dependency to ~2.1
-* No longer utilizing the now deprecated namespaced methods from the stream
- package.
-
-## 4.1.8 - 2014-08-14
-
-* Fixed an issue in the CurlFactory that caused setting the `stream=false`
- request option to throw an exception.
- See: https://github.com/guzzle/guzzle/issues/769
-* TransactionIterator now calls rewind on the inner iterator.
- See: https://github.com/guzzle/guzzle/pull/765
-* You can now set the `Content-Type` header to `multipart/form-data`
- when creating POST requests to force multipart bodies.
- See https://github.com/guzzle/guzzle/issues/768
-
-## 4.1.7 - 2014-08-07
-
-* Fixed an error in the HistoryPlugin that caused the same request and response
- to be logged multiple times when an HTTP protocol error occurs.
-* Ensuring that cURL does not add a default Content-Type when no Content-Type
- has been supplied by the user. This prevents the adapter layer from modifying
- the request that is sent over the wire after any listeners may have already
- put the request in a desired state (e.g., signed the request).
-* Throwing an exception when you attempt to send requests that have the
- "stream" set to true in parallel using the MultiAdapter.
-* Only calling curl_multi_select when there are active cURL handles. This was
- previously changed and caused performance problems on some systems due to PHP
- always selecting until the maximum select timeout.
-* Fixed a bug where multipart/form-data POST fields were not correctly
- aggregated (e.g., values with "&").
-
-## 4.1.6 - 2014-08-03
-
-* Added helper methods to make it easier to represent messages as strings,
- including getting the start line and getting headers as a string.
-
-## 4.1.5 - 2014-08-02
-
-* Automatically retrying cURL "Connection died, retrying a fresh connect"
- errors when possible.
-* cURL implementation cleanup
-* Allowing multiple event subscriber listeners to be registered per event by
- passing an array of arrays of listener configuration.
-
-## 4.1.4 - 2014-07-22
-
-* Fixed a bug that caused multi-part POST requests with more than one field to
- serialize incorrectly.
-* Paths can now be set to "0"
-* `ResponseInterface::xml` now accepts a `libxml_options` option and added a
- missing default argument that was required when parsing XML response bodies.
-* A `save_to` stream is now created lazily, which means that files are not
- created on disk unless a request succeeds.
-
-## 4.1.3 - 2014-07-15
-
-* Various fixes to multipart/form-data POST uploads
-* Wrapping function.php in an if-statement to ensure Guzzle can be used
- globally and in a Composer install
-* Fixed an issue with generating and merging in events to an event array
-* POST headers are only applied before sending a request to allow you to change
- the query aggregator used before uploading
-* Added much more robust query string parsing
-* Fixed various parsing and normalization issues with URLs
-* Fixing an issue where multi-valued headers were not being utilized correctly
- in the StreamAdapter
-
-## 4.1.2 - 2014-06-18
-
-* Added support for sending payloads with GET requests
-
-## 4.1.1 - 2014-06-08
-
-* Fixed an issue related to using custom message factory options in subclasses
-* Fixed an issue with nested form fields in a multi-part POST
-* Fixed an issue with using the `json` request option for POST requests
-* Added `ToArrayInterface` to `GuzzleHttp\Cookie\CookieJar`
-
-## 4.1.0 - 2014-05-27
-
-* Added a `json` request option to easily serialize JSON payloads.
-* Added a `GuzzleHttp\json_decode()` wrapper to safely parse JSON.
-* Added `setPort()` and `getPort()` to `GuzzleHttp\Message\RequestInterface`.
-* Added the ability to provide an emitter to a client in the client constructor.
-* Added the ability to persist a cookie session using $_SESSION.
-* Added a trait that can be used to add event listeners to an iterator.
-* Removed request method constants from RequestInterface.
-* Fixed warning when invalid request start-lines are received.
-* Updated MessageFactory to work with custom request option methods.
-* Updated cacert bundle to latest build.
-
-4.0.2 (2014-04-16)
-------------------
-
-* Proxy requests using the StreamAdapter now properly use request_fulluri (#632)
-* Added the ability to set scalars as POST fields (#628)
-
-## 4.0.1 - 2014-04-04
-
-* The HTTP status code of a response is now set as the exception code of
- RequestException objects.
-* 303 redirects will now correctly switch from POST to GET requests.
-* The default parallel adapter of a client now correctly uses the MultiAdapter.
-* HasDataTrait now initializes the internal data array as an empty array so
- that the toArray() method always returns an array.
-
-## 4.0.0 - 2014-03-29
-
-* For more information on the 4.0 transition, see:
- http://mtdowling.com/blog/2014/03/15/guzzle-4-rc/
-* For information on changes and upgrading, see:
- https://github.com/guzzle/guzzle/blob/master/UPGRADING.md#3x-to-40
-* Added `GuzzleHttp\batch()` as a convenience function for sending requests in
- parallel without needing to write asynchronous code.
-* Restructured how events are added to `GuzzleHttp\ClientInterface::sendAll()`.
- You can now pass a callable or an array of associative arrays where each
- associative array contains the "fn", "priority", and "once" keys.
-
-## 4.0.0.rc-2 - 2014-03-25
-
-* Removed `getConfig()` and `setConfig()` from clients to avoid confusion
- around whether things like base_url, message_factory, etc. should be able to
- be retrieved or modified.
-* Added `getDefaultOption()` and `setDefaultOption()` to ClientInterface
-* functions.php functions were renamed using snake_case to match PHP idioms
-* Added support for `HTTP_PROXY`, `HTTPS_PROXY`, and
- `GUZZLE_CURL_SELECT_TIMEOUT` environment variables
-* Added the ability to specify custom `sendAll()` event priorities
-* Added the ability to specify custom stream context options to the stream
- adapter.
-* Added a functions.php function for `get_path()` and `set_path()`
-* CurlAdapter and MultiAdapter now use a callable to generate curl resources
-* MockAdapter now properly reads a body and emits a `headers` event
-* Updated Url class to check if a scheme and host are set before adding ":"
- and "//". This allows empty Url (e.g., "") to be serialized as "".
-* Parsing invalid XML no longer emits warnings
-* Curl classes now properly throw AdapterExceptions
-* Various performance optimizations
-* Streams are created with the faster `Stream\create()` function
-* Marked deprecation_proxy() as internal
-* Test server is now a collection of static methods on a class
-
-## 4.0.0-rc.1 - 2014-03-15
-
-* See https://github.com/guzzle/guzzle/blob/master/UPGRADING.md#3x-to-40
-
-## 3.8.1 - 2014-01-28
-
-* Bug: Always using GET requests when redirecting from a 303 response
-* Bug: CURLOPT_SSL_VERIFYHOST is now correctly set to false when setting `$certificateAuthority` to false in
- `Guzzle\Http\ClientInterface::setSslVerification()`
-* Bug: RedirectPlugin now uses strict RFC 3986 compliance when combining a base URL with a relative URL
-* Bug: The body of a request can now be set to `"0"`
-* Sending PHP stream requests no longer forces `HTTP/1.0`
-* Adding more information to ExceptionCollection exceptions so that users have more context, including a stack trace of
- each sub-exception
-* Updated the `$ref` attribute in service descriptions to merge over any existing parameters of a schema (rather than
- clobbering everything).
-* Merging URLs will now use the query string object from the relative URL (thus allowing custom query aggregators)
-* Query strings are now parsed in a way that they do no convert empty keys with no value to have a dangling `=`.
- For example `foo&bar=baz` is now correctly parsed and recognized as `foo&bar=baz` rather than `foo=&bar=baz`.
-* Now properly escaping the regular expression delimiter when matching Cookie domains.
-* Network access is now disabled when loading XML documents
-
-## 3.8.0 - 2013-12-05
-
-* Added the ability to define a POST name for a file
-* JSON response parsing now properly walks additionalProperties
-* cURL error code 18 is now retried automatically in the BackoffPlugin
-* Fixed a cURL error when URLs contain fragments
-* Fixed an issue in the BackoffPlugin retry event where it was trying to access all exceptions as if they were
- CurlExceptions
-* CURLOPT_PROGRESS function fix for PHP 5.5 (69fcc1e)
-* Added the ability for Guzzle to work with older versions of cURL that do not support `CURLOPT_TIMEOUT_MS`
-* Fixed a bug that was encountered when parsing empty header parameters
-* UriTemplate now has a `setRegex()` method to match the docs
-* The `debug` request parameter now checks if it is truthy rather than if it exists
-* Setting the `debug` request parameter to true shows verbose cURL output instead of using the LogPlugin
-* Added the ability to combine URLs using strict RFC 3986 compliance
-* Command objects can now return the validation errors encountered by the command
-* Various fixes to cache revalidation (#437 and 29797e5)
-* Various fixes to the AsyncPlugin
-* Cleaned up build scripts
-
-## 3.7.4 - 2013-10-02
-
-* Bug fix: 0 is now an allowed value in a description parameter that has a default value (#430)
-* Bug fix: SchemaFormatter now returns an integer when formatting to a Unix timestamp
- (see https://github.com/aws/aws-sdk-php/issues/147)
-* Bug fix: Cleaned up and fixed URL dot segment removal to properly resolve internal dots
-* Minimum PHP version is now properly specified as 5.3.3 (up from 5.3.2) (#420)
-* Updated the bundled cacert.pem (#419)
-* OauthPlugin now supports adding authentication to headers or query string (#425)
-
-## 3.7.3 - 2013-09-08
-
-* Added the ability to get the exception associated with a request/command when using `MultiTransferException` and
- `CommandTransferException`.
-* Setting `additionalParameters` of a response to false is now honored when parsing responses with a service description
-* Schemas are only injected into response models when explicitly configured.
-* No longer guessing Content-Type based on the path of a request. Content-Type is now only guessed based on the path of
- an EntityBody.
-* Bug fix: ChunkedIterator can now properly chunk a \Traversable as well as an \Iterator.
-* Bug fix: FilterIterator now relies on `\Iterator` instead of `\Traversable`.
-* Bug fix: Gracefully handling malformed responses in RequestMediator::writeResponseBody()
-* Bug fix: Replaced call to canCache with canCacheRequest in the CallbackCanCacheStrategy of the CachePlugin
-* Bug fix: Visiting XML attributes first before visiting XML children when serializing requests
-* Bug fix: Properly parsing headers that contain commas contained in quotes
-* Bug fix: mimetype guessing based on a filename is now case-insensitive
-
-## 3.7.2 - 2013-08-02
-
-* Bug fix: Properly URL encoding paths when using the PHP-only version of the UriTemplate expander
- See https://github.com/guzzle/guzzle/issues/371
-* Bug fix: Cookie domains are now matched correctly according to RFC 6265
- See https://github.com/guzzle/guzzle/issues/377
-* Bug fix: GET parameters are now used when calculating an OAuth signature
-* Bug fix: Fixed an issue with cache revalidation where the If-None-Match header was being double quoted
-* `Guzzle\Common\AbstractHasDispatcher::dispatch()` now returns the event that was dispatched
-* `Guzzle\Http\QueryString::factory()` now guesses the most appropriate query aggregator to used based on the input.
- See https://github.com/guzzle/guzzle/issues/379
-* Added a way to add custom domain objects to service description parsing using the `operation.parse_class` event. See
- https://github.com/guzzle/guzzle/pull/380
-* cURL multi cleanup and optimizations
-
-## 3.7.1 - 2013-07-05
-
-* Bug fix: Setting default options on a client now works
-* Bug fix: Setting options on HEAD requests now works. See #352
-* Bug fix: Moving stream factory before send event to before building the stream. See #353
-* Bug fix: Cookies no longer match on IP addresses per RFC 6265
-* Bug fix: Correctly parsing header parameters that are in `<>` and quotes
-* Added `cert` and `ssl_key` as request options
-* `Host` header can now diverge from the host part of a URL if the header is set manually
-* `Guzzle\Service\Command\LocationVisitor\Request\XmlVisitor` was rewritten to change from using SimpleXML to XMLWriter
-* OAuth parameters are only added via the plugin if they aren't already set
-* Exceptions are now thrown when a URL cannot be parsed
-* Returning `false` if `Guzzle\Http\EntityBody::getContentMd5()` fails
-* Not setting a `Content-MD5` on a command if calculating the Content-MD5 fails via the CommandContentMd5Plugin
-
-## 3.7.0 - 2013-06-10
-
-* See UPGRADING.md for more information on how to upgrade.
-* Requests now support the ability to specify an array of $options when creating a request to more easily modify a
- request. You can pass a 'request.options' configuration setting to a client to apply default request options to
- every request created by a client (e.g. default query string variables, headers, curl options, etc.).
-* Added a static facade class that allows you to use Guzzle with static methods and mount the class to `\Guzzle`.
- See `Guzzle\Http\StaticClient::mount`.
-* Added `command.request_options` to `Guzzle\Service\Command\AbstractCommand` to pass request options to requests
- created by a command (e.g. custom headers, query string variables, timeout settings, etc.).
-* Stream size in `Guzzle\Stream\PhpStreamRequestFactory` will now be set if Content-Length is returned in the
- headers of a response
-* Added `Guzzle\Common\Collection::setPath($path, $value)` to set a value into an array using a nested key
- (e.g. `$collection->setPath('foo/baz/bar', 'test'); echo $collection['foo']['bar']['bar'];`)
-* ServiceBuilders now support storing and retrieving arbitrary data
-* CachePlugin can now purge all resources for a given URI
-* CachePlugin can automatically purge matching cached items when a non-idempotent request is sent to a resource
-* CachePlugin now uses the Vary header to determine if a resource is a cache hit
-* `Guzzle\Http\Message\Response` now implements `\Serializable`
-* Added `Guzzle\Cache\CacheAdapterFactory::fromCache()` to more easily create cache adapters
-* `Guzzle\Service\ClientInterface::execute()` now accepts an array, single command, or Traversable
-* Fixed a bug in `Guzzle\Http\Message\Header\Link::addLink()`
-* Better handling of calculating the size of a stream in `Guzzle\Stream\Stream` using fstat() and caching the size
-* `Guzzle\Common\Exception\ExceptionCollection` now creates a more readable exception message
-* Fixing BC break: Added back the MonologLogAdapter implementation rather than extending from PsrLog so that older
- Symfony users can still use the old version of Monolog.
-* Fixing BC break: Added the implementation back in for `Guzzle\Http\Message\AbstractMessage::getTokenizedHeader()`.
- Now triggering an E_USER_DEPRECATED warning when used. Use `$message->getHeader()->parseParams()`.
-* Several performance improvements to `Guzzle\Common\Collection`
-* Added an `$options` argument to the end of the following methods of `Guzzle\Http\ClientInterface`:
- createRequest, head, delete, put, patch, post, options, prepareRequest
-* Added an `$options` argument to the end of `Guzzle\Http\Message\Request\RequestFactoryInterface::createRequest()`
-* Added an `applyOptions()` method to `Guzzle\Http\Message\Request\RequestFactoryInterface`
-* Changed `Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $body = null)` to
- `Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $options = array())`. You can still pass in a
- resource, string, or EntityBody into the $options parameter to specify the download location of the response.
-* Changed `Guzzle\Common\Collection::__construct($data)` to no longer accepts a null value for `$data` but a
- default `array()`
-* Added `Guzzle\Stream\StreamInterface::isRepeatable`
-* Removed `Guzzle\Http\ClientInterface::setDefaultHeaders(). Use
- $client->getConfig()->setPath('request.options/headers/{header_name}', 'value')`. or
- $client->getConfig()->setPath('request.options/headers', array('header_name' => 'value'))`.
-* Removed `Guzzle\Http\ClientInterface::getDefaultHeaders(). Use $client->getConfig()->getPath('request.options/headers')`.
-* Removed `Guzzle\Http\ClientInterface::expandTemplate()`
-* Removed `Guzzle\Http\ClientInterface::setRequestFactory()`
-* Removed `Guzzle\Http\ClientInterface::getCurlMulti()`
-* Removed `Guzzle\Http\Message\RequestInterface::canCache`
-* Removed `Guzzle\Http\Message\RequestInterface::setIsRedirect`
-* Removed `Guzzle\Http\Message\RequestInterface::isRedirect`
-* Made `Guzzle\Http\Client::expandTemplate` and `getUriTemplate` protected methods.
-* You can now enable E_USER_DEPRECATED warnings to see if you are using a deprecated method by setting
- `Guzzle\Common\Version::$emitWarnings` to true.
-* Marked `Guzzle\Http\Message\Request::isResponseBodyRepeatable()` as deprecated. Use
- `$request->getResponseBody()->isRepeatable()` instead.
-* Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use
- `Guzzle\Plugin\Cache\DefaultCanCacheStrategy->canCacheRequest()` instead.
-* Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use
- `Guzzle\Plugin\Cache\DefaultCanCacheStrategy->canCacheRequest()` instead.
-* Marked `Guzzle\Http\Message\Request::setIsRedirect()` as deprecated. Use the HistoryPlugin instead.
-* Marked `Guzzle\Http\Message\Request::isRedirect()` as deprecated. Use the HistoryPlugin instead.
-* Marked `Guzzle\Cache\CacheAdapterFactory::factory()` as deprecated
-* Marked 'command.headers', 'command.response_body' and 'command.on_complete' as deprecated for AbstractCommand.
- These will work through Guzzle 4.0
-* Marked 'request.params' for `Guzzle\Http\Client` as deprecated. Use [request.options][params].
-* Marked `Guzzle\Service\Client::enableMagicMethods()` as deprecated. Magic methods can no longer be disabled on a Guzzle\Service\Client.
-* Marked `Guzzle\Service\Client::getDefaultHeaders()` as deprecated. Use $client->getConfig()->getPath('request.options/headers')`.
-* Marked `Guzzle\Service\Client::setDefaultHeaders()` as deprecated. Use $client->getConfig()->setPath('request.options/headers/{header_name}', 'value')`.
-* Marked `Guzzle\Parser\Url\UrlParser` as deprecated. Just use PHP's `parse_url()` and percent encode your UTF-8.
-* Marked `Guzzle\Common\Collection::inject()` as deprecated.
-* Marked `Guzzle\Plugin\CurlAuth\CurlAuthPlugin` as deprecated. Use `$client->getConfig()->setPath('request.options/auth', array('user', 'pass', 'Basic|Digest');`
-* CacheKeyProviderInterface and DefaultCacheKeyProvider are no longer used. All of this logic is handled in a
- CacheStorageInterface. These two objects and interface will be removed in a future version.
-* Always setting X-cache headers on cached responses
-* Default cache TTLs are now handled by the CacheStorageInterface of a CachePlugin
-* `CacheStorageInterface::cache($key, Response $response, $ttl = null)` has changed to `cache(RequestInterface
- $request, Response $response);`
-* `CacheStorageInterface::fetch($key)` has changed to `fetch(RequestInterface $request);`
-* `CacheStorageInterface::delete($key)` has changed to `delete(RequestInterface $request);`
-* Added `CacheStorageInterface::purge($url)`
-* `DefaultRevalidation::__construct(CacheKeyProviderInterface $cacheKey, CacheStorageInterface $cache, CachePlugin
- $plugin)` has changed to `DefaultRevalidation::__construct(CacheStorageInterface $cache,
- CanCacheStrategyInterface $canCache = null)`
-* Added `RevalidationInterface::shouldRevalidate(RequestInterface $request, Response $response)`
-
-## 3.6.0 - 2013-05-29
-
-* ServiceDescription now implements ToArrayInterface
-* Added command.hidden_params to blacklist certain headers from being treated as additionalParameters
-* Guzzle can now correctly parse incomplete URLs
-* Mixed casing of headers are now forced to be a single consistent casing across all values for that header.
-* Messages internally use a HeaderCollection object to delegate handling case-insensitive header resolution
-* Removed the whole changedHeader() function system of messages because all header changes now go through addHeader().
-* Specific header implementations can be created for complex headers. When a message creates a header, it uses a
- HeaderFactory which can map specific headers to specific header classes. There is now a Link header and
- CacheControl header implementation.
-* Removed from interface: Guzzle\Http\ClientInterface::setUriTemplate
-* Removed from interface: Guzzle\Http\ClientInterface::setCurlMulti()
-* Removed Guzzle\Http\Message\Request::receivedRequestHeader() and implemented this functionality in
- Guzzle\Http\Curl\RequestMediator
-* Removed the optional $asString parameter from MessageInterface::getHeader(). Just cast the header to a string.
-* Removed the optional $tryChunkedTransfer option from Guzzle\Http\Message\EntityEnclosingRequestInterface
-* Removed the $asObjects argument from Guzzle\Http\Message\MessageInterface::getHeaders()
-* Removed Guzzle\Parser\ParserRegister::get(). Use getParser()
-* Removed Guzzle\Parser\ParserRegister::set(). Use registerParser().
-* All response header helper functions return a string rather than mixing Header objects and strings inconsistently
-* Removed cURL blacklist support. This is no longer necessary now that Expect, Accept, etc. are managed by Guzzle
- directly via interfaces
-* Removed the injecting of a request object onto a response object. The methods to get and set a request still exist
- but are a no-op until removed.
-* Most classes that used to require a `Guzzle\Service\Command\CommandInterface` typehint now request a
- `Guzzle\Service\Command\ArrayCommandInterface`.
-* Added `Guzzle\Http\Message\RequestInterface::startResponse()` to the RequestInterface to handle injecting a response
- on a request while the request is still being transferred
-* The ability to case-insensitively search for header values
-* Guzzle\Http\Message\Header::hasExactHeader
-* Guzzle\Http\Message\Header::raw. Use getAll()
-* Deprecated cache control specific methods on Guzzle\Http\Message\AbstractMessage. Use the CacheControl header object
- instead.
-* `Guzzle\Service\Command\CommandInterface` now extends from ToArrayInterface and ArrayAccess
-* Added the ability to cast Model objects to a string to view debug information.
-
-## 3.5.0 - 2013-05-13
-
-* Bug: Fixed a regression so that request responses are parsed only once per oncomplete event rather than multiple times
-* Bug: Better cleanup of one-time events across the board (when an event is meant to fire once, it will now remove
- itself from the EventDispatcher)
-* Bug: `Guzzle\Log\MessageFormatter` now properly writes "total_time" and "connect_time" values
-* Bug: Cloning an EntityEnclosingRequest now clones the EntityBody too
-* Bug: Fixed an undefined index error when parsing nested JSON responses with a sentAs parameter that reference a
- non-existent key
-* Bug: All __call() method arguments are now required (helps with mocking frameworks)
-* Deprecating Response::getRequest() and now using a shallow clone of a request object to remove a circular reference
- to help with refcount based garbage collection of resources created by sending a request
-* Deprecating ZF1 cache and log adapters. These will be removed in the next major version.
-* Deprecating `Response::getPreviousResponse()` (method signature still exists, but it's deprecated). Use the
- HistoryPlugin for a history.
-* Added a `responseBody` alias for the `response_body` location
-* Refactored internals to no longer rely on Response::getRequest()
-* HistoryPlugin can now be cast to a string
-* HistoryPlugin now logs transactions rather than requests and responses to more accurately keep track of the requests
- and responses that are sent over the wire
-* Added `getEffectiveUrl()` and `getRedirectCount()` to Response objects
-
-## 3.4.3 - 2013-04-30
-
-* Bug fix: Fixing bug introduced in 3.4.2 where redirect responses are duplicated on the final redirected response
-* Added a check to re-extract the temp cacert bundle from the phar before sending each request
-
-## 3.4.2 - 2013-04-29
-
-* Bug fix: Stream objects now work correctly with "a" and "a+" modes
-* Bug fix: Removing `Transfer-Encoding: chunked` header when a Content-Length is present
-* Bug fix: AsyncPlugin no longer forces HEAD requests
-* Bug fix: DateTime timezones are now properly handled when using the service description schema formatter
-* Bug fix: CachePlugin now properly handles stale-if-error directives when a request to the origin server fails
-* Setting a response on a request will write to the custom request body from the response body if one is specified
-* LogPlugin now writes to php://output when STDERR is undefined
-* Added the ability to set multiple POST files for the same key in a single call
-* application/x-www-form-urlencoded POSTs now use the utf-8 charset by default
-* Added the ability to queue CurlExceptions to the MockPlugin
-* Cleaned up how manual responses are queued on requests (removed "queued_response" and now using request.before_send)
-* Configuration loading now allows remote files
-
-## 3.4.1 - 2013-04-16
-
-* Large refactoring to how CurlMulti handles work. There is now a proxy that sits in front of a pool of CurlMulti
- handles. This greatly simplifies the implementation, fixes a couple bugs, and provides a small performance boost.
-* Exceptions are now properly grouped when sending requests in parallel
-* Redirects are now properly aggregated when a multi transaction fails
-* Redirects now set the response on the original object even in the event of a failure
-* Bug fix: Model names are now properly set even when using $refs
-* Added support for PHP 5.5's CurlFile to prevent warnings with the deprecated @ syntax
-* Added support for oauth_callback in OAuth signatures
-* Added support for oauth_verifier in OAuth signatures
-* Added support to attempt to retrieve a command first literally, then ucfirst, the with inflection
-
-## 3.4.0 - 2013-04-11
-
-* Bug fix: URLs are now resolved correctly based on http://tools.ietf.org/html/rfc3986#section-5.2. #289
-* Bug fix: Absolute URLs with a path in a service description will now properly override the base URL. #289
-* Bug fix: Parsing a query string with a single PHP array value will now result in an array. #263
-* Bug fix: Better normalization of the User-Agent header to prevent duplicate headers. #264.
-* Bug fix: Added `number` type to service descriptions.
-* Bug fix: empty parameters are removed from an OAuth signature
-* Bug fix: Revalidating a cache entry prefers the Last-Modified over the Date header
-* Bug fix: Fixed "array to string" error when validating a union of types in a service description
-* Bug fix: Removed code that attempted to determine the size of a stream when data is written to the stream
-* Bug fix: Not including an `oauth_token` if the value is null in the OauthPlugin.
-* Bug fix: Now correctly aggregating successful requests and failed requests in CurlMulti when a redirect occurs.
-* The new default CURLOPT_TIMEOUT setting has been increased to 150 seconds so that Guzzle works on poor connections.
-* Added a feature to EntityEnclosingRequest::setBody() that will automatically set the Content-Type of the request if
- the Content-Type can be determined based on the entity body or the path of the request.
-* Added the ability to overwrite configuration settings in a client when grabbing a throwaway client from a builder.
-* Added support for a PSR-3 LogAdapter.
-* Added a `command.after_prepare` event
-* Added `oauth_callback` parameter to the OauthPlugin
-* Added the ability to create a custom stream class when using a stream factory
-* Added a CachingEntityBody decorator
-* Added support for `additionalParameters` in service descriptions to define how custom parameters are serialized.
-* The bundled SSL certificate is now provided in the phar file and extracted when running Guzzle from a phar.
-* You can now send any EntityEnclosingRequest with POST fields or POST files and cURL will handle creating bodies
-* POST requests using a custom entity body are now treated exactly like PUT requests but with a custom cURL method. This
- means that the redirect behavior of POST requests with custom bodies will not be the same as POST requests that use
- POST fields or files (the latter is only used when emulating a form POST in the browser).
-* Lots of cleanup to CurlHandle::factory and RequestFactory::createRequest
-
-## 3.3.1 - 2013-03-10
-
-* Added the ability to create PHP streaming responses from HTTP requests
-* Bug fix: Running any filters when parsing response headers with service descriptions
-* Bug fix: OauthPlugin fixes to allow for multi-dimensional array signing, and sorting parameters before signing
-* Bug fix: Removed the adding of default empty arrays and false Booleans to responses in order to be consistent across
- response location visitors.
-* Bug fix: Removed the possibility of creating configuration files with circular dependencies
-* RequestFactory::create() now uses the key of a POST file when setting the POST file name
-* Added xmlAllowEmpty to serialize an XML body even if no XML specific parameters are set
-
-## 3.3.0 - 2013-03-03
-
-* A large number of performance optimizations have been made
-* Bug fix: Added 'wb' as a valid write mode for streams
-* Bug fix: `Guzzle\Http\Message\Response::json()` now allows scalar values to be returned
-* Bug fix: Fixed bug in `Guzzle\Http\Message\Response` where wrapping quotes were stripped from `getEtag()`
-* BC: Removed `Guzzle\Http\Utils` class
-* BC: Setting a service description on a client will no longer modify the client's command factories.
-* BC: Emitting IO events from a RequestMediator is now a parameter that must be set in a request's curl options using
- the 'emit_io' key. This was previously set under a request's parameters using 'curl.emit_io'
-* BC: `Guzzle\Stream\Stream::getWrapper()` and `Guzzle\Stream\Stream::getSteamType()` are no longer converted to
- lowercase
-* Operation parameter objects are now lazy loaded internally
-* Added ErrorResponsePlugin that can throw errors for responses defined in service description operations' errorResponses
-* Added support for instantiating responseType=class responseClass classes. Classes must implement
- `Guzzle\Service\Command\ResponseClassInterface`
-* Added support for additionalProperties for top-level parameters in responseType=model responseClasses. These
- additional properties also support locations and can be used to parse JSON responses where the outermost part of the
- JSON is an array
-* Added support for nested renaming of JSON models (rename sentAs to name)
-* CachePlugin
- * Added support for stale-if-error so that the CachePlugin can now serve stale content from the cache on error
- * Debug headers can now added to cached response in the CachePlugin
-
-## 3.2.0 - 2013-02-14
-
-* CurlMulti is no longer reused globally. A new multi object is created per-client. This helps to isolate clients.
-* URLs with no path no longer contain a "/" by default
-* Guzzle\Http\QueryString does no longer manages the leading "?". This is now handled in Guzzle\Http\Url.
-* BadResponseException no longer includes the full request and response message
-* Adding setData() to Guzzle\Service\Description\ServiceDescriptionInterface
-* Adding getResponseBody() to Guzzle\Http\Message\RequestInterface
-* Various updates to classes to use ServiceDescriptionInterface type hints rather than ServiceDescription
-* Header values can now be normalized into distinct values when multiple headers are combined with a comma separated list
-* xmlEncoding can now be customized for the XML declaration of a XML service description operation
-* Guzzle\Http\QueryString now uses Guzzle\Http\QueryAggregator\QueryAggregatorInterface objects to add custom value
- aggregation and no longer uses callbacks
-* The URL encoding implementation of Guzzle\Http\QueryString can now be customized
-* Bug fix: Filters were not always invoked for array service description parameters
-* Bug fix: Redirects now use a target response body rather than a temporary response body
-* Bug fix: The default exponential backoff BackoffPlugin was not giving when the request threshold was exceeded
-* Bug fix: Guzzle now takes the first found value when grabbing Cache-Control directives
-
-## 3.1.2 - 2013-01-27
-
-* Refactored how operation responses are parsed. Visitors now include a before() method responsible for parsing the
- response body. For example, the XmlVisitor now parses the XML response into an array in the before() method.
-* Fixed an issue where cURL would not automatically decompress responses when the Accept-Encoding header was sent
-* CURLOPT_SSL_VERIFYHOST is never set to 1 because it is deprecated (see 5e0ff2ef20f839e19d1eeb298f90ba3598784444)
-* Fixed a bug where redirect responses were not chained correctly using getPreviousResponse()
-* Setting default headers on a client after setting the user-agent will not erase the user-agent setting
-
-## 3.1.1 - 2013-01-20
-
-* Adding wildcard support to Guzzle\Common\Collection::getPath()
-* Adding alias support to ServiceBuilder configs
-* Adding Guzzle\Service\Resource\CompositeResourceIteratorFactory and cleaning up factory interface
-
-## 3.1.0 - 2013-01-12
-
-* BC: CurlException now extends from RequestException rather than BadResponseException
-* BC: Renamed Guzzle\Plugin\Cache\CanCacheStrategyInterface::canCache() to canCacheRequest() and added CanCacheResponse()
-* Added getData to ServiceDescriptionInterface
-* Added context array to RequestInterface::setState()
-* Bug: Removing hard dependency on the BackoffPlugin from Guzzle\Http
-* Bug: Adding required content-type when JSON request visitor adds JSON to a command
-* Bug: Fixing the serialization of a service description with custom data
-* Made it easier to deal with exceptions thrown when transferring commands or requests in parallel by providing
- an array of successful and failed responses
-* Moved getPath from Guzzle\Service\Resource\Model to Guzzle\Common\Collection
-* Added Guzzle\Http\IoEmittingEntityBody
-* Moved command filtration from validators to location visitors
-* Added `extends` attributes to service description parameters
-* Added getModels to ServiceDescriptionInterface
-
-## 3.0.7 - 2012-12-19
-
-* Fixing phar detection when forcing a cacert to system if null or true
-* Allowing filename to be passed to `Guzzle\Http\Message\Request::setResponseBody()`
-* Cleaning up `Guzzle\Common\Collection::inject` method
-* Adding a response_body location to service descriptions
-
-## 3.0.6 - 2012-12-09
-
-* CurlMulti performance improvements
-* Adding setErrorResponses() to Operation
-* composer.json tweaks
-
-## 3.0.5 - 2012-11-18
-
-* Bug: Fixing an infinite recursion bug caused from revalidating with the CachePlugin
-* Bug: Response body can now be a string containing "0"
-* Bug: Using Guzzle inside of a phar uses system by default but now allows for a custom cacert
-* Bug: QueryString::fromString now properly parses query string parameters that contain equal signs
-* Added support for XML attributes in service description responses
-* DefaultRequestSerializer now supports array URI parameter values for URI template expansion
-* Added better mimetype guessing to requests and post files
-
-## 3.0.4 - 2012-11-11
-
-* Bug: Fixed a bug when adding multiple cookies to a request to use the correct glue value
-* Bug: Cookies can now be added that have a name, domain, or value set to "0"
-* Bug: Using the system cacert bundle when using the Phar
-* Added json and xml methods to Response to make it easier to parse JSON and XML response data into data structures
-* Enhanced cookie jar de-duplication
-* Added the ability to enable strict cookie jars that throw exceptions when invalid cookies are added
-* Added setStream to StreamInterface to actually make it possible to implement custom rewind behavior for entity bodies
-* Added the ability to create any sort of hash for a stream rather than just an MD5 hash
-
-## 3.0.3 - 2012-11-04
-
-* Implementing redirects in PHP rather than cURL
-* Added PECL URI template extension and using as default parser if available
-* Bug: Fixed Content-Length parsing of Response factory
-* Adding rewind() method to entity bodies and streams. Allows for custom rewinding of non-repeatable streams.
-* Adding ToArrayInterface throughout library
-* Fixing OauthPlugin to create unique nonce values per request
-
-## 3.0.2 - 2012-10-25
-
-* Magic methods are enabled by default on clients
-* Magic methods return the result of a command
-* Service clients no longer require a base_url option in the factory
-* Bug: Fixed an issue with URI templates where null template variables were being expanded
-
-## 3.0.1 - 2012-10-22
-
-* Models can now be used like regular collection objects by calling filter, map, etc.
-* Models no longer require a Parameter structure or initial data in the constructor
-* Added a custom AppendIterator to get around a PHP bug with the `\AppendIterator`
-
-## 3.0.0 - 2012-10-15
-
-* Rewrote service description format to be based on Swagger
- * Now based on JSON schema
- * Added nested input structures and nested response models
- * Support for JSON and XML input and output models
- * Renamed `commands` to `operations`
- * Removed dot class notation
- * Removed custom types
-* Broke the project into smaller top-level namespaces to be more component friendly
-* Removed support for XML configs and descriptions. Use arrays or JSON files.
-* Removed the Validation component and Inspector
-* Moved all cookie code to Guzzle\Plugin\Cookie
-* Magic methods on a Guzzle\Service\Client now return the command un-executed.
-* Calling getResult() or getResponse() on a command will lazily execute the command if needed.
-* Now shipping with cURL's CA certs and using it by default
-* Added previousResponse() method to response objects
-* No longer sending Accept and Accept-Encoding headers on every request
-* Only sending an Expect header by default when a payload is greater than 1MB
-* Added/moved client options:
- * curl.blacklist to curl.option.blacklist
- * Added ssl.certificate_authority
-* Added a Guzzle\Iterator component
-* Moved plugins from Guzzle\Http\Plugin to Guzzle\Plugin
-* Added a more robust backoff retry strategy (replaced the ExponentialBackoffPlugin)
-* Added a more robust caching plugin
-* Added setBody to response objects
-* Updating LogPlugin to use a more flexible MessageFormatter
-* Added a completely revamped build process
-* Cleaning up Collection class and removing default values from the get method
-* Fixed ZF2 cache adapters
-
-## 2.8.8 - 2012-10-15
-
-* Bug: Fixed a cookie issue that caused dot prefixed domains to not match where popular browsers did
-
-## 2.8.7 - 2012-09-30
-
-* Bug: Fixed config file aliases for JSON includes
-* Bug: Fixed cookie bug on a request object by using CookieParser to parse cookies on requests
-* Bug: Removing the path to a file when sending a Content-Disposition header on a POST upload
-* Bug: Hardening request and response parsing to account for missing parts
-* Bug: Fixed PEAR packaging
-* Bug: Fixed Request::getInfo
-* Bug: Fixed cases where CURLM_CALL_MULTI_PERFORM return codes were causing curl transactions to fail
-* Adding the ability for the namespace Iterator factory to look in multiple directories
-* Added more getters/setters/removers from service descriptions
-* Added the ability to remove POST fields from OAuth signatures
-* OAuth plugin now supports 2-legged OAuth
-
-## 2.8.6 - 2012-09-05
-
-* Added the ability to modify and build service descriptions
-* Added the use of visitors to apply parameters to locations in service descriptions using the dynamic command
-* Added a `json` parameter location
-* Now allowing dot notation for classes in the CacheAdapterFactory
-* Using the union of two arrays rather than an array_merge when extending service builder services and service params
-* Ensuring that a service is a string before doing strpos() checks on it when substituting services for references
- in service builder config files.
-* Services defined in two different config files that include one another will by default replace the previously
- defined service, but you can now create services that extend themselves and merge their settings over the previous
-* The JsonLoader now supports aliasing filenames with different filenames. This allows you to alias something like
- '_default' with a default JSON configuration file.
-
-## 2.8.5 - 2012-08-29
-
-* Bug: Suppressed empty arrays from URI templates
-* Bug: Added the missing $options argument from ServiceDescription::factory to enable caching
-* Added support for HTTP responses that do not contain a reason phrase in the start-line
-* AbstractCommand commands are now invokable
-* Added a way to get the data used when signing an Oauth request before a request is sent
-
-## 2.8.4 - 2012-08-15
-
-* Bug: Custom delay time calculations are no longer ignored in the ExponentialBackoffPlugin
-* Added the ability to transfer entity bodies as a string rather than streamed. This gets around curl error 65. Set `body_as_string` in a request's curl options to enable.
-* Added a StreamInterface, EntityBodyInterface, and added ftell() to Guzzle\Common\Stream
-* Added an AbstractEntityBodyDecorator and a ReadLimitEntityBody decorator to transfer only a subset of a decorated stream
-* Stream and EntityBody objects will now return the file position to the previous position after a read required operation (e.g. getContentMd5())
-* Added additional response status codes
-* Removed SSL information from the default User-Agent header
-* DELETE requests can now send an entity body
-* Added an EventDispatcher to the ExponentialBackoffPlugin and added an ExponentialBackoffLogger to log backoff retries
-* Added the ability of the MockPlugin to consume mocked request bodies
-* LogPlugin now exposes request and response objects in the extras array
-
-## 2.8.3 - 2012-07-30
-
-* Bug: Fixed a case where empty POST requests were sent as GET requests
-* Bug: Fixed a bug in ExponentialBackoffPlugin that caused fatal errors when retrying an EntityEnclosingRequest that does not have a body
-* Bug: Setting the response body of a request to null after completing a request, not when setting the state of a request to new
-* Added multiple inheritance to service description commands
-* Added an ApiCommandInterface and added `getParamNames()` and `hasParam()`
-* Removed the default 2mb size cutoff from the Md5ValidatorPlugin so that it now defaults to validating everything
-* Changed CurlMulti::perform to pass a smaller timeout to CurlMulti::executeHandles
-
-## 2.8.2 - 2012-07-24
-
-* Bug: Query string values set to 0 are no longer dropped from the query string
-* Bug: A Collection object is no longer created each time a call is made to `Guzzle\Service\Command\AbstractCommand::getRequestHeaders()`
-* Bug: `+` is now treated as an encoded space when parsing query strings
-* QueryString and Collection performance improvements
-* Allowing dot notation for class paths in filters attribute of a service descriptions
-
-## 2.8.1 - 2012-07-16
-
-* Loosening Event Dispatcher dependency
-* POST redirects can now be customized using CURLOPT_POSTREDIR
-
-## 2.8.0 - 2012-07-15
-
-* BC: Guzzle\Http\Query
- * Query strings with empty variables will always show an equal sign unless the variable is set to QueryString::BLANK (e.g. ?acl= vs ?acl)
- * Changed isEncodingValues() and isEncodingFields() to isUrlEncoding()
- * Changed setEncodeValues(bool) and setEncodeFields(bool) to useUrlEncoding(bool)
- * Changed the aggregation functions of QueryString to be static methods
- * Can now use fromString() with querystrings that have a leading ?
-* cURL configuration values can be specified in service descriptions using `curl.` prefixed parameters
-* Content-Length is set to 0 before emitting the request.before_send event when sending an empty request body
-* Cookies are no longer URL decoded by default
-* Bug: URI template variables set to null are no longer expanded
-
-## 2.7.2 - 2012-07-02
-
-* BC: Moving things to get ready for subtree splits. Moving Inflection into Common. Moving Guzzle\Http\Parser to Guzzle\Parser.
-* BC: Removing Guzzle\Common\Batch\Batch::count() and replacing it with isEmpty()
-* CachePlugin now allows for a custom request parameter function to check if a request can be cached
-* Bug fix: CachePlugin now only caches GET and HEAD requests by default
-* Bug fix: Using header glue when transferring headers over the wire
-* Allowing deeply nested arrays for composite variables in URI templates
-* Batch divisors can now return iterators or arrays
-
-## 2.7.1 - 2012-06-26
-
-* Minor patch to update version number in UA string
-* Updating build process
-
-## 2.7.0 - 2012-06-25
-
-* BC: Inflection classes moved to Guzzle\Inflection. No longer static methods. Can now inject custom inflectors into classes.
-* BC: Removed magic setX methods from commands
-* BC: Magic methods mapped to service description commands are now inflected in the command factory rather than the client __call() method
-* Verbose cURL options are no longer enabled by default. Set curl.debug to true on a client to enable.
-* Bug: Now allowing colons in a response start-line (e.g. HTTP/1.1 503 Service Unavailable: Back-end server is at capacity)
-* Guzzle\Service\Resource\ResourceIteratorApplyBatched now internally uses the Guzzle\Common\Batch namespace
-* Added Guzzle\Service\Plugin namespace and a PluginCollectionPlugin
-* Added the ability to set POST fields and files in a service description
-* Guzzle\Http\EntityBody::factory() now accepts objects with a __toString() method
-* Adding a command.before_prepare event to clients
-* Added BatchClosureTransfer and BatchClosureDivisor
-* BatchTransferException now includes references to the batch divisor and transfer strategies
-* Fixed some tests so that they pass more reliably
-* Added Guzzle\Common\Log\ArrayLogAdapter
-
-## 2.6.6 - 2012-06-10
-
-* BC: Removing Guzzle\Http\Plugin\BatchQueuePlugin
-* BC: Removing Guzzle\Service\Command\CommandSet
-* Adding generic batching system (replaces the batch queue plugin and command set)
-* Updating ZF cache and log adapters and now using ZF's composer repository
-* Bug: Setting the name of each ApiParam when creating through an ApiCommand
-* Adding result_type, result_doc, deprecated, and doc_url to service descriptions
-* Bug: Changed the default cookie header casing back to 'Cookie'
-
-## 2.6.5 - 2012-06-03
-
-* BC: Renaming Guzzle\Http\Message\RequestInterface::getResourceUri() to getResource()
-* BC: Removing unused AUTH_BASIC and AUTH_DIGEST constants from
-* BC: Guzzle\Http\Cookie is now used to manage Set-Cookie data, not Cookie data
-* BC: Renaming methods in the CookieJarInterface
-* Moving almost all cookie logic out of the CookiePlugin and into the Cookie or CookieJar implementations
-* Making the default glue for HTTP headers ';' instead of ','
-* Adding a removeValue to Guzzle\Http\Message\Header
-* Adding getCookies() to request interface.
-* Making it easier to add event subscribers to HasDispatcherInterface classes. Can now directly call addSubscriber()
-
-## 2.6.4 - 2012-05-30
-
-* BC: Cleaning up how POST files are stored in EntityEnclosingRequest objects. Adding PostFile class.
-* BC: Moving ApiCommand specific functionality from the Inspector and on to the ApiCommand
-* Bug: Fixing magic method command calls on clients
-* Bug: Email constraint only validates strings
-* Bug: Aggregate POST fields when POST files are present in curl handle
-* Bug: Fixing default User-Agent header
-* Bug: Only appending or prepending parameters in commands if they are specified
-* Bug: Not requiring response reason phrases or status codes to match a predefined list of codes
-* Allowing the use of dot notation for class namespaces when using instance_of constraint
-* Added any_match validation constraint
-* Added an AsyncPlugin
-* Passing request object to the calculateWait method of the ExponentialBackoffPlugin
-* Allowing the result of a command object to be changed
-* Parsing location and type sub values when instantiating a service description rather than over and over at runtime
-
-## 2.6.3 - 2012-05-23
-
-* [BC] Guzzle\Common\FromConfigInterface no longer requires any config options.
-* [BC] Refactoring how POST files are stored on an EntityEnclosingRequest. They are now separate from POST fields.
-* You can now use an array of data when creating PUT request bodies in the request factory.
-* Removing the requirement that HTTPS requests needed a Cache-Control: public directive to be cacheable.
-* [Http] Adding support for Content-Type in multipart POST uploads per upload
-* [Http] Added support for uploading multiple files using the same name (foo[0], foo[1])
-* Adding more POST data operations for easier manipulation of POST data.
-* You can now set empty POST fields.
-* The body of a request is only shown on EntityEnclosingRequest objects that do not use POST files.
-* Split the Guzzle\Service\Inspector::validateConfig method into two methods. One to initialize when a command is created, and one to validate.
-* CS updates
-
-## 2.6.2 - 2012-05-19
-
-* [Http] Better handling of nested scope requests in CurlMulti. Requests are now always prepares in the send() method rather than the addRequest() method.
-
-## 2.6.1 - 2012-05-19
-
-* [BC] Removing 'path' support in service descriptions. Use 'uri'.
-* [BC] Guzzle\Service\Inspector::parseDocBlock is now protected. Adding getApiParamsForClass() with cache.
-* [BC] Removing Guzzle\Common\NullObject. Use https://github.com/mtdowling/NullObject if you need it.
-* [BC] Removing Guzzle\Common\XmlElement.
-* All commands, both dynamic and concrete, have ApiCommand objects.
-* Adding a fix for CurlMulti so that if all of the connections encounter some sort of curl error, then the loop exits.
-* Adding checks to EntityEnclosingRequest so that empty POST files and fields are ignored.
-* Making the method signature of Guzzle\Service\Builder\ServiceBuilder::factory more flexible.
-
-## 2.6.0 - 2012-05-15
-
-* [BC] Moving Guzzle\Service\Builder to Guzzle\Service\Builder\ServiceBuilder
-* [BC] Executing a Command returns the result of the command rather than the command
-* [BC] Moving all HTTP parsing logic to Guzzle\Http\Parsers. Allows for faster C implementations if needed.
-* [BC] Changing the Guzzle\Http\Message\Response::setProtocol() method to accept a protocol and version in separate args.
-* [BC] Moving ResourceIterator* to Guzzle\Service\Resource
-* [BC] Completely refactored ResourceIterators to iterate over a cloned command object
-* [BC] Moved Guzzle\Http\UriTemplate to Guzzle\Http\Parser\UriTemplate\UriTemplate
-* [BC] Guzzle\Guzzle is now deprecated
-* Moving Guzzle\Common\Guzzle::inject to Guzzle\Common\Collection::inject
-* Adding Guzzle\Version class to give version information about Guzzle
-* Adding Guzzle\Http\Utils class to provide getDefaultUserAgent() and getHttpDate()
-* Adding Guzzle\Curl\CurlVersion to manage caching curl_version() data
-* ServiceDescription and ServiceBuilder are now cacheable using similar configs
-* Changing the format of XML and JSON service builder configs. Backwards compatible.
-* Cleaned up Cookie parsing
-* Trimming the default Guzzle User-Agent header
-* Adding a setOnComplete() method to Commands that is called when a command completes
-* Keeping track of requests that were mocked in the MockPlugin
-* Fixed a caching bug in the CacheAdapterFactory
-* Inspector objects can be injected into a Command object
-* Refactoring a lot of code and tests to be case insensitive when dealing with headers
-* Adding Guzzle\Http\Message\HeaderComparison for easy comparison of HTTP headers using a DSL
-* Adding the ability to set global option overrides to service builder configs
-* Adding the ability to include other service builder config files from within XML and JSON files
-* Moving the parseQuery method out of Url and on to QueryString::fromString() as a static factory method.
-
-## 2.5.0 - 2012-05-08
-
-* Major performance improvements
-* [BC] Simplifying Guzzle\Common\Collection. Please check to see if you are using features that are now deprecated.
-* [BC] Using a custom validation system that allows a flyweight implementation for much faster validation. No longer using Symfony2 Validation component.
-* [BC] No longer supporting "{{ }}" for injecting into command or UriTemplates. Use "{}"
-* Added the ability to passed parameters to all requests created by a client
-* Added callback functionality to the ExponentialBackoffPlugin
-* Using microtime in ExponentialBackoffPlugin to allow more granular backoff strategies.
-* Rewinding request stream bodies when retrying requests
-* Exception is thrown when JSON response body cannot be decoded
-* Added configurable magic method calls to clients and commands. This is off by default.
-* Fixed a defect that added a hash to every parsed URL part
-* Fixed duplicate none generation for OauthPlugin.
-* Emitting an event each time a client is generated by a ServiceBuilder
-* Using an ApiParams object instead of a Collection for parameters of an ApiCommand
-* cache.* request parameters should be renamed to params.cache.*
-* Added the ability to set arbitrary curl options on requests (disable_wire, progress, etc.). See CurlHandle.
-* Added the ability to disable type validation of service descriptions
-* ServiceDescriptions and ServiceBuilders are now Serializable
diff --git a/vendor/guzzlehttp/guzzle/LICENSE b/vendor/guzzlehttp/guzzle/LICENSE
deleted file mode 100644
index 50a177b..0000000
--- a/vendor/guzzlehttp/guzzle/LICENSE
+++ /dev/null
@@ -1,19 +0,0 @@
-Copyright (c) 2011-2018 Michael Dowling, https://github.com/mtdowling
-
-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.
diff --git a/vendor/guzzlehttp/guzzle/README.md b/vendor/guzzlehttp/guzzle/README.md
deleted file mode 100644
index bcd18b8..0000000
--- a/vendor/guzzlehttp/guzzle/README.md
+++ /dev/null
@@ -1,91 +0,0 @@
-Guzzle, PHP HTTP client
-=======================
-
-[![Latest Version](https://img.shields.io/github/release/guzzle/guzzle.svg?style=flat-square)](https://github.com/guzzle/guzzle/releases)
-[![Build Status](https://img.shields.io/travis/guzzle/guzzle.svg?style=flat-square)](https://travis-ci.org/guzzle/guzzle)
-[![Total Downloads](https://img.shields.io/packagist/dt/guzzlehttp/guzzle.svg?style=flat-square)](https://packagist.org/packages/guzzlehttp/guzzle)
-
-Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and
-trivial to integrate with web services.
-
-- Simple interface for building query strings, POST requests, streaming large
- uploads, streaming large downloads, using HTTP cookies, uploading JSON data,
- etc...
-- Can send both synchronous and asynchronous requests using the same interface.
-- Uses PSR-7 interfaces for requests, responses, and streams. This allows you
- to utilize other PSR-7 compatible libraries with Guzzle.
-- Abstracts away the underlying HTTP transport, allowing you to write
- environment and transport agnostic code; i.e., no hard dependency on cURL,
- PHP streams, sockets, or non-blocking event loops.
-- Middleware system allows you to augment and compose client behavior.
-
-```php
-$client = new \GuzzleHttp\Client();
-$res = $client->request('GET', 'https://api.github.com/repos/guzzle/guzzle');
-echo $res->getStatusCode();
-// 200
-echo $res->getHeaderLine('content-type');
-// 'application/json; charset=utf8'
-echo $res->getBody();
-// '{"id": 1420053, "name": "guzzle", ...}'
-
-// Send an asynchronous request.
-$request = new \GuzzleHttp\Psr7\Request('GET', 'http://httpbin.org');
-$promise = $client->sendAsync($request)->then(function ($response) {
- echo 'I completed! ' . $response->getBody();
-});
-$promise->wait();
-```
-
-## Help and docs
-
-- [Documentation](http://guzzlephp.org/)
-- [Stack Overflow](http://stackoverflow.com/questions/tagged/guzzle)
-- [Gitter](https://gitter.im/guzzle/guzzle)
-
-
-## Installing Guzzle
-
-The recommended way to install Guzzle is through
-[Composer](http://getcomposer.org).
-
-```bash
-# Install Composer
-curl -sS https://getcomposer.org/installer | php
-```
-
-Next, run the Composer command to install the latest stable version of Guzzle:
-
-```bash
-php composer.phar require guzzlehttp/guzzle
-```
-
-After installing, you need to require Composer's autoloader:
-
-```php
-require 'vendor/autoload.php';
-```
-
-You can then later update Guzzle using composer:
-
- ```bash
-composer.phar update
- ```
-
-
-## Version Guidance
-
-| Version | Status | Packagist | Namespace | Repo | Docs | PSR-7 | PHP Version |
-|---------|------------|---------------------|--------------|---------------------|---------------------|-------|-------------|
-| 3.x | EOL | `guzzle/guzzle` | `Guzzle` | [v3][guzzle-3-repo] | [v3][guzzle-3-docs] | No | >= 5.3.3 |
-| 4.x | EOL | `guzzlehttp/guzzle` | `GuzzleHttp` | [v4][guzzle-4-repo] | N/A | No | >= 5.4 |
-| 5.x | Maintained | `guzzlehttp/guzzle` | `GuzzleHttp` | [v5][guzzle-5-repo] | [v5][guzzle-5-docs] | No | >= 5.4 |
-| 6.x | Latest | `guzzlehttp/guzzle` | `GuzzleHttp` | [v6][guzzle-6-repo] | [v6][guzzle-6-docs] | Yes | >= 5.5 |
-
-[guzzle-3-repo]: https://github.com/guzzle/guzzle3
-[guzzle-4-repo]: https://github.com/guzzle/guzzle/tree/4.x
-[guzzle-5-repo]: https://github.com/guzzle/guzzle/tree/5.3
-[guzzle-6-repo]: https://github.com/guzzle/guzzle
-[guzzle-3-docs]: http://guzzle3.readthedocs.org/en/latest/
-[guzzle-5-docs]: http://guzzle.readthedocs.org/en/5.3/
-[guzzle-6-docs]: http://guzzle.readthedocs.org/en/latest/
diff --git a/vendor/guzzlehttp/guzzle/UPGRADING.md b/vendor/guzzlehttp/guzzle/UPGRADING.md
deleted file mode 100644
index 91d1dcc..0000000
--- a/vendor/guzzlehttp/guzzle/UPGRADING.md
+++ /dev/null
@@ -1,1203 +0,0 @@
-Guzzle Upgrade Guide
-====================
-
-5.0 to 6.0
-----------
-
-Guzzle now uses [PSR-7](http://www.php-fig.org/psr/psr-7/) for HTTP messages.
-Due to the fact that these messages are immutable, this prompted a refactoring
-of Guzzle to use a middleware based system rather than an event system. Any
-HTTP message interaction (e.g., `GuzzleHttp\Message\Request`) need to be
-updated to work with the new immutable PSR-7 request and response objects. Any
-event listeners or subscribers need to be updated to become middleware
-functions that wrap handlers (or are injected into a
-`GuzzleHttp\HandlerStack`).
-
-- Removed `GuzzleHttp\BatchResults`
-- Removed `GuzzleHttp\Collection`
-- Removed `GuzzleHttp\HasDataTrait`
-- Removed `GuzzleHttp\ToArrayInterface`
-- The `guzzlehttp/streams` dependency has been removed. Stream functionality
- is now present in the `GuzzleHttp\Psr7` namespace provided by the
- `guzzlehttp/psr7` package.
-- Guzzle no longer uses ReactPHP promises and now uses the
- `guzzlehttp/promises` library. We use a custom promise library for three
- significant reasons:
- 1. React promises (at the time of writing this) are recursive. Promise
- chaining and promise resolution will eventually blow the stack. Guzzle
- promises are not recursive as they use a sort of trampolining technique.
- Note: there has been movement in the React project to modify promises to
- no longer utilize recursion.
- 2. Guzzle needs to have the ability to synchronously block on a promise to
- wait for a result. Guzzle promises allows this functionality (and does
- not require the use of recursion).
- 3. Because we need to be able to wait on a result, doing so using React
- promises requires wrapping react promises with RingPHP futures. This
- overhead is no longer needed, reducing stack sizes, reducing complexity,
- and improving performance.
-- `GuzzleHttp\Mimetypes` has been moved to a function in
- `GuzzleHttp\Psr7\mimetype_from_extension` and
- `GuzzleHttp\Psr7\mimetype_from_filename`.
-- `GuzzleHttp\Query` and `GuzzleHttp\QueryParser` have been removed. Query
- strings must now be passed into request objects as strings, or provided to
- the `query` request option when creating requests with clients. The `query`
- option uses PHP's `http_build_query` to convert an array to a string. If you
- need a different serialization technique, you will need to pass the query
- string in as a string. There are a couple helper functions that will make
- working with query strings easier: `GuzzleHttp\Psr7\parse_query` and
- `GuzzleHttp\Psr7\build_query`.
-- Guzzle no longer has a dependency on RingPHP. Due to the use of a middleware
- system based on PSR-7, using RingPHP and it's middleware system as well adds
- more complexity than the benefits it provides. All HTTP handlers that were
- present in RingPHP have been modified to work directly with PSR-7 messages
- and placed in the `GuzzleHttp\Handler` namespace. This significantly reduces
- complexity in Guzzle, removes a dependency, and improves performance. RingPHP
- will be maintained for Guzzle 5 support, but will no longer be a part of
- Guzzle 6.
-- As Guzzle now uses a middleware based systems the event system and RingPHP
- integration has been removed. Note: while the event system has been removed,
- it is possible to add your own type of event system that is powered by the
- middleware system.
- - Removed the `Event` namespace.
- - Removed the `Subscriber` namespace.
- - Removed `Transaction` class
- - Removed `RequestFsm`
- - Removed `RingBridge`
- - `GuzzleHttp\Subscriber\Cookie` is now provided by
- `GuzzleHttp\Middleware::cookies`
- - `GuzzleHttp\Subscriber\HttpError` is now provided by
- `GuzzleHttp\Middleware::httpError`
- - `GuzzleHttp\Subscriber\History` is now provided by
- `GuzzleHttp\Middleware::history`
- - `GuzzleHttp\Subscriber\Mock` is now provided by
- `GuzzleHttp\Handler\MockHandler`
- - `GuzzleHttp\Subscriber\Prepare` is now provided by
- `GuzzleHttp\PrepareBodyMiddleware`
- - `GuzzleHttp\Subscriber\Redirect` is now provided by
- `GuzzleHttp\RedirectMiddleware`
-- Guzzle now uses `Psr\Http\Message\UriInterface` (implements in
- `GuzzleHttp\Psr7\Uri`) for URI support. `GuzzleHttp\Url` is now gone.
-- Static functions in `GuzzleHttp\Utils` have been moved to namespaced
- functions under the `GuzzleHttp` namespace. This requires either a Composer
- based autoloader or you to include functions.php.
-- `GuzzleHttp\ClientInterface::getDefaultOption` has been renamed to
- `GuzzleHttp\ClientInterface::getConfig`.
-- `GuzzleHttp\ClientInterface::setDefaultOption` has been removed.
-- The `json` and `xml` methods of response objects has been removed. With the
- migration to strictly adhering to PSR-7 as the interface for Guzzle messages,
- adding methods to message interfaces would actually require Guzzle messages
- to extend from PSR-7 messages rather then work with them directly.
-
-## Migrating to middleware
-
-The change to PSR-7 unfortunately required significant refactoring to Guzzle
-due to the fact that PSR-7 messages are immutable. Guzzle 5 relied on an event
-system from plugins. The event system relied on mutability of HTTP messages and
-side effects in order to work. With immutable messages, you have to change your
-workflow to become more about either returning a value (e.g., functional
-middlewares) or setting a value on an object. Guzzle v6 has chosen the
-functional middleware approach.
-
-Instead of using the event system to listen for things like the `before` event,
-you now create a stack based middleware function that intercepts a request on
-the way in and the promise of the response on the way out. This is a much
-simpler and more predictable approach than the event system and works nicely
-with PSR-7 middleware. Due to the use of promises, the middleware system is
-also asynchronous.
-
-v5:
-
-```php
-use GuzzleHttp\Event\BeforeEvent;
-$client = new GuzzleHttp\Client();
-// Get the emitter and listen to the before event.
-$client->getEmitter()->on('before', function (BeforeEvent $e) {
- // Guzzle v5 events relied on mutation
- $e->getRequest()->setHeader('X-Foo', 'Bar');
-});
-```
-
-v6:
-
-In v6, you can modify the request before it is sent using the `mapRequest`
-middleware. The idiomatic way in v6 to modify the request/response lifecycle is
-to setup a handler middleware stack up front and inject the handler into a
-client.
-
-```php
-use GuzzleHttp\Middleware;
-// Create a handler stack that has all of the default middlewares attached
-$handler = GuzzleHttp\HandlerStack::create();
-// Push the handler onto the handler stack
-$handler->push(Middleware::mapRequest(function (RequestInterface $request) {
- // Notice that we have to return a request object
- return $request->withHeader('X-Foo', 'Bar');
-}));
-// Inject the handler into the client
-$client = new GuzzleHttp\Client(['handler' => $handler]);
-```
-
-## POST Requests
-
-This version added the [`form_params`](http://guzzle.readthedocs.org/en/latest/request-options.html#form_params)
-and `multipart` request options. `form_params` is an associative array of
-strings or array of strings and is used to serialize an
-`application/x-www-form-urlencoded` POST request. The
-[`multipart`](http://guzzle.readthedocs.org/en/latest/request-options.html#multipart)
-option is now used to send a multipart/form-data POST request.
-
-`GuzzleHttp\Post\PostFile` has been removed. Use the `multipart` option to add
-POST files to a multipart/form-data request.
-
-The `body` option no longer accepts an array to send POST requests. Please use
-`multipart` or `form_params` instead.
-
-The `base_url` option has been renamed to `base_uri`.
-
-4.x to 5.0
-----------
-
-## Rewritten Adapter Layer
-
-Guzzle now uses [RingPHP](http://ringphp.readthedocs.org/en/latest) to send
-HTTP requests. The `adapter` option in a `GuzzleHttp\Client` constructor
-is still supported, but it has now been renamed to `handler`. Instead of
-passing a `GuzzleHttp\Adapter\AdapterInterface`, you must now pass a PHP
-`callable` that follows the RingPHP specification.
-
-## Removed Fluent Interfaces
-
-[Fluent interfaces were removed](http://ocramius.github.io/blog/fluent-interfaces-are-evil)
-from the following classes:
-
-- `GuzzleHttp\Collection`
-- `GuzzleHttp\Url`
-- `GuzzleHttp\Query`
-- `GuzzleHttp\Post\PostBody`
-- `GuzzleHttp\Cookie\SetCookie`
-
-## Removed functions.php
-
-Removed "functions.php", so that Guzzle is truly PSR-4 compliant. The following
-functions can be used as replacements.
-
-- `GuzzleHttp\json_decode` -> `GuzzleHttp\Utils::jsonDecode`
-- `GuzzleHttp\get_path` -> `GuzzleHttp\Utils::getPath`
-- `GuzzleHttp\Utils::setPath` -> `GuzzleHttp\set_path`
-- `GuzzleHttp\Pool::batch` -> `GuzzleHttp\batch`. This function is, however,
- deprecated in favor of using `GuzzleHttp\Pool::batch()`.
-
-The "procedural" global client has been removed with no replacement (e.g.,
-`GuzzleHttp\get()`, `GuzzleHttp\post()`, etc.). Use a `GuzzleHttp\Client`
-object as a replacement.
-
-## `throwImmediately` has been removed
-
-The concept of "throwImmediately" has been removed from exceptions and error
-events. This control mechanism was used to stop a transfer of concurrent
-requests from completing. This can now be handled by throwing the exception or
-by cancelling a pool of requests or each outstanding future request
-individually.
-
-## headers event has been removed
-
-Removed the "headers" event. This event was only useful for changing the
-body a response once the headers of the response were known. You can implement
-a similar behavior in a number of ways. One example might be to use a
-FnStream that has access to the transaction being sent. For example, when the
-first byte is written, you could check if the response headers match your
-expectations, and if so, change the actual stream body that is being
-written to.
-
-## Updates to HTTP Messages
-
-Removed the `asArray` parameter from
-`GuzzleHttp\Message\MessageInterface::getHeader`. If you want to get a header
-value as an array, then use the newly added `getHeaderAsArray()` method of
-`MessageInterface`. This change makes the Guzzle interfaces compatible with
-the PSR-7 interfaces.
-
-3.x to 4.0
-----------
-
-## Overarching changes:
-
-- Now requires PHP 5.4 or greater.
-- No longer requires cURL to send requests.
-- Guzzle no longer wraps every exception it throws. Only exceptions that are
- recoverable are now wrapped by Guzzle.
-- Various namespaces have been removed or renamed.
-- No longer requiring the Symfony EventDispatcher. A custom event dispatcher
- based on the Symfony EventDispatcher is
- now utilized in `GuzzleHttp\Event\EmitterInterface` (resulting in significant
- speed and functionality improvements).
-
-Changes per Guzzle 3.x namespace are described below.
-
-## Batch
-
-The `Guzzle\Batch` namespace has been removed. This is best left to
-third-parties to implement on top of Guzzle's core HTTP library.
-
-## Cache
-
-The `Guzzle\Cache` namespace has been removed. (Todo: No suitable replacement
-has been implemented yet, but hoping to utilize a PSR cache interface).
-
-## Common
-
-- Removed all of the wrapped exceptions. It's better to use the standard PHP
- library for unrecoverable exceptions.
-- `FromConfigInterface` has been removed.
-- `Guzzle\Common\Version` has been removed. The VERSION constant can be found
- at `GuzzleHttp\ClientInterface::VERSION`.
-
-### Collection
-
-- `getAll` has been removed. Use `toArray` to convert a collection to an array.
-- `inject` has been removed.
-- `keySearch` has been removed.
-- `getPath` no longer supports wildcard expressions. Use something better like
- JMESPath for this.
-- `setPath` now supports appending to an existing array via the `[]` notation.
-
-### Events
-
-Guzzle no longer requires Symfony's EventDispatcher component. Guzzle now uses
-`GuzzleHttp\Event\Emitter`.
-
-- `Symfony\Component\EventDispatcher\EventDispatcherInterface` is replaced by
- `GuzzleHttp\Event\EmitterInterface`.
-- `Symfony\Component\EventDispatcher\EventDispatcher` is replaced by
- `GuzzleHttp\Event\Emitter`.
-- `Symfony\Component\EventDispatcher\Event` is replaced by
- `GuzzleHttp\Event\Event`, and Guzzle now has an EventInterface in
- `GuzzleHttp\Event\EventInterface`.
-- `AbstractHasDispatcher` has moved to a trait, `HasEmitterTrait`, and
- `HasDispatcherInterface` has moved to `HasEmitterInterface`. Retrieving the
- event emitter of a request, client, etc. now uses the `getEmitter` method
- rather than the `getDispatcher` method.
-
-#### Emitter
-
-- Use the `once()` method to add a listener that automatically removes itself
- the first time it is invoked.
-- Use the `listeners()` method to retrieve a list of event listeners rather than
- the `getListeners()` method.
-- Use `emit()` instead of `dispatch()` to emit an event from an emitter.
-- Use `attach()` instead of `addSubscriber()` and `detach()` instead of
- `removeSubscriber()`.
-
-```php
-$mock = new Mock();
-// 3.x
-$request->getEventDispatcher()->addSubscriber($mock);
-$request->getEventDispatcher()->removeSubscriber($mock);
-// 4.x
-$request->getEmitter()->attach($mock);
-$request->getEmitter()->detach($mock);
-```
-
-Use the `on()` method to add a listener rather than the `addListener()` method.
-
-```php
-// 3.x
-$request->getEventDispatcher()->addListener('foo', function (Event $event) { /* ... */ } );
-// 4.x
-$request->getEmitter()->on('foo', function (Event $event, $name) { /* ... */ } );
-```
-
-## Http
-
-### General changes
-
-- The cacert.pem certificate has been moved to `src/cacert.pem`.
-- Added the concept of adapters that are used to transfer requests over the
- wire.
-- Simplified the event system.
-- Sending requests in parallel is still possible, but batching is no longer a
- concept of the HTTP layer. Instead, you must use the `complete` and `error`
- events to asynchronously manage parallel request transfers.
-- `Guzzle\Http\Url` has moved to `GuzzleHttp\Url`.
-- `Guzzle\Http\QueryString` has moved to `GuzzleHttp\Query`.
-- QueryAggregators have been rewritten so that they are simply callable
- functions.
-- `GuzzleHttp\StaticClient` has been removed. Use the functions provided in
- `functions.php` for an easy to use static client instance.
-- Exceptions in `GuzzleHttp\Exception` have been updated to all extend from
- `GuzzleHttp\Exception\TransferException`.
-
-### Client
-
-Calling methods like `get()`, `post()`, `head()`, etc. no longer create and
-return a request, but rather creates a request, sends the request, and returns
-the response.
-
-```php
-// 3.0
-$request = $client->get('/');
-$response = $request->send();
-
-// 4.0
-$response = $client->get('/');
-
-// or, to mirror the previous behavior
-$request = $client->createRequest('GET', '/');
-$response = $client->send($request);
-```
-
-`GuzzleHttp\ClientInterface` has changed.
-
-- The `send` method no longer accepts more than one request. Use `sendAll` to
- send multiple requests in parallel.
-- `setUserAgent()` has been removed. Use a default request option instead. You
- could, for example, do something like:
- `$client->setConfig('defaults/headers/User-Agent', 'Foo/Bar ' . $client::getDefaultUserAgent())`.
-- `setSslVerification()` has been removed. Use default request options instead,
- like `$client->setConfig('defaults/verify', true)`.
-
-`GuzzleHttp\Client` has changed.
-
-- The constructor now accepts only an associative array. You can include a
- `base_url` string or array to use a URI template as the base URL of a client.
- You can also specify a `defaults` key that is an associative array of default
- request options. You can pass an `adapter` to use a custom adapter,
- `batch_adapter` to use a custom adapter for sending requests in parallel, or
- a `message_factory` to change the factory used to create HTTP requests and
- responses.
-- The client no longer emits a `client.create_request` event.
-- Creating requests with a client no longer automatically utilize a URI
- template. You must pass an array into a creational method (e.g.,
- `createRequest`, `get`, `put`, etc.) in order to expand a URI template.
-
-### Messages
-
-Messages no longer have references to their counterparts (i.e., a request no
-longer has a reference to it's response, and a response no loger has a
-reference to its request). This association is now managed through a
-`GuzzleHttp\Adapter\TransactionInterface` object. You can get references to
-these transaction objects using request events that are emitted over the
-lifecycle of a request.
-
-#### Requests with a body
-
-- `GuzzleHttp\Message\EntityEnclosingRequest` and
- `GuzzleHttp\Message\EntityEnclosingRequestInterface` have been removed. The
- separation between requests that contain a body and requests that do not
- contain a body has been removed, and now `GuzzleHttp\Message\RequestInterface`
- handles both use cases.
-- Any method that previously accepts a `GuzzleHttp\Response` object now accept a
- `GuzzleHttp\Message\ResponseInterface`.
-- `GuzzleHttp\Message\RequestFactoryInterface` has been renamed to
- `GuzzleHttp\Message\MessageFactoryInterface`. This interface is used to create
- both requests and responses and is implemented in
- `GuzzleHttp\Message\MessageFactory`.
-- POST field and file methods have been removed from the request object. You
- must now use the methods made available to `GuzzleHttp\Post\PostBodyInterface`
- to control the format of a POST body. Requests that are created using a
- standard `GuzzleHttp\Message\MessageFactoryInterface` will automatically use
- a `GuzzleHttp\Post\PostBody` body if the body was passed as an array or if
- the method is POST and no body is provided.
-
-```php
-$request = $client->createRequest('POST', '/');
-$request->getBody()->setField('foo', 'bar');
-$request->getBody()->addFile(new PostFile('file_key', fopen('/path/to/content', 'r')));
-```
-
-#### Headers
-
-- `GuzzleHttp\Message\Header` has been removed. Header values are now simply
- represented by an array of values or as a string. Header values are returned
- as a string by default when retrieving a header value from a message. You can
- pass an optional argument of `true` to retrieve a header value as an array
- of strings instead of a single concatenated string.
-- `GuzzleHttp\PostFile` and `GuzzleHttp\PostFileInterface` have been moved to
- `GuzzleHttp\Post`. This interface has been simplified and now allows the
- addition of arbitrary headers.
-- Custom headers like `GuzzleHttp\Message\Header\Link` have been removed. Most
- of the custom headers are now handled separately in specific
- subscribers/plugins, and `GuzzleHttp\Message\HeaderValues::parseParams()` has
- been updated to properly handle headers that contain parameters (like the
- `Link` header).
-
-#### Responses
-
-- `GuzzleHttp\Message\Response::getInfo()` and
- `GuzzleHttp\Message\Response::setInfo()` have been removed. Use the event
- system to retrieve this type of information.
-- `GuzzleHttp\Message\Response::getRawHeaders()` has been removed.
-- `GuzzleHttp\Message\Response::getMessage()` has been removed.
-- `GuzzleHttp\Message\Response::calculateAge()` and other cache specific
- methods have moved to the CacheSubscriber.
-- Header specific helper functions like `getContentMd5()` have been removed.
- Just use `getHeader('Content-MD5')` instead.
-- `GuzzleHttp\Message\Response::setRequest()` and
- `GuzzleHttp\Message\Response::getRequest()` have been removed. Use the event
- system to work with request and response objects as a transaction.
-- `GuzzleHttp\Message\Response::getRedirectCount()` has been removed. Use the
- Redirect subscriber instead.
-- `GuzzleHttp\Message\Response::isSuccessful()` and other related methods have
- been removed. Use `getStatusCode()` instead.
-
-#### Streaming responses
-
-Streaming requests can now be created by a client directly, returning a
-`GuzzleHttp\Message\ResponseInterface` object that contains a body stream
-referencing an open PHP HTTP stream.
-
-```php
-// 3.0
-use Guzzle\Stream\PhpStreamRequestFactory;
-$request = $client->get('/');
-$factory = new PhpStreamRequestFactory();
-$stream = $factory->fromRequest($request);
-$data = $stream->read(1024);
-
-// 4.0
-$response = $client->get('/', ['stream' => true]);
-// Read some data off of the stream in the response body
-$data = $response->getBody()->read(1024);
-```
-
-#### Redirects
-
-The `configureRedirects()` method has been removed in favor of a
-`allow_redirects` request option.
-
-```php
-// Standard redirects with a default of a max of 5 redirects
-$request = $client->createRequest('GET', '/', ['allow_redirects' => true]);
-
-// Strict redirects with a custom number of redirects
-$request = $client->createRequest('GET', '/', [
- 'allow_redirects' => ['max' => 5, 'strict' => true]
-]);
-```
-
-#### EntityBody
-
-EntityBody interfaces and classes have been removed or moved to
-`GuzzleHttp\Stream`. All classes and interfaces that once required
-`GuzzleHttp\EntityBodyInterface` now require
-`GuzzleHttp\Stream\StreamInterface`. Creating a new body for a request no
-longer uses `GuzzleHttp\EntityBody::factory` but now uses
-`GuzzleHttp\Stream\Stream::factory` or even better:
-`GuzzleHttp\Stream\create()`.
-
-- `Guzzle\Http\EntityBodyInterface` is now `GuzzleHttp\Stream\StreamInterface`
-- `Guzzle\Http\EntityBody` is now `GuzzleHttp\Stream\Stream`
-- `Guzzle\Http\CachingEntityBody` is now `GuzzleHttp\Stream\CachingStream`
-- `Guzzle\Http\ReadLimitEntityBody` is now `GuzzleHttp\Stream\LimitStream`
-- `Guzzle\Http\IoEmittyinEntityBody` has been removed.
-
-#### Request lifecycle events
-
-Requests previously submitted a large number of requests. The number of events
-emitted over the lifecycle of a request has been significantly reduced to make
-it easier to understand how to extend the behavior of a request. All events
-emitted during the lifecycle of a request now emit a custom
-`GuzzleHttp\Event\EventInterface` object that contains context providing
-methods and a way in which to modify the transaction at that specific point in
-time (e.g., intercept the request and set a response on the transaction).
-
-- `request.before_send` has been renamed to `before` and now emits a
- `GuzzleHttp\Event\BeforeEvent`
-- `request.complete` has been renamed to `complete` and now emits a
- `GuzzleHttp\Event\CompleteEvent`.
-- `request.sent` has been removed. Use `complete`.
-- `request.success` has been removed. Use `complete`.
-- `error` is now an event that emits a `GuzzleHttp\Event\ErrorEvent`.
-- `request.exception` has been removed. Use `error`.
-- `request.receive.status_line` has been removed.
-- `curl.callback.progress` has been removed. Use a custom `StreamInterface` to
- maintain a status update.
-- `curl.callback.write` has been removed. Use a custom `StreamInterface` to
- intercept writes.
-- `curl.callback.read` has been removed. Use a custom `StreamInterface` to
- intercept reads.
-
-`headers` is a new event that is emitted after the response headers of a
-request have been received before the body of the response is downloaded. This
-event emits a `GuzzleHttp\Event\HeadersEvent`.
-
-You can intercept a request and inject a response using the `intercept()` event
-of a `GuzzleHttp\Event\BeforeEvent`, `GuzzleHttp\Event\CompleteEvent`, and
-`GuzzleHttp\Event\ErrorEvent` event.
-
-See: http://docs.guzzlephp.org/en/latest/events.html
-
-## Inflection
-
-The `Guzzle\Inflection` namespace has been removed. This is not a core concern
-of Guzzle.
-
-## Iterator
-
-The `Guzzle\Iterator` namespace has been removed.
-
-- `Guzzle\Iterator\AppendIterator`, `Guzzle\Iterator\ChunkedIterator`, and
- `Guzzle\Iterator\MethodProxyIterator` are nice, but not a core requirement of
- Guzzle itself.
-- `Guzzle\Iterator\FilterIterator` is no longer needed because an equivalent
- class is shipped with PHP 5.4.
-- `Guzzle\Iterator\MapIterator` is not really needed when using PHP 5.5 because
- it's easier to just wrap an iterator in a generator that maps values.
-
-For a replacement of these iterators, see https://github.com/nikic/iter
-
-## Log
-
-The LogPlugin has moved to https://github.com/guzzle/log-subscriber. The
-`Guzzle\Log` namespace has been removed. Guzzle now relies on
-`Psr\Log\LoggerInterface` for all logging. The MessageFormatter class has been
-moved to `GuzzleHttp\Subscriber\Log\Formatter`.
-
-## Parser
-
-The `Guzzle\Parser` namespace has been removed. This was previously used to
-make it possible to plug in custom parsers for cookies, messages, URI
-templates, and URLs; however, this level of complexity is not needed in Guzzle
-so it has been removed.
-
-- Cookie: Cookie parsing logic has been moved to
- `GuzzleHttp\Cookie\SetCookie::fromString`.
-- Message: Message parsing logic for both requests and responses has been moved
- to `GuzzleHttp\Message\MessageFactory::fromMessage`. Message parsing is only
- used in debugging or deserializing messages, so it doesn't make sense for
- Guzzle as a library to add this level of complexity to parsing messages.
-- UriTemplate: URI template parsing has been moved to
- `GuzzleHttp\UriTemplate`. The Guzzle library will automatically use the PECL
- URI template library if it is installed.
-- Url: URL parsing is now performed in `GuzzleHttp\Url::fromString` (previously
- it was `Guzzle\Http\Url::factory()`). If custom URL parsing is necessary,
- then developers are free to subclass `GuzzleHttp\Url`.
-
-## Plugin
-
-The `Guzzle\Plugin` namespace has been renamed to `GuzzleHttp\Subscriber`.
-Several plugins are shipping with the core Guzzle library under this namespace.
-
-- `GuzzleHttp\Subscriber\Cookie`: Replaces the old CookiePlugin. Cookie jar
- code has moved to `GuzzleHttp\Cookie`.
-- `GuzzleHttp\Subscriber\History`: Replaces the old HistoryPlugin.
-- `GuzzleHttp\Subscriber\HttpError`: Throws errors when a bad HTTP response is
- received.
-- `GuzzleHttp\Subscriber\Mock`: Replaces the old MockPlugin.
-- `GuzzleHttp\Subscriber\Prepare`: Prepares the body of a request just before
- sending. This subscriber is attached to all requests by default.
-- `GuzzleHttp\Subscriber\Redirect`: Replaces the RedirectPlugin.
-
-The following plugins have been removed (third-parties are free to re-implement
-these if needed):
-
-- `GuzzleHttp\Plugin\Async` has been removed.
-- `GuzzleHttp\Plugin\CurlAuth` has been removed.
-- `GuzzleHttp\Plugin\ErrorResponse\ErrorResponsePlugin` has been removed. This
- functionality should instead be implemented with event listeners that occur
- after normal response parsing occurs in the guzzle/command package.
-
-The following plugins are not part of the core Guzzle package, but are provided
-in separate repositories:
-
-- `Guzzle\Http\Plugin\BackoffPlugin` has been rewritten to be much simpler
- to build custom retry policies using simple functions rather than various
- chained classes. See: https://github.com/guzzle/retry-subscriber
-- `Guzzle\Http\Plugin\Cache\CachePlugin` has moved to
- https://github.com/guzzle/cache-subscriber
-- `Guzzle\Http\Plugin\Log\LogPlugin` has moved to
- https://github.com/guzzle/log-subscriber
-- `Guzzle\Http\Plugin\Md5\Md5Plugin` has moved to
- https://github.com/guzzle/message-integrity-subscriber
-- `Guzzle\Http\Plugin\Mock\MockPlugin` has moved to
- `GuzzleHttp\Subscriber\MockSubscriber`.
-- `Guzzle\Http\Plugin\Oauth\OauthPlugin` has moved to
- https://github.com/guzzle/oauth-subscriber
-
-## Service
-
-The service description layer of Guzzle has moved into two separate packages:
-
-- http://github.com/guzzle/command Provides a high level abstraction over web
- services by representing web service operations using commands.
-- http://github.com/guzzle/guzzle-services Provides an implementation of
- guzzle/command that provides request serialization and response parsing using
- Guzzle service descriptions.
-
-## Stream
-
-Stream have moved to a separate package available at
-https://github.com/guzzle/streams.
-
-`Guzzle\Stream\StreamInterface` has been given a large update to cleanly take
-on the responsibilities of `Guzzle\Http\EntityBody` and
-`Guzzle\Http\EntityBodyInterface` now that they have been removed. The number
-of methods implemented by the `StreamInterface` has been drastically reduced to
-allow developers to more easily extend and decorate stream behavior.
-
-## Removed methods from StreamInterface
-
-- `getStream` and `setStream` have been removed to better encapsulate streams.
-- `getMetadata` and `setMetadata` have been removed in favor of
- `GuzzleHttp\Stream\MetadataStreamInterface`.
-- `getWrapper`, `getWrapperData`, `getStreamType`, and `getUri` have all been
- removed. This data is accessible when
- using streams that implement `GuzzleHttp\Stream\MetadataStreamInterface`.
-- `rewind` has been removed. Use `seek(0)` for a similar behavior.
-
-## Renamed methods
-
-- `detachStream` has been renamed to `detach`.
-- `feof` has been renamed to `eof`.
-- `ftell` has been renamed to `tell`.
-- `readLine` has moved from an instance method to a static class method of
- `GuzzleHttp\Stream\Stream`.
-
-## Metadata streams
-
-`GuzzleHttp\Stream\MetadataStreamInterface` has been added to denote streams
-that contain additional metadata accessible via `getMetadata()`.
-`GuzzleHttp\Stream\StreamInterface::getMetadata` and
-`GuzzleHttp\Stream\StreamInterface::setMetadata` have been removed.
-
-## StreamRequestFactory
-
-The entire concept of the StreamRequestFactory has been removed. The way this
-was used in Guzzle 3 broke the actual interface of sending streaming requests
-(instead of getting back a Response, you got a StreamInterface). Streaming
-PHP requests are now implemented through the `GuzzleHttp\Adapter\StreamAdapter`.
-
-3.6 to 3.7
-----------
-
-### Deprecations
-
-- You can now enable E_USER_DEPRECATED warnings to see if you are using any deprecated methods.:
-
-```php
-\Guzzle\Common\Version::$emitWarnings = true;
-```
-
-The following APIs and options have been marked as deprecated:
-
-- Marked `Guzzle\Http\Message\Request::isResponseBodyRepeatable()` as deprecated. Use `$request->getResponseBody()->isRepeatable()` instead.
-- Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use `Guzzle\Plugin\Cache\DefaultCanCacheStrategy->canCacheRequest()` instead.
-- Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use `Guzzle\Plugin\Cache\DefaultCanCacheStrategy->canCacheRequest()` instead.
-- Marked `Guzzle\Http\Message\Request::setIsRedirect()` as deprecated. Use the HistoryPlugin instead.
-- Marked `Guzzle\Http\Message\Request::isRedirect()` as deprecated. Use the HistoryPlugin instead.
-- Marked `Guzzle\Cache\CacheAdapterFactory::factory()` as deprecated
-- Marked `Guzzle\Service\Client::enableMagicMethods()` as deprecated. Magic methods can no longer be disabled on a Guzzle\Service\Client.
-- Marked `Guzzle\Parser\Url\UrlParser` as deprecated. Just use PHP's `parse_url()` and percent encode your UTF-8.
-- Marked `Guzzle\Common\Collection::inject()` as deprecated.
-- Marked `Guzzle\Plugin\CurlAuth\CurlAuthPlugin` as deprecated. Use
- `$client->getConfig()->setPath('request.options/auth', array('user', 'pass', 'Basic|Digest|NTLM|Any'));` or
- `$client->setDefaultOption('auth', array('user', 'pass', 'Basic|Digest|NTLM|Any'));`
-
-3.7 introduces `request.options` as a parameter for a client configuration and as an optional argument to all creational
-request methods. When paired with a client's configuration settings, these options allow you to specify default settings
-for various aspects of a request. Because these options make other previous configuration options redundant, several
-configuration options and methods of a client and AbstractCommand have been deprecated.
-
-- Marked `Guzzle\Service\Client::getDefaultHeaders()` as deprecated. Use `$client->getDefaultOption('headers')`.
-- Marked `Guzzle\Service\Client::setDefaultHeaders()` as deprecated. Use `$client->setDefaultOption('headers/{header_name}', 'value')`.
-- Marked 'request.params' for `Guzzle\Http\Client` as deprecated. Use `$client->setDefaultOption('params/{param_name}', 'value')`
-- Marked 'command.headers', 'command.response_body' and 'command.on_complete' as deprecated for AbstractCommand. These will work through Guzzle 4.0
-
- $command = $client->getCommand('foo', array(
- 'command.headers' => array('Test' => '123'),
- 'command.response_body' => '/path/to/file'
- ));
-
- // Should be changed to:
-
- $command = $client->getCommand('foo', array(
- 'command.request_options' => array(
- 'headers' => array('Test' => '123'),
- 'save_as' => '/path/to/file'
- )
- ));
-
-### Interface changes
-
-Additions and changes (you will need to update any implementations or subclasses you may have created):
-
-- Added an `$options` argument to the end of the following methods of `Guzzle\Http\ClientInterface`:
- createRequest, head, delete, put, patch, post, options, prepareRequest
-- Added an `$options` argument to the end of `Guzzle\Http\Message\Request\RequestFactoryInterface::createRequest()`
-- Added an `applyOptions()` method to `Guzzle\Http\Message\Request\RequestFactoryInterface`
-- Changed `Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $body = null)` to
- `Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $options = array())`. You can still pass in a
- resource, string, or EntityBody into the $options parameter to specify the download location of the response.
-- Changed `Guzzle\Common\Collection::__construct($data)` to no longer accepts a null value for `$data` but a
- default `array()`
-- Added `Guzzle\Stream\StreamInterface::isRepeatable`
-- Made `Guzzle\Http\Client::expandTemplate` and `getUriTemplate` protected methods.
-
-The following methods were removed from interfaces. All of these methods are still available in the concrete classes
-that implement them, but you should update your code to use alternative methods:
-
-- Removed `Guzzle\Http\ClientInterface::setDefaultHeaders(). Use
- `$client->getConfig()->setPath('request.options/headers/{header_name}', 'value')`. or
- `$client->getConfig()->setPath('request.options/headers', array('header_name' => 'value'))` or
- `$client->setDefaultOption('headers/{header_name}', 'value')`. or
- `$client->setDefaultOption('headers', array('header_name' => 'value'))`.
-- Removed `Guzzle\Http\ClientInterface::getDefaultHeaders(). Use `$client->getConfig()->getPath('request.options/headers')`.
-- Removed `Guzzle\Http\ClientInterface::expandTemplate()`. This is an implementation detail.
-- Removed `Guzzle\Http\ClientInterface::setRequestFactory()`. This is an implementation detail.
-- Removed `Guzzle\Http\ClientInterface::getCurlMulti()`. This is a very specific implementation detail.
-- Removed `Guzzle\Http\Message\RequestInterface::canCache`. Use the CachePlugin.
-- Removed `Guzzle\Http\Message\RequestInterface::setIsRedirect`. Use the HistoryPlugin.
-- Removed `Guzzle\Http\Message\RequestInterface::isRedirect`. Use the HistoryPlugin.
-
-### Cache plugin breaking changes
-
-- CacheKeyProviderInterface and DefaultCacheKeyProvider are no longer used. All of this logic is handled in a
- CacheStorageInterface. These two objects and interface will be removed in a future version.
-- Always setting X-cache headers on cached responses
-- Default cache TTLs are now handled by the CacheStorageInterface of a CachePlugin
-- `CacheStorageInterface::cache($key, Response $response, $ttl = null)` has changed to `cache(RequestInterface
- $request, Response $response);`
-- `CacheStorageInterface::fetch($key)` has changed to `fetch(RequestInterface $request);`
-- `CacheStorageInterface::delete($key)` has changed to `delete(RequestInterface $request);`
-- Added `CacheStorageInterface::purge($url)`
-- `DefaultRevalidation::__construct(CacheKeyProviderInterface $cacheKey, CacheStorageInterface $cache, CachePlugin
- $plugin)` has changed to `DefaultRevalidation::__construct(CacheStorageInterface $cache,
- CanCacheStrategyInterface $canCache = null)`
-- Added `RevalidationInterface::shouldRevalidate(RequestInterface $request, Response $response)`
-
-3.5 to 3.6
-----------
-
-* Mixed casing of headers are now forced to be a single consistent casing across all values for that header.
-* Messages internally use a HeaderCollection object to delegate handling case-insensitive header resolution
-* Removed the whole changedHeader() function system of messages because all header changes now go through addHeader().
- For example, setHeader() first removes the header using unset on a HeaderCollection and then calls addHeader().
- Keeping the Host header and URL host in sync is now handled by overriding the addHeader method in Request.
-* Specific header implementations can be created for complex headers. When a message creates a header, it uses a
- HeaderFactory which can map specific headers to specific header classes. There is now a Link header and
- CacheControl header implementation.
-* Moved getLinks() from Response to just be used on a Link header object.
-
-If you previously relied on Guzzle\Http\Message\Header::raw(), then you will need to update your code to use the
-HeaderInterface (e.g. toArray(), getAll(), etc.).
-
-### Interface changes
-
-* Removed from interface: Guzzle\Http\ClientInterface::setUriTemplate
-* Removed from interface: Guzzle\Http\ClientInterface::setCurlMulti()
-* Removed Guzzle\Http\Message\Request::receivedRequestHeader() and implemented this functionality in
- Guzzle\Http\Curl\RequestMediator
-* Removed the optional $asString parameter from MessageInterface::getHeader(). Just cast the header to a string.
-* Removed the optional $tryChunkedTransfer option from Guzzle\Http\Message\EntityEnclosingRequestInterface
-* Removed the $asObjects argument from Guzzle\Http\Message\MessageInterface::getHeaders()
-
-### Removed deprecated functions
-
-* Removed Guzzle\Parser\ParserRegister::get(). Use getParser()
-* Removed Guzzle\Parser\ParserRegister::set(). Use registerParser().
-
-### Deprecations
-
-* The ability to case-insensitively search for header values
-* Guzzle\Http\Message\Header::hasExactHeader
-* Guzzle\Http\Message\Header::raw. Use getAll()
-* Deprecated cache control specific methods on Guzzle\Http\Message\AbstractMessage. Use the CacheControl header object
- instead.
-
-### Other changes
-
-* All response header helper functions return a string rather than mixing Header objects and strings inconsistently
-* Removed cURL blacklist support. This is no longer necessary now that Expect, Accept, etc. are managed by Guzzle
- directly via interfaces
-* Removed the injecting of a request object onto a response object. The methods to get and set a request still exist
- but are a no-op until removed.
-* Most classes that used to require a `Guzzle\Service\Command\CommandInterface` typehint now request a
- `Guzzle\Service\Command\ArrayCommandInterface`.
-* Added `Guzzle\Http\Message\RequestInterface::startResponse()` to the RequestInterface to handle injecting a response
- on a request while the request is still being transferred
-* `Guzzle\Service\Command\CommandInterface` now extends from ToArrayInterface and ArrayAccess
-
-3.3 to 3.4
-----------
-
-Base URLs of a client now follow the rules of http://tools.ietf.org/html/rfc3986#section-5.2.2 when merging URLs.
-
-3.2 to 3.3
-----------
-
-### Response::getEtag() quote stripping removed
-
-`Guzzle\Http\Message\Response::getEtag()` no longer strips quotes around the ETag response header
-
-### Removed `Guzzle\Http\Utils`
-
-The `Guzzle\Http\Utils` class was removed. This class was only used for testing.
-
-### Stream wrapper and type
-
-`Guzzle\Stream\Stream::getWrapper()` and `Guzzle\Stream\Stream::getStreamType()` are no longer converted to lowercase.
-
-### curl.emit_io became emit_io
-
-Emitting IO events from a RequestMediator is now a parameter that must be set in a request's curl options using the
-'emit_io' key. This was previously set under a request's parameters using 'curl.emit_io'
-
-3.1 to 3.2
-----------
-
-### CurlMulti is no longer reused globally
-
-Before 3.2, the same CurlMulti object was reused globally for each client. This can cause issue where plugins added
-to a single client can pollute requests dispatched from other clients.
-
-If you still wish to reuse the same CurlMulti object with each client, then you can add a listener to the
-ServiceBuilder's `service_builder.create_client` event to inject a custom CurlMulti object into each client as it is
-created.
-
-```php
-$multi = new Guzzle\Http\Curl\CurlMulti();
-$builder = Guzzle\Service\Builder\ServiceBuilder::factory('/path/to/config.json');
-$builder->addListener('service_builder.create_client', function ($event) use ($multi) {
- $event['client']->setCurlMulti($multi);
-}
-});
-```
-
-### No default path
-
-URLs no longer have a default path value of '/' if no path was specified.
-
-Before:
-
-```php
-$request = $client->get('http://www.foo.com');
-echo $request->getUrl();
-// >> http://www.foo.com/
-```
-
-After:
-
-```php
-$request = $client->get('http://www.foo.com');
-echo $request->getUrl();
-// >> http://www.foo.com
-```
-
-### Less verbose BadResponseException
-
-The exception message for `Guzzle\Http\Exception\BadResponseException` no longer contains the full HTTP request and
-response information. You can, however, get access to the request and response object by calling `getRequest()` or
-`getResponse()` on the exception object.
-
-### Query parameter aggregation
-
-Multi-valued query parameters are no longer aggregated using a callback function. `Guzzle\Http\Query` now has a
-setAggregator() method that accepts a `Guzzle\Http\QueryAggregator\QueryAggregatorInterface` object. This object is
-responsible for handling the aggregation of multi-valued query string variables into a flattened hash.
-
-2.8 to 3.x
-----------
-
-### Guzzle\Service\Inspector
-
-Change `\Guzzle\Service\Inspector::fromConfig` to `\Guzzle\Common\Collection::fromConfig`
-
-**Before**
-
-```php
-use Guzzle\Service\Inspector;
-
-class YourClient extends \Guzzle\Service\Client
-{
- public static function factory($config = array())
- {
- $default = array();
- $required = array('base_url', 'username', 'api_key');
- $config = Inspector::fromConfig($config, $default, $required);
-
- $client = new self(
- $config->get('base_url'),
- $config->get('username'),
- $config->get('api_key')
- );
- $client->setConfig($config);
-
- $client->setDescription(ServiceDescription::factory(__DIR__ . DIRECTORY_SEPARATOR . 'client.json'));
-
- return $client;
- }
-```
-
-**After**
-
-```php
-use Guzzle\Common\Collection;
-
-class YourClient extends \Guzzle\Service\Client
-{
- public static function factory($config = array())
- {
- $default = array();
- $required = array('base_url', 'username', 'api_key');
- $config = Collection::fromConfig($config, $default, $required);
-
- $client = new self(
- $config->get('base_url'),
- $config->get('username'),
- $config->get('api_key')
- );
- $client->setConfig($config);
-
- $client->setDescription(ServiceDescription::factory(__DIR__ . DIRECTORY_SEPARATOR . 'client.json'));
-
- return $client;
- }
-```
-
-### Convert XML Service Descriptions to JSON
-
-**Before**
-
-```xml
-
-
-
-
-
- Get a list of groups
-
-
- Uses a search query to get a list of groups
-
-
-
- Create a group
-
-
-
-
- Delete a group by ID
-
-
-
-
-
-
- Update a group
-
-
-
-
-
-
-```
-
-**After**
-
-```json
-{
- "name": "Zendesk REST API v2",
- "apiVersion": "2012-12-31",
- "description":"Provides access to Zendesk views, groups, tickets, ticket fields, and users",
- "operations": {
- "list_groups": {
- "httpMethod":"GET",
- "uri": "groups.json",
- "summary": "Get a list of groups"
- },
- "search_groups":{
- "httpMethod":"GET",
- "uri": "search.json?query=\"{query} type:group\"",
- "summary": "Uses a search query to get a list of groups",
- "parameters":{
- "query":{
- "location": "uri",
- "description":"Zendesk Search Query",
- "type": "string",
- "required": true
- }
- }
- },
- "create_group": {
- "httpMethod":"POST",
- "uri": "groups.json",
- "summary": "Create a group",
- "parameters":{
- "data": {
- "type": "array",
- "location": "body",
- "description":"Group JSON",
- "filters": "json_encode",
- "required": true
- },
- "Content-Type":{
- "type": "string",
- "location":"header",
- "static": "application/json"
- }
- }
- },
- "delete_group": {
- "httpMethod":"DELETE",
- "uri": "groups/{id}.json",
- "summary": "Delete a group",
- "parameters":{
- "id":{
- "location": "uri",
- "description":"Group to delete by ID",
- "type": "integer",
- "required": true
- }
- }
- },
- "get_group": {
- "httpMethod":"GET",
- "uri": "groups/{id}.json",
- "summary": "Get a ticket",
- "parameters":{
- "id":{
- "location": "uri",
- "description":"Group to get by ID",
- "type": "integer",
- "required": true
- }
- }
- },
- "update_group": {
- "httpMethod":"PUT",
- "uri": "groups/{id}.json",
- "summary": "Update a group",
- "parameters":{
- "id": {
- "location": "uri",
- "description":"Group to update by ID",
- "type": "integer",
- "required": true
- },
- "data": {
- "type": "array",
- "location": "body",
- "description":"Group JSON",
- "filters": "json_encode",
- "required": true
- },
- "Content-Type":{
- "type": "string",
- "location":"header",
- "static": "application/json"
- }
- }
- }
-}
-```
-
-### Guzzle\Service\Description\ServiceDescription
-
-Commands are now called Operations
-
-**Before**
-
-```php
-use Guzzle\Service\Description\ServiceDescription;
-
-$sd = new ServiceDescription();
-$sd->getCommands(); // @returns ApiCommandInterface[]
-$sd->hasCommand($name);
-$sd->getCommand($name); // @returns ApiCommandInterface|null
-$sd->addCommand($command); // @param ApiCommandInterface $command
-```
-
-**After**
-
-```php
-use Guzzle\Service\Description\ServiceDescription;
-
-$sd = new ServiceDescription();
-$sd->getOperations(); // @returns OperationInterface[]
-$sd->hasOperation($name);
-$sd->getOperation($name); // @returns OperationInterface|null
-$sd->addOperation($operation); // @param OperationInterface $operation
-```
-
-### Guzzle\Common\Inflection\Inflector
-
-Namespace is now `Guzzle\Inflection\Inflector`
-
-### Guzzle\Http\Plugin
-
-Namespace is now `Guzzle\Plugin`. Many other changes occur within this namespace and are detailed in their own sections below.
-
-### Guzzle\Http\Plugin\LogPlugin and Guzzle\Common\Log
-
-Now `Guzzle\Plugin\Log\LogPlugin` and `Guzzle\Log` respectively.
-
-**Before**
-
-```php
-use Guzzle\Common\Log\ClosureLogAdapter;
-use Guzzle\Http\Plugin\LogPlugin;
-
-/** @var \Guzzle\Http\Client */
-$client;
-
-// $verbosity is an integer indicating desired message verbosity level
-$client->addSubscriber(new LogPlugin(new ClosureLogAdapter(function($m) { echo $m; }, $verbosity = LogPlugin::LOG_VERBOSE);
-```
-
-**After**
-
-```php
-use Guzzle\Log\ClosureLogAdapter;
-use Guzzle\Log\MessageFormatter;
-use Guzzle\Plugin\Log\LogPlugin;
-
-/** @var \Guzzle\Http\Client */
-$client;
-
-// $format is a string indicating desired message format -- @see MessageFormatter
-$client->addSubscriber(new LogPlugin(new ClosureLogAdapter(function($m) { echo $m; }, $format = MessageFormatter::DEBUG_FORMAT);
-```
-
-### Guzzle\Http\Plugin\CurlAuthPlugin
-
-Now `Guzzle\Plugin\CurlAuth\CurlAuthPlugin`.
-
-### Guzzle\Http\Plugin\ExponentialBackoffPlugin
-
-Now `Guzzle\Plugin\Backoff\BackoffPlugin`, and other changes.
-
-**Before**
-
-```php
-use Guzzle\Http\Plugin\ExponentialBackoffPlugin;
-
-$backoffPlugin = new ExponentialBackoffPlugin($maxRetries, array_merge(
- ExponentialBackoffPlugin::getDefaultFailureCodes(), array(429)
- ));
-
-$client->addSubscriber($backoffPlugin);
-```
-
-**After**
-
-```php
-use Guzzle\Plugin\Backoff\BackoffPlugin;
-use Guzzle\Plugin\Backoff\HttpBackoffStrategy;
-
-// Use convenient factory method instead -- see implementation for ideas of what
-// you can do with chaining backoff strategies
-$backoffPlugin = BackoffPlugin::getExponentialBackoff($maxRetries, array_merge(
- HttpBackoffStrategy::getDefaultFailureCodes(), array(429)
- ));
-$client->addSubscriber($backoffPlugin);
-```
-
-### Known Issues
-
-#### [BUG] Accept-Encoding header behavior changed unintentionally.
-
-(See #217) (Fixed in 09daeb8c666fb44499a0646d655a8ae36456575e)
-
-In version 2.8 setting the `Accept-Encoding` header would set the CURLOPT_ENCODING option, which permitted cURL to
-properly handle gzip/deflate compressed responses from the server. In versions affected by this bug this does not happen.
-See issue #217 for a workaround, or use a version containing the fix.
diff --git a/vendor/guzzlehttp/guzzle/composer.json b/vendor/guzzlehttp/guzzle/composer.json
deleted file mode 100644
index 1f328e3..0000000
--- a/vendor/guzzlehttp/guzzle/composer.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "guzzlehttp/guzzle",
- "type": "library",
- "description": "Guzzle is a PHP HTTP client library",
- "keywords": ["framework", "http", "rest", "web service", "curl", "client", "HTTP client"],
- "homepage": "http://guzzlephp.org/",
- "license": "MIT",
- "authors": [
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- }
- ],
- "require": {
- "php": ">=5.5",
- "guzzlehttp/psr7": "^1.4",
- "guzzlehttp/promises": "^1.0"
- },
- "require-dev": {
- "ext-curl": "*",
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
- "psr/log": "^1.0"
- },
- "autoload": {
- "files": ["src/functions_include.php"],
- "psr-4": {
- "GuzzleHttp\\": "src/"
- }
- },
- "autoload-dev": {
- "psr-4": {
- "GuzzleHttp\\Tests\\": "tests/"
- }
- },
- "suggest": {
- "psr/log": "Required for using the Log middleware"
- },
- "extra": {
- "branch-alias": {
- "dev-master": "6.3-dev"
- }
- }
-}
diff --git a/vendor/guzzlehttp/promises/CHANGELOG.md b/vendor/guzzlehttp/promises/CHANGELOG.md
deleted file mode 100644
index 551929f..0000000
--- a/vendor/guzzlehttp/promises/CHANGELOG.md
+++ /dev/null
@@ -1,65 +0,0 @@
-# CHANGELOG
-
-
-## 1.3.1 - 2016-12-20
-
-### Fixed
-
-- `wait()` foreign promise compatibility
-
-
-## 1.3.0 - 2016-11-18
-
-### Added
-
-- Adds support for custom task queues.
-
-### Fixed
-
-- Fixed coroutine promise memory leak.
-
-
-## 1.2.0 - 2016-05-18
-
-### Changed
-
-- Update to now catch `\Throwable` on PHP 7+
-
-
-## 1.1.0 - 2016-03-07
-
-### Changed
-
-- Update EachPromise to prevent recurring on a iterator when advancing, as this
- could trigger fatal generator errors.
-- Update Promise to allow recursive waiting without unwrapping exceptions.
-
-
-## 1.0.3 - 2015-10-15
-
-### Changed
-
-- Update EachPromise to immediately resolve when the underlying promise iterator
- is empty. Previously, such a promise would throw an exception when its `wait`
- function was called.
-
-
-## 1.0.2 - 2015-05-15
-
-### Changed
-
-- Conditionally require functions.php.
-
-
-## 1.0.1 - 2015-06-24
-
-### Changed
-
-- Updating EachPromise to call next on the underlying promise iterator as late
- as possible to ensure that generators that generate new requests based on
- callbacks are not iterated until after callbacks are invoked.
-
-
-## 1.0.0 - 2015-05-12
-
-- Initial release
diff --git a/vendor/guzzlehttp/promises/LICENSE b/vendor/guzzlehttp/promises/LICENSE
deleted file mode 100644
index 67f91a1..0000000
--- a/vendor/guzzlehttp/promises/LICENSE
+++ /dev/null
@@ -1,19 +0,0 @@
-Copyright (c) 2015-2016 Michael Dowling, https://github.com/mtdowling
-
-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.
diff --git a/vendor/guzzlehttp/promises/README.md b/vendor/guzzlehttp/promises/README.md
deleted file mode 100644
index 7b607e2..0000000
--- a/vendor/guzzlehttp/promises/README.md
+++ /dev/null
@@ -1,504 +0,0 @@
-# Guzzle Promises
-
-[Promises/A+](https://promisesaplus.com/) implementation that handles promise
-chaining and resolution iteratively, allowing for "infinite" promise chaining
-while keeping the stack size constant. Read [this blog post](https://blog.domenic.me/youre-missing-the-point-of-promises/)
-for a general introduction to promises.
-
-- [Features](#features)
-- [Quick start](#quick-start)
-- [Synchronous wait](#synchronous-wait)
-- [Cancellation](#cancellation)
-- [API](#api)
- - [Promise](#promise)
- - [FulfilledPromise](#fulfilledpromise)
- - [RejectedPromise](#rejectedpromise)
-- [Promise interop](#promise-interop)
-- [Implementation notes](#implementation-notes)
-
-
-# Features
-
-- [Promises/A+](https://promisesaplus.com/) implementation.
-- Promise resolution and chaining is handled iteratively, allowing for
- "infinite" promise chaining.
-- Promises have a synchronous `wait` method.
-- Promises can be cancelled.
-- Works with any object that has a `then` function.
-- C# style async/await coroutine promises using
- `GuzzleHttp\Promise\coroutine()`.
-
-
-# Quick start
-
-A *promise* represents the eventual result of an asynchronous operation. The
-primary way of interacting with a promise is through its `then` method, which
-registers callbacks to receive either a promise's eventual value or the reason
-why the promise cannot be fulfilled.
-
-
-## Callbacks
-
-Callbacks are registered with the `then` method by providing an optional
-`$onFulfilled` followed by an optional `$onRejected` function.
-
-
-```php
-use GuzzleHttp\Promise\Promise;
-
-$promise = new Promise();
-$promise->then(
- // $onFulfilled
- function ($value) {
- echo 'The promise was fulfilled.';
- },
- // $onRejected
- function ($reason) {
- echo 'The promise was rejected.';
- }
-);
-```
-
-*Resolving* a promise means that you either fulfill a promise with a *value* or
-reject a promise with a *reason*. Resolving a promises triggers callbacks
-registered with the promises's `then` method. These callbacks are triggered
-only once and in the order in which they were added.
-
-
-## Resolving a promise
-
-Promises are fulfilled using the `resolve($value)` method. Resolving a promise
-with any value other than a `GuzzleHttp\Promise\RejectedPromise` will trigger
-all of the onFulfilled callbacks (resolving a promise with a rejected promise
-will reject the promise and trigger the `$onRejected` callbacks).
-
-```php
-use GuzzleHttp\Promise\Promise;
-
-$promise = new Promise();
-$promise
- ->then(function ($value) {
- // Return a value and don't break the chain
- return "Hello, " . $value;
- })
- // This then is executed after the first then and receives the value
- // returned from the first then.
- ->then(function ($value) {
- echo $value;
- });
-
-// Resolving the promise triggers the $onFulfilled callbacks and outputs
-// "Hello, reader".
-$promise->resolve('reader.');
-```
-
-
-## Promise forwarding
-
-Promises can be chained one after the other. Each then in the chain is a new
-promise. The return value of a promise is what's forwarded to the next
-promise in the chain. Returning a promise in a `then` callback will cause the
-subsequent promises in the chain to only be fulfilled when the returned promise
-has been fulfilled. The next promise in the chain will be invoked with the
-resolved value of the promise.
-
-```php
-use GuzzleHttp\Promise\Promise;
-
-$promise = new Promise();
-$nextPromise = new Promise();
-
-$promise
- ->then(function ($value) use ($nextPromise) {
- echo $value;
- return $nextPromise;
- })
- ->then(function ($value) {
- echo $value;
- });
-
-// Triggers the first callback and outputs "A"
-$promise->resolve('A');
-// Triggers the second callback and outputs "B"
-$nextPromise->resolve('B');
-```
-
-## Promise rejection
-
-When a promise is rejected, the `$onRejected` callbacks are invoked with the
-rejection reason.
-
-```php
-use GuzzleHttp\Promise\Promise;
-
-$promise = new Promise();
-$promise->then(null, function ($reason) {
- echo $reason;
-});
-
-$promise->reject('Error!');
-// Outputs "Error!"
-```
-
-## Rejection forwarding
-
-If an exception is thrown in an `$onRejected` callback, subsequent
-`$onRejected` callbacks are invoked with the thrown exception as the reason.
-
-```php
-use GuzzleHttp\Promise\Promise;
-
-$promise = new Promise();
-$promise->then(null, function ($reason) {
- throw new \Exception($reason);
-})->then(null, function ($reason) {
- assert($reason->getMessage() === 'Error!');
-});
-
-$promise->reject('Error!');
-```
-
-You can also forward a rejection down the promise chain by returning a
-`GuzzleHttp\Promise\RejectedPromise` in either an `$onFulfilled` or
-`$onRejected` callback.
-
-```php
-use GuzzleHttp\Promise\Promise;
-use GuzzleHttp\Promise\RejectedPromise;
-
-$promise = new Promise();
-$promise->then(null, function ($reason) {
- return new RejectedPromise($reason);
-})->then(null, function ($reason) {
- assert($reason === 'Error!');
-});
-
-$promise->reject('Error!');
-```
-
-If an exception is not thrown in a `$onRejected` callback and the callback
-does not return a rejected promise, downstream `$onFulfilled` callbacks are
-invoked using the value returned from the `$onRejected` callback.
-
-```php
-use GuzzleHttp\Promise\Promise;
-use GuzzleHttp\Promise\RejectedPromise;
-
-$promise = new Promise();
-$promise
- ->then(null, function ($reason) {
- return "It's ok";
- })
- ->then(function ($value) {
- assert($value === "It's ok");
- });
-
-$promise->reject('Error!');
-```
-
-# Synchronous wait
-
-You can synchronously force promises to complete using a promise's `wait`
-method. When creating a promise, you can provide a wait function that is used
-to synchronously force a promise to complete. When a wait function is invoked
-it is expected to deliver a value to the promise or reject the promise. If the
-wait function does not deliver a value, then an exception is thrown. The wait
-function provided to a promise constructor is invoked when the `wait` function
-of the promise is called.
-
-```php
-$promise = new Promise(function () use (&$promise) {
- $promise->resolve('foo');
-});
-
-// Calling wait will return the value of the promise.
-echo $promise->wait(); // outputs "foo"
-```
-
-If an exception is encountered while invoking the wait function of a promise,
-the promise is rejected with the exception and the exception is thrown.
-
-```php
-$promise = new Promise(function () use (&$promise) {
- throw new \Exception('foo');
-});
-
-$promise->wait(); // throws the exception.
-```
-
-Calling `wait` on a promise that has been fulfilled will not trigger the wait
-function. It will simply return the previously resolved value.
-
-```php
-$promise = new Promise(function () { die('this is not called!'); });
-$promise->resolve('foo');
-echo $promise->wait(); // outputs "foo"
-```
-
-Calling `wait` on a promise that has been rejected will throw an exception. If
-the rejection reason is an instance of `\Exception` the reason is thrown.
-Otherwise, a `GuzzleHttp\Promise\RejectionException` is thrown and the reason
-can be obtained by calling the `getReason` method of the exception.
-
-```php
-$promise = new Promise();
-$promise->reject('foo');
-$promise->wait();
-```
-
-> PHP Fatal error: Uncaught exception 'GuzzleHttp\Promise\RejectionException' with message 'The promise was rejected with value: foo'
-
-
-## Unwrapping a promise
-
-When synchronously waiting on a promise, you are joining the state of the
-promise into the current state of execution (i.e., return the value of the
-promise if it was fulfilled or throw an exception if it was rejected). This is
-called "unwrapping" the promise. Waiting on a promise will by default unwrap
-the promise state.
-
-You can force a promise to resolve and *not* unwrap the state of the promise
-by passing `false` to the first argument of the `wait` function:
-
-```php
-$promise = new Promise();
-$promise->reject('foo');
-// This will not throw an exception. It simply ensures the promise has
-// been resolved.
-$promise->wait(false);
-```
-
-When unwrapping a promise, the resolved value of the promise will be waited
-upon until the unwrapped value is not a promise. This means that if you resolve
-promise A with a promise B and unwrap promise A, the value returned by the
-wait function will be the value delivered to promise B.
-
-**Note**: when you do not unwrap the promise, no value is returned.
-
-
-# Cancellation
-
-You can cancel a promise that has not yet been fulfilled using the `cancel()`
-method of a promise. When creating a promise you can provide an optional
-cancel function that when invoked cancels the action of computing a resolution
-of the promise.
-
-
-# API
-
-
-## Promise
-
-When creating a promise object, you can provide an optional `$waitFn` and
-`$cancelFn`. `$waitFn` is a function that is invoked with no arguments and is
-expected to resolve the promise. `$cancelFn` is a function with no arguments
-that is expected to cancel the computation of a promise. It is invoked when the
-`cancel()` method of a promise is called.
-
-```php
-use GuzzleHttp\Promise\Promise;
-
-$promise = new Promise(
- function () use (&$promise) {
- $promise->resolve('waited');
- },
- function () {
- // do something that will cancel the promise computation (e.g., close
- // a socket, cancel a database query, etc...)
- }
-);
-
-assert('waited' === $promise->wait());
-```
-
-A promise has the following methods:
-
-- `then(callable $onFulfilled, callable $onRejected) : PromiseInterface`
-
- Appends fulfillment and rejection handlers to the promise, and returns a new promise resolving to the return value of the called handler.
-
-- `otherwise(callable $onRejected) : PromiseInterface`
-
- Appends a rejection handler callback to the promise, and returns a new promise resolving to the return value of the callback if it is called, or to its original fulfillment value if the promise is instead fulfilled.
-
-- `wait($unwrap = true) : mixed`
-
- Synchronously waits on the promise to complete.
-
- `$unwrap` controls whether or not the value of the promise is returned for a
- fulfilled promise or if an exception is thrown if the promise is rejected.
- This is set to `true` by default.
-
-- `cancel()`
-
- Attempts to cancel the promise if possible. The promise being cancelled and
- the parent most ancestor that has not yet been resolved will also be
- cancelled. Any promises waiting on the cancelled promise to resolve will also
- be cancelled.
-
-- `getState() : string`
-
- Returns the state of the promise. One of `pending`, `fulfilled`, or
- `rejected`.
-
-- `resolve($value)`
-
- Fulfills the promise with the given `$value`.
-
-- `reject($reason)`
-
- Rejects the promise with the given `$reason`.
-
-
-## FulfilledPromise
-
-A fulfilled promise can be created to represent a promise that has been
-fulfilled.
-
-```php
-use GuzzleHttp\Promise\FulfilledPromise;
-
-$promise = new FulfilledPromise('value');
-
-// Fulfilled callbacks are immediately invoked.
-$promise->then(function ($value) {
- echo $value;
-});
-```
-
-
-## RejectedPromise
-
-A rejected promise can be created to represent a promise that has been
-rejected.
-
-```php
-use GuzzleHttp\Promise\RejectedPromise;
-
-$promise = new RejectedPromise('Error');
-
-// Rejected callbacks are immediately invoked.
-$promise->then(null, function ($reason) {
- echo $reason;
-});
-```
-
-
-# Promise interop
-
-This library works with foreign promises that have a `then` method. This means
-you can use Guzzle promises with [React promises](https://github.com/reactphp/promise)
-for example. When a foreign promise is returned inside of a then method
-callback, promise resolution will occur recursively.
-
-```php
-// Create a React promise
-$deferred = new React\Promise\Deferred();
-$reactPromise = $deferred->promise();
-
-// Create a Guzzle promise that is fulfilled with a React promise.
-$guzzlePromise = new \GuzzleHttp\Promise\Promise();
-$guzzlePromise->then(function ($value) use ($reactPromise) {
- // Do something something with the value...
- // Return the React promise
- return $reactPromise;
-});
-```
-
-Please note that wait and cancel chaining is no longer possible when forwarding
-a foreign promise. You will need to wrap a third-party promise with a Guzzle
-promise in order to utilize wait and cancel functions with foreign promises.
-
-
-## Event Loop Integration
-
-In order to keep the stack size constant, Guzzle promises are resolved
-asynchronously using a task queue. When waiting on promises synchronously, the
-task queue will be automatically run to ensure that the blocking promise and
-any forwarded promises are resolved. When using promises asynchronously in an
-event loop, you will need to run the task queue on each tick of the loop. If
-you do not run the task queue, then promises will not be resolved.
-
-You can run the task queue using the `run()` method of the global task queue
-instance.
-
-```php
-// Get the global task queue
-$queue = \GuzzleHttp\Promise\queue();
-$queue->run();
-```
-
-For example, you could use Guzzle promises with React using a periodic timer:
-
-```php
-$loop = React\EventLoop\Factory::create();
-$loop->addPeriodicTimer(0, [$queue, 'run']);
-```
-
-*TODO*: Perhaps adding a `futureTick()` on each tick would be faster?
-
-
-# Implementation notes
-
-
-## Promise resolution and chaining is handled iteratively
-
-By shuffling pending handlers from one owner to another, promises are
-resolved iteratively, allowing for "infinite" then chaining.
-
-```php
-then(function ($v) {
- // The stack size remains constant (a good thing)
- echo xdebug_get_stack_depth() . ', ';
- return $v + 1;
- });
-}
-
-$parent->resolve(0);
-var_dump($p->wait()); // int(1000)
-
-```
-
-When a promise is fulfilled or rejected with a non-promise value, the promise
-then takes ownership of the handlers of each child promise and delivers values
-down the chain without using recursion.
-
-When a promise is resolved with another promise, the original promise transfers
-all of its pending handlers to the new promise. When the new promise is
-eventually resolved, all of the pending handlers are delivered the forwarded
-value.
-
-
-## A promise is the deferred.
-
-Some promise libraries implement promises using a deferred object to represent
-a computation and a promise object to represent the delivery of the result of
-the computation. This is a nice separation of computation and delivery because
-consumers of the promise cannot modify the value that will be eventually
-delivered.
-
-One side effect of being able to implement promise resolution and chaining
-iteratively is that you need to be able for one promise to reach into the state
-of another promise to shuffle around ownership of handlers. In order to achieve
-this without making the handlers of a promise publicly mutable, a promise is
-also the deferred value, allowing promises of the same parent class to reach
-into and modify the private properties of promises of the same type. While this
-does allow consumers of the value to modify the resolution or rejection of the
-deferred, it is a small price to pay for keeping the stack size constant.
-
-```php
-$promise = new Promise();
-$promise->then(function ($value) { echo $value; });
-// The promise is the deferred value, so you can deliver a value to it.
-$promise->resolve('foo');
-// prints "foo"
-```
diff --git a/vendor/guzzlehttp/promises/composer.json b/vendor/guzzlehttp/promises/composer.json
deleted file mode 100644
index ec41a61..0000000
--- a/vendor/guzzlehttp/promises/composer.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "name": "guzzlehttp/promises",
- "description": "Guzzle promises library",
- "keywords": ["promise"],
- "license": "MIT",
- "authors": [
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- }
- ],
- "require": {
- "php": ">=5.5.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.0"
- },
- "autoload": {
- "psr-4": {
- "GuzzleHttp\\Promise\\": "src/"
- },
- "files": ["src/functions_include.php"]
- },
- "scripts": {
- "test": "vendor/bin/phpunit",
- "test-ci": "vendor/bin/phpunit --coverage-text"
- },
- "extra": {
- "branch-alias": {
- "dev-master": "1.4-dev"
- }
- }
-}
diff --git a/vendor/guzzlehttp/psr7/CHANGELOG.md b/vendor/guzzlehttp/psr7/CHANGELOG.md
deleted file mode 100644
index 27b65f0..0000000
--- a/vendor/guzzlehttp/psr7/CHANGELOG.md
+++ /dev/null
@@ -1,225 +0,0 @@
-# Change Log
-
-
-All notable changes to this project will be documented in this file.
-
-The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
-and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
-
-
-## [Unreleased]
-
-
-## [1.5.2] - 2018-12-04
-
-### Fixed
-
-- Check body size when getting the message summary
-
-
-## [1.5.1] - 2018-12-04
-
-### Fixed
-
-- Get the summary of a body only if it is readable
-
-
-## [1.5.0] - 2018-12-03
-
-### Added
-
-- Response first-line to response string exception (fixes #145)
-- A test for #129 behavior
-- `get_message_body_summary` function in order to get the message summary
-- `3gp` and `mkv` mime types
-
-### Changed
-
-- Clarify exception message when stream is detached
-
-### Deprecated
-
-- Deprecated parsing folded header lines as per RFC 7230
-
-### Fixed
-
-- Fix `AppendStream::detach` to not close streams
-- `InflateStream` preserves `isSeekable` attribute of the underlying stream
-- `ServerRequest::getUriFromGlobals` to support URLs in query parameters
-
-
-Several other fixes and improvements.
-
-
-## [1.4.2] - 2017-03-20
-
-### Fixed
-
-- Reverted BC break to `Uri::resolve` and `Uri::removeDotSegments` by removing
- calls to `trigger_error` when deprecated methods are invoked.
-
-
-## [1.4.1] - 2017-02-27
-
-### Added
-
-- Rriggering of silenced deprecation warnings.
-
-### Fixed
-
-- Reverted BC break by reintroducing behavior to automagically fix a URI with a
- relative path and an authority by adding a leading slash to the path. It's only
- deprecated now.
-
-
-## [1.4.0] - 2017-02-21
-
-### Added
-
-- Added common URI utility methods based on RFC 3986 (see documentation in the readme):
- - `Uri::isDefaultPort`
- - `Uri::isAbsolute`
- - `Uri::isNetworkPathReference`
- - `Uri::isAbsolutePathReference`
- - `Uri::isRelativePathReference`
- - `Uri::isSameDocumentReference`
- - `Uri::composeComponents`
- - `UriNormalizer::normalize`
- - `UriNormalizer::isEquivalent`
- - `UriResolver::relativize`
-
-### Changed
-
-- Ensure `ServerRequest::getUriFromGlobals` returns a URI in absolute form.
-- Allow `parse_response` to parse a response without delimiting space and reason.
-- Ensure each URI modification results in a valid URI according to PSR-7 discussions.
- Invalid modifications will throw an exception instead of returning a wrong URI or
- doing some magic.
- - `(new Uri)->withPath('foo')->withHost('example.com')` will throw an exception
- because the path of a URI with an authority must start with a slash "/" or be empty
- - `(new Uri())->withScheme('http')` will return `'http://localhost'`
-
-### Deprecated
-
-- `Uri::resolve` in favor of `UriResolver::resolve`
-- `Uri::removeDotSegments` in favor of `UriResolver::removeDotSegments`
-
-### Fixed
-
-- `Stream::read` when length parameter <= 0.
-- `copy_to_stream` reads bytes in chunks instead of `maxLen` into memory.
-- `ServerRequest::getUriFromGlobals` when `Host` header contains port.
-- Compatibility of URIs with `file` scheme and empty host.
-
-
-## [1.3.1] - 2016-06-25
-
-### Fixed
-
-- `Uri::__toString` for network path references, e.g. `//example.org`.
-- Missing lowercase normalization for host.
-- Handling of URI components in case they are `'0'` in a lot of places,
- e.g. as a user info password.
-- `Uri::withAddedHeader` to correctly merge headers with different case.
-- Trimming of header values in `Uri::withAddedHeader`. Header values may
- be surrounded by whitespace which should be ignored according to RFC 7230
- Section 3.2.4. This does not apply to header names.
-- `Uri::withAddedHeader` with an array of header values.
-- `Uri::resolve` when base path has no slash and handling of fragment.
-- Handling of encoding in `Uri::with(out)QueryValue` so one can pass the
- key/value both in encoded as well as decoded form to those methods. This is
- consistent with withPath, withQuery etc.
-- `ServerRequest::withoutAttribute` when attribute value is null.
-
-
-## [1.3.0] - 2016-04-13
-
-### Added
-
-- Remaining interfaces needed for full PSR7 compatibility
- (ServerRequestInterface, UploadedFileInterface, etc.).
-- Support for stream_for from scalars.
-
-### Changed
-
-- Can now extend Uri.
-
-### Fixed
-- A bug in validating request methods by making it more permissive.
-
-
-## [1.2.3] - 2016-02-18
-
-### Fixed
-
-- Support in `GuzzleHttp\Psr7\CachingStream` for seeking forward on remote
- streams, which can sometimes return fewer bytes than requested with `fread`.
-- Handling of gzipped responses with FNAME headers.
-
-
-## [1.2.2] - 2016-01-22
-
-### Added
-
-- Support for URIs without any authority.
-- Support for HTTP 451 'Unavailable For Legal Reasons.'
-- Support for using '0' as a filename.
-- Support for including non-standard ports in Host headers.
-
-
-## [1.2.1] - 2015-11-02
-
-### Changes
-
-- Now supporting negative offsets when seeking to SEEK_END.
-
-
-## [1.2.0] - 2015-08-15
-
-### Changed
-
-- Body as `"0"` is now properly added to a response.
-- Now allowing forward seeking in CachingStream.
-- Now properly parsing HTTP requests that contain proxy targets in
- `parse_request`.
-- functions.php is now conditionally required.
-- user-info is no longer dropped when resolving URIs.
-
-
-## [1.1.0] - 2015-06-24
-
-### Changed
-
-- URIs can now be relative.
-- `multipart/form-data` headers are now overridden case-insensitively.
-- URI paths no longer encode the following characters because they are allowed
- in URIs: "(", ")", "*", "!", "'"
-- A port is no longer added to a URI when the scheme is missing and no port is
- present.
-
-
-## 1.0.0 - 2015-05-19
-
-Initial release.
-
-Currently unsupported:
-
-- `Psr\Http\Message\ServerRequestInterface`
-- `Psr\Http\Message\UploadedFileInterface`
-
-
-
-[Unreleased]: https://github.com/guzzle/psr7/compare/1.5.2...HEAD
-[1.5.2]: https://github.com/guzzle/psr7/compare/1.5.1...1.5.2
-[1.5.1]: https://github.com/guzzle/psr7/compare/1.5.0...1.5.1
-[1.5.0]: https://github.com/guzzle/psr7/compare/1.4.2...1.5.0
-[1.4.2]: https://github.com/guzzle/psr7/compare/1.4.1...1.4.2
-[1.4.1]: https://github.com/guzzle/psr7/compare/1.4.0...1.4.1
-[1.4.0]: https://github.com/guzzle/psr7/compare/1.3.1...1.4.0
-[1.3.1]: https://github.com/guzzle/psr7/compare/1.3.0...1.3.1
-[1.3.0]: https://github.com/guzzle/psr7/compare/1.2.3...1.3.0
-[1.2.3]: https://github.com/guzzle/psr7/compare/1.2.2...1.2.3
-[1.2.2]: https://github.com/guzzle/psr7/compare/1.2.1...1.2.2
-[1.2.1]: https://github.com/guzzle/psr7/compare/1.2.0...1.2.1
-[1.2.0]: https://github.com/guzzle/psr7/compare/1.1.0...1.2.0
-[1.1.0]: https://github.com/guzzle/psr7/compare/1.0.0...1.1.0
diff --git a/vendor/guzzlehttp/psr7/LICENSE b/vendor/guzzlehttp/psr7/LICENSE
deleted file mode 100644
index 581d95f..0000000
--- a/vendor/guzzlehttp/psr7/LICENSE
+++ /dev/null
@@ -1,19 +0,0 @@
-Copyright (c) 2015 Michael Dowling, https://github.com/mtdowling
-
-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.
diff --git a/vendor/guzzlehttp/psr7/README.md b/vendor/guzzlehttp/psr7/README.md
deleted file mode 100644
index c60a6a3..0000000
--- a/vendor/guzzlehttp/psr7/README.md
+++ /dev/null
@@ -1,745 +0,0 @@
-# PSR-7 Message Implementation
-
-This repository contains a full [PSR-7](http://www.php-fig.org/psr/psr-7/)
-message implementation, several stream decorators, and some helpful
-functionality like query string parsing.
-
-
-[![Build Status](https://travis-ci.org/guzzle/psr7.svg?branch=master)](https://travis-ci.org/guzzle/psr7)
-
-
-# Stream implementation
-
-This package comes with a number of stream implementations and stream
-decorators.
-
-
-## AppendStream
-
-`GuzzleHttp\Psr7\AppendStream`
-
-Reads from multiple streams, one after the other.
-
-```php
-use GuzzleHttp\Psr7;
-
-$a = Psr7\stream_for('abc, ');
-$b = Psr7\stream_for('123.');
-$composed = new Psr7\AppendStream([$a, $b]);
-
-$composed->addStream(Psr7\stream_for(' Above all listen to me'));
-
-echo $composed; // abc, 123. Above all listen to me.
-```
-
-
-## BufferStream
-
-`GuzzleHttp\Psr7\BufferStream`
-
-Provides a buffer stream that can be written to fill a buffer, and read
-from to remove bytes from the buffer.
-
-This stream returns a "hwm" metadata value that tells upstream consumers
-what the configured high water mark of the stream is, or the maximum
-preferred size of the buffer.
-
-```php
-use GuzzleHttp\Psr7;
-
-// When more than 1024 bytes are in the buffer, it will begin returning
-// false to writes. This is an indication that writers should slow down.
-$buffer = new Psr7\BufferStream(1024);
-```
-
-
-## CachingStream
-
-The CachingStream is used to allow seeking over previously read bytes on
-non-seekable streams. This can be useful when transferring a non-seekable
-entity body fails due to needing to rewind the stream (for example, resulting
-from a redirect). Data that is read from the remote stream will be buffered in
-a PHP temp stream so that previously read bytes are cached first in memory,
-then on disk.
-
-```php
-use GuzzleHttp\Psr7;
-
-$original = Psr7\stream_for(fopen('http://www.google.com', 'r'));
-$stream = new Psr7\CachingStream($original);
-
-$stream->read(1024);
-echo $stream->tell();
-// 1024
-
-$stream->seek(0);
-echo $stream->tell();
-// 0
-```
-
-
-## DroppingStream
-
-`GuzzleHttp\Psr7\DroppingStream`
-
-Stream decorator that begins dropping data once the size of the underlying
-stream becomes too full.
-
-```php
-use GuzzleHttp\Psr7;
-
-// Create an empty stream
-$stream = Psr7\stream_for();
-
-// Start dropping data when the stream has more than 10 bytes
-$dropping = new Psr7\DroppingStream($stream, 10);
-
-$dropping->write('01234567890123456789');
-echo $stream; // 0123456789
-```
-
-
-## FnStream
-
-`GuzzleHttp\Psr7\FnStream`
-
-Compose stream implementations based on a hash of functions.
-
-Allows for easy testing and extension of a provided stream without needing
-to create a concrete class for a simple extension point.
-
-```php
-
-use GuzzleHttp\Psr7;
-
-$stream = Psr7\stream_for('hi');
-$fnStream = Psr7\FnStream::decorate($stream, [
- 'rewind' => function () use ($stream) {
- echo 'About to rewind - ';
- $stream->rewind();
- echo 'rewound!';
- }
-]);
-
-$fnStream->rewind();
-// Outputs: About to rewind - rewound!
-```
-
-
-## InflateStream
-
-`GuzzleHttp\Psr7\InflateStream`
-
-Uses PHP's zlib.inflate filter to inflate deflate or gzipped content.
-
-This stream decorator skips the first 10 bytes of the given stream to remove
-the gzip header, converts the provided stream to a PHP stream resource,
-then appends the zlib.inflate filter. The stream is then converted back
-to a Guzzle stream resource to be used as a Guzzle stream.
-
-
-## LazyOpenStream
-
-`GuzzleHttp\Psr7\LazyOpenStream`
-
-Lazily reads or writes to a file that is opened only after an IO operation
-take place on the stream.
-
-```php
-use GuzzleHttp\Psr7;
-
-$stream = new Psr7\LazyOpenStream('/path/to/file', 'r');
-// The file has not yet been opened...
-
-echo $stream->read(10);
-// The file is opened and read from only when needed.
-```
-
-
-## LimitStream
-
-`GuzzleHttp\Psr7\LimitStream`
-
-LimitStream can be used to read a subset or slice of an existing stream object.
-This can be useful for breaking a large file into smaller pieces to be sent in
-chunks (e.g. Amazon S3's multipart upload API).
-
-```php
-use GuzzleHttp\Psr7;
-
-$original = Psr7\stream_for(fopen('/tmp/test.txt', 'r+'));
-echo $original->getSize();
-// >>> 1048576
-
-// Limit the size of the body to 1024 bytes and start reading from byte 2048
-$stream = new Psr7\LimitStream($original, 1024, 2048);
-echo $stream->getSize();
-// >>> 1024
-echo $stream->tell();
-// >>> 0
-```
-
-
-## MultipartStream
-
-`GuzzleHttp\Psr7\MultipartStream`
-
-Stream that when read returns bytes for a streaming multipart or
-multipart/form-data stream.
-
-
-## NoSeekStream
-
-`GuzzleHttp\Psr7\NoSeekStream`
-
-NoSeekStream wraps a stream and does not allow seeking.
-
-```php
-use GuzzleHttp\Psr7;
-
-$original = Psr7\stream_for('foo');
-$noSeek = new Psr7\NoSeekStream($original);
-
-echo $noSeek->read(3);
-// foo
-var_export($noSeek->isSeekable());
-// false
-$noSeek->seek(0);
-var_export($noSeek->read(3));
-// NULL
-```
-
-
-## PumpStream
-
-`GuzzleHttp\Psr7\PumpStream`
-
-Provides a read only stream that pumps data from a PHP callable.
-
-When invoking the provided callable, the PumpStream will pass the amount of
-data requested to read to the callable. The callable can choose to ignore
-this value and return fewer or more bytes than requested. Any extra data
-returned by the provided callable is buffered internally until drained using
-the read() function of the PumpStream. The provided callable MUST return
-false when there is no more data to read.
-
-
-## Implementing stream decorators
-
-Creating a stream decorator is very easy thanks to the
-`GuzzleHttp\Psr7\StreamDecoratorTrait`. This trait provides methods that
-implement `Psr\Http\Message\StreamInterface` by proxying to an underlying
-stream. Just `use` the `StreamDecoratorTrait` and implement your custom
-methods.
-
-For example, let's say we wanted to call a specific function each time the last
-byte is read from a stream. This could be implemented by overriding the
-`read()` method.
-
-```php
-use Psr\Http\Message\StreamInterface;
-use GuzzleHttp\Psr7\StreamDecoratorTrait;
-
-class EofCallbackStream implements StreamInterface
-{
- use StreamDecoratorTrait;
-
- private $callback;
-
- public function __construct(StreamInterface $stream, callable $cb)
- {
- $this->stream = $stream;
- $this->callback = $cb;
- }
-
- public function read($length)
- {
- $result = $this->stream->read($length);
-
- // Invoke the callback when EOF is hit.
- if ($this->eof()) {
- call_user_func($this->callback);
- }
-
- return $result;
- }
-}
-```
-
-This decorator could be added to any existing stream and used like so:
-
-```php
-use GuzzleHttp\Psr7;
-
-$original = Psr7\stream_for('foo');
-
-$eofStream = new EofCallbackStream($original, function () {
- echo 'EOF!';
-});
-
-$eofStream->read(2);
-$eofStream->read(1);
-// echoes "EOF!"
-$eofStream->seek(0);
-$eofStream->read(3);
-// echoes "EOF!"
-```
-
-
-## PHP StreamWrapper
-
-You can use the `GuzzleHttp\Psr7\StreamWrapper` class if you need to use a
-PSR-7 stream as a PHP stream resource.
-
-Use the `GuzzleHttp\Psr7\StreamWrapper::getResource()` method to create a PHP
-stream from a PSR-7 stream.
-
-```php
-use GuzzleHttp\Psr7\StreamWrapper;
-
-$stream = GuzzleHttp\Psr7\stream_for('hello!');
-$resource = StreamWrapper::getResource($stream);
-echo fread($resource, 6); // outputs hello!
-```
-
-
-# Function API
-
-There are various functions available under the `GuzzleHttp\Psr7` namespace.
-
-
-## `function str`
-
-`function str(MessageInterface $message)`
-
-Returns the string representation of an HTTP message.
-
-```php
-$request = new GuzzleHttp\Psr7\Request('GET', 'http://example.com');
-echo GuzzleHttp\Psr7\str($request);
-```
-
-
-## `function uri_for`
-
-`function uri_for($uri)`
-
-This function accepts a string or `Psr\Http\Message\UriInterface` and returns a
-UriInterface for the given value. If the value is already a `UriInterface`, it
-is returned as-is.
-
-```php
-$uri = GuzzleHttp\Psr7\uri_for('http://example.com');
-assert($uri === GuzzleHttp\Psr7\uri_for($uri));
-```
-
-
-## `function stream_for`
-
-`function stream_for($resource = '', array $options = [])`
-
-Create a new stream based on the input type.
-
-Options is an associative array that can contain the following keys:
-
-* - metadata: Array of custom metadata.
-* - size: Size of the stream.
-
-This method accepts the following `$resource` types:
-
-- `Psr\Http\Message\StreamInterface`: Returns the value as-is.
-- `string`: Creates a stream object that uses the given string as the contents.
-- `resource`: Creates a stream object that wraps the given PHP stream resource.
-- `Iterator`: If the provided value implements `Iterator`, then a read-only
- stream object will be created that wraps the given iterable. Each time the
- stream is read from, data from the iterator will fill a buffer and will be
- continuously called until the buffer is equal to the requested read size.
- Subsequent read calls will first read from the buffer and then call `next`
- on the underlying iterator until it is exhausted.
-- `object` with `__toString()`: If the object has the `__toString()` method,
- the object will be cast to a string and then a stream will be returned that
- uses the string value.
-- `NULL`: When `null` is passed, an empty stream object is returned.
-- `callable` When a callable is passed, a read-only stream object will be
- created that invokes the given callable. The callable is invoked with the
- number of suggested bytes to read. The callable can return any number of
- bytes, but MUST return `false` when there is no more data to return. The
- stream object that wraps the callable will invoke the callable until the
- number of requested bytes are available. Any additional bytes will be
- buffered and used in subsequent reads.
-
-```php
-$stream = GuzzleHttp\Psr7\stream_for('foo');
-$stream = GuzzleHttp\Psr7\stream_for(fopen('/path/to/file', 'r'));
-
-$generator = function ($bytes) {
- for ($i = 0; $i < $bytes; $i++) {
- yield ' ';
- }
-}
-
-$stream = GuzzleHttp\Psr7\stream_for($generator(100));
-```
-
-
-## `function parse_header`
-
-`function parse_header($header)`
-
-Parse an array of header values containing ";" separated data into an array of
-associative arrays representing the header key value pair data of the header.
-When a parameter does not contain a value, but just contains a key, this
-function will inject a key with a '' string value.
-
-
-## `function normalize_header`
-
-`function normalize_header($header)`
-
-Converts an array of header values that may contain comma separated headers
-into an array of headers with no comma separated values.
-
-
-## `function modify_request`
-
-`function modify_request(RequestInterface $request, array $changes)`
-
-Clone and modify a request with the given changes. This method is useful for
-reducing the number of clones needed to mutate a message.
-
-The changes can be one of:
-
-- method: (string) Changes the HTTP method.
-- set_headers: (array) Sets the given headers.
-- remove_headers: (array) Remove the given headers.
-- body: (mixed) Sets the given body.
-- uri: (UriInterface) Set the URI.
-- query: (string) Set the query string value of the URI.
-- version: (string) Set the protocol version.
-
-
-## `function rewind_body`
-
-`function rewind_body(MessageInterface $message)`
-
-Attempts to rewind a message body and throws an exception on failure. The body
-of the message will only be rewound if a call to `tell()` returns a value other
-than `0`.
-
-
-## `function try_fopen`
-
-`function try_fopen($filename, $mode)`
-
-Safely opens a PHP stream resource using a filename.
-
-When fopen fails, PHP normally raises a warning. This function adds an error
-handler that checks for errors and throws an exception instead.
-
-
-## `function copy_to_string`
-
-`function copy_to_string(StreamInterface $stream, $maxLen = -1)`
-
-Copy the contents of a stream into a string until the given number of bytes
-have been read.
-
-
-## `function copy_to_stream`
-
-`function copy_to_stream(StreamInterface $source, StreamInterface $dest, $maxLen = -1)`
-
-Copy the contents of a stream into another stream until the given number of
-bytes have been read.
-
-
-## `function hash`
-
-`function hash(StreamInterface $stream, $algo, $rawOutput = false)`
-
-Calculate a hash of a Stream. This method reads the entire stream to calculate
-a rolling hash (based on PHP's hash_init functions).
-
-
-## `function readline`
-
-`function readline(StreamInterface $stream, $maxLength = null)`
-
-Read a line from the stream up to the maximum allowed buffer length.
-
-
-## `function parse_request`
-
-`function parse_request($message)`
-
-Parses a request message string into a request object.
-
-
-## `function parse_response`
-
-`function parse_response($message)`
-
-Parses a response message string into a response object.
-
-
-## `function parse_query`
-
-`function parse_query($str, $urlEncoding = true)`
-
-Parse a query string into an associative array.
-
-If multiple values are found for the same key, the value of that key value pair
-will become an array. This function does not parse nested PHP style arrays into
-an associative array (e.g., `foo[a]=1&foo[b]=2` will be parsed into
-`['foo[a]' => '1', 'foo[b]' => '2']`).
-
-
-## `function build_query`
-
-`function build_query(array $params, $encoding = PHP_QUERY_RFC3986)`
-
-Build a query string from an array of key value pairs.
-
-This function can use the return value of parse_query() to build a query string.
-This function does not modify the provided keys when an array is encountered
-(like http_build_query would).
-
-
-## `function mimetype_from_filename`
-
-`function mimetype_from_filename($filename)`
-
-Determines the mimetype of a file by looking at its extension.
-
-
-## `function mimetype_from_extension`
-
-`function mimetype_from_extension($extension)`
-
-Maps a file extensions to a mimetype.
-
-
-# Additional URI Methods
-
-Aside from the standard `Psr\Http\Message\UriInterface` implementation in form of the `GuzzleHttp\Psr7\Uri` class,
-this library also provides additional functionality when working with URIs as static methods.
-
-## URI Types
-
-An instance of `Psr\Http\Message\UriInterface` can either be an absolute URI or a relative reference.
-An absolute URI has a scheme. A relative reference is used to express a URI relative to another URI,
-the base URI. Relative references can be divided into several forms according to
-[RFC 3986 Section 4.2](https://tools.ietf.org/html/rfc3986#section-4.2):
-
-- network-path references, e.g. `//example.com/path`
-- absolute-path references, e.g. `/path`
-- relative-path references, e.g. `subpath`
-
-The following methods can be used to identify the type of the URI.
-
-### `GuzzleHttp\Psr7\Uri::isAbsolute`
-
-`public static function isAbsolute(UriInterface $uri): bool`
-
-Whether the URI is absolute, i.e. it has a scheme.
-
-### `GuzzleHttp\Psr7\Uri::isNetworkPathReference`
-
-`public static function isNetworkPathReference(UriInterface $uri): bool`
-
-Whether the URI is a network-path reference. A relative reference that begins with two slash characters is
-termed an network-path reference.
-
-### `GuzzleHttp\Psr7\Uri::isAbsolutePathReference`
-
-`public static function isAbsolutePathReference(UriInterface $uri): bool`
-
-Whether the URI is a absolute-path reference. A relative reference that begins with a single slash character is
-termed an absolute-path reference.
-
-### `GuzzleHttp\Psr7\Uri::isRelativePathReference`
-
-`public static function isRelativePathReference(UriInterface $uri): bool`
-
-Whether the URI is a relative-path reference. A relative reference that does not begin with a slash character is
-termed a relative-path reference.
-
-### `GuzzleHttp\Psr7\Uri::isSameDocumentReference`
-
-`public static function isSameDocumentReference(UriInterface $uri, UriInterface $base = null): bool`
-
-Whether the URI is a same-document reference. A same-document reference refers to a URI that is, aside from its
-fragment component, identical to the base URI. When no base URI is given, only an empty URI reference
-(apart from its fragment) is considered a same-document reference.
-
-## URI Components
-
-Additional methods to work with URI components.
-
-### `GuzzleHttp\Psr7\Uri::isDefaultPort`
-
-`public static function isDefaultPort(UriInterface $uri): bool`
-
-Whether the URI has the default port of the current scheme. `Psr\Http\Message\UriInterface::getPort` may return null
-or the standard port. This method can be used independently of the implementation.
-
-### `GuzzleHttp\Psr7\Uri::composeComponents`
-
-`public static function composeComponents($scheme, $authority, $path, $query, $fragment): string`
-
-Composes a URI reference string from its various components according to
-[RFC 3986 Section 5.3](https://tools.ietf.org/html/rfc3986#section-5.3). Usually this method does not need to be called
-manually but instead is used indirectly via `Psr\Http\Message\UriInterface::__toString`.
-
-### `GuzzleHttp\Psr7\Uri::fromParts`
-
-`public static function fromParts(array $parts): UriInterface`
-
-Creates a URI from a hash of [`parse_url`](http://php.net/manual/en/function.parse-url.php) components.
-
-
-### `GuzzleHttp\Psr7\Uri::withQueryValue`
-
-`public static function withQueryValue(UriInterface $uri, $key, $value): UriInterface`
-
-Creates a new URI with a specific query string value. Any existing query string values that exactly match the
-provided key are removed and replaced with the given key value pair. A value of null will set the query string
-key without a value, e.g. "key" instead of "key=value".
-
-### `GuzzleHttp\Psr7\Uri::withQueryValues`
-
-`public static function withQueryValues(UriInterface $uri, array $keyValueArray): UriInterface`
-
-Creates a new URI with multiple query string values. It has the same behavior as `withQueryValue()` but for an
-associative array of key => value.
-
-### `GuzzleHttp\Psr7\Uri::withoutQueryValue`
-
-`public static function withoutQueryValue(UriInterface $uri, $key): UriInterface`
-
-Creates a new URI with a specific query string value removed. Any existing query string values that exactly match the
-provided key are removed.
-
-## Reference Resolution
-
-`GuzzleHttp\Psr7\UriResolver` provides methods to resolve a URI reference in the context of a base URI according
-to [RFC 3986 Section 5](https://tools.ietf.org/html/rfc3986#section-5). This is for example also what web browsers
-do when resolving a link in a website based on the current request URI.
-
-### `GuzzleHttp\Psr7\UriResolver::resolve`
-
-`public static function resolve(UriInterface $base, UriInterface $rel): UriInterface`
-
-Converts the relative URI into a new URI that is resolved against the base URI.
-
-### `GuzzleHttp\Psr7\UriResolver::removeDotSegments`
-
-`public static function removeDotSegments(string $path): string`
-
-Removes dot segments from a path and returns the new path according to
-[RFC 3986 Section 5.2.4](https://tools.ietf.org/html/rfc3986#section-5.2.4).
-
-### `GuzzleHttp\Psr7\UriResolver::relativize`
-
-`public static function relativize(UriInterface $base, UriInterface $target): UriInterface`
-
-Returns the target URI as a relative reference from the base URI. This method is the counterpart to resolve():
-
-```php
-(string) $target === (string) UriResolver::resolve($base, UriResolver::relativize($base, $target))
-```
-
-One use-case is to use the current request URI as base URI and then generate relative links in your documents
-to reduce the document size or offer self-contained downloadable document archives.
-
-```php
-$base = new Uri('http://example.com/a/b/');
-echo UriResolver::relativize($base, new Uri('http://example.com/a/b/c')); // prints 'c'.
-echo UriResolver::relativize($base, new Uri('http://example.com/a/x/y')); // prints '../x/y'.
-echo UriResolver::relativize($base, new Uri('http://example.com/a/b/?q')); // prints '?q'.
-echo UriResolver::relativize($base, new Uri('http://example.org/a/b/')); // prints '//example.org/a/b/'.
-```
-
-## Normalization and Comparison
-
-`GuzzleHttp\Psr7\UriNormalizer` provides methods to normalize and compare URIs according to
-[RFC 3986 Section 6](https://tools.ietf.org/html/rfc3986#section-6).
-
-### `GuzzleHttp\Psr7\UriNormalizer::normalize`
-
-`public static function normalize(UriInterface $uri, $flags = self::PRESERVING_NORMALIZATIONS): UriInterface`
-
-Returns a normalized URI. The scheme and host component are already normalized to lowercase per PSR-7 UriInterface.
-This methods adds additional normalizations that can be configured with the `$flags` parameter which is a bitmask
-of normalizations to apply. The following normalizations are available:
-
-- `UriNormalizer::PRESERVING_NORMALIZATIONS`
-
- Default normalizations which only include the ones that preserve semantics.
-
-- `UriNormalizer::CAPITALIZE_PERCENT_ENCODING`
-
- All letters within a percent-encoding triplet (e.g., "%3A") are case-insensitive, and should be capitalized.
-
- Example: `http://example.org/a%c2%b1b` → `http://example.org/a%C2%B1b`
-
-- `UriNormalizer::DECODE_UNRESERVED_CHARACTERS`
-
- Decodes percent-encoded octets of unreserved characters. For consistency, percent-encoded octets in the ranges of
- ALPHA (%41–%5A and %61–%7A), DIGIT (%30–%39), hyphen (%2D), period (%2E), underscore (%5F), or tilde (%7E) should
- not be created by URI producers and, when found in a URI, should be decoded to their corresponding unreserved
- characters by URI normalizers.
-
- Example: `http://example.org/%7Eusern%61me/` → `http://example.org/~username/`
-
-- `UriNormalizer::CONVERT_EMPTY_PATH`
-
- Converts the empty path to "/" for http and https URIs.
-
- Example: `http://example.org` → `http://example.org/`
-
-- `UriNormalizer::REMOVE_DEFAULT_HOST`
-
- Removes the default host of the given URI scheme from the URI. Only the "file" scheme defines the default host
- "localhost". All of `file:/myfile`, `file:///myfile`, and `file://localhost/myfile` are equivalent according to
- RFC 3986.
-
- Example: `file://localhost/myfile` → `file:///myfile`
-
-- `UriNormalizer::REMOVE_DEFAULT_PORT`
-
- Removes the default port of the given URI scheme from the URI.
-
- Example: `http://example.org:80/` → `http://example.org/`
-
-- `UriNormalizer::REMOVE_DOT_SEGMENTS`
-
- Removes unnecessary dot-segments. Dot-segments in relative-path references are not removed as it would
- change the semantics of the URI reference.
-
- Example: `http://example.org/../a/b/../c/./d.html` → `http://example.org/a/c/d.html`
-
-- `UriNormalizer::REMOVE_DUPLICATE_SLASHES`
-
- Paths which include two or more adjacent slashes are converted to one. Webservers usually ignore duplicate slashes
- and treat those URIs equivalent. But in theory those URIs do not need to be equivalent. So this normalization
- may change the semantics. Encoded slashes (%2F) are not removed.
-
- Example: `http://example.org//foo///bar.html` → `http://example.org/foo/bar.html`
-
-- `UriNormalizer::SORT_QUERY_PARAMETERS`
-
- Sort query parameters with their values in alphabetical order. However, the order of parameters in a URI may be
- significant (this is not defined by the standard). So this normalization is not safe and may change the semantics
- of the URI.
-
- Example: `?lang=en&article=fred` → `?article=fred&lang=en`
-
-### `GuzzleHttp\Psr7\UriNormalizer::isEquivalent`
-
-`public static function isEquivalent(UriInterface $uri1, UriInterface $uri2, $normalizations = self::PRESERVING_NORMALIZATIONS): bool`
-
-Whether two URIs can be considered equivalent. Both URIs are normalized automatically before comparison with the given
-`$normalizations` bitmask. The method also accepts relative URI references and returns true when they are equivalent.
-This of course assumes they will be resolved against the same base URI. If this is not the case, determination of
-equivalence or difference of relative references does not mean anything.
diff --git a/vendor/guzzlehttp/psr7/composer.json b/vendor/guzzlehttp/psr7/composer.json
deleted file mode 100644
index 2add153..0000000
--- a/vendor/guzzlehttp/psr7/composer.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "guzzlehttp/psr7",
- "type": "library",
- "description": "PSR-7 message implementation that also provides common utility methods",
- "keywords": ["request", "response", "message", "stream", "http", "uri", "url", "psr-7"],
- "license": "MIT",
- "authors": [
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- },
- {
- "name": "Tobias Schultze",
- "homepage": "https://github.com/Tobion"
- }
- ],
- "require": {
- "php": ">=5.4.0",
- "psr/http-message": "~1.0",
- "ralouphie/getallheaders": "^2.0.5"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
- },
- "provide": {
- "psr/http-message-implementation": "1.0"
- },
- "autoload": {
- "psr-4": {
- "GuzzleHttp\\Psr7\\": "src/"
- },
- "files": ["src/functions_include.php"]
- },
- "autoload-dev": {
- "psr-4": {
- "GuzzleHttp\\Tests\\Psr7\\": "tests/"
- }
- },
- "extra": {
- "branch-alias": {
- "dev-master": "1.5-dev"
- }
- }
-}
diff --git a/vendor/mailjet/mailjet-apiv3-php/.gitignore b/vendor/mailjet/mailjet-apiv3-php/.gitignore
deleted file mode 100644
index 39fa433..0000000
--- a/vendor/mailjet/mailjet-apiv3-php/.gitignore
+++ /dev/null
@@ -1,13 +0,0 @@
-tmp/*
-[Cc]onfig/core.php
-[Cc]onfig/database.php
-app/tmp/*
-app/[Cc]onfig/core.php
-app/[Cc]onfig/database.php
-.DS_Store
-!empty
-composer.phar
-vendor/*
-composer.lock
-/.metadata/
-/.metadata/
diff --git a/vendor/mailjet/mailjet-apiv3-php/.travis.yml b/vendor/mailjet/mailjet-apiv3-php/.travis.yml
deleted file mode 100644
index 602b289..0000000
--- a/vendor/mailjet/mailjet-apiv3-php/.travis.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-language: php
-php:
- - 7.0
- - 7.1
- - 5.4
- - 5.5
- - 5.6
-install:
- - composer install
-script: phpunit --coverage-clover build/logs/clover.xml
-after_success:
- - travis_retry vendor/bin/coveralls -v
-notifications:
- slack:
- secure: woxqf55Y5XlEOr9WrXalAMQEay8Rqpd9RdvQXw28AZsySVIYP2btfdA7OJRTiC7znIaSXQZqAeIZhKYXCLUv6QqG/saNe9sV5MC9o6sC4FgqdaPU493X2C7KSiwMqeyY9v0bbeUUI9O/g0cnaQGD/NJmVIpvaYz6Tu0MM06fB4c=
diff --git a/vendor/mailjet/mailjet-apiv3-php/LICENSE b/vendor/mailjet/mailjet-apiv3-php/LICENSE
deleted file mode 100644
index fea8134..0000000
--- a/vendor/mailjet/mailjet-apiv3-php/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 Mailjet
-
-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.
\ No newline at end of file
diff --git a/vendor/mailjet/mailjet-apiv3-php/README.md b/vendor/mailjet/mailjet-apiv3-php/README.md
deleted file mode 100644
index 4248c5c..0000000
--- a/vendor/mailjet/mailjet-apiv3-php/README.md
+++ /dev/null
@@ -1,268 +0,0 @@
-
-[doc]: http://dev.mailjet.com/guides/?php#
-[api_credential]: https://app.mailjet.com/account/api_keys
-[mailjet]: http://www.mailjet.com
-
-![alt text](http://cdn.appstorm.net/web.appstorm.net/files/2012/02/mailjet_logo_200x200.png "Mailjet")
-
-[![Codacy Badge](https://api.codacy.com/project/badge/grade/3fa729f3750849ce8e0471b0487439cb)](https://www.codacy.com/app/gbadi/mailjet-apiv3-php)
-[![Build Status](https://travis-ci.org/mailjet/mailjet-apiv3-php.svg?branch=master)](https://travis-ci.org/mailjet/mailjet-apiv3-php)
-![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)
-![Current Version](https://img.shields.io/badge/version-1.1.8-green.svg)
-
-[Mailjet][mailjet] API Client.
-
-Check out all the resources and all the PHP code examples on the official documentation: [Mailjet Documentation][doc]
-
-## Requirements
-
-`PHP >= 5.4`
-
-## Installation
-
-``` bash
-composer require mailjet/mailjet-apiv3-php
-```
-Without composer:
-
-Clone or download [this repository](https://github.com/mailjet/mailjet-apiv3-php-no-composer) that already contains all the dependencies and the `vendor/autoload.php` file. If you encounter an issue, please post it here and not on the mirror repository.
-
-## Getting Started!
-
-[Grab][api_credential] and save your Mailjet API credentials.
-It will create some variables available in your code, via the `getenv` function:
-
-``` bash
-
-export MJ_APIKEY_PUBLIC='your api key'
-export MJ_APIKEY_PRIVATE='your api secret'
-
-```
-
-Initialize your [Mailjet][mailjet] Client:
-
-``` php
-
-```
-It's as easy as 1, 2, 3!
-
-
-## Make your first call
-
-``` php
-get(Resources::$Contact);
-
-/*
- Read the response
-*/
-if ($response->success())
- var_dump($response->getData());
-else
- var_dump($response->getStatus());
-
-```
-
-### [Filtering resources](http://dev.mailjet.com/guides/?php#filtering-resources)
-
-The [Mailjet][mailjet] API provides a set of general filters that can be applied to a GET request for each resource. In addition to these general filters, each API resource has its own filters that can be used when performing the GET:
-
-``` php
- '150'];
-
-$response = $mj->get(Resources::$Contact, ['filters' => $filters]);
-
-```
-
-### [Send transactional emails](http://dev.mailjet.com/guides/?php#send-transactional-email)
-
-You can send transactional messages with Mailjet's v3.1 Send API with the following code:
-
-``` php
- 'v3.1']);
-$body = [
- 'Messages' => [
- [
- 'From' => [
- 'Email' => "pilot@mailjet.com",
- 'Name' => "Mailjet Pilot"
- ],
- 'To' => [
- [
- 'Email' => "passenger1@mailjet.com",
- 'Name' => "passenger 1"
- ]
- ],
- 'Subject' => "Your email flight plan!",
- 'TextPart' => "Dear passenger 1, welcome to Mailjet! May the delivery force be with you!",
- 'HTMLPart' => "
Dear passenger 1, welcome to Mailjet!
May the delivery force be with you!"
- ]
- ]
-];
-$response = $mj->post(Resources::$Email, ['body' => $body]);
-$response->success() && var_dump($response->getData());
-?>
-```
-
-In case you wish to use Mailjet's Send API v3, you can find the legacy documentation and code samples [here](https://dev.mailjet.com/legacy/?php#send-api-v3-august-2017).
-
-
-### [Send marketing campaign](http://dev.mailjet.com/guides/?php#send-marketing-campaigns)
-
-In order to send your first newsletter, you need to have at least one active sender address in the Sender domains & addresses section.
-
-``` php
- [
- [
- 'Email' => "mailjet@example.org",
- 'Name' => "Mailjet"
- ]
- ]
-];
-
-$response = $mj->post(Resources::$NewsletterTest, ['id' => $id, 'body' => $body]);
-
-?>
-```
-
-### [Event API - real time notifications](http://dev.mailjet.com/guides/?php#event-api-real-time-notifications)
-
-The [Event API](https://www.mailjet.com/feature/event-api/) offers a real-time notification through http request on any events related to the messages you sent. The main supported events are open, click, bounce, spam, blocked, unsub and sent. This event notification works for transactional and marketing emails.
-
-The endpoint is a URL our server will call for each event (it can lead to a lot of hits). You can use the API to setup a new endpoint using the /eventcallbackurl resource. Alternatively, you can configure this in your account preferences, in the Event Tracking section.
-
-``` php
- "open",
- 'Url' => "https://mydomain.com/event_handler"
-];
-
-$response = $mj->post(Resources::$Eventcallbackurl, ['body' => $body]);
-```
-
-### [Statistics](http://dev.mailjet.com/guides/?php#statistics)
-
-The [Mailjet][mailjet] API offers resources to extract information for every message you send. You can also filter through the message statistics to view specific metrics for your messages.
-
-``` php
-get(Resources::$Message, ['id' => $id]);
-```
-
-### [Parse API - Inbound emails](http://dev.mailjet.com/guides/?php#parse-api-inbound-emails)
-
-The Parse API allows you to have inbound emails parsed and their content delivered to a webhook of your choice.
-In order to begin receiving emails to your webhook, create a new instance of the Parse API via a POST request on the /parseroute resource.
-
-``` php
- 'https://www.mydomain.com/mj_parse.php'
-];
-
-$response = $mj->post(Resources::$Parseroute, ['body' => $body]);
-
-```
-
-## Version 1.2.0 of the PHP wrapper
-
-This version modifies the way to construct the Client or the calls. We add the possibility to add an array with parameters on both Client creation and API call (please note that each of these parameters are preset and are not mandatory in the creation or the call):
-
-Properties of the $settings (Client constructor) and $options (API call function)
-
- - url (Default: api.mailjet.com): domain name of the API
- - version (Default: v3): API version (only working for Mailjet API V3+)
- - call (Default: true): turns on(true) / off the call to the API
- - secured (Default: true): turns on(true) / off the use of 'https'
-
-### A basic example:
-
-``` php
- "www.mailjet.com", 'version' => 'v3', 'call' => false]
- );
-
-// API call with specific options. The options passed in the call will only be used for this call.
-$response = $mj->get(Resources::$Contact, [], ['version' => 'v3']);
-
-```
-
-Priority list of options, settings, and default configurations in order of precedence:
-
-API call > Client constructor > Resource (only with version, available in the Resources Class - [Resources.php](src/Mailjet/Resources.php)) > Wrapper configuration ([Config.php](src/Mailjet/Config.php))
-
-## Version 1.4.0 of the PHP wrapper
-
-This version adds the possibility to use authentication with bearer token and use the [SMS features](https://dev.mailjet.com/guides-sms/#overview) of the API. The bearer token can be generated in the [SMS menu](https://app.mailjet.com/sms) of your Mailjet account.
-
-To create a new instance of the Mailjet client with token auth the token should be provided as the first parameter, the second must be NULL:
-``` php
-$mj = new \Mailjet\Client(getenv('MJ_APITOKEN'),
- NULL, true,
- ['url' => "www.mailjet.com", 'version' => 'v3', 'call' => false]
- );
-```
-
-An example SMS API request. The available SMS resources can be seen [here](src/Mailjet/Resources.php#L106).
-``` php
-$mj = new \Mailjet\Client($token);
-$response = $mj->get(Resources::$Sms);
-if ($response->success()) {
- var_dump($response->getData());
-} else {
- var_dump($response->getStatus());
-}
-```
-
-## Send a pull request
-
- - Fork the project.
- - Create a topic branch.
- - Implement your feature/bug fix.
- - Add documentation for your feature or bug fix.
- - Add specs for your feature or bug fix.
- - Commit and push your changes.
- - Submit a pull request. Please do not include changes to the gemspec, or version file.
diff --git a/vendor/mailjet/mailjet-apiv3-php/composer.json b/vendor/mailjet/mailjet-apiv3-php/composer.json
deleted file mode 100644
index ad9d527..0000000
--- a/vendor/mailjet/mailjet-apiv3-php/composer.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "name": "mailjet/mailjet-apiv3-php",
- "description": "PHP wrapper for the Mailjet API",
- "keywords": ["mailjet", "api", "v3", "php", "email"],
- "homepage": "https://github.com/mailjet/mailjet-apiv3-php/",
- "license": "MIT",
- "authors": [
- {
- "name": "Mailjet",
- "email": "dev@mailjet.com",
- "homepage": "https://dev.mailjet.com"
- }
- ],
- "require": {
- "php": ">=5.4.0",
- "guzzlehttp/guzzle": "~6.0|~5.3"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8",
- "php-coveralls/php-coveralls": "^1.0"
- },
- "autoload": {
- "psr-0": {
- "Mailjet": "src/"
- }
- }
-}
diff --git a/vendor/mailjet/mailjet-apiv3-php/phpunit.xml.dist b/vendor/mailjet/mailjet-apiv3-php/phpunit.xml.dist
deleted file mode 100644
index c04f516..0000000
--- a/vendor/mailjet/mailjet-apiv3-php/phpunit.xml.dist
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
- ./test/Mailjet/MailjetApiv3Test.php
-
-
-
-
- src/
-
-
-
diff --git a/vendor/mailjet/mailjet-apiv3-php/test/Mailjet/test.php b/vendor/mailjet/mailjet-apiv3-php/test/Mailjet/test.php
deleted file mode 100644
index e1be256..0000000
--- a/vendor/mailjet/mailjet-apiv3-php/test/Mailjet/test.php
+++ /dev/null
@@ -1,188 +0,0 @@
-assertEquals('https://api.mailjet.com/'.$version.$url, $response->request->getUrl());
- }
-
- public function assertPayload($payload, $response)
- {
- $this->assertEquals($payload, $response->request->getBody());
- }
-
- public function assertFilters($shouldBe, $response)
- {
- $this->assertEquals($shouldBe, $response->request->getFilters());
- }
-
- public function assertHttpMethod($payload, $response)
- {
- $this->assertEquals($payload, $response->request->getMethod());
- }
-
- public function assertGetAuth($payload, $response)
- {
- $this->assertEquals($payload, $response->request->getAuth()[0]);
- $this->assertEquals($payload, $response->request->getAuth()[1]);
- }
-
- public function assertGetStatus($payload, $response)
- {
- $this->assertEquals($payload, $response->getStatus());
- }
-
- public function assertGetBody($payload, $keyName, $response)
- {
- $this->assertEquals($payload, $response->getBody()[$keyName]);
- }
-
- public function assertGetData($payload, $keyName, $response)
- {
- $this->assertEquals($payload, $response->getData()[$keyName]);
- }
-
- public function assertGetCount($payload, $response)
- {
- $this->assertEquals($payload, $response->getCount());
- }
-
- public function assertGetReasonPhrase($payload, $response)
- {
- $this->assertEquals($payload, $response->getReasonPhrase());
- }
-
- public function assertGetTotal($payload, $response)
- {
- $this->assertEquals($payload, $response->getTotal());
- }
-
- public function assertSuccess($payload, $response)
- {
- $this->assertEquals($payload, $response->success());
- }
-
- public function assertSetSecureProtocol($client)
- {
- $this->assertTrue($client->setSecureProtocol(true));
- $this->assertFalse($client->setSecureProtocol('not boolean type'));
- }
-
- public function testGet()
- {
- $client = new Client('', '', ['call' => false]);
-
- $this->assertUrl('/REST/contact', $client->get(Resources::$Contact));
-
- $this->assertFilters(['id' => 2], $client->get(Resources::$Contact, [
- 'filters' => ['id' => 2]
- ], ['version' => 'v3.1']));
-
- $response = $client->get(Resources::$ContactGetcontactslists, ['id' => 2]);
- $this->assertUrl('/REST/contact/2/getcontactslists', $response);
-
- // error on sort !
- $response = $client->get(Resources::$Contact, [
- 'filters' => ['sort' => 'email+DESC']
- ]);
- $this->assertUrl('/REST/contact', $response);
-
- $this->assertUrl('/REST/contact/2', $client->get(Resources::$Contact, ['id' => 2]));
-
- $this->assertUrl(
- '/REST/contact/test@mailjet.com',
- $client->get(Resources::$Contact, ['id' => 'test@mailjet.com'])
- );
-
- $this->assertHttpMethod('GET', $response);
-
- $this->assertGetAuth('', $response);
-
- $this->assertGetStatus(401, $response);
-
- $this->assertGetBody('', '', $response);
-
- $this->assertGetData('', '', $response);
-
- $this->assertGetCount('', $response);
-
- $this->assertGetReasonPhrase('Unauthorized', $response);
-
- $this->assertGetTotal('', $response);
-
- $this->assertSuccess('', $response);
-
- $this->assertSetSecureProtocol($client);
- }
-
- public function testPost()
- {
- $client = new Client('', '', ['call' => false]);
-
- $email = [
- 'FromName' => 'Mailjet PHP test',
- 'FromEmail' => 'gbadi@student.42.fr',
- 'Text-Part' => 'Simple Email test',
- 'Subject' => 'PHPunit',
- 'Html-Part' => '
Simple Email Test
',
- 'Recipients' => [['Email' => 'test@mailjet.com']],
- 'MJ-custom-ID' => 'Hello ID',
- ];
-
- $ret = $client->post(Resources::$Email, ['body' => $email]);
- $this->assertUrl('/send', $ret);
- $this->assertPayload($email, $ret);
- $this->assertHttpMethod('POST', $ret);
- $this->assertGetAuth('', $ret);
- $this->assertGetStatus(401, $ret);
- $this->assertGetBody('', 'StatusCode', $ret);
- $this->assertGetData('', 'StatusCode', $ret);
- $this->assertGetCount('', $ret);
- $this->assertGetReasonPhrase('Unauthorized', $ret);
- $this->assertGetTotal('', $ret);
- $this->assertSuccess('', $ret);
- }
-
- public function testPostV3_1()
- {
- $client = new Client('', '', ['call' => false]);
-
- $email = [
- 'Messages' => [[
- 'From' => ['Email' => "test@mailjet.com", 'Name' => "Mailjet PHP test"],
- 'TextPart' => "Simple Email test",
- 'To' => [['Email' => "test@mailjet.com", 'Name' => 'Test']]
- ]]
- ];
-
- $ret = $client->post(Resources::$Email, ['body' => $email], ['version' => 'v3.1']);
- $this->assertUrl('/send', $ret, 'v3.1');
- $this->assertPayload($email, $ret);
- $this->assertHttpMethod('POST', $ret);
- $this->assertGetAuth('', $ret);
- $this->assertGetStatus(401, $ret);
- $this->assertGetBody(401, 'StatusCode', $ret);
- $this->assertGetData(401, 'StatusCode', $ret);
- $this->assertGetCount('', $ret);
- $this->assertGetReasonPhrase('Unauthorized', $ret);
- $this->assertGetTotal('', $ret);
- $this->assertSuccess('', $ret);
- }
-
- public function testClientHasOptions()
- {
- $client = new Client('', '', ['call' => false]);
- $client->setTimeout(3);
- $client->setConnectionTimeout(5);
- $client->addRequestOption('delay', 23);
- $this->assertEquals(3, $client->getTimeout());
- $this->assertEquals(5, $client->getConnectionTimeout());
- $this->assertEquals(23, $client->getRequestOptions()['delay']);
- }
-
-}
diff --git a/vendor/mustache/mustache/.gitignore b/vendor/mustache/mustache/.gitignore
deleted file mode 100644
index 3861f00..0000000
--- a/vendor/mustache/mustache/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-.php_cs.cache
-composer.lock
-mustache.php
-vendor
diff --git a/vendor/mustache/mustache/.gitmodules b/vendor/mustache/mustache/.gitmodules
deleted file mode 100644
index 042ea4d..0000000
--- a/vendor/mustache/mustache/.gitmodules
+++ /dev/null
@@ -1,6 +0,0 @@
-[submodule "vendor/spec"]
- path = vendor/spec
- url = https://github.com/mustache/spec.git
-[submodule "vendor/yaml"]
- path = vendor/yaml
- url = https://github.com/fabpot/yaml.git
diff --git a/vendor/mustache/mustache/.php_cs b/vendor/mustache/mustache/.php_cs
deleted file mode 100644
index d924712..0000000
--- a/vendor/mustache/mustache/.php_cs
+++ /dev/null
@@ -1,26 +0,0 @@
-level(Symfony\CS\FixerInterface::SYMFONY_LEVEL)
- ->fixers(array(
- '-concat_without_spaces',
- '-pre_increment',
- '-unalign_double_arrow',
- '-unalign_equals',
- 'align_double_arrow',
- 'concat_with_spaces',
- 'ordered_use',
- 'strict',
- ))
- ->setUsingLinter(false);
-
-$finder = $config->getFinder()
- ->in('bin')
- ->in('src')
- ->in('test');
-
-return $config;
diff --git a/vendor/mustache/mustache/.styleci.yml b/vendor/mustache/mustache/.styleci.yml
deleted file mode 100644
index 1aebcc3..0000000
--- a/vendor/mustache/mustache/.styleci.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-preset: symfony
-
-enabled:
- - align_double_arrow
- - concat_with_spaces
- - ordered_use
- - strict
-
-disabled:
- - concat_without_spaces
- - pre_increment
- - unalign_double_arrow
- - unalign_equals
diff --git a/vendor/mustache/mustache/.travis.yml b/vendor/mustache/mustache/.travis.yml
deleted file mode 100644
index 99de817..0000000
--- a/vendor/mustache/mustache/.travis.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-language: php
-
-sudo: false
-
-matrix:
- include:
- - php: 5.2
- - php: 5.3
- - php: 5.4
- - php: 5.5
- - php: 5.6
- - php: 7.0
- - php: 7.1
- - php: hhvm
- dist: trusty
-
-script:
- - '[[ "$TRAVIS_PHP_VERSION" = 5.2* ]] && phpunit || vendor/bin/phpunit --verbose'
-
-install:
- - '[[ "$TRAVIS_PHP_VERSION" = 5.2* ]] || composer install'
diff --git a/vendor/mustache/mustache/CONTRIBUTING.md b/vendor/mustache/mustache/CONTRIBUTING.md
deleted file mode 100644
index c0b323d..0000000
--- a/vendor/mustache/mustache/CONTRIBUTING.md
+++ /dev/null
@@ -1,35 +0,0 @@
-# Contributions welcome!
-
-
-### Here's a quick guide:
-
- 1. [Fork the repo on GitHub](https://github.com/bobthecow/mustache.php).
-
- 2. Update submodules: `git submodule update --init`
-
- 3. Run the test suite. We only take pull requests with passing tests, and it's great to know that you have a clean slate. Make sure you have PHPUnit 3.5+, then run `phpunit` from the project directory.
-
- 4. Add tests for your change. Only refactoring and documentation changes require no new tests. If you are adding functionality or fixing a bug, add a test!
-
- 5. Make the tests pass.
-
- 6. Push your fork to GitHub and submit a pull request against the `dev` branch.
-
-
-### You can do some things to increase the chance that your pull request is accepted the first time:
-
- * Submit one pull request per fix or feature.
- * To help with that, do all your work in a feature branch (e.g. `feature/my-alsome-feature`).
- * Follow the conventions you see used in the project.
- * Use `phpcs --standard=PSR2` to check your changes against the coding standard.
- * Write tests that fail without your code, and pass with it.
- * Don't bump version numbers. Those will be updated — per [semver](http://semver.org) — once your change is merged into `master`.
- * Update any documentation: docblocks, README, examples, etc.
- * ... Don't update the wiki until your change is merged and released, but make a note in your pull request so we don't forget.
-
-
-### Mustache.php follows the PSR-* coding standards:
-
- * [PSR-0: Class and file naming conventions](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md)
- * [PSR-1: Basic coding standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md)
- * [PSR-2: Coding style guide](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)
diff --git a/vendor/mustache/mustache/LICENSE b/vendor/mustache/mustache/LICENSE
deleted file mode 100644
index e0aecc9..0000000
--- a/vendor/mustache/mustache/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2010-2015 Justin Hileman
-
-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.
diff --git a/vendor/mustache/mustache/README.md b/vendor/mustache/mustache/README.md
deleted file mode 100644
index a596ace..0000000
--- a/vendor/mustache/mustache/README.md
+++ /dev/null
@@ -1,72 +0,0 @@
-Mustache.php
-============
-
-A [Mustache](http://mustache.github.com/) implementation in PHP.
-
-[![Package version](http://img.shields.io/packagist/v/mustache/mustache.svg?style=flat-square)](https://packagist.org/packages/mustache/mustache)
-[![Build status](http://img.shields.io/travis/bobthecow/mustache.php/dev.svg?style=flat-square)](http://travis-ci.org/bobthecow/mustache.php)
-[![StyleCI](https://styleci.io/repos/569670/shield)](https://styleci.io/repos/569670)
-[![Monthly downloads](http://img.shields.io/packagist/dm/mustache/mustache.svg?style=flat-square)](https://packagist.org/packages/mustache/mustache)
-
-
-Usage
------
-
-A quick example:
-
-```php
-render('Hello {{planet}}', array('planet' => 'World!')); // "Hello World!"
-```
-
-
-And a more in-depth example -- this is the canonical Mustache template:
-
-```html+jinja
-Hello {{name}}
-You have just won {{value}} dollars!
-{{#in_ca}}
-Well, {{taxed_value}} dollars, after taxes.
-{{/in_ca}}
-```
-
-
-Create a view "context" object -- which could also be an associative array, but those don't do functions quite as well:
-
-```php
-value - ($this->value * 0.4);
- }
-
- public $in_ca = true;
-}
-```
-
-
-And render it:
-
-```php
-render($template, $chris);
-```
-
-
-And That's Not All!
--------------------
-
-Read [the Mustache.php documentation](https://github.com/bobthecow/mustache.php/wiki/Home) for more information.
-
-
-See Also
---------
-
- * [Readme for the Ruby Mustache implementation](http://github.com/defunkt/mustache/blob/master/README.md).
- * [mustache(5)](http://mustache.github.com/mustache.5.html) man page.
diff --git a/vendor/mustache/mustache/composer.json b/vendor/mustache/mustache/composer.json
deleted file mode 100644
index d0514f3..0000000
--- a/vendor/mustache/mustache/composer.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "mustache/mustache",
- "description": "A Mustache implementation in PHP.",
- "keywords": ["templating", "mustache"],
- "homepage": "https://github.com/bobthecow/mustache.php",
- "type": "library",
- "license": "MIT",
- "authors": [
- {
- "name": "Justin Hileman",
- "email": "justin@justinhileman.info",
- "homepage": "http://justinhileman.com"
- }
- ],
- "require": {
- "php": ">=5.2.4"
- },
- "require-dev": {
- "phpunit/phpunit": "~3.7|~4.0|~5.0",
- "friendsofphp/php-cs-fixer": "~1.11"
- },
- "autoload": {
- "psr-0": { "Mustache": "src/" }
- }
-}
diff --git a/vendor/mustache/mustache/phpunit.xml.dist b/vendor/mustache/mustache/phpunit.xml.dist
deleted file mode 100644
index 3c620b6..0000000
--- a/vendor/mustache/mustache/phpunit.xml.dist
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
- ./test
- ./test/Mustache/Test/FiveThree
-
-
-
- ./test/Mustache/Test/FiveThree
-
-
-
-
- ./src/Mustache
-
-
-
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/Mustache/Test/AutoloaderTest.php b/vendor/mustache/mustache/test/Mustache/Test/AutoloaderTest.php
deleted file mode 100644
index c72effe..0000000
--- a/vendor/mustache/mustache/test/Mustache/Test/AutoloaderTest.php
+++ /dev/null
@@ -1,51 +0,0 @@
-assertTrue(spl_autoload_unregister(array($loader, 'autoload')));
- }
-
- public function testAutoloader()
- {
- $loader = new Mustache_Autoloader(dirname(__FILE__) . '/../../fixtures/autoloader');
-
- $this->assertNull($loader->autoload('NonMustacheClass'));
- $this->assertFalse(class_exists('NonMustacheClass'));
-
- $loader->autoload('Mustache_Foo');
- $this->assertTrue(class_exists('Mustache_Foo'));
-
- $loader->autoload('\Mustache_Bar');
- $this->assertTrue(class_exists('Mustache_Bar'));
- }
-
- /**
- * Test that the autoloader won't register multiple times.
- */
- public function testRegisterMultiple()
- {
- $numLoaders = count(spl_autoload_functions());
-
- Mustache_Autoloader::register();
- Mustache_Autoloader::register();
-
- $expectedNumLoaders = $numLoaders + 1;
-
- $this->assertCount($expectedNumLoaders, spl_autoload_functions());
- }
-}
diff --git a/vendor/mustache/mustache/test/Mustache/Test/Cache/AbstractCacheTest.php b/vendor/mustache/mustache/test/Mustache/Test/Cache/AbstractCacheTest.php
deleted file mode 100644
index ac47e64..0000000
--- a/vendor/mustache/mustache/test/Mustache/Test/Cache/AbstractCacheTest.php
+++ /dev/null
@@ -1,44 +0,0 @@
-setLogger($logger);
- $this->assertSame($logger, $cache->getLogger());
- }
-
- /**
- * @expectedException Mustache_Exception_InvalidArgumentException
- */
- public function testSetLoggerThrowsExceptions()
- {
- $cache = new CacheStub();
- $logger = new StdClass();
- $cache->setLogger($logger);
- }
-}
-
-class CacheStub extends Mustache_Cache_AbstractCache
-{
- public function load($key)
- {
- // nada
- }
-
- public function cache($key, $value)
- {
- // nada
- }
-}
diff --git a/vendor/mustache/mustache/test/Mustache/Test/Cache/FilesystemCacheTest.php b/vendor/mustache/mustache/test/Mustache/Test/Cache/FilesystemCacheTest.php
deleted file mode 100644
index 6bcc483..0000000
--- a/vendor/mustache/mustache/test/Mustache/Test/Cache/FilesystemCacheTest.php
+++ /dev/null
@@ -1,36 +0,0 @@
-load($key);
-
- $this->assertFalse($loaded);
- }
-
- public function testCachePut()
- {
- $key = 'some key';
- $value = 'cache($key, $value);
- $loaded = $cache->load($key);
-
- $this->assertTrue($loaded);
- }
-}
diff --git a/vendor/mustache/mustache/test/Mustache/Test/CompilerTest.php b/vendor/mustache/mustache/test/Mustache/Test/CompilerTest.php
deleted file mode 100644
index 6fd1986..0000000
--- a/vendor/mustache/mustache/test/Mustache/Test/CompilerTest.php
+++ /dev/null
@@ -1,154 +0,0 @@
-compile($source, $tree, $name, $customEscaper, $charset, false, $entityFlags);
- foreach ($expected as $contains) {
- $this->assertContains($contains, $compiled);
- }
- }
-
- public function getCompileValues()
- {
- return array(
- array('', array(), 'Banana', false, ENT_COMPAT, 'ISO-8859-1', array(
- "\nclass Banana extends Mustache_Template",
- 'return $buffer;',
- )),
-
- array('', array($this->createTextToken('TEXT')), 'Monkey', false, ENT_COMPAT, 'UTF-8', array(
- "\nclass Monkey extends Mustache_Template",
- '$buffer .= $indent . \'TEXT\';',
- 'return $buffer;',
- )),
-
- array(
- '',
- array(
- array(
- Mustache_Tokenizer::TYPE => Mustache_Tokenizer::T_ESCAPED,
- Mustache_Tokenizer::NAME => 'name',
- ),
- ),
- 'Monkey',
- true,
- ENT_COMPAT,
- 'ISO-8859-1',
- array(
- "\nclass Monkey extends Mustache_Template",
- '$value = $this->resolveValue($context->find(\'name\'), $context);',
- '$buffer .= $indent . call_user_func($this->mustache->getEscape(), $value);',
- 'return $buffer;',
- ),
- ),
-
- array(
- '',
- array(
- array(
- Mustache_Tokenizer::TYPE => Mustache_Tokenizer::T_ESCAPED,
- Mustache_Tokenizer::NAME => 'name',
- ),
- ),
- 'Monkey',
- false,
- ENT_COMPAT,
- 'ISO-8859-1',
- array(
- "\nclass Monkey extends Mustache_Template",
- '$value = $this->resolveValue($context->find(\'name\'), $context);',
- '$buffer .= $indent . htmlspecialchars($value, ' . ENT_COMPAT . ', \'ISO-8859-1\');',
- 'return $buffer;',
- ),
- ),
-
- array(
- '',
- array(
- array(
- Mustache_Tokenizer::TYPE => Mustache_Tokenizer::T_ESCAPED,
- Mustache_Tokenizer::NAME => 'name',
- ),
- ),
- 'Monkey',
- false,
- ENT_QUOTES,
- 'ISO-8859-1',
- array(
- "\nclass Monkey extends Mustache_Template",
- '$value = $this->resolveValue($context->find(\'name\'), $context);',
- '$buffer .= $indent . htmlspecialchars($value, ' . ENT_QUOTES . ', \'ISO-8859-1\');',
- 'return $buffer;',
- ),
- ),
-
- array(
- '',
- array(
- $this->createTextToken("foo\n"),
- array(
- Mustache_Tokenizer::TYPE => Mustache_Tokenizer::T_ESCAPED,
- Mustache_Tokenizer::NAME => 'name',
- ),
- array(
- Mustache_Tokenizer::TYPE => Mustache_Tokenizer::T_ESCAPED,
- Mustache_Tokenizer::NAME => '.',
- ),
- $this->createTextToken("'bar'"),
- ),
- 'Monkey',
- false,
- ENT_COMPAT,
- 'UTF-8',
- array(
- "\nclass Monkey extends Mustache_Template",
- "\$buffer .= \$indent . 'foo\n';",
- '$value = $this->resolveValue($context->find(\'name\'), $context);',
- '$buffer .= htmlspecialchars($value, ' . ENT_COMPAT . ', \'UTF-8\');',
- '$value = $this->resolveValue($context->last(), $context);',
- '$buffer .= \'\\\'bar\\\'\';',
- 'return $buffer;',
- ),
- ),
- );
- }
-
- /**
- * @expectedException Mustache_Exception_SyntaxException
- */
- public function testCompilerThrowsSyntaxException()
- {
- $compiler = new Mustache_Compiler();
- $compiler->compile('', array(array(Mustache_Tokenizer::TYPE => 'invalid')), 'SomeClass');
- }
-
- /**
- * @param string $value
- */
- private function createTextToken($value)
- {
- return array(
- Mustache_Tokenizer::TYPE => Mustache_Tokenizer::T_TEXT,
- Mustache_Tokenizer::VALUE => $value,
- );
- }
-}
diff --git a/vendor/mustache/mustache/test/Mustache/Test/ContextTest.php b/vendor/mustache/mustache/test/Mustache/Test/ContextTest.php
deleted file mode 100644
index 447ea16..0000000
--- a/vendor/mustache/mustache/test/Mustache/Test/ContextTest.php
+++ /dev/null
@@ -1,282 +0,0 @@
-assertSame('', $one->find('foo'));
- $this->assertSame('', $one->find('bar'));
-
- $two = new Mustache_Context(array(
- 'foo' => 'FOO',
- 'bar' => '',
- ));
- $this->assertEquals('FOO', $two->find('foo'));
- $this->assertEquals('', $two->find('bar'));
-
- $obj = new StdClass();
- $obj->name = 'NAME';
- $three = new Mustache_Context($obj);
- $this->assertSame($obj, $three->last());
- $this->assertEquals('NAME', $three->find('name'));
- }
-
- public function testPushPopAndLast()
- {
- $context = new Mustache_Context();
- $this->assertFalse($context->last());
-
- $dummy = new Mustache_Test_TestDummy();
- $context->push($dummy);
- $this->assertSame($dummy, $context->last());
- $this->assertSame($dummy, $context->pop());
- $this->assertFalse($context->last());
-
- $obj = new StdClass();
- $context->push($dummy);
- $this->assertSame($dummy, $context->last());
- $context->push($obj);
- $this->assertSame($obj, $context->last());
- $this->assertSame($obj, $context->pop());
- $this->assertSame($dummy, $context->pop());
- $this->assertFalse($context->last());
- }
-
- public function testFind()
- {
- $context = new Mustache_Context();
-
- $dummy = new Mustache_Test_TestDummy();
-
- $obj = new StdClass();
- $obj->name = 'obj';
-
- $arr = array(
- 'a' => array('b' => array('c' => 'see')),
- 'b' => 'bee',
- );
-
- $string = 'some arbitrary string';
-
- $context->push($dummy);
- $this->assertEquals('dummy', $context->find('name'));
-
- $context->push($obj);
- $this->assertEquals('obj', $context->find('name'));
-
- $context->pop();
- $this->assertEquals('dummy', $context->find('name'));
-
- $dummy->name = 'dummyer';
- $this->assertEquals('dummyer', $context->find('name'));
-
- $context->push($arr);
- $this->assertEquals('bee', $context->find('b'));
- $this->assertEquals('see', $context->findDot('a.b.c'));
-
- $dummy->name = 'dummy';
-
- $context->push($string);
- $this->assertSame($string, $context->last());
- $this->assertEquals('dummy', $context->find('name'));
- $this->assertEquals('see', $context->findDot('a.b.c'));
- $this->assertEquals('', $context->find('foo'));
- $this->assertEquals('', $context->findDot('bar'));
- }
-
- public function testArrayAccessFind()
- {
- $access = new Mustache_Test_TestArrayAccess(array(
- 'a' => array('b' => array('c' => 'see')),
- 'b' => 'bee',
- ));
-
- $context = new Mustache_Context($access);
- $this->assertEquals('bee', $context->find('b'));
- $this->assertEquals('see', $context->findDot('a.b.c'));
- $this->assertEquals(null, $context->findDot('a.b.c.d'));
- }
-
- public function testAccessorPriority()
- {
- $context = new Mustache_Context(new Mustache_Test_AllTheThings());
-
- $this->assertEquals('win', $context->find('foo'), 'method beats property');
- $this->assertEquals('win', $context->find('bar'), 'property beats ArrayAccess');
- $this->assertEquals('win', $context->find('baz'), 'ArrayAccess stands alone');
- $this->assertEquals('win', $context->find('qux'), 'ArrayAccess beats private property');
- }
-
- public function testAnchoredDotNotation()
- {
- $context = new Mustache_Context();
-
- $a = array(
- 'name' => 'a',
- 'number' => 1,
- );
-
- $b = array(
- 'number' => 2,
- 'child' => array(
- 'name' => 'baby bee',
- ),
- );
-
- $c = array(
- 'name' => 'cee',
- );
-
- $context->push($a);
- $this->assertEquals('a', $context->find('name'));
- $this->assertEquals('', $context->findDot('.name'));
- $this->assertEquals('a', $context->findAnchoredDot('.name'));
- $this->assertEquals(1, $context->find('number'));
- $this->assertEquals('', $context->findDot('.number'));
- $this->assertEquals(1, $context->findAnchoredDot('.number'));
-
- $context->push($b);
- $this->assertEquals('a', $context->find('name'));
- $this->assertEquals(2, $context->find('number'));
- $this->assertEquals('', $context->findDot('.name'));
- $this->assertEquals('', $context->findDot('.number'));
- $this->assertEquals('', $context->findAnchoredDot('.name'));
- $this->assertEquals(2, $context->findAnchoredDot('.number'));
- $this->assertEquals('baby bee', $context->findDot('child.name'));
- $this->assertEquals('', $context->findDot('.child.name'));
- $this->assertEquals('baby bee', $context->findAnchoredDot('.child.name'));
-
- $context->push($c);
- $this->assertEquals('cee', $context->find('name'));
- $this->assertEquals('', $context->findDot('.name'));
- $this->assertEquals('cee', $context->findAnchoredDot('.name'));
- $this->assertEquals(2, $context->find('number'));
- $this->assertEquals('', $context->findDot('.number'));
- $this->assertEquals('', $context->findAnchoredDot('.number'));
- $this->assertEquals('baby bee', $context->findDot('child.name'));
- $this->assertEquals('', $context->findDot('.child.name'));
- $this->assertEquals('', $context->findAnchoredDot('.child.name'));
- }
-
- /**
- * @expectedException Mustache_Exception_InvalidArgumentException
- */
- public function testAnchoredDotNotationThrowsExceptions()
- {
- $context = new Mustache_Context();
- $context->push(array('a' => 1));
- $context->findAnchoredDot('a');
- }
-}
-
-class Mustache_Test_TestDummy
-{
- public $name = 'dummy';
-
- public function __invoke()
- {
- // nothing
- }
-
- public static function foo()
- {
- return '';
- }
-
- public function bar()
- {
- return '';
- }
-}
-
-class Mustache_Test_TestArrayAccess implements ArrayAccess
-{
- private $container = array();
-
- public function __construct($array)
- {
- foreach ($array as $key => $value) {
- $this->container[$key] = $value;
- }
- }
-
- public function offsetSet($offset, $value)
- {
- if (is_null($offset)) {
- $this->container[] = $value;
- } else {
- $this->container[$offset] = $value;
- }
- }
-
- public function offsetExists($offset)
- {
- return isset($this->container[$offset]);
- }
-
- public function offsetUnset($offset)
- {
- unset($this->container[$offset]);
- }
-
- public function offsetGet($offset)
- {
- return isset($this->container[$offset]) ? $this->container[$offset] : null;
- }
-}
-
-class Mustache_Test_AllTheThings implements ArrayAccess
-{
- public $foo = 'fail';
- public $bar = 'win';
- private $qux = 'fail';
-
- public function foo()
- {
- return 'win';
- }
-
- public function offsetExists($offset)
- {
- return true;
- }
-
- public function offsetGet($offset)
- {
- switch ($offset) {
- case 'foo':
- case 'bar':
- return 'fail';
-
- case 'baz':
- case 'qux':
- return 'win';
-
- default:
- return 'lolwhut';
- }
- }
-
- public function offsetSet($offset, $value)
- {
- // nada
- }
-
- public function offsetUnset($offset)
- {
- // nada
- }
-}
diff --git a/vendor/mustache/mustache/test/Mustache/Test/EngineTest.php b/vendor/mustache/mustache/test/Mustache/Test/EngineTest.php
deleted file mode 100644
index 3e4d193..0000000
--- a/vendor/mustache/mustache/test/Mustache/Test/EngineTest.php
+++ /dev/null
@@ -1,397 +0,0 @@
- '__whot__',
- 'cache' => self::$tempDir,
- 'cache_file_mode' => 777,
- 'logger' => $logger,
- 'loader' => $loader,
- 'partials_loader' => $partialsLoader,
- 'partials' => array(
- 'foo' => '{{ foo }}',
- ),
- 'helpers' => array(
- 'foo' => array($this, 'getFoo'),
- 'bar' => 'BAR',
- ),
- 'escape' => 'strtoupper',
- 'entity_flags' => ENT_QUOTES,
- 'charset' => 'ISO-8859-1',
- 'pragmas' => array(Mustache_Engine::PRAGMA_FILTERS),
- ));
-
- $this->assertSame($logger, $mustache->getLogger());
- $this->assertSame($loader, $mustache->getLoader());
- $this->assertSame($partialsLoader, $mustache->getPartialsLoader());
- $this->assertEquals('{{ foo }}', $partialsLoader->load('foo'));
- $this->assertContains('__whot__', $mustache->getTemplateClassName('{{ foo }}'));
- $this->assertEquals('strtoupper', $mustache->getEscape());
- $this->assertEquals(ENT_QUOTES, $mustache->getEntityFlags());
- $this->assertEquals('ISO-8859-1', $mustache->getCharset());
- $this->assertTrue($mustache->hasHelper('foo'));
- $this->assertTrue($mustache->hasHelper('bar'));
- $this->assertFalse($mustache->hasHelper('baz'));
- $this->assertInstanceOf('Mustache_Cache_FilesystemCache', $mustache->getCache());
- $this->assertEquals(array(Mustache_Engine::PRAGMA_FILTERS), $mustache->getPragmas());
- }
-
- public static function getFoo()
- {
- return 'foo';
- }
-
- public function testRender()
- {
- $source = '{{ foo }}';
- $data = array('bar' => 'baz');
- $output = 'TEH OUTPUT';
-
- $template = $this->getMockBuilder('Mustache_Template')
- ->disableOriginalConstructor()
- ->getMock();
-
- $mustache = new MustacheStub();
- $mustache->template = $template;
-
- $template->expects($this->once())
- ->method('render')
- ->with($data)
- ->will($this->returnValue($output));
-
- $this->assertEquals($output, $mustache->render($source, $data));
- $this->assertEquals($source, $mustache->source);
- }
-
- public function testSettingServices()
- {
- $logger = new Mustache_Logger_StreamLogger(tmpfile());
- $loader = new Mustache_Loader_StringLoader();
- $tokenizer = new Mustache_Tokenizer();
- $parser = new Mustache_Parser();
- $compiler = new Mustache_Compiler();
- $mustache = new Mustache_Engine();
- $cache = new Mustache_Cache_FilesystemCache(self::$tempDir);
-
- $this->assertNotSame($logger, $mustache->getLogger());
- $mustache->setLogger($logger);
- $this->assertSame($logger, $mustache->getLogger());
-
- $this->assertNotSame($loader, $mustache->getLoader());
- $mustache->setLoader($loader);
- $this->assertSame($loader, $mustache->getLoader());
-
- $this->assertNotSame($loader, $mustache->getPartialsLoader());
- $mustache->setPartialsLoader($loader);
- $this->assertSame($loader, $mustache->getPartialsLoader());
-
- $this->assertNotSame($tokenizer, $mustache->getTokenizer());
- $mustache->setTokenizer($tokenizer);
- $this->assertSame($tokenizer, $mustache->getTokenizer());
-
- $this->assertNotSame($parser, $mustache->getParser());
- $mustache->setParser($parser);
- $this->assertSame($parser, $mustache->getParser());
-
- $this->assertNotSame($compiler, $mustache->getCompiler());
- $mustache->setCompiler($compiler);
- $this->assertSame($compiler, $mustache->getCompiler());
-
- $this->assertNotSame($cache, $mustache->getCache());
- $mustache->setCache($cache);
- $this->assertSame($cache, $mustache->getCache());
- }
-
- /**
- * @group functional
- */
- public function testCache()
- {
- $mustache = new Mustache_Engine(array(
- 'template_class_prefix' => '__whot__',
- 'cache' => self::$tempDir,
- ));
-
- $source = '{{ foo }}';
- $template = $mustache->loadTemplate($source);
- $className = $mustache->getTemplateClassName($source);
-
- $this->assertInstanceOf($className, $template);
- }
-
- public function testLambdaCache()
- {
- $mustache = new MustacheStub(array(
- 'cache' => self::$tempDir,
- 'cache_lambda_templates' => true,
- ));
-
- $this->assertNotInstanceOf('Mustache_Cache_NoopCache', $mustache->getProtectedLambdaCache());
- $this->assertSame($mustache->getCache(), $mustache->getProtectedLambdaCache());
- }
-
- public function testWithoutLambdaCache()
- {
- $mustache = new MustacheStub(array(
- 'cache' => self::$tempDir,
- ));
-
- $this->assertInstanceOf('Mustache_Cache_NoopCache', $mustache->getProtectedLambdaCache());
- $this->assertNotSame($mustache->getCache(), $mustache->getProtectedLambdaCache());
- }
-
- /**
- * @expectedException Mustache_Exception_InvalidArgumentException
- */
- public function testEmptyTemplatePrefixThrowsException()
- {
- new Mustache_Engine(array(
- 'template_class_prefix' => '',
- ));
- }
-
- /**
- * @expectedException Mustache_Exception_InvalidArgumentException
- * @dataProvider getBadEscapers
- */
- public function testNonCallableEscapeThrowsException($escape)
- {
- new Mustache_Engine(array('escape' => $escape));
- }
-
- public function getBadEscapers()
- {
- return array(
- array('nothing'),
- array('foo', 'bar'),
- );
- }
-
- /**
- * @expectedException Mustache_Exception_RuntimeException
- */
- public function testImmutablePartialsLoadersThrowException()
- {
- $mustache = new Mustache_Engine(array(
- 'partials_loader' => new Mustache_Loader_StringLoader(),
- ));
-
- $mustache->setPartials(array('foo' => '{{ foo }}'));
- }
-
- public function testMissingPartialsTreatedAsEmptyString()
- {
- $mustache = new Mustache_Engine(array(
- 'partials_loader' => new Mustache_Loader_ArrayLoader(array(
- 'foo' => 'FOO',
- 'baz' => 'BAZ',
- )),
- ));
-
- $this->assertEquals('FOOBAZ', $mustache->render('{{>foo}}{{>bar}}{{>baz}}', array()));
- }
-
- public function testHelpers()
- {
- $foo = array($this, 'getFoo');
- $bar = 'BAR';
- $mustache = new Mustache_Engine(array('helpers' => array(
- 'foo' => $foo,
- 'bar' => $bar,
- )));
-
- $helpers = $mustache->getHelpers();
- $this->assertTrue($mustache->hasHelper('foo'));
- $this->assertTrue($mustache->hasHelper('bar'));
- $this->assertTrue($helpers->has('foo'));
- $this->assertTrue($helpers->has('bar'));
- $this->assertSame($foo, $mustache->getHelper('foo'));
- $this->assertSame($bar, $mustache->getHelper('bar'));
-
- $mustache->removeHelper('bar');
- $this->assertFalse($mustache->hasHelper('bar'));
- $mustache->addHelper('bar', $bar);
- $this->assertSame($bar, $mustache->getHelper('bar'));
-
- $baz = array($this, 'wrapWithUnderscores');
- $this->assertFalse($mustache->hasHelper('baz'));
- $this->assertFalse($helpers->has('baz'));
-
- $mustache->addHelper('baz', $baz);
- $this->assertTrue($mustache->hasHelper('baz'));
- $this->assertTrue($helpers->has('baz'));
-
- // ... and a functional test
- $tpl = $mustache->loadTemplate('{{foo}} - {{bar}} - {{#baz}}qux{{/baz}}');
- $this->assertEquals('foo - BAR - __qux__', $tpl->render());
- $this->assertEquals('foo - BAR - __qux__', $tpl->render(array('qux' => "won't mess things up")));
- }
-
- public static function wrapWithUnderscores($text)
- {
- return '__' . $text . '__';
- }
-
- /**
- * @expectedException Mustache_Exception_InvalidArgumentException
- */
- public function testSetHelpersThrowsExceptions()
- {
- $mustache = new Mustache_Engine();
- $mustache->setHelpers('monkeymonkeymonkey');
- }
-
- /**
- * @expectedException Mustache_Exception_InvalidArgumentException
- */
- public function testSetLoggerThrowsExceptions()
- {
- $mustache = new Mustache_Engine();
- $mustache->setLogger(new StdClass());
- }
-
- public function testLoadPartialCascading()
- {
- $loader = new Mustache_Loader_ArrayLoader(array(
- 'foo' => 'FOO',
- ));
-
- $mustache = new Mustache_Engine(array('loader' => $loader));
-
- $tpl = $mustache->loadTemplate('foo');
-
- $this->assertSame($tpl, $mustache->loadPartial('foo'));
-
- $mustache->setPartials(array(
- 'foo' => 'f00',
- ));
-
- // setting partials overrides the default template loading fallback.
- $this->assertNotSame($tpl, $mustache->loadPartial('foo'));
-
- // but it didn't overwrite the original template loader templates.
- $this->assertSame($tpl, $mustache->loadTemplate('foo'));
- }
-
- public function testPartialLoadFailLogging()
- {
- $name = tempnam(sys_get_temp_dir(), 'mustache-test');
- $mustache = new Mustache_Engine(array(
- 'logger' => new Mustache_Logger_StreamLogger($name, Mustache_Logger::WARNING),
- 'partials' => array(
- 'foo' => 'FOO',
- 'bar' => 'BAR',
- ),
- ));
-
- $result = $mustache->render('{{> foo }}{{> bar }}{{> baz }}', array());
- $this->assertEquals('FOOBAR', $result);
-
- $this->assertContains('WARNING: Partial not found: "baz"', file_get_contents($name));
- }
-
- public function testCacheWarningLogging()
- {
- list($name, $mustache) = $this->getLoggedMustache(Mustache_Logger::WARNING);
- $mustache->render('{{ foo }}', array('foo' => 'FOO'));
- $this->assertContains('WARNING: Template cache disabled, evaluating', file_get_contents($name));
- }
-
- public function testLoggingIsNotTooAnnoying()
- {
- list($name, $mustache) = $this->getLoggedMustache();
- $mustache->render('{{ foo }}{{> bar }}', array('foo' => 'FOO'));
- $this->assertEmpty(file_get_contents($name));
- }
-
- public function testVerboseLoggingIsVerbose()
- {
- list($name, $mustache) = $this->getLoggedMustache(Mustache_Logger::DEBUG);
- $mustache->render('{{ foo }}{{> bar }}', array('foo' => 'FOO'));
- $log = file_get_contents($name);
- $this->assertContains('DEBUG: Instantiating template: ', $log);
- $this->assertContains('WARNING: Partial not found: "bar"', $log);
- }
-
- /**
- * @expectedException Mustache_Exception_InvalidArgumentException
- */
- public function testUnknownPragmaThrowsException()
- {
- new Mustache_Engine(array(
- 'pragmas' => array('UNKNOWN'),
- ));
- }
-
- public function testCompileFromMustacheSourceInstance()
- {
- $baseDir = realpath(dirname(__FILE__) . '/../../fixtures/templates');
- $mustache = new Mustache_Engine(array(
- 'loader' => new Mustache_Loader_ProductionFilesystemLoader($baseDir),
- ));
- $this->assertEquals('one contents', $mustache->render('one'));
- }
-
- private function getLoggedMustache($level = Mustache_Logger::ERROR)
- {
- $name = tempnam(sys_get_temp_dir(), 'mustache-test');
- $mustache = new Mustache_Engine(array(
- 'logger' => new Mustache_Logger_StreamLogger($name, $level),
- ));
-
- return array($name, $mustache);
- }
-
- public function testCustomDelimiters()
- {
- $mustache = new Mustache_Engine(array(
- 'delimiters' => '[[ ]]',
- 'partials' => array(
- 'one' => '[[> two ]]',
- 'two' => '[[ a ]]',
- ),
- ));
-
- $tpl = $mustache->loadTemplate('[[# a ]][[ b ]][[/a ]]');
- $this->assertEquals('c', $tpl->render(array('a' => true, 'b' => 'c')));
-
- $tpl = $mustache->loadTemplate('[[> one ]]');
- $this->assertEquals('b', $tpl->render(array('a' => 'b')));
- }
-}
-
-class MustacheStub extends Mustache_Engine
-{
- public $source;
- public $template;
-
- public function loadTemplate($source)
- {
- $this->source = $source;
-
- return $this->template;
- }
-
- public function getProtectedLambdaCache()
- {
- return $this->getLambdaCache();
- }
-}
diff --git a/vendor/mustache/mustache/test/Mustache/Test/Exception/SyntaxExceptionTest.php b/vendor/mustache/mustache/test/Mustache/Test/Exception/SyntaxExceptionTest.php
deleted file mode 100644
index 074dafc..0000000
--- a/vendor/mustache/mustache/test/Mustache/Test/Exception/SyntaxExceptionTest.php
+++ /dev/null
@@ -1,39 +0,0 @@
- 'this'));
- $this->assertTrue($e instanceof LogicException);
- $this->assertTrue($e instanceof Mustache_Exception);
- }
-
- public function testGetToken()
- {
- $token = array(Mustache_Tokenizer::TYPE => 'whatever');
- $e = new Mustache_Exception_SyntaxException('ignore this', $token);
- $this->assertEquals($token, $e->getToken());
- }
-
- public function testPrevious()
- {
- if (version_compare(PHP_VERSION, '5.3.0', '<')) {
- $this->markTestSkipped('Exception chaining requires at least PHP 5.3');
- }
-
- $previous = new Exception();
- $e = new Mustache_Exception_SyntaxException('foo', array(), $previous);
-
- $this->assertSame($previous, $e->getPrevious());
- }
-}
diff --git a/vendor/mustache/mustache/test/Mustache/Test/Exception/UnknownFilterExceptionTest.php b/vendor/mustache/mustache/test/Mustache/Test/Exception/UnknownFilterExceptionTest.php
deleted file mode 100644
index 6dbe25e..0000000
--- a/vendor/mustache/mustache/test/Mustache/Test/Exception/UnknownFilterExceptionTest.php
+++ /dev/null
@@ -1,44 +0,0 @@
-assertTrue($e instanceof UnexpectedValueException);
- $this->assertTrue($e instanceof Mustache_Exception);
- }
-
- public function testMessage()
- {
- $e = new Mustache_Exception_UnknownFilterException('sausage');
- $this->assertEquals('Unknown filter: sausage', $e->getMessage());
- }
-
- public function testGetFilterName()
- {
- $e = new Mustache_Exception_UnknownFilterException('eggs');
- $this->assertEquals('eggs', $e->getFilterName());
- }
-
- public function testPrevious()
- {
- if (version_compare(PHP_VERSION, '5.3.0', '<')) {
- $this->markTestSkipped('Exception chaining requires at least PHP 5.3');
- }
-
- $previous = new Exception();
- $e = new Mustache_Exception_UnknownFilterException('foo', $previous);
-
- $this->assertSame($previous, $e->getPrevious());
- }
-}
diff --git a/vendor/mustache/mustache/test/Mustache/Test/Exception/UnknownHelperExceptionTest.php b/vendor/mustache/mustache/test/Mustache/Test/Exception/UnknownHelperExceptionTest.php
deleted file mode 100644
index 5b1ccbb..0000000
--- a/vendor/mustache/mustache/test/Mustache/Test/Exception/UnknownHelperExceptionTest.php
+++ /dev/null
@@ -1,43 +0,0 @@
-assertTrue($e instanceof InvalidArgumentException);
- $this->assertTrue($e instanceof Mustache_Exception);
- }
-
- public function testMessage()
- {
- $e = new Mustache_Exception_UnknownHelperException('beta');
- $this->assertEquals('Unknown helper: beta', $e->getMessage());
- }
-
- public function testGetHelperName()
- {
- $e = new Mustache_Exception_UnknownHelperException('gamma');
- $this->assertEquals('gamma', $e->getHelperName());
- }
-
- public function testPrevious()
- {
- if (version_compare(PHP_VERSION, '5.3.0', '<')) {
- $this->markTestSkipped('Exception chaining requires at least PHP 5.3');
- }
-
- $previous = new Exception();
- $e = new Mustache_Exception_UnknownHelperException('foo', $previous);
- $this->assertSame($previous, $e->getPrevious());
- }
-}
diff --git a/vendor/mustache/mustache/test/Mustache/Test/Exception/UnknownTemplateExceptionTest.php b/vendor/mustache/mustache/test/Mustache/Test/Exception/UnknownTemplateExceptionTest.php
deleted file mode 100644
index b993bfa..0000000
--- a/vendor/mustache/mustache/test/Mustache/Test/Exception/UnknownTemplateExceptionTest.php
+++ /dev/null
@@ -1,43 +0,0 @@
-assertTrue($e instanceof InvalidArgumentException);
- $this->assertTrue($e instanceof Mustache_Exception);
- }
-
- public function testMessage()
- {
- $e = new Mustache_Exception_UnknownTemplateException('luigi');
- $this->assertEquals('Unknown template: luigi', $e->getMessage());
- }
-
- public function testGetTemplateName()
- {
- $e = new Mustache_Exception_UnknownTemplateException('yoshi');
- $this->assertEquals('yoshi', $e->getTemplateName());
- }
-
- public function testPrevious()
- {
- if (version_compare(PHP_VERSION, '5.3.0', '<')) {
- $this->markTestSkipped('Exception chaining requires at least PHP 5.3');
- }
-
- $previous = new Exception();
- $e = new Mustache_Exception_UnknownTemplateException('foo', $previous);
- $this->assertSame($previous, $e->getPrevious());
- }
-}
diff --git a/vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/ClosureQuirksTest.php b/vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/ClosureQuirksTest.php
deleted file mode 100644
index cc575a9..0000000
--- a/vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/ClosureQuirksTest.php
+++ /dev/null
@@ -1,32 +0,0 @@
-mustache = new Mustache_Engine();
- }
-
- public function testClosuresDontLikeItWhenYouTouchTheirProperties()
- {
- $tpl = $this->mustache->loadTemplate('{{ foo.bar }}');
- $this->assertEquals('', $tpl->render(array('foo' => function () {
- return 'FOO';
- })));
- }
-}
diff --git a/vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/EngineTest.php b/vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/EngineTest.php
deleted file mode 100644
index 406473e..0000000
--- a/vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/EngineTest.php
+++ /dev/null
@@ -1,50 +0,0 @@
- $pragmas,
- 'helpers' => $helpers,
- ));
-
- $this->assertEquals($expect, $mustache->render($tpl, $data));
- }
-
- public function pragmaData()
- {
- $helpers = array(
- 'longdate' => function (\DateTime $value) {
- return $value->format('Y-m-d h:m:s');
- },
- );
-
- $data = array(
- 'date' => new DateTime('1/1/2000', new DateTimeZone('UTC')),
- );
-
- $tpl = '{{ date | longdate }}';
-
- return array(
- array(array(Mustache_Engine::PRAGMA_FILTERS), $helpers, $data, $tpl, '2000-01-01 12:01:00'),
- array(array(), $helpers, $data, $tpl, ''),
- );
- }
-}
diff --git a/vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/FiltersTest.php b/vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/FiltersTest.php
deleted file mode 100644
index 16dec60..0000000
--- a/vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/FiltersTest.php
+++ /dev/null
@@ -1,187 +0,0 @@
-mustache = new Mustache_Engine();
- }
-
- /**
- * @dataProvider singleFilterData
- */
- public function testSingleFilter($tpl, $helpers, $data, $expect)
- {
- $this->mustache->setHelpers($helpers);
- $this->assertEquals($expect, $this->mustache->render($tpl, $data));
- }
-
- public function singleFilterData()
- {
- $helpers = array(
- 'longdate' => function (\DateTime $value) {
- return $value->format('Y-m-d h:m:s');
- },
- 'echo' => function ($value) {
- return array($value, $value, $value);
- },
- );
-
- return array(
- array(
- '{{% FILTERS }}{{ date | longdate }}',
- $helpers,
- (object) array('date' => new DateTime('1/1/2000', new DateTimeZone('UTC'))),
- '2000-01-01 12:01:00',
- ),
-
- array(
- '{{% FILTERS }}{{# word | echo }}{{ . }}!{{/ word | echo }}',
- $helpers,
- array('word' => 'bacon'),
- 'bacon!bacon!bacon!',
- ),
- );
- }
-
- public function testChainedFilters()
- {
- $tpl = $this->mustache->loadTemplate('{{% FILTERS }}{{ date | longdate | withbrackets }}');
-
- $this->mustache->addHelper('longdate', function (\DateTime $value) {
- return $value->format('Y-m-d h:m:s');
- });
-
- $this->mustache->addHelper('withbrackets', function ($value) {
- return sprintf('[[%s]]', $value);
- });
-
- $foo = new \StdClass();
- $foo->date = new DateTime('1/1/2000', new DateTimeZone('UTC'));
-
- $this->assertEquals('[[2000-01-01 12:01:00]]', $tpl->render($foo));
- }
-
- const CHAINED_SECTION_FILTERS_TPL = <<<'EOS'
-{{% FILTERS }}
-{{# word | echo | with_index }}
-{{ key }}: {{ value }}
-{{/ word | echo | with_index }}
-EOS;
-
- public function testChainedSectionFilters()
- {
- $tpl = $this->mustache->loadTemplate(self::CHAINED_SECTION_FILTERS_TPL);
-
- $this->mustache->addHelper('echo', function ($value) {
- return array($value, $value, $value);
- });
-
- $this->mustache->addHelper('with_index', function ($value) {
- return array_map(function ($k, $v) {
- return array(
- 'key' => $k,
- 'value' => $v,
- );
- }, array_keys($value), $value);
- });
-
- $this->assertEquals("0: bacon\n1: bacon\n2: bacon\n", $tpl->render(array('word' => 'bacon')));
- }
-
- /**
- * @dataProvider interpolateFirstData
- */
- public function testInterpolateFirst($tpl, $data, $expect)
- {
- $this->assertEquals($expect, $this->mustache->render($tpl, $data));
- }
-
- public function interpolateFirstData()
- {
- $data = array(
- 'foo' => 'FOO',
- 'bar' => function ($value) {
- return ($value === 'FOO') ? 'win!' : 'fail :(';
- },
- );
-
- return array(
- array('{{% FILTERS }}{{ foo | bar }}', $data, 'win!'),
- array('{{% FILTERS }}{{# foo | bar }}{{ . }}{{/ foo | bar }}', $data, 'win!'),
- );
- }
-
- /**
- * @expectedException Mustache_Exception_UnknownFilterException
- * @dataProvider brokenPipeData
- */
- public function testThrowsExceptionForBrokenPipes($tpl, $data)
- {
- $this->mustache->render($tpl, $data);
- }
-
- public function brokenPipeData()
- {
- return array(
- array('{{% FILTERS }}{{ foo | bar }}', array()),
- array('{{% FILTERS }}{{ foo | bar }}', array('foo' => 'FOO')),
- array('{{% FILTERS }}{{ foo | bar }}', array('foo' => 'FOO', 'bar' => 'BAR')),
- array('{{% FILTERS }}{{ foo | bar }}', array('foo' => 'FOO', 'bar' => array(1, 2))),
- array('{{% FILTERS }}{{ foo | bar | baz }}', array('foo' => 'FOO', 'bar' => function () {
- return 'BAR';
- })),
- array('{{% FILTERS }}{{ foo | bar | baz }}', array('foo' => 'FOO', 'baz' => function () {
- return 'BAZ';
- })),
- array('{{% FILTERS }}{{ foo | bar | baz }}', array('bar' => function () {
- return 'BAR';
- })),
- array('{{% FILTERS }}{{ foo | bar | baz }}', array('baz' => function () {
- return 'BAZ';
- })),
- array('{{% FILTERS }}{{ foo | bar.baz }}', array('foo' => 'FOO', 'bar' => function () {
- return 'BAR';
- }, 'baz' => function () {
- return 'BAZ';
- })),
-
- array('{{% FILTERS }}{{# foo | bar }}{{ . }}{{/ foo | bar }}', array()),
- array('{{% FILTERS }}{{# foo | bar }}{{ . }}{{/ foo | bar }}', array('foo' => 'FOO')),
- array('{{% FILTERS }}{{# foo | bar }}{{ . }}{{/ foo | bar }}', array('foo' => 'FOO', 'bar' => 'BAR')),
- array('{{% FILTERS }}{{# foo | bar }}{{ . }}{{/ foo | bar }}', array('foo' => 'FOO', 'bar' => array(1, 2))),
- array('{{% FILTERS }}{{# foo | bar | baz }}{{ . }}{{/ foo | bar | baz }}', array('foo' => 'FOO', 'bar' => function () {
- return 'BAR';
- })),
- array('{{% FILTERS }}{{# foo | bar | baz }}{{ . }}{{/ foo | bar | baz }}', array('foo' => 'FOO', 'baz' => function () {
- return 'BAZ';
- })),
- array('{{% FILTERS }}{{# foo | bar | baz }}{{ . }}{{/ foo | bar | baz }}', array('bar' => function () {
- return 'BAR';
- })),
- array('{{% FILTERS }}{{# foo | bar | baz }}{{ . }}{{/ foo | bar | baz }}', array('baz' => function () {
- return 'BAZ';
- })),
- array('{{% FILTERS }}{{# foo | bar.baz }}{{ . }}{{/ foo | bar.baz }}', array('foo' => 'FOO', 'bar' => function () {
- return 'BAR';
- }, 'baz' => function () {
- return 'BAZ';
- })),
- );
- }
-}
diff --git a/vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/HigherOrderSectionsTest.php b/vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/HigherOrderSectionsTest.php
deleted file mode 100644
index eb05150..0000000
--- a/vendor/mustache/mustache/test/Mustache/Test/FiveThree/Functional/HigherOrderSectionsTest.php
+++ /dev/null
@@ -1,77 +0,0 @@
-mustache = new Mustache_Engine();
- }
-
- public function testAnonymousFunctionSectionCallback()
- {
- $tpl = $this->mustache->loadTemplate('{{#wrapper}}{{name}}{{/wrapper}}');
-
- $foo = new Mustache_Test_FiveThree_Functional_Foo();
- $foo->name = 'Mario';
- $foo->wrapper = function ($text) {
- return sprintf('
diff --git a/vendor/mustache/mustache/test/fixtures/examples/delimiters/Delimiters.php b/vendor/mustache/mustache/test/fixtures/examples/delimiters/Delimiters.php
deleted file mode 100644
index 235a088..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/delimiters/Delimiters.php
+++ /dev/null
@@ -1,25 +0,0 @@
- 'And it worked the second time.'),
- array('item' => 'As well as the third.'),
- );
- }
-
- public $final = 'Then, surprisingly, it worked the final time.';
-}
diff --git a/vendor/mustache/mustache/test/fixtures/examples/delimiters/delimiters.mustache b/vendor/mustache/mustache/test/fixtures/examples/delimiters/delimiters.mustache
deleted file mode 100644
index e9b0332..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/delimiters/delimiters.mustache
+++ /dev/null
@@ -1,8 +0,0 @@
-{{=<% %>=}}
-* <% start %>
-<%=| |=%>
-|# middle |
-* | item |
-|/ middle |
-|={{ }}=|
-* {{ final }}
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/delimiters/delimiters.txt b/vendor/mustache/mustache/test/fixtures/examples/delimiters/delimiters.txt
deleted file mode 100644
index e6b2d7a..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/delimiters/delimiters.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-* It worked the first time.
-* And it worked the second time.
-* As well as the third.
-* Then, surprisingly, it worked the final time.
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/dot_notation/DotNotation.php b/vendor/mustache/mustache/test/fixtures/examples/dot_notation/DotNotation.php
deleted file mode 100644
index eadbf61..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/dot_notation/DotNotation.php
+++ /dev/null
@@ -1,24 +0,0 @@
- array('first' => 'Chris', 'last' => 'Firescythe'),
- 'age' => 24,
- 'hometown' => array(
- 'city' => 'Cincinnati',
- 'state' => 'OH',
- ),
- );
-
- public $normal = 'Normal';
-}
diff --git a/vendor/mustache/mustache/test/fixtures/examples/dot_notation/dot_notation.mustache b/vendor/mustache/mustache/test/fixtures/examples/dot_notation/dot_notation.mustache
deleted file mode 100644
index 0566867..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/dot_notation/dot_notation.mustache
+++ /dev/null
@@ -1,4 +0,0 @@
-* {{person.name.first}} {{person.name.last}}
-* {{person.age}}
-* {{person.hometown.city}}, {{person.hometown.state}}
-* {{normal}}
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/dot_notation/dot_notation.txt b/vendor/mustache/mustache/test/fixtures/examples/dot_notation/dot_notation.txt
deleted file mode 100644
index f8cf1fa..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/dot_notation/dot_notation.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-* Chris Firescythe
-* 24
-* Cincinnati, OH
-* Normal
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/double_section/DoubleSection.php b/vendor/mustache/mustache/test/fixtures/examples/double_section/DoubleSection.php
deleted file mode 100644
index 1b3f6b6..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/double_section/DoubleSection.php
+++ /dev/null
@@ -1,20 +0,0 @@
- "Shark"';
-}
diff --git a/vendor/mustache/mustache/test/fixtures/examples/escaped/escaped.mustache b/vendor/mustache/mustache/test/fixtures/examples/escaped/escaped.mustache
deleted file mode 100644
index 8be4ccb..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/escaped/escaped.mustache
+++ /dev/null
@@ -1 +0,0 @@
-
{{title}}
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/escaped/escaped.txt b/vendor/mustache/mustache/test/fixtures/examples/escaped/escaped.txt
deleted file mode 100644
index 6ba3657..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/escaped/escaped.txt
+++ /dev/null
@@ -1 +0,0 @@
-
"Bear" > "Shark"
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/filters/Filters.php b/vendor/mustache/mustache/test/fixtures/examples/filters/Filters.php
deleted file mode 100644
index eb6e3b7..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/filters/Filters.php
+++ /dev/null
@@ -1,97 +0,0 @@
- 'Alabama',
- 'ak' => 'Alaska',
- 'az' => 'Arizona',
- 'ar' => 'Arkansas',
- 'ca' => 'California',
- 'co' => 'Colorado',
- 'ct' => 'Connecticut',
- 'de' => 'Delaware',
- 'fl' => 'Florida',
- 'ga' => 'Georgia',
- 'hi' => 'Hawaii',
- 'id' => 'Idaho',
- 'il' => 'Illinois',
- 'in' => 'Indiana',
- 'ia' => 'Iowa',
- 'ks' => 'Kansas',
- 'ky' => 'Kentucky',
- 'la' => 'Louisiana',
- 'me' => 'Maine',
- 'md' => 'Maryland',
- 'ma' => 'Massachusetts',
- 'mi' => 'Michigan',
- 'mn' => 'Minnesota',
- 'ms' => 'Mississippi',
- 'mo' => 'Missouri',
- 'mt' => 'Montana',
- 'ne' => 'Nebraska',
- 'nv' => 'Nevada',
- 'nh' => 'New Hampshire',
- 'nj' => 'New Jersey',
- 'nm' => 'New Mexico',
- 'ny' => 'New York',
- 'nc' => 'North Carolina',
- 'nd' => 'North Dakota',
- 'oh' => 'Ohio',
- 'ok' => 'Oklahoma',
- 'or' => 'Oregon',
- 'pa' => 'Pennsylvania',
- 'ri' => 'Rhode Island',
- 'sc' => 'South Carolina',
- 'sd' => 'South Dakota',
- 'tn' => 'Tennessee',
- 'tx' => 'Texas',
- 'ut' => 'Utah',
- 'vt' => 'Vermont',
- 'va' => 'Virginia',
- 'wa' => 'Washington',
- 'wv' => 'West Virginia',
- 'wi' => 'Wisconsin',
- 'wy' => 'Wyoming',
- );
-
- // The next few functions are ugly, because they have to work in PHP 5.2...
- // for everyone who doesn't have to support 5.2, please, for the love, make
- // your ViewModel return closures rather than `array($this, '...')`
- //
- // :)
-
- public function upcase()
- {
- return array($this, '_upcase');
- }
-
- public function _upcase($val)
- {
- return strtoupper($val);
- }
-
- public function eachPair()
- {
- return array($this, '_eachPair');
- }
-
- public function _eachPair($val)
- {
- $ret = array();
- foreach ($val as $key => $value) {
- array_push($ret, compact('key', 'value'));
- }
-
- return $ret;
- }
-}
diff --git a/vendor/mustache/mustache/test/fixtures/examples/filters/filters.mustache b/vendor/mustache/mustache/test/fixtures/examples/filters/filters.mustache
deleted file mode 100644
index 50f1465..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/filters/filters.mustache
+++ /dev/null
@@ -1,4 +0,0 @@
-{{%FILTERS}}
-{{# states | eachPair }}
-{{ key | upcase }}: {{ value }}
-{{/ states }}
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/filters/filters.txt b/vendor/mustache/mustache/test/fixtures/examples/filters/filters.txt
deleted file mode 100644
index 67466fd..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/filters/filters.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-AL: Alabama
-AK: Alaska
-AZ: Arizona
-AR: Arkansas
-CA: California
-CO: Colorado
-CT: Connecticut
-DE: Delaware
-FL: Florida
-GA: Georgia
-HI: Hawaii
-ID: Idaho
-IL: Illinois
-IN: Indiana
-IA: Iowa
-KS: Kansas
-KY: Kentucky
-LA: Louisiana
-ME: Maine
-MD: Maryland
-MA: Massachusetts
-MI: Michigan
-MN: Minnesota
-MS: Mississippi
-MO: Missouri
-MT: Montana
-NE: Nebraska
-NV: Nevada
-NH: New Hampshire
-NJ: New Jersey
-NM: New Mexico
-NY: New York
-NC: North Carolina
-ND: North Dakota
-OH: Ohio
-OK: Oklahoma
-OR: Oregon
-PA: Pennsylvania
-RI: Rhode Island
-SC: South Carolina
-SD: South Dakota
-TN: Tennessee
-TX: Texas
-UT: Utah
-VT: Vermont
-VA: Virginia
-WA: Washington
-WV: West Virginia
-WI: Wisconsin
-WY: Wyoming
diff --git a/vendor/mustache/mustache/test/fixtures/examples/grand_parent_context/GrandParentContext.php b/vendor/mustache/mustache/test/fixtures/examples/grand_parent_context/GrandParentContext.php
deleted file mode 100644
index 2ee0e42..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/grand_parent_context/GrandParentContext.php
+++ /dev/null
@@ -1,33 +0,0 @@
-parent_contexts[] = array('parent_id' => 'parent1', 'child_contexts' => array(
- array('child_id' => 'parent1-child1'),
- array('child_id' => 'parent1-child2'),
- ));
-
- $parent2 = new stdClass();
- $parent2->parent_id = 'parent2';
- $parent2->child_contexts = array(
- array('child_id' => 'parent2-child1'),
- array('child_id' => 'parent2-child2'),
- );
-
- $this->parent_contexts[] = $parent2;
- }
-}
diff --git a/vendor/mustache/mustache/test/fixtures/examples/grand_parent_context/grand_parent_context.mustache b/vendor/mustache/mustache/test/fixtures/examples/grand_parent_context/grand_parent_context.mustache
deleted file mode 100644
index 6d03ddf..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/grand_parent_context/grand_parent_context.mustache
+++ /dev/null
@@ -1,7 +0,0 @@
-{{grand_parent_id}}
-{{#parent_contexts}}
- {{parent_id}} ({{grand_parent_id}})
- {{#child_contexts}}
- {{child_id}} ({{parent_id}} << {{grand_parent_id}})
- {{/child_contexts}}
-{{/parent_contexts}}
diff --git a/vendor/mustache/mustache/test/fixtures/examples/grand_parent_context/grand_parent_context.txt b/vendor/mustache/mustache/test/fixtures/examples/grand_parent_context/grand_parent_context.txt
deleted file mode 100644
index 2687f84..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/grand_parent_context/grand_parent_context.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-grand_parent1
- parent1 (grand_parent1)
- parent1-child1 (parent1 << grand_parent1)
- parent1-child2 (parent1 << grand_parent1)
- parent2 (grand_parent1)
- parent2-child1 (parent2 << grand_parent1)
- parent2-child2 (parent2 << grand_parent1)
diff --git a/vendor/mustache/mustache/test/fixtures/examples/i18n/I18n.php b/vendor/mustache/mustache/test/fixtures/examples/i18n/I18n.php
deleted file mode 100644
index c36bf70..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/i18n/I18n.php
+++ /dev/null
@@ -1,30 +0,0 @@
- 'Hola.',
- 'My name is {{ name }}.' => 'Me llamo {{ name }}.',
- );
-
- public static function __trans($text)
- {
- return isset(self::$dictionary[$text]) ? self::$dictionary[$text] : $text;
- }
-}
diff --git a/vendor/mustache/mustache/test/fixtures/examples/i18n/i18n.mustache b/vendor/mustache/mustache/test/fixtures/examples/i18n/i18n.mustache
deleted file mode 100644
index eef169b..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/i18n/i18n.mustache
+++ /dev/null
@@ -1 +0,0 @@
-{{#__}}Hello.{{/__}} {{#__}}My name is {{ name }}.{{/__}}
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/i18n/i18n.txt b/vendor/mustache/mustache/test/fixtures/examples/i18n/i18n.txt
deleted file mode 100644
index 650a71a..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/i18n/i18n.txt
+++ /dev/null
@@ -1 +0,0 @@
-Hola. Me llamo Bob.
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/implicit_iterator/ImplicitIterator.php b/vendor/mustache/mustache/test/fixtures/examples/implicit_iterator/ImplicitIterator.php
deleted file mode 100644
index 074f8f4..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/implicit_iterator/ImplicitIterator.php
+++ /dev/null
@@ -1,15 +0,0 @@
-{{name}}
-{{/repo}}
-{{^repo}}
- No repos :(
-{{/repo}}
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/inverted_section/inverted_section.txt b/vendor/mustache/mustache/test/fixtures/examples/inverted_section/inverted_section.txt
deleted file mode 100644
index 6ba5a99..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/inverted_section/inverted_section.txt
+++ /dev/null
@@ -1 +0,0 @@
- No repos :(
diff --git a/vendor/mustache/mustache/test/fixtures/examples/nested_partials/NestedPartials.php b/vendor/mustache/mustache/test/fixtures/examples/nested_partials/NestedPartials.php
deleted file mode 100644
index a2a2bb1..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/nested_partials/NestedPartials.php
+++ /dev/null
@@ -1,15 +0,0 @@
-
- {{> second }}
-
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/nested_partials/nested_partials.txt b/vendor/mustache/mustache/test/fixtures/examples/nested_partials/nested_partials.txt
deleted file mode 100644
index 62776f9..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/nested_partials/nested_partials.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
- FOURTH!
-
-
-
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/nested_partials/partials/fourth.mustache b/vendor/mustache/mustache/test/fixtures/examples/nested_partials/partials/fourth.mustache
deleted file mode 100644
index 727676f..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/nested_partials/partials/fourth.mustache
+++ /dev/null
@@ -1 +0,0 @@
-{{ val }}
diff --git a/vendor/mustache/mustache/test/fixtures/examples/nested_partials/partials/second.mustache b/vendor/mustache/mustache/test/fixtures/examples/nested_partials/partials/second.mustache
deleted file mode 100644
index 83f33cf..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/nested_partials/partials/second.mustache
+++ /dev/null
@@ -1,3 +0,0 @@
-
- {{> third }}
-
diff --git a/vendor/mustache/mustache/test/fixtures/examples/nested_partials/partials/third.mustache b/vendor/mustache/mustache/test/fixtures/examples/nested_partials/partials/third.mustache
deleted file mode 100644
index f33301a..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/nested_partials/partials/third.mustache
+++ /dev/null
@@ -1,3 +0,0 @@
-
- {{> fourth }}
-
diff --git a/vendor/mustache/mustache/test/fixtures/examples/partials/Partials.php b/vendor/mustache/mustache/test/fixtures/examples/partials/Partials.php
deleted file mode 100644
index e91dc68..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/partials/Partials.php
+++ /dev/null
@@ -1,19 +0,0 @@
- 'Page Title',
- 'subtitle' => 'Page Subtitle',
- 'content' => 'Lorem ipsum dolor sit amet.',
- );
-}
diff --git a/vendor/mustache/mustache/test/fixtures/examples/partials/partials.mustache b/vendor/mustache/mustache/test/fixtures/examples/partials/partials.mustache
deleted file mode 100644
index 54cf1c5..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/partials/partials.mustache
+++ /dev/null
@@ -1,7 +0,0 @@
-
- {{> header }}
-
-
- {{ page.content }}
-
-
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/partials/partials.txt b/vendor/mustache/mustache/test/fixtures/examples/partials/partials.txt
deleted file mode 100644
index f8e45ce..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/partials/partials.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
Page Title
-
Page Subtitle
-
-
- Lorem ipsum dolor sit amet.
-
-
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/partials/partials/header.mustache b/vendor/mustache/mustache/test/fixtures/examples/partials/partials/header.mustache
deleted file mode 100644
index 88d567b..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/partials/partials/header.mustache
+++ /dev/null
@@ -1,4 +0,0 @@
-{{# page }}
-
{{ title }}
-
{{ subtitle }}
-{{/ page }}
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/recursive_partials/RecursivePartials.php b/vendor/mustache/mustache/test/fixtures/examples/recursive_partials/RecursivePartials.php
deleted file mode 100644
index 15b6973..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/recursive_partials/RecursivePartials.php
+++ /dev/null
@@ -1,22 +0,0 @@
- 'Dan',
- 'child' => array(
- 'name' => 'Justin',
- 'child' => false,
- ),
- );
-}
diff --git a/vendor/mustache/mustache/test/fixtures/examples/recursive_partials/partials/child.mustache b/vendor/mustache/mustache/test/fixtures/examples/recursive_partials/partials/child.mustache
deleted file mode 100644
index 1282941..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/recursive_partials/partials/child.mustache
+++ /dev/null
@@ -1 +0,0 @@
- > {{ name }}{{#child}}{{>child}}{{/child}}
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/recursive_partials/recursive_partials.mustache b/vendor/mustache/mustache/test/fixtures/examples/recursive_partials/recursive_partials.mustache
deleted file mode 100644
index 0bc5d03..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/recursive_partials/recursive_partials.mustache
+++ /dev/null
@@ -1 +0,0 @@
-{{name}}{{#child}}{{>child}}{{/child}}
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/recursive_partials/recursive_partials.txt b/vendor/mustache/mustache/test/fixtures/examples/recursive_partials/recursive_partials.txt
deleted file mode 100644
index 681cdef..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/recursive_partials/recursive_partials.txt
+++ /dev/null
@@ -1 +0,0 @@
-George > Dan > Justin
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/section_iterator_objects/SectionIteratorObjects.php b/vendor/mustache/mustache/test/fixtures/examples/section_iterator_objects/SectionIteratorObjects.php
deleted file mode 100644
index 0dc793c..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/section_iterator_objects/SectionIteratorObjects.php
+++ /dev/null
@@ -1,27 +0,0 @@
- 'And it worked the second time.'),
- array('item' => 'As well as the third.'),
- );
-
- public function middle()
- {
- return new ArrayIterator($this->_data);
- }
-
- public $final = 'Then, surprisingly, it worked the final time.';
-}
diff --git a/vendor/mustache/mustache/test/fixtures/examples/section_iterator_objects/section_iterator_objects.mustache b/vendor/mustache/mustache/test/fixtures/examples/section_iterator_objects/section_iterator_objects.mustache
deleted file mode 100644
index 44dfce4..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/section_iterator_objects/section_iterator_objects.mustache
+++ /dev/null
@@ -1,5 +0,0 @@
-* {{ start }}
-{{# middle }}
-* {{ item }}
-{{/ middle }}
-* {{ final }}
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/section_iterator_objects/section_iterator_objects.txt b/vendor/mustache/mustache/test/fixtures/examples/section_iterator_objects/section_iterator_objects.txt
deleted file mode 100644
index e6b2d7a..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/section_iterator_objects/section_iterator_objects.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-* It worked the first time.
-* And it worked the second time.
-* As well as the third.
-* Then, surprisingly, it worked the final time.
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/section_magic_objects/SectionMagicObjects.php b/vendor/mustache/mustache/test/fixtures/examples/section_magic_objects/SectionMagicObjects.php
deleted file mode 100644
index 0fcb3b4..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/section_magic_objects/SectionMagicObjects.php
+++ /dev/null
@@ -1,40 +0,0 @@
- 'And it worked the second time.',
- 'bar' => 'As well as the third.',
- );
-
- public function __get($key)
- {
- return isset($this->_data[$key]) ? $this->_data[$key] : null;
- }
-
- public function __isset($key)
- {
- return isset($this->_data[$key]);
- }
-}
diff --git a/vendor/mustache/mustache/test/fixtures/examples/section_magic_objects/section_magic_objects.mustache b/vendor/mustache/mustache/test/fixtures/examples/section_magic_objects/section_magic_objects.mustache
deleted file mode 100644
index 9119608..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/section_magic_objects/section_magic_objects.mustache
+++ /dev/null
@@ -1,6 +0,0 @@
-* {{ start }}
-{{# middle }}
-* {{ foo }}
-* {{ bar }}
-{{/ middle }}
-* {{ final }}
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/section_magic_objects/section_magic_objects.txt b/vendor/mustache/mustache/test/fixtures/examples/section_magic_objects/section_magic_objects.txt
deleted file mode 100644
index e6b2d7a..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/section_magic_objects/section_magic_objects.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-* It worked the first time.
-* And it worked the second time.
-* As well as the third.
-* Then, surprisingly, it worked the final time.
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/section_objects/SectionObjects.php b/vendor/mustache/mustache/test/fixtures/examples/section_objects/SectionObjects.php
deleted file mode 100644
index 913c3eb..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/section_objects/SectionObjects.php
+++ /dev/null
@@ -1,28 +0,0 @@
- 'And it worked the second time.'),
- array('item' => 'As well as the third.'),
- );
- }
-
- public $final = 'Then, surprisingly, it worked the final time.';
-}
diff --git a/vendor/mustache/mustache/test/fixtures/examples/sections/sections.mustache b/vendor/mustache/mustache/test/fixtures/examples/sections/sections.mustache
deleted file mode 100644
index 44dfce4..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/sections/sections.mustache
+++ /dev/null
@@ -1,5 +0,0 @@
-* {{ start }}
-{{# middle }}
-* {{ item }}
-{{/ middle }}
-* {{ final }}
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/sections/sections.txt b/vendor/mustache/mustache/test/fixtures/examples/sections/sections.txt
deleted file mode 100644
index e6b2d7a..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/sections/sections.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-* It worked the first time.
-* And it worked the second time.
-* As well as the third.
-* Then, surprisingly, it worked the final time.
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/sections_nested/SectionsNested.php b/vendor/mustache/mustache/test/fixtures/examples/sections_nested/SectionsNested.php
deleted file mode 100644
index 43657c3..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/sections_nested/SectionsNested.php
+++ /dev/null
@@ -1,44 +0,0 @@
- 'Von Kaiser',
- 'enemies' => array(
- array('name' => 'Super Macho Man'),
- array('name' => 'Piston Honda'),
- array('name' => 'Mr. Sandman'),
- ),
- ),
- array(
- 'name' => 'Mike Tyson',
- 'enemies' => array(
- array('name' => 'Soda Popinski'),
- array('name' => 'King Hippo'),
- array('name' => 'Great Tiger'),
- array('name' => 'Glass Joe'),
- ),
- ),
- array(
- 'name' => 'Don Flamenco',
- 'enemies' => array(
- array('name' => 'Bald Bull'),
- ),
- ),
- );
- }
-}
diff --git a/vendor/mustache/mustache/test/fixtures/examples/sections_nested/sections_nested.mustache b/vendor/mustache/mustache/test/fixtures/examples/sections_nested/sections_nested.mustache
deleted file mode 100644
index 9f8007d..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/sections_nested/sections_nested.mustache
+++ /dev/null
@@ -1,7 +0,0 @@
-Enemies of {{ name }}:
-{{# enemies }}
-{{ name }} ... who also has enemies:
-{{# enemies }}
---> {{ name }}
-{{/ enemies }}
-{{/ enemies }}
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/sections_nested/sections_nested.txt b/vendor/mustache/mustache/test/fixtures/examples/sections_nested/sections_nested.txt
deleted file mode 100644
index 72c44d0..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/sections_nested/sections_nested.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-Enemies of Little Mac:
-Von Kaiser ... who also has enemies:
---> Super Macho Man
---> Piston Honda
---> Mr. Sandman
-Mike Tyson ... who also has enemies:
---> Soda Popinski
---> King Hippo
---> Great Tiger
---> Glass Joe
-Don Flamenco ... who also has enemies:
---> Bald Bull
diff --git a/vendor/mustache/mustache/test/fixtures/examples/simple/Simple.php b/vendor/mustache/mustache/test/fixtures/examples/simple/Simple.php
deleted file mode 100644
index a5492e8..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/simple/Simple.php
+++ /dev/null
@@ -1,23 +0,0 @@
-value - ($this->value * 0.4);
- }
-
- public $in_ca = true;
-}
diff --git a/vendor/mustache/mustache/test/fixtures/examples/simple/simple.mustache b/vendor/mustache/mustache/test/fixtures/examples/simple/simple.mustache
deleted file mode 100644
index 03df206..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/simple/simple.mustache
+++ /dev/null
@@ -1,5 +0,0 @@
-Hello {{name}}
-You have just won ${{value}}!
-{{#in_ca}}
-Well, ${{ taxed_value }}, after taxes.
-{{/in_ca}}
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/simple/simple.txt b/vendor/mustache/mustache/test/fixtures/examples/simple/simple.txt
deleted file mode 100644
index 5d75d65..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/simple/simple.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Hello Chris
-You have just won $10000!
-Well, $6000, after taxes.
diff --git a/vendor/mustache/mustache/test/fixtures/examples/unescaped/Unescaped.php b/vendor/mustache/mustache/test/fixtures/examples/unescaped/Unescaped.php
deleted file mode 100644
index ea85f88..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/unescaped/Unescaped.php
+++ /dev/null
@@ -1,15 +0,0 @@
- Shark';
-}
diff --git a/vendor/mustache/mustache/test/fixtures/examples/unescaped/unescaped.mustache b/vendor/mustache/mustache/test/fixtures/examples/unescaped/unescaped.mustache
deleted file mode 100644
index 9982708..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/unescaped/unescaped.mustache
+++ /dev/null
@@ -1 +0,0 @@
-
{{{title}}}
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/unescaped/unescaped.txt b/vendor/mustache/mustache/test/fixtures/examples/unescaped/unescaped.txt
deleted file mode 100644
index 01fa404..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/unescaped/unescaped.txt
+++ /dev/null
@@ -1 +0,0 @@
-
Bear > Shark
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/utf8/UTF8.php b/vendor/mustache/mustache/test/fixtures/examples/utf8/UTF8.php
deleted file mode 100644
index c53fec9..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/utf8/UTF8.php
+++ /dev/null
@@ -1,15 +0,0 @@
-中文 {{test}}
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/utf8/utf8.txt b/vendor/mustache/mustache/test/fixtures/examples/utf8/utf8.txt
deleted file mode 100644
index bf17971..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/utf8/utf8.txt
+++ /dev/null
@@ -1 +0,0 @@
-
中文 中文又来啦
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/utf8_unescaped/UTF8Unescaped.php b/vendor/mustache/mustache/test/fixtures/examples/utf8_unescaped/UTF8Unescaped.php
deleted file mode 100644
index 67f9366..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/utf8_unescaped/UTF8Unescaped.php
+++ /dev/null
@@ -1,15 +0,0 @@
-中文 {{{test}}}
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/utf8_unescaped/utf8_unescaped.txt b/vendor/mustache/mustache/test/fixtures/examples/utf8_unescaped/utf8_unescaped.txt
deleted file mode 100644
index bf17971..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/utf8_unescaped/utf8_unescaped.txt
+++ /dev/null
@@ -1 +0,0 @@
-
中文 中文又来啦
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/whitespace/Whitespace.php b/vendor/mustache/mustache/test/fixtures/examples/whitespace/Whitespace.php
deleted file mode 100644
index 57a3267..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/whitespace/Whitespace.php
+++ /dev/null
@@ -1,43 +0,0 @@
- tag }}` and `{{> tag}}` and `{{>tag}}` should all be equivalent.
- */
-class Whitespace
-{
- public $foo = 'alpha';
-
- public $bar = 'beta';
-
- public function baz()
- {
- return 'gamma';
- }
-
- public function qux()
- {
- return array(
- array('key with space' => 'A'),
- array('key with space' => 'B'),
- array('key with space' => 'C'),
- array('key with space' => 'D'),
- array('key with space' => 'E'),
- array('key with space' => 'F'),
- array('key with space' => 'G'),
- );
- }
-}
diff --git a/vendor/mustache/mustache/test/fixtures/examples/whitespace/partials/alphabet.mustache b/vendor/mustache/mustache/test/fixtures/examples/whitespace/partials/alphabet.mustache
deleted file mode 100644
index d281c41..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/whitespace/partials/alphabet.mustache
+++ /dev/null
@@ -1 +0,0 @@
- * {{.}}
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/whitespace/whitespace.mustache b/vendor/mustache/mustache/test/fixtures/examples/whitespace/whitespace.mustache
deleted file mode 100644
index 0b3ba00..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/whitespace/whitespace.mustache
+++ /dev/null
@@ -1,10 +0,0 @@
-{{^ inverted section test }}
-These are some things:
-{{/inverted section test }}
-* {{ foo }}
-* {{ bar}}
-* {{ baz }}
-{{# qux }}
-* {{ key with space }}
-{{/ qux }}
-{{#qux}}.{{/qux}}
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/examples/whitespace/whitespace.txt b/vendor/mustache/mustache/test/fixtures/examples/whitespace/whitespace.txt
deleted file mode 100644
index 5226c69..0000000
--- a/vendor/mustache/mustache/test/fixtures/examples/whitespace/whitespace.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-These are some things:
-* alpha
-* beta
-* gamma
-* A
-* B
-* C
-* D
-* E
-* F
-* G
-.......
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/templates/alpha.ms b/vendor/mustache/mustache/test/fixtures/templates/alpha.ms
deleted file mode 100644
index 3845830..0000000
--- a/vendor/mustache/mustache/test/fixtures/templates/alpha.ms
+++ /dev/null
@@ -1 +0,0 @@
-alpha contents
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/templates/beta.ms b/vendor/mustache/mustache/test/fixtures/templates/beta.ms
deleted file mode 100644
index a083dfe..0000000
--- a/vendor/mustache/mustache/test/fixtures/templates/beta.ms
+++ /dev/null
@@ -1 +0,0 @@
-beta contents
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/templates/one.mustache b/vendor/mustache/mustache/test/fixtures/templates/one.mustache
deleted file mode 100644
index f83ad09..0000000
--- a/vendor/mustache/mustache/test/fixtures/templates/one.mustache
+++ /dev/null
@@ -1 +0,0 @@
-one contents
\ No newline at end of file
diff --git a/vendor/mustache/mustache/test/fixtures/templates/two.mustache b/vendor/mustache/mustache/test/fixtures/templates/two.mustache
deleted file mode 100644
index dacc40e..0000000
--- a/vendor/mustache/mustache/test/fixtures/templates/two.mustache
+++ /dev/null
@@ -1 +0,0 @@
-two contents
\ No newline at end of file
diff --git a/vendor/psr/http-message/CHANGELOG.md b/vendor/psr/http-message/CHANGELOG.md
deleted file mode 100644
index 74b1ef9..0000000
--- a/vendor/psr/http-message/CHANGELOG.md
+++ /dev/null
@@ -1,36 +0,0 @@
-# Changelog
-
-All notable changes to this project will be documented in this file, in reverse chronological order by release.
-
-## 1.0.1 - 2016-08-06
-
-### Added
-
-- Nothing.
-
-### Deprecated
-
-- Nothing.
-
-### Removed
-
-- Nothing.
-
-### Fixed
-
-- Updated all `@return self` annotation references in interfaces to use
- `@return static`, which more closelly follows the semantics of the
- specification.
-- Updated the `MessageInterface::getHeaders()` return annotation to use the
- value `string[][]`, indicating the format is a nested array of strings.
-- Updated the `@link` annotation for `RequestInterface::withRequestTarget()`
- to point to the correct section of RFC 7230.
-- Updated the `ServerRequestInterface::withUploadedFiles()` parameter annotation
- to add the parameter name (`$uploadedFiles`).
-- Updated a `@throws` annotation for the `UploadedFileInterface::moveTo()`
- method to correctly reference the method parameter (it was referencing an
- incorrect parameter name previously).
-
-## 1.0.0 - 2016-05-18
-
-Initial stable release; reflects accepted PSR-7 specification.
diff --git a/vendor/psr/http-message/LICENSE b/vendor/psr/http-message/LICENSE
deleted file mode 100644
index c2d8e45..0000000
--- a/vendor/psr/http-message/LICENSE
+++ /dev/null
@@ -1,19 +0,0 @@
-Copyright (c) 2014 PHP Framework Interoperability Group
-
-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.
diff --git a/vendor/psr/http-message/README.md b/vendor/psr/http-message/README.md
deleted file mode 100644
index 2818533..0000000
--- a/vendor/psr/http-message/README.md
+++ /dev/null
@@ -1,13 +0,0 @@
-PSR Http Message
-================
-
-This repository holds all interfaces/classes/traits related to
-[PSR-7](http://www.php-fig.org/psr/psr-7/).
-
-Note that this is not a HTTP message implementation of its own. It is merely an
-interface that describes a HTTP message. See the specification for more details.
-
-Usage
------
-
-We'll certainly need some stuff in here.
\ No newline at end of file
diff --git a/vendor/psr/http-message/composer.json b/vendor/psr/http-message/composer.json
deleted file mode 100644
index b0d2937..0000000
--- a/vendor/psr/http-message/composer.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "psr/http-message",
- "description": "Common interface for HTTP messages",
- "keywords": ["psr", "psr-7", "http", "http-message", "request", "response"],
- "homepage": "https://github.com/php-fig/http-message",
- "license": "MIT",
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "require": {
- "php": ">=5.3.0"
- },
- "autoload": {
- "psr-4": {
- "Psr\\Http\\Message\\": "src/"
- }
- },
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- }
-}