Skip to content

Commit 4aab9c7

Browse files
authored
Merge pull request #18 from akeneo/prepare-release-400
Prepare the 3.0.0-alpha release
2 parents 3671abe + a7020ac commit 4aab9c7

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.0.x (2017-07-10)
2+
3+
- now depends on phpSpec ^4.*
4+
15
# 2.0.x (2016-07-20)
26

37
- now depends on phpSpec ^3.*

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Using phpspec 2.x,
1414
``` json
1515
{
1616
"require": {
17-
"akeneo/phpspec-skip-example-extension": "1.0.*"
17+
"akeneo/phpspec-skip-example-extension": "^1.0"
1818
}
1919
}
2020
```
@@ -24,7 +24,17 @@ Using phpspec 3.x,
2424
``` json
2525
{
2626
"require": {
27-
"akeneo/phpspec-skip-example-extension": "2.0.*"
27+
"akeneo/phpspec-skip-example-extension": "^2.0"
28+
}
29+
}
30+
```
31+
32+
Using phpspec 4.x,
33+
34+
``` json
35+
{
36+
"require": {
37+
"akeneo/phpspec-skip-example-extension": "^3.0"
2838
}
2939
}
3040
```

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
{
1111
"name": "Nicolas Dupont",
1212
"email": "nicolas@akeneo.com"
13+
},
14+
{
15+
"name": "Kamil Kokot",
16+
"email": "kamil@kokot.me"
1317
}
1418
],
1519
"require": {

0 commit comments

Comments
 (0)