Skip to content

Commit b626de1

Browse files
committed
Updates v3 info in readme
1 parent e93b022 commit b626de1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> [phpspec](http://www.phpspec.net/) extension for testing [Laravel](http://laravel.com/)
44
applications.
5-
5+
66
[![Build Status](https://travis-ci.org/BenConstable/phpspec-laravel.svg?branch=master)](https://travis-ci.org/BenConstable/phpspec-laravel)
77
[![Latest Stable Version](https://poser.pugx.org/benconstable/phpspec-laravel/v/stable.png)](https://packagist.org/packages/benconstable/phpspec-laravel)
88
[![Total Downloads](https://poser.pugx.org/benconstable/phpspec-laravel/downloads.png)](https://packagist.org/packages/benconstable/phpspec-laravel)
@@ -14,22 +14,20 @@ Depending on the version of Laravel and/or Phpspec you're using, you'll want to
1414
you're using the version of this package that's right for you. Use the table below to pick
1515
the right one.
1616

17-
**Note:** Phpspec `v3.0` support is currently in development on the `master` branch.
18-
1917
| Package Version | Laravel Version | Phpspec Version |
2018
| --------------- | --------------- | --------------- |
2119
| `^v1.2` | `^v4.1` | `^v2.0` |
2220
| `^v2.0` | `^v5.0` | `^v2.1` |
23-
| `^v3.0@dev` | `^v5.0` | `^v3.0` |
24-
21+
| `^v3.0` | `^v5.0` | `^v3.0` |
22+
2523
## Installation
2624

2725
Add this to your `composer.json`:
2826

2927
```json
3028
{
3129
"require-dev": {
32-
"benconstable/phpspec-laravel": "~3.0@dev"
30+
"benconstable/phpspec-laravel": "~3.0"
3331
}
3432
}
3533
```

0 commit comments

Comments
 (0)