1
0
Fork 0

Updated Composer files

- Bumped PEAR to version 1.10.4
- Added new classmap for App
This commit is contained in:
Hypolite Petovan 2017-04-30 00:08:46 -04:00
commit 146258680b
74 changed files with 133 additions and 132 deletions

View file

@ -28,7 +28,7 @@ require_once 'PEAR/Proxy.php';
* @author Greg Beaver <cellog@php.net>
* @copyright 1997-2009 The Authors
* @license http://opensource.org/licenses/bsd-license.php New BSD License
* @version Release: 1.10.3
* @version Release: 1.10.4
* @link http://pear.php.net/package/PEAR
* @since Class available since Release 1.4.0a1
*/
@ -384,7 +384,7 @@ class PEAR_REST
}
$request .= $ifmodifiedsince .
"User-Agent: PEAR/1.10.3/PHP/" . PHP_VERSION . "\r\n";
"User-Agent: PEAR/1.10.4/PHP/" . PHP_VERSION . "\r\n";
$username = $this->config->get('username', null, $channel);
$password = $this->config->get('password', null, $channel);