commit 92d99a9a4272f074700b1a11eaab374b61ff8667
parent 620219239c09ed807fdcefc8e2e9a7365483a89c
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 1 Apr 2015 20:37:48 +0200
fix lib
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/core/libs/OAuth2/vendor/composer/autoload_namespaces.php b/core/libs/OAuth2/vendor/composer/autoload_namespaces.php
@@ -8,7 +8,4 @@ $baseDir = dirname($vendorDir);
return array(
'fkooman\\OAuth\\Common\\' => array($vendorDir . '/fkooman/oauth-common/src'),
'fkooman\\OAuth\\Client' => array($baseDir . '/src'),
- 'GuzzleHttp\\Stream\\' => array($vendorDir . '/guzzlehttp/streams/src'),
- 'GuzzleHttp\\Ring\\' => array($vendorDir . '/guzzlehttp/ringphp/src'),
- 'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
);