Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 5883e24

Browse files
committed
Merge branch 'versions/1.0.0'
Close #15
2 parents 080deb1 + 115136e commit 5883e24

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ matrix:
1717
- php: 7
1818
- php: hhvm
1919
allow_failures:
20-
- php: 7
2120
- php: hhvm
2221

2322
before_install:

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 0.4.2 - TBD
5+
## 1.0.0 - 2015-12-07
6+
7+
First stable release.
68

79
### Added
810

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
],
1414
"extra": {
1515
"branch-alias": {
16-
"dev-master": "1.0-dev"
16+
"dev-master": "1.0-dev",
17+
"dev-develop": "1.1-dev"
1718
}
1819
},
1920
"require": {

0 commit comments

Comments
 (0)