Skip to content

Commit

Permalink
Merge pull request #18 from akeneo/prepare-release-400
Browse files Browse the repository at this point in the history
Prepare the 3.0.0-alpha release
  • Loading branch information
nidup authored Jul 10, 2017
2 parents 3671abe + a7020ac commit 4aab9c7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.x (2017-07-10)

- now depends on phpSpec ^4.*

# 2.0.x (2016-07-20)

- now depends on phpSpec ^3.*
Expand Down
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Using phpspec 2.x,
``` json
{
"require": {
"akeneo/phpspec-skip-example-extension": "1.0.*"
"akeneo/phpspec-skip-example-extension": "^1.0"
}
}
```
Expand All @@ -24,7 +24,17 @@ Using phpspec 3.x,
``` json
{
"require": {
"akeneo/phpspec-skip-example-extension": "2.0.*"
"akeneo/phpspec-skip-example-extension": "^2.0"
}
}
```

Using phpspec 4.x,

``` json
{
"require": {
"akeneo/phpspec-skip-example-extension": "^3.0"
}
}
```
Expand Down
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
{
"name": "Nicolas Dupont",
"email": "[email protected]"
},
{
"name": "Kamil Kokot",
"email": "[email protected]"
}
],
"require": {
Expand Down

0 comments on commit 4aab9c7

Please sign in to comment.