21 Star 106 Fork 26

Bill li / identity-card

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
Bill li 提交于 2018-05-25 21:39 . Update composer.json
{
"name": "ofcold/identity-card",
"description": "A simple proof of identity card of the people's Republic of China.",
"keywords": [
"php71",
"ID Card",
"Region",
"Area"
],
"type": "library",
"license": "MIT",
"homepage": "https://ofcold.com",
"authors": [
{
"name": "Ofcold Team",
"email": "support@ofcold.com",
"homepage": "https://ofcold.com"
},
{
"name": "Olivia Fu",
"email": "olivia@ofcold.com",
"homepage": "https://olivia.ink"
},
{
"name": "Bill Li",
"email": "bill@ofcold.com",
"homepage": "https://artisanbill.com"
}
],
"require": {
"php": ">=7.1"
},
"autoload": {
"psr-4": {
"Ofcold\\IdentityCard\\": "src/"
}
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.1"
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev"
}
PHP
1
https://gitee.com/git-ofcold-rep/identity-card.git
git@gitee.com:git-ofcold-rep/identity-card.git
git-ofcold-rep
identity-card
identity-card
master

搜索帮助