6 Star 11 Fork 3

0-hun/TinyMvc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.lock 16.31 KB
一键复制 编辑 原始数据 按行查看 历史
0-hun 提交于 2016-11-07 12:24 . 增加测试数据
{
"_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": "cd21ee941c498a4f93eaff221f86d12a",
"content-hash": "134552f1101ad8cb0dd41b09d2d4a15d",
"packages": [
{
"name": "doctrine/cache",
"version": "v1.6.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
"reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
},
"dist": {
"type": "zip",
"url": "https://packagist.phpcomposer.com/files/doctrine/cache/b6f544a20f4807e81f7044d31e679ccbb1866dc3.zip",
"reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
"shasum": ""
},
"require": {
"php": "~5.5|~7.0"
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"phpunit/phpunit": "~4.8|~5.0",
"predis/predis": "~1.0",
"satooshi/php-coveralls": "~0.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "[email protected]"
},
{
"name": "Benjamin Eberlei",
"email": "[email protected]"
},
{
"name": "Guilherme Blanco",
"email": "[email protected]"
},
{
"name": "Jonathan Wage",
"email": "[email protected]"
},
{
"name": "Johannes Schmitt",
"email": "[email protected]"
}
],
"description": "Caching library offering an object-oriented API for many cache backends",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"cache",
"caching"
],
"time": "2016-10-29 11:16:17"
},
{
"name": "filp/whoops",
"version": "2.1.4",
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
"reference": "3f5cbd0e6a2fc17bc40b0238025ef1ff4c8c3efa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filp/whoops/zipball/3f5cbd0e6a2fc17bc40b0238025ef1ff4c8c3efa",
"reference": "3f5cbd0e6a2fc17bc40b0238025ef1ff4c8c3efa",
"shasum": ""
},
"require": {
"php": "^5.5.9 || ^7.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "^4.8 || ^5.0",
"symfony/var-dumper": "^2.6 || ^3.0"
},
"suggest": {
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
"whoops/soap": "Formats errors as SOAP responses"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Whoops\\": "src/Whoops/"
}
},
"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://filp.github.io/whoops/",
"keywords": [
"error",
"exception",
"handling",
"library",
"whoops",
"zf2"
],
"time": "2016-10-11 15:32:23"
},
{
"name": "man0sions/base",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://git.oschina.net/man0sions/Base.git",
"reference": "48f4e1bb713374b1017579593cbf7c0a121e1f70"
},
"require-dev": {
"phpunit/phpunit": "^4.6"
},
"type": "library",
"autoload": {
"psr-4": {
"LuciferP\\Base\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lucifer.p",
"email": "[email protected]"
}
],
"description": "base class for php",
"time": "2016-11-04 06:00:34"
},
{
"name": "man0sions/controller",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.oschina.net/man0sions/Controller.git",
"reference": "4feae6786eb86b6fdc419bb5176d64b7a0566b72"
},
"require": {
"man0sions/http": "*"
},
"require-dev": {
"phpunit/phpunit": "^4.6"
},
"type": "library",
"autoload": {
"psr-4": {
"LuciferP\\Controller\\": "src",
"LuciferP\\demo\\": "demo"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lucifer.p",
"email": "[email protected]"
}
],
"description": "controller for php",
"time": "2016-11-02 02:29:50"
},
{
"name": "man0sions/http",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.oschina.net/man0sions/http.git",
"reference": "daa12f9f664c6a8f83aac10806826602fabb2e7b"
},
"require-dev": {
"phpunit/phpunit": "^4.6"
},
"type": "library",
"autoload": {
"psr-4": {
"LuciferP\\Http\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lucifer.p",
"email": "[email protected]"
}
],
"description": "simple http for php",
"time": "2016-11-01 07:19:53"
},
{
"name": "man0sions/orm",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://git.oschina.net/man0sions/Orm.git",
"reference": "c15371d501b7364e8e50d5c24354be2a4f75a6b4"
},
"require-dev": {
"phpunit/phpunit": "^4.6"
},
"type": "library",
"autoload": {
"psr-4": {
"LuciferP\\Orm\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lucifer.p",
"email": "[email protected]"
}
],
"description": "simple php orm",
"time": "2016-11-02 03:33:50"
},
{
"name": "man0sions/router",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://git.oschina.net/man0sions/Router.git",
"reference": "8db247c4a6262b9975fab3b02ec9b7945b0e4fa4"
},
"require": {
"man0sions/controller": "^1.0",
"man0sions/http": "^1.1",
"spatie/array-to-xml": "^2.2"
},
"require-dev": {
"phpunit/phpunit": "^4.6"
},
"type": "library",
"autoload": {
"psr-4": {
"LuciferP\\Router\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lucifer.p",
"email": "[email protected]"
}
],
"description": "simple router for php",
"time": "2016-11-01 14:39:55"
},
{
"name": "monolog/monolog",
"version": "1.21.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952",
"reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": "~1.0"
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"require-dev": {
"aws/aws-sdk-php": "^2.4.9",
"doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0",
"jakub-onderka/php-parallel-lint": "0.9",
"php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3",
"phpunit/phpunit": "~4.5",
"phpunit/phpunit-mock-objects": "2.3.0",
"ruflin/elastica": ">=0.90 <3.0",
"sentry/sentry": "^0.13",
"swiftmailer/swiftmailer": "~5.3"
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
"sentry/sentry": "Allow sending log messages to a Sentry server"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "[email protected]",
"homepage": "http://seld.be"
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "http://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging",
"psr-3"
],
"time": "2016-07-29 03:23:52"
},
{
"name": "psr/log",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2016-10-10 12:19:37"
},
{
"name": "spatie/array-to-xml",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/array-to-xml.git",
"reference": "3222421c5fde8822e6746bcd6253df2c20e1d5bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/array-to-xml/zipball/3222421c5fde8822e6746bcd6253df2c20e1d5bc",
"reference": "3222421c5fde8822e6746bcd6253df2c20e1d5bc",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.*",
"scrutinizer/ocular": "~1.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\ArrayToXml\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "[email protected]",
"homepage": "https://murze.be",
"role": "Developer"
}
],
"description": "Convert an array to xml",
"homepage": "https://github.com/spatie/array-to-xml",
"keywords": [
"array",
"convert",
"xml"
],
"time": "2016-07-04 12:29:38"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^5.3"
},
"platform-dev": []
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/man0sions/TinyMvc.git
[email protected]:man0sions/TinyMvc.git
man0sions
TinyMvc
TinyMvc
master

搜索帮助