Files
faveo/vendor/giggsey/libphonenumber-for-php/composer.json
2019-04-19 14:37:37 +05:30

80 lines
1.8 KiB
JSON

{
"name": "giggsey/libphonenumber-for-php",
"type": "library",
"description": "PHP Port of Google's libphonenumber",
"keywords": [
"phonenumber",
"libphonenumber",
"mobile",
"validation",
"geocoding",
"geolocation"
],
"homepage": "https://github.com/giggsey/libphonenumber-for-php",
"license": "Apache-2.0",
"support": {
"irc": "irc://irc.appliedirc.com/lobby",
"source": "https://github.com/giggsey/libphonenumber-for-php",
"issues": "https://github.com/giggsey/libphonenumber-for-php/issues"
},
"authors": [
{
"name": "Joshua Gigg",
"email": "giggsey@gmail.com",
"homepage": "https://giggsey.com/"
}
],
"autoload": {
"psr-4": {
"libphonenumber\\": "src/"
},
"exclude-from-classmap": [
"/src/data/",
"/src/carrier/data/",
"/src/geocoding/data/",
"/src/timezone/data/"
]
},
"autoload-dev": {
"psr-4": {
"libphonenumber\\buildtools\\": "build/",
"libphonenumber\\Tests\\": "tests/"
}
},
"archive": {
"exclude": [
"build/",
"docs/",
"tests/",
".editorconfig",
".gitattributes",
".gitignore",
".styleci.yml",
".travis.yml",
"build.xml",
"libphonenumber-for-php.spec",
"phpunit.xml.dist"
]
},
"require": {
"php": ">=5.3.2",
"ext-mbstring": "*",
"giggsey/locale": "^1.2"
},
"require-dev": {
"phing/phing": "^2.7",
"pear/versioncontrol_git": "^0.5",
"pear/pear-core-minimal": "^1.9",
"pear/pear_exception": "^1.0",
"phpunit/phpunit": "^4.8.36|^5.0",
"symfony/console": "^2.8|^3.0",
"php-coveralls/php-coveralls": "^1.0|^2.0"
},
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
}
}
}