streams/vendor/commerceguys/intl/composer.json
Klaus Weidenbach 66832c41e9 ⬆️ Update intl library.
Update intl library from v0.4? (2014) to v0.7.4 (2016).
Use global composer autoloader now.
2017-10-29 22:00:12 +01:00

33 lines
683 B
JSON

{
"name": "commerceguys/intl",
"type": "library",
"description": "Internationalization library powered by CLDR data.",
"license": "MIT",
"require": {
"php": ">=5.4.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": "0.x-dev"
}
}
}