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

Commit d2d2b37

Browse files
committedMay 27, 2019
Make compatible with league/commonmark 1.0.0-beta1
1 parent a88c946 commit d2d2b37

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed
 

‎CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased][unreleased]
99

10+
## [1.0.0-beta1] - 2019-05-27
11+
12+
### Changed
13+
14+
- Added support for `league/commonmark` 1.0.0-beta1
15+
1016
## [0.1.0] - 2019-05-12
1117

1218
Initial release!
1319

14-
[unreleased]: https://github.com/thephpleague/commonmark-ext-task-list/compare/v0.1.0...HEAD
20+
[unreleased]: https://github.com/thephpleague/commonmark-ext-task-list/compare/v1.0.0-beta1...HEAD
21+
[1.0.0-beta1]: https://github.com/thephpleague/commonmark-ext-task-list/compare/v0.1.0...v1.0.0-beta1
1522
[0.1.0]: https://github.com/thephpleague/commonmark-ext-task-list/commits/v0.1.0

‎composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"require": {
1717
"php" : "^7.1",
18-
"league/commonmark": "^0.19"
18+
"league/commonmark": "^0.19|^1.0.0-beta1"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^7.5"
@@ -35,7 +35,7 @@
3535
},
3636
"extra": {
3737
"branch-alias": {
38-
"dev-master": "0.2-dev"
38+
"dev-master": "1.0-dev"
3939
}
4040
}
4141
}

0 commit comments

Comments
 (0)