Skip to content

Commit cfc69f8

Browse files
committed
Update composer and documentation to support phpspec 3.3
1 parent ea7f874 commit cfc69f8

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@ phpspec2-expect
66
Installation
77
============
88

9-
Add `"bossa/phpspec2-expect": "*"` to `composer.json`
9+
Install it using the `composer require` command:
10+
11+
```bash
12+
composer require --dev bossa/phpspec2-expect
13+
```
14+
15+
Alternativelly you can add it to the `composer.json` file
1016

1117
```json
1218
{
1319
"require-dev": {
14-
"phpspec/phpspec": "dev-master",
15-
"bossa/phpspec2-expect": "*"
20+
"bossa/phpspec2-expect": "^2.2"
1621
},
1722
"config": {
1823
"bin-dir": "bin"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"require": {
19-
"phpspec/phpspec": "~3.2 <3.3.0"
19+
"phpspec/phpspec": "~3.2 <3.4.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^5.4"

0 commit comments

Comments
 (0)