|
|
|
@ -4,7 +4,7 @@ |
|
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
|
|
"This file is @generated automatically" |
|
|
|
|
], |
|
|
|
|
"content-hash": "fb35d4e651e88b5caedf35cf5594124f", |
|
|
|
|
"content-hash": "8be93b7ac9882d05daa1f10526d5a3b1", |
|
|
|
|
"packages": [ |
|
|
|
|
{ |
|
|
|
|
"name": "a2lix/auto-form-bundle", |
|
|
|
@ -5471,45 +5471,45 @@ |
|
|
|
|
"time": "2023-04-16T18:19:15+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "league/uri-parser", |
|
|
|
|
"version": "1.4.1", |
|
|
|
|
"name": "league/uri", |
|
|
|
|
"version": "7.4.1", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/thephpleague/uri-parser.git", |
|
|
|
|
"reference": "671548427e4c932352d9b9279fdfa345bf63fa00" |
|
|
|
|
"url": "https://github.com/thephpleague/uri.git", |
|
|
|
|
"reference": "bedb6e55eff0c933668addaa7efa1e1f2c417cc4" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/thephpleague/uri-parser/zipball/671548427e4c932352d9b9279fdfa345bf63fa00", |
|
|
|
|
"reference": "671548427e4c932352d9b9279fdfa345bf63fa00", |
|
|
|
|
"url": "https://api.github.com/repos/thephpleague/uri/zipball/bedb6e55eff0c933668addaa7efa1e1f2c417cc4", |
|
|
|
|
"reference": "bedb6e55eff0c933668addaa7efa1e1f2c417cc4", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=7.0.0" |
|
|
|
|
"league/uri-interfaces": "^7.3", |
|
|
|
|
"php": "^8.1" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"friendsofphp/php-cs-fixer": "^2.0", |
|
|
|
|
"phpstan/phpstan": "^0.9.2", |
|
|
|
|
"phpstan/phpstan-phpunit": "^0.9.4", |
|
|
|
|
"phpstan/phpstan-strict-rules": "^0.9.0", |
|
|
|
|
"phpunit/phpunit": "^6.0" |
|
|
|
|
"conflict": { |
|
|
|
|
"league/uri-schemes": "^1.0" |
|
|
|
|
}, |
|
|
|
|
"suggest": { |
|
|
|
|
"ext-intl": "Allow parsing RFC3987 compliant hosts", |
|
|
|
|
"league/uri-schemes": "Allow validating and normalizing URI parsing results" |
|
|
|
|
"ext-bcmath": "to improve IPV4 host parsing", |
|
|
|
|
"ext-fileinfo": "to create Data URI from file contennts", |
|
|
|
|
"ext-gmp": "to improve IPV4 host parsing", |
|
|
|
|
"ext-intl": "to handle IDN host with the best performance", |
|
|
|
|
"jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain", |
|
|
|
|
"league/uri-components": "Needed to easily manipulate URI objects components", |
|
|
|
|
"php-64bit": "to improve IPV4 host parsing", |
|
|
|
|
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "1.x-dev" |
|
|
|
|
"dev-master": "7.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"files": [ |
|
|
|
|
"src/functions_include.php" |
|
|
|
|
], |
|
|
|
|
"psr-4": { |
|
|
|
|
"League\\Uri\\": "src" |
|
|
|
|
"League\\Uri\\": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
@ -5523,22 +5523,126 @@ |
|
|
|
|
"homepage": "https://nyamsprod.com" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "userland URI parser RFC 3986 compliant", |
|
|
|
|
"homepage": "https://github.com/thephpleague/uri-parser", |
|
|
|
|
"description": "URI manipulation library", |
|
|
|
|
"homepage": "https://uri.thephpleague.com", |
|
|
|
|
"keywords": [ |
|
|
|
|
"data-uri", |
|
|
|
|
"file-uri", |
|
|
|
|
"ftp", |
|
|
|
|
"hostname", |
|
|
|
|
"http", |
|
|
|
|
"https", |
|
|
|
|
"middleware", |
|
|
|
|
"parse_str", |
|
|
|
|
"parse_url", |
|
|
|
|
"parser", |
|
|
|
|
"psr-7", |
|
|
|
|
"query-string", |
|
|
|
|
"querystring", |
|
|
|
|
"rfc3986", |
|
|
|
|
"rfc3987", |
|
|
|
|
"rfc6570", |
|
|
|
|
"uri", |
|
|
|
|
"url" |
|
|
|
|
"uri-template", |
|
|
|
|
"url", |
|
|
|
|
"ws" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/thephpleague/uri-parser/issues", |
|
|
|
|
"source": "https://github.com/thephpleague/uri-parser/tree/master" |
|
|
|
|
"docs": "https://uri.thephpleague.com", |
|
|
|
|
"forum": "https://thephpleague.slack.com", |
|
|
|
|
"issues": "https://github.com/thephpleague/uri-src/issues", |
|
|
|
|
"source": "https://github.com/thephpleague/uri/tree/7.4.1" |
|
|
|
|
}, |
|
|
|
|
"abandoned": true, |
|
|
|
|
"time": "2018-11-22T07:55:51+00:00" |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
|
"url": "https://github.com/sponsors/nyamsprod", |
|
|
|
|
"type": "github" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2024-03-23T07:42:40+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "league/uri-interfaces", |
|
|
|
|
"version": "7.4.1", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/thephpleague/uri-interfaces.git", |
|
|
|
|
"reference": "8d43ef5c841032c87e2de015972c06f3865ef718" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/8d43ef5c841032c87e2de015972c06f3865ef718", |
|
|
|
|
"reference": "8d43ef5c841032c87e2de015972c06f3865ef718", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"ext-filter": "*", |
|
|
|
|
"php": "^8.1", |
|
|
|
|
"psr/http-factory": "^1", |
|
|
|
|
"psr/http-message": "^1.1 || ^2.0" |
|
|
|
|
}, |
|
|
|
|
"suggest": { |
|
|
|
|
"ext-bcmath": "to improve IPV4 host parsing", |
|
|
|
|
"ext-gmp": "to improve IPV4 host parsing", |
|
|
|
|
"ext-intl": "to handle IDN host with the best performance", |
|
|
|
|
"php-64bit": "to improve IPV4 host parsing", |
|
|
|
|
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "7.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"League\\Uri\\": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Ignace Nyamagana Butera", |
|
|
|
|
"email": "nyamsprod@gmail.com", |
|
|
|
|
"homepage": "https://nyamsprod.com" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Common interfaces and classes for URI representation and interaction", |
|
|
|
|
"homepage": "https://uri.thephpleague.com", |
|
|
|
|
"keywords": [ |
|
|
|
|
"data-uri", |
|
|
|
|
"file-uri", |
|
|
|
|
"ftp", |
|
|
|
|
"hostname", |
|
|
|
|
"http", |
|
|
|
|
"https", |
|
|
|
|
"parse_str", |
|
|
|
|
"parse_url", |
|
|
|
|
"psr-7", |
|
|
|
|
"query-string", |
|
|
|
|
"querystring", |
|
|
|
|
"rfc3986", |
|
|
|
|
"rfc3987", |
|
|
|
|
"rfc6570", |
|
|
|
|
"uri", |
|
|
|
|
"url", |
|
|
|
|
"ws" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"docs": "https://uri.thephpleague.com", |
|
|
|
|
"forum": "https://thephpleague.slack.com", |
|
|
|
|
"issues": "https://github.com/thephpleague/uri-src/issues", |
|
|
|
|
"source": "https://github.com/thephpleague/uri-interfaces/tree/7.4.1" |
|
|
|
|
}, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
|
"url": "https://github.com/sponsors/nyamsprod", |
|
|
|
|
"type": "github" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2024-03-23T07:42:40+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "lexik/jwt-authentication-bundle", |
|
|
|
@ -10580,6 +10684,75 @@ |
|
|
|
|
], |
|
|
|
|
"time": "2024-03-23T16:06:09+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/html-sanitizer", |
|
|
|
|
"version": "v6.4.4", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/html-sanitizer.git", |
|
|
|
|
"reference": "83e1dc8b49345e078cfa21bd4c563dfa99c5ed63" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/html-sanitizer/zipball/83e1dc8b49345e078cfa21bd4c563dfa99c5ed63", |
|
|
|
|
"reference": "83e1dc8b49345e078cfa21bd4c563dfa99c5ed63", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"ext-dom": "*", |
|
|
|
|
"league/uri": "^6.5|^7.0", |
|
|
|
|
"masterminds/html5": "^2.7.2", |
|
|
|
|
"php": ">=8.1" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Symfony\\Component\\HtmlSanitizer\\": "" |
|
|
|
|
}, |
|
|
|
|
"exclude-from-classmap": [ |
|
|
|
|
"/Tests/" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Titouan Galopin", |
|
|
|
|
"email": "galopintitouan@gmail.com" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "https://symfony.com/contributors" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Provides an object-oriented API to sanitize untrusted HTML input for safe insertion into a document's DOM.", |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"keywords": [ |
|
|
|
|
"Purifier", |
|
|
|
|
"html", |
|
|
|
|
"sanitizer" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"source": "https://github.com/symfony/html-sanitizer/tree/v6.4.4" |
|
|
|
|
}, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
|
"url": "https://symfony.com/sponsor", |
|
|
|
|
"type": "custom" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"url": "https://github.com/fabpot", |
|
|
|
|
"type": "github" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
|
|
|
"type": "tidelift" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2024-02-13T16:25:19+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/http-client", |
|
|
|
|
"version": "v6.4.6", |
|
|
|
@ -14519,104 +14692,6 @@ |
|
|
|
|
}, |
|
|
|
|
"time": "2023-05-27T11:12:02+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "tgalopin/html-sanitizer", |
|
|
|
|
"version": "1.5.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/tgalopin/html-sanitizer.git", |
|
|
|
|
"reference": "5d02dcb6f2ea4f505731eac440798caa1b3b0913" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/tgalopin/html-sanitizer/zipball/5d02dcb6f2ea4f505731eac440798caa1b3b0913", |
|
|
|
|
"reference": "5d02dcb6f2ea4f505731eac440798caa1b3b0913", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"ext-dom": "*", |
|
|
|
|
"league/uri-parser": "^1.4.1", |
|
|
|
|
"masterminds/html5": "^2.4", |
|
|
|
|
"php": ">=7.1", |
|
|
|
|
"psr/log": "^1.0|^2.0|^3.0" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"phpunit/phpunit": "^7.4", |
|
|
|
|
"symfony/var-dumper": "^4.1" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"HtmlSanitizer\\": "src" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Titouan Galopin", |
|
|
|
|
"email": "galopintitouan@gmail.com" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Sanitize untrustworthy HTML user input", |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/tgalopin/html-sanitizer/issues", |
|
|
|
|
"source": "https://github.com/tgalopin/html-sanitizer/tree/1.5.0" |
|
|
|
|
}, |
|
|
|
|
"abandoned": "symfony/html-sanitizer", |
|
|
|
|
"time": "2021-09-14T08:27:50+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "tgalopin/html-sanitizer-bundle", |
|
|
|
|
"version": "1.4.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/tgalopin/html-sanitizer-bundle.git", |
|
|
|
|
"reference": "d5a59d214c6e8eeebd67c103288e3659027144a7" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/tgalopin/html-sanitizer-bundle/zipball/d5a59d214c6e8eeebd67c103288e3659027144a7", |
|
|
|
|
"reference": "d5a59d214c6e8eeebd67c103288e3659027144a7", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=7.1", |
|
|
|
|
"symfony/framework-bundle": "^3.4|^4.0|^5.0|^6.0", |
|
|
|
|
"tgalopin/html-sanitizer": "^1.1" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"phpunit/phpunit": "^7.4", |
|
|
|
|
"symfony/form": "^4.1|^5.0|^6.0", |
|
|
|
|
"symfony/twig-bundle": "^4.1|^5.0|^6.0", |
|
|
|
|
"symfony/var-dumper": "^4.1|^5.0|^6.0" |
|
|
|
|
}, |
|
|
|
|
"type": "symfony-bundle", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"HtmlSanitizer\\Bundle\\": "src" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Titouan Galopin", |
|
|
|
|
"email": "galopintitouan@gmail.com" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Symfony Bundle for https://github.com/tgalopin/html-sanitizer", |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/tgalopin/html-sanitizer-bundle/issues", |
|
|
|
|
"source": "https://github.com/tgalopin/html-sanitizer-bundle/tree/1.4.0" |
|
|
|
|
}, |
|
|
|
|
"abandoned": "symfony/html-sanitizer", |
|
|
|
|
"time": "2021-11-25T21:37:14+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "tijsverkoyen/css-to-inline-styles", |
|
|
|
|
"version": "v2.2.7", |
|
|
|
|