yireo-training / magento1-composer
There is no license information available for the latest version (dev-master) of this package.
Magento 1 build based on composer
dev-master
2017-06-04 03:30 UTC
Requires
- bragento/magento-composer-installer: ~1
- inchoo/php7: ~2.1
- magento-hackathon/magento-composer-installer: 3.0.*
- magento/core: ~1.9
- yireo/yireo_disablelog: ~0.0
Requires (Dev)
- phpunit/phpunit: ~4.4
This package is auto-updated.
Last update: 2025-03-29 00:21:24 UTC
README
This package contains a procedure of building a new Magento 1 project based on composer packages.
Getting started
This project assumes the following command to get started:
composer create-project yireo-training/magento1-composer myproject
This will create a new folder myproject
, add the composer.json
file of this repository in it and run composer install
.