diff --git a/composer.json b/composer.json index e89c27b..1e8ae83 100644 --- a/composer.json +++ b/composer.json @@ -75,10 +75,14 @@ "package": { "name": "bestiejs/punycode.js", "version": "1.2.1", + "dist": { + "url": "https://github.com/bestiejs/punycode.js/archive/1.2.1.zip", + "type": "zip" + }, "source": { - "url": "git://github.com/bestiejs/punycode.js.git", + "url": "https://github.com/bestiejs/punycode.js.git", "type": "git", - "reference": "1.2.1" + "reference": "tags/1.2.1" } } } diff --git a/composer.lock b/composer.lock index 18a46ee..0c9457d 100644 --- a/composer.lock +++ b/composer.lock @@ -10,8 +10,14 @@ "version": "1.2.1", "source": { "type": "git", - "url": "git://github.com/bestiejs/punycode.js.git", - "reference": "1.2.1" + "url": "https://github.com/bestiejs/punycode.js.git", + "reference": "tags/1.2.1" + }, + "dist": { + "type": "zip", + "url": "https://github.com/bestiejs/punycode.js/archive/master.zip", + "reference": null, + "shasum": null }, "type": "library" },