1 Star 0 Fork 0

Ragus/libphonenumber-for-php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
Joshua Gigg 提交于 2019-04-15 19:09 . Update minimum Locale version
{
"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.7"
},
"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"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ragus/libphonenumber-for-php.git
git@gitee.com:ragus/libphonenumber-for-php.git
ragus
libphonenumber-for-php
libphonenumber-for-php
master

搜索帮助