blob: acd44066f9f225298357725e66c8a396b7d75b44 (
plain) (
tree)
|
|
{
"name": "commerceguys/intl",
"type": "library",
"description": "Internationalization library powered by CLDR data.",
"license": "MIT",
"require": {
"php": ">=7.1.3"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"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"
}
}
}
|