This commit is contained in:
Mantas Vaitkunas 2016-11-10 11:40:08 +01:00
commit 1ec9eb5780
2 changed files with 10 additions and 0 deletions

6
README.rst Normal file
View File

@ -0,0 +1,6 @@
OXID eShop project repository
=============================
This repository is used for creating OXID eShop initial composer.json file using ``composer create-project`` functionality.
Information how to install OXID eShop can be found here: http://oxid-eshop-developer-documentation.readthedocs.io/en/latest/getting_started/eshop_installation.html

4
composer.json Normal file
View File

@ -0,0 +1,4 @@
{
"name": "oxid-esales/oxideshop-project",
"type": "project"
}