From 6411f3d95ecbb420e2935ea4ffe7365070a5c4a4 Mon Sep 17 00:00:00 2001 From: Nino Date: Fri, 10 Jun 2016 01:35:14 +0700 Subject: [PATCH] Fixed lib/Vendors folder name typo bug --- lib/{Vendor => Vendors}/Httpful/Bootstrap.php | 0 .../Httpful/Exception/ConnectionErrorException.php | 0 lib/{Vendor => Vendors}/Httpful/Handlers/CsvHandler.php | 0 lib/{Vendor => Vendors}/Httpful/Handlers/FormHandler.php | 0 lib/{Vendor => Vendors}/Httpful/Handlers/JsonHandler.php | 0 lib/{Vendor => Vendors}/Httpful/Handlers/MimeHandlerAdapter.php | 0 lib/{Vendor => Vendors}/Httpful/Handlers/README.md | 0 lib/{Vendor => Vendors}/Httpful/Handlers/XHtmlHandler.php | 0 lib/{Vendor => Vendors}/Httpful/Handlers/XmlHandler.php | 0 lib/{Vendor => Vendors}/Httpful/Http.php | 0 lib/{Vendor => Vendors}/Httpful/Httpful.php | 0 lib/{Vendor => Vendors}/Httpful/Mime.php | 0 lib/{Vendor => Vendors}/Httpful/Proxy.php | 0 lib/{Vendor => Vendors}/Httpful/Request.php | 0 lib/{Vendor => Vendors}/Httpful/Response.php | 0 lib/{Vendor => Vendors}/Httpful/Response/Headers.php | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename lib/{Vendor => Vendors}/Httpful/Bootstrap.php (100%) rename lib/{Vendor => Vendors}/Httpful/Exception/ConnectionErrorException.php (100%) rename lib/{Vendor => Vendors}/Httpful/Handlers/CsvHandler.php (100%) rename lib/{Vendor => Vendors}/Httpful/Handlers/FormHandler.php (100%) rename lib/{Vendor => Vendors}/Httpful/Handlers/JsonHandler.php (100%) rename lib/{Vendor => Vendors}/Httpful/Handlers/MimeHandlerAdapter.php (100%) rename lib/{Vendor => Vendors}/Httpful/Handlers/README.md (100%) rename lib/{Vendor => Vendors}/Httpful/Handlers/XHtmlHandler.php (100%) rename lib/{Vendor => Vendors}/Httpful/Handlers/XmlHandler.php (100%) rename lib/{Vendor => Vendors}/Httpful/Http.php (100%) rename lib/{Vendor => Vendors}/Httpful/Httpful.php (100%) rename lib/{Vendor => Vendors}/Httpful/Mime.php (100%) rename lib/{Vendor => Vendors}/Httpful/Proxy.php (100%) rename lib/{Vendor => Vendors}/Httpful/Request.php (100%) rename lib/{Vendor => Vendors}/Httpful/Response.php (100%) rename lib/{Vendor => Vendors}/Httpful/Response/Headers.php (100%) diff --git a/lib/Vendor/Httpful/Bootstrap.php b/lib/Vendors/Httpful/Bootstrap.php similarity index 100% rename from lib/Vendor/Httpful/Bootstrap.php rename to lib/Vendors/Httpful/Bootstrap.php diff --git a/lib/Vendor/Httpful/Exception/ConnectionErrorException.php b/lib/Vendors/Httpful/Exception/ConnectionErrorException.php similarity index 100% rename from lib/Vendor/Httpful/Exception/ConnectionErrorException.php rename to lib/Vendors/Httpful/Exception/ConnectionErrorException.php diff --git a/lib/Vendor/Httpful/Handlers/CsvHandler.php b/lib/Vendors/Httpful/Handlers/CsvHandler.php similarity index 100% rename from lib/Vendor/Httpful/Handlers/CsvHandler.php rename to lib/Vendors/Httpful/Handlers/CsvHandler.php diff --git a/lib/Vendor/Httpful/Handlers/FormHandler.php b/lib/Vendors/Httpful/Handlers/FormHandler.php similarity index 100% rename from lib/Vendor/Httpful/Handlers/FormHandler.php rename to lib/Vendors/Httpful/Handlers/FormHandler.php diff --git a/lib/Vendor/Httpful/Handlers/JsonHandler.php b/lib/Vendors/Httpful/Handlers/JsonHandler.php similarity index 100% rename from lib/Vendor/Httpful/Handlers/JsonHandler.php rename to lib/Vendors/Httpful/Handlers/JsonHandler.php diff --git a/lib/Vendor/Httpful/Handlers/MimeHandlerAdapter.php b/lib/Vendors/Httpful/Handlers/MimeHandlerAdapter.php similarity index 100% rename from lib/Vendor/Httpful/Handlers/MimeHandlerAdapter.php rename to lib/Vendors/Httpful/Handlers/MimeHandlerAdapter.php diff --git a/lib/Vendor/Httpful/Handlers/README.md b/lib/Vendors/Httpful/Handlers/README.md similarity index 100% rename from lib/Vendor/Httpful/Handlers/README.md rename to lib/Vendors/Httpful/Handlers/README.md diff --git a/lib/Vendor/Httpful/Handlers/XHtmlHandler.php b/lib/Vendors/Httpful/Handlers/XHtmlHandler.php similarity index 100% rename from lib/Vendor/Httpful/Handlers/XHtmlHandler.php rename to lib/Vendors/Httpful/Handlers/XHtmlHandler.php diff --git a/lib/Vendor/Httpful/Handlers/XmlHandler.php b/lib/Vendors/Httpful/Handlers/XmlHandler.php similarity index 100% rename from lib/Vendor/Httpful/Handlers/XmlHandler.php rename to lib/Vendors/Httpful/Handlers/XmlHandler.php diff --git a/lib/Vendor/Httpful/Http.php b/lib/Vendors/Httpful/Http.php similarity index 100% rename from lib/Vendor/Httpful/Http.php rename to lib/Vendors/Httpful/Http.php diff --git a/lib/Vendor/Httpful/Httpful.php b/lib/Vendors/Httpful/Httpful.php similarity index 100% rename from lib/Vendor/Httpful/Httpful.php rename to lib/Vendors/Httpful/Httpful.php diff --git a/lib/Vendor/Httpful/Mime.php b/lib/Vendors/Httpful/Mime.php similarity index 100% rename from lib/Vendor/Httpful/Mime.php rename to lib/Vendors/Httpful/Mime.php diff --git a/lib/Vendor/Httpful/Proxy.php b/lib/Vendors/Httpful/Proxy.php similarity index 100% rename from lib/Vendor/Httpful/Proxy.php rename to lib/Vendors/Httpful/Proxy.php diff --git a/lib/Vendor/Httpful/Request.php b/lib/Vendors/Httpful/Request.php similarity index 100% rename from lib/Vendor/Httpful/Request.php rename to lib/Vendors/Httpful/Request.php diff --git a/lib/Vendor/Httpful/Response.php b/lib/Vendors/Httpful/Response.php similarity index 100% rename from lib/Vendor/Httpful/Response.php rename to lib/Vendors/Httpful/Response.php diff --git a/lib/Vendor/Httpful/Response/Headers.php b/lib/Vendors/Httpful/Response/Headers.php similarity index 100% rename from lib/Vendor/Httpful/Response/Headers.php rename to lib/Vendors/Httpful/Response/Headers.php