Skip to content

Commit

Permalink
Merge pull request #97 from GrahamCampbell/commonmark-upgrade
Browse files Browse the repository at this point in the history
Allow commonmark 0.16 too
  • Loading branch information
GrahamCampbell authored Dec 10, 2017
2 parents 9f41799 + 933d00a commit 5a8252e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/view": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"league/commonmark": "^0.15"
"league/commonmark": "^0.15|^0.16"
},
"require-dev": {
"graham-campbell/analyzer": "^1.1",
Expand All @@ -38,7 +38,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "8.0-dev"
"dev-master": "8.1-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit 5a8252e

Please sign in to comment.