heycart / production
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:JavaScript
Type:project
Requires
- composer-runtime-api: ^2.0
- heycart/administration: *
- heycart/core: ~v6.7.0
- heycart/elasticsearch: *
- heycart/storefront: *
- symfony/flex: ~2
README
This repository contains the project template that enables you to start a new project.
Installation and usage instructions
You can use composer create-project heycart/production <project-name>
to create a new HeyCart project.
If you want to use a specific version of HeyCart, you can specify the version in the command like this:
composer create-project heycart/production:6.7.0.0 <project-name>