1 Star 0 Fork 0

Howard Liu / IXIPLibrary

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.lock 6.46 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
Howard Liu 提交于 2016-03-13 14:07 . Use composer to manage dependencies
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "8ed4c588a38141f63bf802a565f46f2f",
"content-hash": "827c61ea07f19077f5f53bf0003ca254",
"packages": [
{
"name": "geoip2/geoip2",
"version": "v2.3.3",
"source": {
"type": "git",
"url": "https://github.com/maxmind/GeoIP2-php.git",
"reference": "ee15b2e466dd09fd2246cf64efa1aa9eca988b86"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/ee15b2e466dd09fd2246cf64efa1aa9eca988b86",
"reference": "ee15b2e466dd09fd2246cf64efa1aa9eca988b86",
"shasum": ""
},
"require": {
"maxmind-db/reader": "~1.0",
"maxmind/web-service-common": "~0.0.3",
"php": ">=5.3.1"
},
"require-dev": {
"phpunit/phpunit": "4.2.*"
},
"type": "library",
"autoload": {
"psr-4": {
"GeoIp2\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Gregory J. Oschwald",
"email": "goschwald@maxmind.com",
"homepage": "http://www.maxmind.com/"
}
],
"description": "MaxMind GeoIP2 PHP API",
"homepage": "https://github.com/maxmind/GeoIP2-php",
"keywords": [
"IP",
"geoip",
"geoip2",
"geolocation",
"maxmind"
],
"time": "2015-09-24 17:29:28"
},
{
"name": "ix-network/php-common-library",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.oschina.net/fsgmhoward/IXNetwork-PHPLib.git",
"reference": "bcf78655bb26f87c57d8795d60c212d8b98127fb"
},
"type": "library",
"autoload": {
"psr-4": {
"IXNetwork\\Lib\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Howard Liu",
"email": "howard@ixnet.work"
}
],
"description": "Some common PHP libraries",
"keywords": [
"logging",
"mysql"
],
"time": "2016-03-13 05:21:06"
},
{
"name": "maxmind-db/reader",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
"reference": "1383655533aa2f13a990b27b075fdde8b7bdd5ff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/1383655533aa2f13a990b27b075fdde8b7bdd5ff",
"reference": "1383655533aa2f13a990b27b075fdde8b7bdd5ff",
"shasum": ""
},
"require": {
"php": ">=5.3.1"
},
"require-dev": {
"phpunit/phpunit": "4.2.*",
"satooshi/php-coveralls": "dev-master",
"squizlabs/php_codesniffer": "2.*"
},
"type": "library",
"autoload": {
"psr-0": {
"MaxMind": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Gregory J. Oschwald",
"email": "goschwald@maxmind.com",
"homepage": "http://www.maxmind.com/"
}
],
"description": "MaxMind DB Reader API",
"homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
"keywords": [
"database",
"geoip",
"geoip2",
"geolocation",
"maxmind"
],
"time": "2016-01-04 15:38:11"
},
{
"name": "maxmind/web-service-common",
"version": "v0.0.4",
"source": {
"type": "git",
"url": "https://github.com/maxmind/web-service-common-php.git",
"reference": "f26fce5281290973beeeca3e33847887177dd138"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/f26fce5281290973beeeca3e33847887177dd138",
"reference": "f26fce5281290973beeeca3e33847887177dd138",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "4.6.*"
},
"type": "library",
"autoload": {
"psr-4": {
"MaxMind\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Gregory Oschwald",
"email": "goschwald@maxmind.com"
}
],
"description": "Internal MaxMind Web Service API",
"homepage": "https://github.com/maxmind/mm-web-service-api-php",
"time": "2015-07-21 20:07:31"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"ix-network/php-common-library": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}
PHP
1
https://gitee.com/fsgmhoward/IXIPLibrary.git
git@gitee.com:fsgmhoward/IXIPLibrary.git
fsgmhoward
IXIPLibrary
IXIPLibrary
master

搜索帮助

14c37bed 8189591 565d56ea 8189591