mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 22:32:40 +08:00
updated composer bestiejs/punycode.js package defenition
This commit is contained in:
@ -75,10 +75,14 @@
|
|||||||
"package": {
|
"package": {
|
||||||
"name": "bestiejs/punycode.js",
|
"name": "bestiejs/punycode.js",
|
||||||
"version": "1.2.1",
|
"version": "1.2.1",
|
||||||
|
"dist": {
|
||||||
|
"url": "https://github.com/bestiejs/punycode.js/archive/1.2.1.zip",
|
||||||
|
"type": "zip"
|
||||||
|
},
|
||||||
"source": {
|
"source": {
|
||||||
"url": "git://github.com/bestiejs/punycode.js.git",
|
"url": "https://github.com/bestiejs/punycode.js.git",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"reference": "1.2.1"
|
"reference": "tags/1.2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
10
composer.lock
generated
10
composer.lock
generated
@ -10,8 +10,14 @@
|
|||||||
"version": "1.2.1",
|
"version": "1.2.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/bestiejs/punycode.js.git",
|
"url": "https://github.com/bestiejs/punycode.js.git",
|
||||||
"reference": "1.2.1"
|
"reference": "tags/1.2.1"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://github.com/bestiejs/punycode.js/archive/master.zip",
|
||||||
|
"reference": null,
|
||||||
|
"shasum": null
|
||||||
},
|
},
|
||||||
"type": "library"
|
"type": "library"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user