glugox / core
Magento 2 component home.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:magento2-module
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
- magento/magento-composer-installer: *
This package is not auto-updated.
Last update: 2025-05-16 23:18:58 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