Skip to content

Commit 494375a

Browse files
authored
Merge pull request #61 from BossaConsulting/feature/#49-drop-phpspec2-naming
#49: Drop phpspec2 from the name in favour of phpspec
2 parents 8a2ede1 + f447c35 commit 494375a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Build Status](https://travis-ci.org/BossaConsulting/phpspec2-expect.svg?branch=3.x)](https://travis-ci.org/BossaConsulting/phpspec2-expect)
1+
[![Build Status](https://travis-ci.org/BossaConsulting/phpspec-expect.svg?branch=3.x)](https://travis-ci.org/BossaConsulting/phpspec-expect)
22

3-
phpspec2-expect
3+
phpspec-expect
44
---------------
55

66
Installation
@@ -9,15 +9,15 @@ Installation
99
Install it using the `composer require` command:
1010

1111
```bash
12-
composer require --dev bossa/phpspec2-expect
12+
composer require --dev bossa/phpspec-expect
1313
```
1414

1515
Alternativelly you can add it to the `composer.json` file
1616

1717
```json
1818
{
1919
"require-dev": {
20-
"bossa/phpspec2-expect": "^3.0"
20+
"bossa/phpspec-expect": "^3.0"
2121
},
2222
"config": {
2323
"bin-dir": "bin"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "bossa/phpspec2-expect",
2+
"name": "bossa/phpspec-expect",
33
"description": "Helper that decorates any SUS with a phpspec lazy object wrapper",
44
"keywords": ["BDD", "SpecBDD", "TDD", "spec", "specification"],
55
"license": "MIT",

0 commit comments

Comments
 (0)