Yaml - Replace Spyc with Symfony Yaml Component.

This commit is contained in:
Andrés Montañez
2014-06-13 09:31:44 -03:00
parent d55637a120
commit e10dea147f
15 changed files with 1796 additions and 1030 deletions
-1
View File
@@ -17,7 +17,6 @@ define('MAGALLANES_VERSION', '1.0.1');
define('MAGALLANES_DIRECTORY', $baseDir);
// Preload
require_once $baseDir . '/Mage/Spyc.php';
require_once $baseDir . '/Mage/Autoload.php';
spl_autoload_register(array('Mage\\Autoload', 'autoload'));