glugox / core
Magento 2 component home.
dev-master
2016-05-27 11:38 UTC
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
- magento/magento-composer-installer: *
This package is not auto-updated.
Last update: 2026-03-07 02:57:36 UTC
README
Magento 2 development home.
#install
In your project's composer.json file under 'require' add:
"glugox/core": "*"
Under 'repositories' add this repo so the composer can get these files:
{
"type": "vcs",
"url": "https://github.com/glugox/core"
}
At the time of writing this, you will probably have to change the minimum stabillity to dev:
"minimum-stability": "dev"
At the end simply run:
composer update