Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpii committed Sep 14, 2016
1 parent 7e60325 commit c835179
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions README.md
Expand Up @@ -12,27 +12,9 @@ If you are looking for a bundle for Pomm 1.x then look up for `pomm/pomm-bundle`

## Installation

As Pomm2 is not considered as stable, the install process depends on your `composer.json` `minimum-stability` value.

### "minimum-stability": "stable"

Require all Pomm2 depencencies manually :

"pomm-project/pomm-bundle": "2.0.*@dev",
"pomm-project/pomm-symfony-bridge": "2.0.*@dev",
"pomm-project/foundation": "2.0.*@dev",
"pomm-project/model-manager": "2.0.*@dev",
"pomm-project/cli": "2.0.*@dev"

in your `composer.json` file and run the `update` command

### "minimum-stability": "dev"

Simply require

"pomm-project/pomm-bundle": "2.0.*@dev",

in your `composer.json` file and run the `update` command.
```
composer require pomm-project/pomm-bundle
```

## Setup

Expand Down

0 comments on commit c835179

Please sign in to comment.