Modifies (fixes?) Magento 1.x core when fetching layout updates from core_layout. They are now applied in correct sort_order.
Useful when you want to specify sort order for widgets. Check this stackexchange thread for an error description.
"require": {
"gruenspar/magento-sorted-db-layouts":"1.*"
},
"repositories": [
{
"url": "https://github.com/gruenspar/magento-sorted-db-layouts",
"type": "git"
}
]
Mage_Core_Model_Layout_Update
Mage_Core_Model_Resource_Layout