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

Commit

Permalink
Mark as compatible with league/commonmark 1.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed May 27, 2019
1 parent 0bfc2f6 commit 45070bc
Show file tree
Hide file tree
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
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased][unreleased]

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

### Changed

- Marked extension as compatible with `league/commonmark` 1.0.0-beta1

## [0.3.0] - 2019-04-10

### Changed
Expand Down Expand Up @@ -41,7 +47,8 @@ This release brings the email and URL autolink processors into alignment with th

Initial release!

[unreleased]: https://github.com/thephpleague/commonmark-ext-autolink/compare/v0.3.0...HEAD
[unreleased]: https://github.com/thephpleague/commonmark-ext-autolink/compare/v1.0.0-beta1...HEAD
[1.0.0-beta1]: https://github.com/thephpleague/commonmark-ext-autolink/compare/v0.3.0...v1.0.0-beta1
[0.3.0]: https://github.com/thephpleague/commonmark-ext-autolink/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/thephpleague/commonmark-ext-autolink/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/thephpleague/commonmark-ext-autolink/compare/v0.1.0...v0.2.0
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"require": {
"php" : "^7.1",
"league/commonmark": "^0.19"
"league/commonmark": "^0.19 || ^1.0-beta"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
Expand All @@ -35,7 +35,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.4-dev"
"dev-master": "1.0-dev"
}
}
}

0 comments on commit 45070bc

Please sign in to comment.