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

Commit

Permalink
Make compatible with league/commonmark 1.0.0-beta1
Browse files Browse the repository at this point in the history
colinodell committed May 27, 2019

Verified

This commit was signed with the committer’s verified signature. The key has expired.
colinodell Colin O'Dell
1 parent a88c946 commit d2d2b37
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased][unreleased]

## [1.0.0-beta1] - 2019-05-27

### Changed

- Added support for `league/commonmark` 1.0.0-beta1

## [0.1.0] - 2019-05-12

Initial release!

[unreleased]: https://github.com/thephpleague/commonmark-ext-task-list/compare/v0.1.0...HEAD
[unreleased]: https://github.com/thephpleague/commonmark-ext-task-list/compare/v1.0.0-beta1...HEAD
[1.0.0-beta1]: https://github.com/thephpleague/commonmark-ext-task-list/compare/v0.1.0...v1.0.0-beta1
[0.1.0]: https://github.com/thephpleague/commonmark-ext-task-list/commits/v0.1.0
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
],
"require": {
"php" : "^7.1",
"league/commonmark": "^0.19"
"league/commonmark": "^0.19|^1.0.0-beta1"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
@@ -35,7 +35,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.2-dev"
"dev-master": "1.0-dev"
}
}
}

0 comments on commit d2d2b37

Please # to comment.