File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
> [ phpspec] ( http://www.phpspec.net/ ) extension for testing [ Laravel] ( http://laravel.com/ )
4
4
applications.
5
-
5
+
6
6
[ ![ Build Status] ( https://travis-ci.org/BenConstable/phpspec-laravel.svg?branch=master )] ( https://travis-ci.org/BenConstable/phpspec-laravel )
7
7
[ ![ Latest Stable Version] ( https://poser.pugx.org/benconstable/phpspec-laravel/v/stable.png )] ( https://packagist.org/packages/benconstable/phpspec-laravel )
8
8
[ ![ 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
14
14
you're using the version of this package that's right for you. Use the table below to pick
15
15
the right one.
16
16
17
- ** Note:** Phpspec ` v3.0 ` support is currently in development on the ` master ` branch.
18
-
19
17
| Package Version | Laravel Version | Phpspec Version |
20
18
| --------------- | --------------- | --------------- |
21
19
| ` ^v1.2 ` | ` ^v4.1 ` | ` ^v2.0 ` |
22
20
| ` ^v2.0 ` | ` ^v5.0 ` | ` ^v2.1 ` |
23
- | ` ^v3.0@dev ` | ` ^v5.0 ` | ` ^v3.0 ` |
24
-
21
+ | ` ^v3.0 ` | ` ^v5.0 ` | ` ^v3.0 ` |
22
+
25
23
## Installation
26
24
27
25
Add this to your ` composer.json ` :
28
26
29
27
``` json
30
28
{
31
29
"require-dev" : {
32
- "benconstable/phpspec-laravel" : " ~3.0@dev "
30
+ "benconstable/phpspec-laravel" : " ~3.0"
33
31
}
34
32
}
35
33
```
You can’t perform that action at this time.
0 commit comments