first commit

This commit is contained in:
2024-07-15 12:33:27 +02:00
commit ce50ae282b
22084 changed files with 2623791 additions and 0 deletions

38
vendor/symfony/polyfill-iconv/composer.json vendored Executable file
View File

@@ -0,0 +1,38 @@
{
"name": "symfony/polyfill-iconv",
"type": "library",
"description": "Symfony polyfill for the Iconv extension",
"keywords": ["polyfill", "shim", "compatibility", "portable", "iconv"],
"homepage": "https://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"require": {
"php": ">=7.1"
},
"provide": {
"ext-iconv": "*"
},
"autoload": {
"psr-4": { "Symfony\\Polyfill\\Iconv\\": "" },
"files": [ "bootstrap.php" ]
},
"suggest": {
"ext-iconv": "For best performance"
},
"minimum-stability": "dev",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
}
}