Skip to content

Commit 955559d

Browse files
author
Martin Brecht-Precht
committed
Fixed the required version of Markdom Handler Interface dependency.
1 parent 2b27617 commit 955559d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
},
2424
"require": {
2525
"php": ">=5.3",
26-
"markdom/handler-interface": "~1.0"
26+
"markdom/handler-interface": "^1.0.2"
2727
}
2828
}

0 commit comments

Comments
 (0)