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
parent 20043914e6
commit 146258680b
74 changed files with 133 additions and 132 deletions

View file

@ -41,7 +41,7 @@ ob_implicit_flush(true);
$_PEAR_PHPDIR = '#$%^&*';
set_error_handler('error_handler');
$pear_package_version = "1.10.3";
$pear_package_version = "1.10.4";
require_once 'PEAR.php';
require_once 'PEAR/Frontend.php';