Skip to content

Commit

Permalink
Added heads up on what version to use
Browse files Browse the repository at this point in the history
  • Loading branch information
gnugat committed Oct 3, 2016
1 parent be2e1e7 commit 5bcf565
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,22 @@ First install it using [Composer](https://getcomposer.org/download):

composer require --dev memio/spec-gen:^0.7

> **Note**: you'll also need to set in your `composer.json` the
> `minimum-stability` parameter to `alpha`.
Then enable it in `phpspec.yml`:

```
extensions:
Memio\SpecGen\MemioSpecGenExtension: ~
```

> **Version guide**:
>
> * using phpspec 2? Then use spec-gen v0.4
> * using phpspec 3 and PHP 5.6? Then use spec-gen v0.6
> * using phpspec 3 and PHP 7? Then use spec-gen v0.7 and above
## Full example

Let's write the following specification:
Expand Down

0 comments on commit 5bcf565

Please sign in to comment.