We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7f874 commit cfc69f8Copy full SHA for cfc69f8
README.md
@@ -6,13 +6,18 @@ phpspec2-expect
6
Installation
7
============
8
9
-Add `"bossa/phpspec2-expect": "*"` to `composer.json`
+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
16
17
```json
18
{
19
"require-dev": {
- "phpspec/phpspec": "dev-master",
- "bossa/phpspec2-expect": "*"
20
+ "bossa/phpspec2-expect": "^2.2"
21
},
22
"config": {
23
"bin-dir": "bin"
composer.json
@@ -16,7 +16,7 @@
}
"require": {
- "phpspec/phpspec": "~3.2 <3.3.0"
+ "phpspec/phpspec": "~3.2 <3.4.0"
"phpunit/phpunit": "^5.4"
0 commit comments