commit 1aa3cf950969bcc2fd0c99efae37d2b2df415260
parent e7a2cc953bf1ff2283900a4553b01cef857fdd3f
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 1 Apr 2015 20:30:55 +0200
reupdate lib
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/libs/OAuth2/vendor/composer/autoload_namespaces.php b/core/libs/OAuth2/vendor/composer/autoload_namespaces.php
@@ -8,6 +8,6 @@ $baseDir = dirname($vendorDir);
return array(
'fkooman\\OAuth\\Common\\' => array($vendorDir . '/fkooman/oauth-common/src'),
'fkooman\\OAuth\\Client' => array($baseDir . '/src'),
- 'GuzzleHttp\\Client\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
-
+ 'GuzzleHttp\\Tests' => array($vendorDir . '/guzzlehttp/guzzle/tests'),
+ 'GuzzleHttp' => array($vendorDir . '/guzzlehttp/guzzle/src'),
);