http fix to double slashes and new domain validator

This commit is contained in:
Matej Bačo 2025-08-19 13:13:04 +02:00
parent d5eaed8873
commit 8672e6f158

14
composer.lock generated
View file

@ -3852,16 +3852,16 @@
}, },
{ {
"name": "utopia-php/framework", "name": "utopia-php/framework",
"version": "0.33.20", "version": "0.33.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/http.git", "url": "https://github.com/utopia-php/http.git",
"reference": "e1c7ab4e0b5b0a9a70256b1e00912e101e76a131" "reference": "eb0e82e90b8fa493f99b8d131bdd25173422c493"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/http/zipball/e1c7ab4e0b5b0a9a70256b1e00912e101e76a131", "url": "https://api.github.com/repos/utopia-php/http/zipball/eb0e82e90b8fa493f99b8d131bdd25173422c493",
"reference": "e1c7ab4e0b5b0a9a70256b1e00912e101e76a131", "reference": "eb0e82e90b8fa493f99b8d131bdd25173422c493",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3893,9 +3893,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/utopia-php/http/issues", "issues": "https://github.com/utopia-php/http/issues",
"source": "https://github.com/utopia-php/http/tree/0.33.20" "source": "https://github.com/utopia-php/http/tree/0.33.21"
}, },
"time": "2025-05-18T23:51:21+00:00" "time": "2025-08-19T10:52:15+00:00"
}, },
{ {
"name": "utopia-php/image", "name": "utopia-php/image",
@ -8426,5 +8426,5 @@
"platform-overrides": { "platform-overrides": {
"php": "8.3" "php": "8.3"
}, },
"plugin-api-version": "2.6.0" "plugin-api-version": "2.3.0"
} }