Remove SPYC library for Yamls and use Symfony/Component/Yaml instead.

This commit is contained in:
Andrés Montañez
2013-12-19 16:27:53 -02:00
parent 72a1a19518
commit d6e7e5b6ab
16 changed files with 1769 additions and 1050 deletions
-1
View File
@@ -17,7 +17,6 @@ define('MAGALLANES_VERSION', '1.0.0');
define('MAGALLANES_DIRECTORY', $baseDir);
// Preload
require_once $baseDir . '/Mage/spyc.php';
require_once $baseDir . '/Mage/Autoload.php';
spl_autoload_register(array('Mage\\Autoload', 'autoload'));