29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-24 22:39:31 +00:00

Bump IDNA convert library

This commit is contained in:
wilsonge 2020-12-17 16:15:39 +00:00
parent a8c888b36b
commit 22fd78bf9a
No known key found for this signature in database
GPG Key ID: EF81319318FC9D04

14
composer.lock generated
View File

@ -8,25 +8,25 @@
"packages": [
{
"name": "algo26-matthias/idna-convert",
"version": "v3.0.4",
"version": "v3.0.5",
"source": {
"type": "git",
"url": "https://github.com/algo26-matthias/idna-convert.git",
"reference": "0786979b5ee8a8fee4731bd6d2be34490174bf74"
"reference": "9cbcfa17ecfed54387ca2ed29acb2773f1870a5e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/algo26-matthias/idna-convert/zipball/0786979b5ee8a8fee4731bd6d2be34490174bf74",
"reference": "0786979b5ee8a8fee4731bd6d2be34490174bf74",
"url": "https://api.github.com/repos/algo26-matthias/idna-convert/zipball/9cbcfa17ecfed54387ca2ed29acb2773f1870a5e",
"reference": "9cbcfa17ecfed54387ca2ed29acb2773f1870a5e",
"shasum": ""
},
"require": {
"ext-pcre": "*",
"jakeasmith/http_build_url": "^1",
"php": "^7.2.0"
"php": ">=7.2.0"
},
"require-dev": {
"phpunit/phpunit": "7.5.14"
"phpunit/phpunit": "^8.0 || ^9.0"
},
"suggest": {
"ext-iconv": "Install ext/iconv for using input / output other than UTF-8 or ISO-8859-1",
@ -56,7 +56,7 @@
"idna",
"php"
],
"time": "2019-12-05T12:27:39+00:00"
"time": "2020-10-05T05:49:30+00:00"
},
{
"name": "beberlei/assert",