Lock in newer dependencies

This commit is contained in:
James Brooks
2014-12-27 18:05:14 +00:00
parent 1494ae81e1
commit a0144f04a7

46
composer.lock generated
View File

@@ -462,16 +462,16 @@
},
{
"name": "laravel/framework",
"version": "v4.2.12",
"version": "v4.2.16",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "70a60f2ff9b96b3fcd88a68ef5382557733fe671"
"reference": "31fe6a5747bbe3c2df21dc4cc8f291e75ab6144f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/70a60f2ff9b96b3fcd88a68ef5382557733fe671",
"reference": "70a60f2ff9b96b3fcd88a68ef5382557733fe671",
"url": "https://api.github.com/repos/laravel/framework/zipball/31fe6a5747bbe3c2df21dc4cc8f291e75ab6144f",
"reference": "31fe6a5747bbe3c2df21dc4cc8f291e75ab6144f",
"shasum": ""
},
"require": {
@@ -573,7 +573,7 @@
"framework",
"laravel"
],
"time": "2014-12-11 17:14:36"
"time": "2014-12-22 20:56:10"
},
{
"name": "league/fractal",
@@ -1968,26 +1968,26 @@
},
{
"name": "thujohn/rss",
"version": "1.0.0",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/thujohn/rss-l4.git",
"reference": "8c03400062167c3f6b7340a1c964cdb3626a4e4b"
"reference": "b65908ca63101b0f6bf53972b0245b0d0454d5ca"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thujohn/rss-l4/zipball/8c03400062167c3f6b7340a1c964cdb3626a4e4b",
"reference": "8c03400062167c3f6b7340a1c964cdb3626a4e4b",
"url": "https://api.github.com/repos/thujohn/rss-l4/zipball/b65908ca63101b0f6bf53972b0245b0d0454d5ca",
"reference": "b65908ca63101b0f6bf53972b0245b0d0454d5ca",
"shasum": ""
},
"require": {
"illuminate/support": "4.x",
"illuminate/support": "4.*|5.*",
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Thujohn\\Rss": "src/"
"psr-4": {
"Thujohn\\Rss\\": "src/Thujohn/Rss/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -2006,7 +2006,7 @@
"laravel4",
"rss"
],
"time": "2014-04-07 20:15:45"
"time": "2014-12-22 21:07:19"
},
{
"name": "watson/validating",
@@ -2115,16 +2115,16 @@
},
{
"name": "mockery/mockery",
"version": "0.9.2",
"version": "0.9.3",
"source": {
"type": "git",
"url": "https://github.com/padraic/mockery.git",
"reference": "95a4855380dc70176c51807c678fb3bd6198529a"
"reference": "686f85fa5b3b079cc0157d7cd3e9adb97f0b41e1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/padraic/mockery/zipball/95a4855380dc70176c51807c678fb3bd6198529a",
"reference": "95a4855380dc70176c51807c678fb3bd6198529a",
"url": "https://api.github.com/repos/padraic/mockery/zipball/686f85fa5b3b079cc0157d7cd3e9adb97f0b41e1",
"reference": "686f85fa5b3b079cc0157d7cd3e9adb97f0b41e1",
"shasum": ""
},
"require": {
@@ -2177,20 +2177,20 @@
"test double",
"testing"
],
"time": "2014-09-03 10:11:10"
"time": "2014-12-22 10:06:19"
},
{
"name": "phpunit/php-code-coverage",
"version": "2.0.13",
"version": "2.0.14",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "0e7d2eec5554f869fa7a4ec2d21e4b37af943ea5"
"reference": "ca158276c1200cc27f5409a5e338486bc0b4fc94"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/0e7d2eec5554f869fa7a4ec2d21e4b37af943ea5",
"reference": "0e7d2eec5554f869fa7a4ec2d21e4b37af943ea5",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca158276c1200cc27f5409a5e338486bc0b4fc94",
"reference": "ca158276c1200cc27f5409a5e338486bc0b4fc94",
"shasum": ""
},
"require": {
@@ -2242,7 +2242,7 @@
"testing",
"xunit"
],
"time": "2014-12-03 06:41:44"
"time": "2014-12-26 13:28:33"
},
{
"name": "phpunit/php-file-iterator",