mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
34 lines
873 B
JSON
34 lines
873 B
JSON
{
|
|
"name": "symfony/polyfill-xml",
|
|
"type": "library",
|
|
"description": "Symfony polyfill for xml's utf8_encode and utf8_decode functions",
|
|
"keywords": ["polyfill", "shim", "compatibility", "portable"],
|
|
"homepage": "https://symfony.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Symfony\\Polyfill\\Xml\\": "" },
|
|
"files": [ "bootstrap.php" ]
|
|
},
|
|
"suggest": {
|
|
"ext-xml": "For best performance"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1-dev"
|
|
}
|
|
}
|
|
}
|