2 Star 0 Fork 0

栈溢出 / madphp-blog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.lock 7.03 KB
一键复制 编辑 原始数据 按行查看 历史
栈溢出 提交于 2015-05-15 01:37 . modify
{
"_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": "4dbfa6f9409c85992abf202c62792289",
"packages": [
{
"name": "filp/whoops",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
"reference": "a85fab9a98f1f9b8ebcdbe71733f0d910e5b9adf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filp/whoops/zipball/a85fab9a98f1f9b8ebcdbe71733f0d910e5b9adf",
"reference": "a85fab9a98f1f9b8ebcdbe71733f0d910e5b9adf",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"mockery/mockery": "0.9.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"psr-0": {
"Whoops": "src/"
},
"classmap": [
"src/deprecated"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Filipe Dobreira",
"homepage": "https://github.com/filp",
"role": "Developer"
}
],
"description": "php error handling for cool kids",
"homepage": "https://github.com/filp/whoops",
"keywords": [
"error",
"exception",
"handling",
"library",
"silex-provider",
"whoops",
"zf2"
],
"time": "2014-10-26 09:05:09"
},
{
"name": "madphp/src",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/xiaominge/madphp-src.git",
"reference": "f654cb03ac0763de17ba9e5de7f8b8810208107b"
},
"require": {
"filp/whoops": "1.1.3",
"predis/predis": "*"
},
"type": "library",
"autoload": {
"files": [
"function/common.php",
"function/str.php",
"function/array.php",
"function/dir.php",
"function/url.php"
],
"classmap": [
"core"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Yakun.Xu",
"email": "hdyakun@sina.com"
}
],
"description": "Madphp framework src.",
"keywords": [
"framework",
"madphp",
"php"
],
"time": "2015-05-14 17:18:15"
},
{
"name": "michelf/php-markdown",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/michelf/php-markdown.git",
"reference": "96d8150406f67e683ef4acc09fef91785fef1266"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/michelf/php-markdown/zipball/96d8150406f67e683ef4acc09fef91785fef1266",
"reference": "96d8150406f67e683ef4acc09fef91785fef1266",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-lib": "1.4.x-dev"
}
},
"autoload": {
"psr-0": {
"Michelf": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Michel Fortin",
"email": "michel.fortin@michelf.ca",
"homepage": "http://michelf.ca/",
"role": "Developer"
},
{
"name": "John Gruber",
"homepage": "http://daringfireball.net/"
}
],
"description": "PHP Markdown",
"homepage": "http://michelf.ca/projects/php-markdown/",
"keywords": [
"markdown"
],
"time": "2013-11-29 17:09:24"
},
{
"name": "predis/predis",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/nrk/predis.git",
"reference": "7a170b3d8123c556597b4fbdb88631f99de180c2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nrk/predis/zipball/7a170b3d8123c556597b4fbdb88631f99de180c2",
"reference": "7a170b3d8123c556597b4fbdb88631f99de180c2",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"suggest": {
"ext-curl": "Allows access to Webdis when paired with phpiredis",
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
},
"type": "library",
"autoload": {
"psr-4": {
"Predis\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniele Alessandri",
"email": "suppakilla@gmail.com",
"homepage": "http://clorophilla.net"
}
],
"description": "Flexible and feature-complete PHP client library for Redis",
"homepage": "http://github.com/nrk/predis",
"keywords": [
"nosql",
"predis",
"redis"
],
"time": "2015-01-02 12:51:34"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"madphp/src": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}
PHP
1
https://gitee.com/1337991560/madphp-blog.git
git@gitee.com:1337991560/madphp-blog.git
1337991560
madphp-blog
madphp-blog
master

搜索帮助