
| Current Path : /var/www/html/store/vendor/commerceguys/intl/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/store/vendor/commerceguys/intl/composer.json |
{
"name": "commerceguys/intl",
"type": "library",
"description": "Internationalization library powered by CLDR data.",
"license": "MIT",
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"mikey179/vfsstream": "1.*"
},
"autoload": {
"psr-4": {
"CommerceGuys\\Intl\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"CommerceGuys\\Intl\\Tests\\": "tests"
}
},
"authors": [
{
"name": "Bojan Zivanovic"
},
{
"name": "Jonathan Sacksick"
}
],
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}