diff --git a/README.md b/README.md index c21da6f..31c43ba 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,8 @@ Test task for hiring. ### Deployment #### Create project: ``` -composer create-project Igor-Art/test test-app -``` -OR -``` -composer install cp .env.example .env +composer install ``` ### Set database settings in .env diff --git a/composer.json b/composer.json index 68aad5c..dc21761 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,5 @@ ], "post-create-project-cmd": [ ] - }, - "minimum-stability": "stable" + } }