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
  • Loading branch information
colinodell committed May 27, 2019
1 parent f78bb34 commit d6f65b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All Notable changes to `commonmark-extras` will be documented in this file

## [Unreleased][unreleased]

### Changed

- Made this extension compatible with `league/commonmark` 1.0.0-beta1

## [0.5.0] - 2019-05-12

### Added
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
],
"require": {
"php" : "^7.1",
"league/commonmark": "^0.19.1",
"league/commonmark-ext-autolink": "^0.3",
"league/commonmark-ext-smartpunct": "^0.2",
"league/commonmark-ext-strikethrough": "^0.4",
"league/commonmark-ext-task-list": "^0.1"
"league/commonmark": "^1.0-beta",
"league/commonmark-ext-autolink": "^1.0-beta",
"league/commonmark-ext-smartpunct": "^1.0-beta",
"league/commonmark-ext-strikethrough": "^1.0-beta",
"league/commonmark-ext-task-list": "^1.0-beta"
},
"require-dev": {
"phpunit/phpunit" : "^7.5"
Expand All @@ -39,7 +39,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"
"dev-master": "1.0-dev"
}
}
}

0 comments on commit d6f65b7

Please sign in to comment.