yireo-training / magento1-composer
Magento 1 build based on composer
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/yireo-training/magento1-composer
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-09-29 01:27:58 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
.