34 lines
683 B
JSON
34 lines
683 B
JSON
{
|
|
"name": "commerceguys/intl",
|
|
"type": "library",
|
|
"description": "Internationalization library powered by CLDR data.",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0",
|
|
"mikey179/vfsStream": "1.*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"CommerceGuys\\Intl\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"CommerceGuys\\Intl\\Tests\\": "tests"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Bojan Zivanovic"
|
|
}
|
|
],
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
}
|
|
}
|