Update dependencies.
This commit is contained in:
parent
332aa1d2ef
commit
4327137cb0
|
@ -1,4 +1,8 @@
|
||||||
{
|
{
|
||||||
|
"_readme": [
|
||||||
|
"This file locks the dependencies of your project to a known state",
|
||||||
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
||||||
|
],
|
||||||
"hash": "34887398d705932ba85d75c55bc43ce1",
|
"hash": "34887398d705932ba85d75c55bc43ce1",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
|
@ -42,16 +46,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "monolog/monolog",
|
"name": "monolog/monolog",
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Seldaek/monolog",
|
"url": "https://github.com/Seldaek/monolog.git",
|
||||||
"reference": "1.4.0"
|
"reference": "1.4.1"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1.4.0",
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1.4.1",
|
||||||
"reference": "1.4.0",
|
"reference": "1.4.1",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -100,7 +104,7 @@
|
||||||
"logging",
|
"logging",
|
||||||
"psr-3"
|
"psr-3"
|
||||||
],
|
],
|
||||||
"time": "2013-02-13 18:06:51"
|
"time": "2013-04-01 10:04:58"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psr/log",
|
"name": "psr/log",
|
||||||
|
@ -188,12 +192,12 @@
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/vatesfr/rekodi.git",
|
"url": "https://github.com/vatesfr/rekodi.git",
|
||||||
"reference": "2ed168af2f75ad359fa78d57c6372f5d50b032f0"
|
"reference": "c2a6d2c4189711de313f5266adfc4017e66bf37d"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/vatesfr/rekodi/zipball/2ed168af2f75ad359fa78d57c6372f5d50b032f0",
|
"url": "https://api.github.com/repos/vatesfr/rekodi/zipball/c2a6d2c4189711de313f5266adfc4017e66bf37d",
|
||||||
"reference": "2ed168af2f75ad359fa78d57c6372f5d50b032f0",
|
"reference": "c2a6d2c4189711de313f5266adfc4017e66bf37d",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -205,7 +209,7 @@
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"": "src/"
|
"Rekodi": "src/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
@ -222,7 +226,7 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"event"
|
"event"
|
||||||
],
|
],
|
||||||
"time": "2013-03-25 17:30:48"
|
"time": "2013-04-11 13:00:19"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
|
|
Loading…
Reference in New Issue