|
|
|
@ -4,7 +4,7 @@ |
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
|
"This file is @generated automatically" |
|
|
|
"This file is @generated automatically" |
|
|
|
], |
|
|
|
], |
|
|
|
"content-hash": "be515389db77f2f44706332e059ca045", |
|
|
|
"content-hash": "b551825e9af7430caa1c88bec4442225", |
|
|
|
"packages": [ |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "bitwasp/bech32", |
|
|
|
"name": "bitwasp/bech32", |
|
|
|
@ -1780,6 +1780,247 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"time": "2023-07-12T21:21:09+00:00" |
|
|
|
"time": "2023-07-12T21:21:09+00:00" |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"name": "league/uri", |
|
|
|
|
|
|
|
"version": "7.5.1", |
|
|
|
|
|
|
|
"source": { |
|
|
|
|
|
|
|
"type": "git", |
|
|
|
|
|
|
|
"url": "https://github.com/thephpleague/uri.git", |
|
|
|
|
|
|
|
"reference": "81fb5145d2644324614cc532b28efd0215bda430" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"dist": { |
|
|
|
|
|
|
|
"type": "zip", |
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430", |
|
|
|
|
|
|
|
"reference": "81fb5145d2644324614cc532b28efd0215bda430", |
|
|
|
|
|
|
|
"shasum": "" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"require": { |
|
|
|
|
|
|
|
"league/uri-interfaces": "^7.5", |
|
|
|
|
|
|
|
"php": "^8.1" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"conflict": { |
|
|
|
|
|
|
|
"league/uri-schemes": "^1.0" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"suggest": { |
|
|
|
|
|
|
|
"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": "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": "URI manipulation library", |
|
|
|
|
|
|
|
"homepage": "https://uri.thephpleague.com", |
|
|
|
|
|
|
|
"keywords": [ |
|
|
|
|
|
|
|
"data-uri", |
|
|
|
|
|
|
|
"file-uri", |
|
|
|
|
|
|
|
"ftp", |
|
|
|
|
|
|
|
"hostname", |
|
|
|
|
|
|
|
"http", |
|
|
|
|
|
|
|
"https", |
|
|
|
|
|
|
|
"middleware", |
|
|
|
|
|
|
|
"parse_str", |
|
|
|
|
|
|
|
"parse_url", |
|
|
|
|
|
|
|
"psr-7", |
|
|
|
|
|
|
|
"query-string", |
|
|
|
|
|
|
|
"querystring", |
|
|
|
|
|
|
|
"rfc3986", |
|
|
|
|
|
|
|
"rfc3987", |
|
|
|
|
|
|
|
"rfc6570", |
|
|
|
|
|
|
|
"uri", |
|
|
|
|
|
|
|
"uri-template", |
|
|
|
|
|
|
|
"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/tree/7.5.1" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"funding": [ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"url": "https://github.com/sponsors/nyamsprod", |
|
|
|
|
|
|
|
"type": "github" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"time": "2024-12-08T08:40:02+00:00" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"name": "league/uri-interfaces", |
|
|
|
|
|
|
|
"version": "7.5.0", |
|
|
|
|
|
|
|
"source": { |
|
|
|
|
|
|
|
"type": "git", |
|
|
|
|
|
|
|
"url": "https://github.com/thephpleague/uri-interfaces.git", |
|
|
|
|
|
|
|
"reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"dist": { |
|
|
|
|
|
|
|
"type": "zip", |
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742", |
|
|
|
|
|
|
|
"reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742", |
|
|
|
|
|
|
|
"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.5.0" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"funding": [ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"url": "https://github.com/sponsors/nyamsprod", |
|
|
|
|
|
|
|
"type": "github" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"time": "2024-12-08T08:18:47+00:00" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"name": "masterminds/html5", |
|
|
|
|
|
|
|
"version": "2.9.0", |
|
|
|
|
|
|
|
"source": { |
|
|
|
|
|
|
|
"type": "git", |
|
|
|
|
|
|
|
"url": "https://github.com/Masterminds/html5-php.git", |
|
|
|
|
|
|
|
"reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"dist": { |
|
|
|
|
|
|
|
"type": "zip", |
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6", |
|
|
|
|
|
|
|
"reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6", |
|
|
|
|
|
|
|
"shasum": "" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"require": { |
|
|
|
|
|
|
|
"ext-dom": "*", |
|
|
|
|
|
|
|
"php": ">=5.3.0" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"require-dev": { |
|
|
|
|
|
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"type": "library", |
|
|
|
|
|
|
|
"extra": { |
|
|
|
|
|
|
|
"branch-alias": { |
|
|
|
|
|
|
|
"dev-master": "2.7-dev" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"autoload": { |
|
|
|
|
|
|
|
"psr-4": { |
|
|
|
|
|
|
|
"Masterminds\\": "src" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
|
|
|
"license": [ |
|
|
|
|
|
|
|
"MIT" |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"authors": [ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"name": "Matt Butcher", |
|
|
|
|
|
|
|
"email": "technosophos@gmail.com" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"name": "Matt Farina", |
|
|
|
|
|
|
|
"email": "matt@mattfarina.com" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"name": "Asmir Mustafic", |
|
|
|
|
|
|
|
"email": "goetas@gmail.com" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"description": "An HTML5 parser and serializer.", |
|
|
|
|
|
|
|
"homepage": "http://masterminds.github.io/html5-php", |
|
|
|
|
|
|
|
"keywords": [ |
|
|
|
|
|
|
|
"HTML5", |
|
|
|
|
|
|
|
"dom", |
|
|
|
|
|
|
|
"html", |
|
|
|
|
|
|
|
"parser", |
|
|
|
|
|
|
|
"querypath", |
|
|
|
|
|
|
|
"serializer", |
|
|
|
|
|
|
|
"xml" |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"support": { |
|
|
|
|
|
|
|
"issues": "https://github.com/Masterminds/html5-php/issues", |
|
|
|
|
|
|
|
"source": "https://github.com/Masterminds/html5-php/tree/2.9.0" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"time": "2024-03-31T07:05:07+00:00" |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "nette/schema", |
|
|
|
"name": "nette/schema", |
|
|
|
"version": "v1.3.2", |
|
|
|
"version": "v1.3.2", |
|
|
|
@ -4628,6 +4869,75 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"time": "2024-10-25T15:11:02+00:00" |
|
|
|
"time": "2024-10-25T15:11:02+00:00" |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"name": "symfony/html-sanitizer", |
|
|
|
|
|
|
|
"version": "v7.1.10", |
|
|
|
|
|
|
|
"source": { |
|
|
|
|
|
|
|
"type": "git", |
|
|
|
|
|
|
|
"url": "https://github.com/symfony/html-sanitizer.git", |
|
|
|
|
|
|
|
"reference": "f207dc5c29ae93611586fe8f22df25d94d5d0ca4" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"dist": { |
|
|
|
|
|
|
|
"type": "zip", |
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/html-sanitizer/zipball/f207dc5c29ae93611586fe8f22df25d94d5d0ca4", |
|
|
|
|
|
|
|
"reference": "f207dc5c29ae93611586fe8f22df25d94d5d0ca4", |
|
|
|
|
|
|
|
"shasum": "" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"require": { |
|
|
|
|
|
|
|
"ext-dom": "*", |
|
|
|
|
|
|
|
"league/uri": "^6.5|^7.0", |
|
|
|
|
|
|
|
"masterminds/html5": "^2.7.2", |
|
|
|
|
|
|
|
"php": ">=8.2" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"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/v7.1.10" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"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-12-30T18:35:03+00:00" |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "symfony/http-client", |
|
|
|
"name": "symfony/http-client", |
|
|
|
"version": "v7.1.9", |
|
|
|
"version": "v7.1.9", |
|
|
|
@ -8335,73 +8645,6 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
], |
|
|
|
"packages-dev": [ |
|
|
|
"packages-dev": [ |
|
|
|
{ |
|
|
|
|
|
|
|
"name": "masterminds/html5", |
|
|
|
|
|
|
|
"version": "2.9.0", |
|
|
|
|
|
|
|
"source": { |
|
|
|
|
|
|
|
"type": "git", |
|
|
|
|
|
|
|
"url": "https://github.com/Masterminds/html5-php.git", |
|
|
|
|
|
|
|
"reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"dist": { |
|
|
|
|
|
|
|
"type": "zip", |
|
|
|
|
|
|
|
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6", |
|
|
|
|
|
|
|
"reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6", |
|
|
|
|
|
|
|
"shasum": "" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"require": { |
|
|
|
|
|
|
|
"ext-dom": "*", |
|
|
|
|
|
|
|
"php": ">=5.3.0" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"require-dev": { |
|
|
|
|
|
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"type": "library", |
|
|
|
|
|
|
|
"extra": { |
|
|
|
|
|
|
|
"branch-alias": { |
|
|
|
|
|
|
|
"dev-master": "2.7-dev" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"autoload": { |
|
|
|
|
|
|
|
"psr-4": { |
|
|
|
|
|
|
|
"Masterminds\\": "src" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
|
|
|
"license": [ |
|
|
|
|
|
|
|
"MIT" |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"authors": [ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"name": "Matt Butcher", |
|
|
|
|
|
|
|
"email": "technosophos@gmail.com" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"name": "Matt Farina", |
|
|
|
|
|
|
|
"email": "matt@mattfarina.com" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"name": "Asmir Mustafic", |
|
|
|
|
|
|
|
"email": "goetas@gmail.com" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"description": "An HTML5 parser and serializer.", |
|
|
|
|
|
|
|
"homepage": "http://masterminds.github.io/html5-php", |
|
|
|
|
|
|
|
"keywords": [ |
|
|
|
|
|
|
|
"HTML5", |
|
|
|
|
|
|
|
"dom", |
|
|
|
|
|
|
|
"html", |
|
|
|
|
|
|
|
"parser", |
|
|
|
|
|
|
|
"querypath", |
|
|
|
|
|
|
|
"serializer", |
|
|
|
|
|
|
|
"xml" |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"support": { |
|
|
|
|
|
|
|
"issues": "https://github.com/Masterminds/html5-php/issues", |
|
|
|
|
|
|
|
"source": "https://github.com/Masterminds/html5-php/tree/2.9.0" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"time": "2024-03-31T07:05:07+00:00" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "myclabs/deep-copy", |
|
|
|
"name": "myclabs/deep-copy", |
|
|
|
"version": "1.12.1", |
|
|
|
"version": "1.12.1", |
|
|
|
|