From ecbd2132e0d7c3278beded0cc28cdf1c80a4cd27 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Sun, 27 Mar 2016 13:25:09 -0400 Subject: [PATCH] Target 0.25 spec by commit hash The release was made but not tagged in Github, so we'll need to reference it this way until the tag is made. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 44d3321126..d34000129b 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "name": "jgm/CommonMark", "version": "0.25", "dist": { - "url": "https://raw.githubusercontent.com/jgm/CommonMark/0.25/spec.txt", + "url": "https://raw.githubusercontent.com/jgm/CommonMark/69f680f01216a87051b020d6706766c7eff52bc2/spec.txt", "type": "file" } }