feat: add url component (#3684)

* feat: add url library

* fix
This commit is contained in:
Dag 2023-09-24 18:34:09 +02:00 committed by GitHub
parent 437afd67e0
commit f321f000c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 208 additions and 10 deletions

View file

@ -44,6 +44,7 @@ $files = [
__DIR__ . '/../lib/utils.php',
__DIR__ . '/../lib/http.php',
__DIR__ . '/../lib/logger.php',
__DIR__ . '/../lib/url.php',
// Vendor
__DIR__ . '/../vendor/parsedown/Parsedown.php',
__DIR__ . '/../vendor/php-urljoin/src/urljoin.php',