mirror of
https://github.com/moparisthebest/wallabag
synced 2025-01-08 04:08:10 -05:00
27 lines
678 B
JSON
27 lines
678 B
JSON
{
|
|
"name": "symfony/icu",
|
|
"type": "library",
|
|
"description": "Contains an excerpt of the ICU data and classes to load it.",
|
|
"keywords": ["icu", "intl"],
|
|
"homepage": "http://symfony.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@gmail.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/intl": "~2.3"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Symfony\\Component\\Icu\\": "" }
|
|
},
|
|
"target-dir": "Symfony/Component/Icu"
|
|
}
|