29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-16 09:02:52 +00:00

Update the uri package with the utf8 fix (#39593)

This commit is contained in:
Allon Moritz 2023-01-12 16:36:36 +01:00 committed by GitHub
parent 4467f922bf
commit 1e09a0cca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
composer.lock generated
View File

@ -2147,25 +2147,28 @@
},
{
"name": "joomla/uri",
"version": "2.0.2",
"version": "2.0.4",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/uri.git",
"reference": "755f1cf80e2463d9a162563e607154c64083184b"
"reference": "5cc9b0e6d846669da132dc83a658da8e77549fba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/uri/zipball/755f1cf80e2463d9a162563e607154c64083184b",
"reference": "755f1cf80e2463d9a162563e607154c64083184b",
"url": "https://api.github.com/repos/joomla-framework/uri/zipball/5cc9b0e6d846669da132dc83a658da8e77549fba",
"reference": "5cc9b0e6d846669da132dc83a658da8e77549fba",
"shasum": ""
},
"require": {
"php": "^7.2.5|^8.0"
"php": "^7.2.5|~8.0.0|~8.1.0|~8.2.0"
},
"require-dev": {
"joomla/coding-standards": "^2.0@alpha",
"joomla/coding-standards": "^3.0@dev",
"phpunit/phpunit": "^8.5|^9.0"
},
"suggest": {
"ext-mbstring": "Used to speed up url parsing"
},
"type": "joomla-package",
"extra": {
"branch-alias": {
@ -2190,7 +2193,7 @@
],
"support": {
"issues": "https://github.com/joomla-framework/uri/issues",
"source": "https://github.com/joomla-framework/uri/tree/2.0.2"
"source": "https://github.com/joomla-framework/uri/tree/2.0.4"
},
"funding": [
{
@ -2202,7 +2205,7 @@
"type": "github"
}
],
"time": "2022-04-21T09:39:04+00:00"
"time": "2023-01-11T09:13:41+00:00"
},
{
"name": "joomla/utilities",