42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "commerceguys/addressing",
|
|
"type": "library",
|
|
"description": "Addressing library powered by CLDR and Google's address data.",
|
|
"keywords": ["postal", "address", "internationalization", "localization"],
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=7.1.3",
|
|
"doctrine/collections": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/validator": "^4.4",
|
|
"phpunit/phpunit": "^7.5",
|
|
"mikey179/vfsstream": "1.*",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"suggest": {
|
|
"symfony/validator": "to validate addresses"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "CommerceGuys\\Addressing\\": "src" }
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"CommerceGuys\\Addressing\\Tests\\": "tests"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Bojan Zivanovic"
|
|
},
|
|
{
|
|
"name": "Damien Tournoud"
|
|
}
|
|
],
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
}
|
|
}
|