Commit 45f663b7 authored by Nicolas Widart's avatar Nicolas Widart

Update dependencies

parent d0ca5b48
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "1727924618338a071de9e04751e3e9e0", "hash": "12c14ee37ad269cb628df3d00c3db59a",
"packages": [ "packages": [
{ {
"name": "baum/baum", "name": "baum/baum",
...@@ -311,12 +311,12 @@ ...@@ -311,12 +311,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/dimsav/laravel-translatable.git", "url": "https://github.com/dimsav/laravel-translatable.git",
"reference": "ffad04599f32aaadc34b7a6d3c2c3feb589c750d" "reference": "7bee5193804156f05915b13ea9761604df982905"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/dimsav/laravel-translatable/zipball/ffad04599f32aaadc34b7a6d3c2c3feb589c750d", "url": "https://api.github.com/repos/dimsav/laravel-translatable/zipball/7bee5193804156f05915b13ea9761604df982905",
"reference": "ffad04599f32aaadc34b7a6d3c2c3feb589c750d", "reference": "7bee5193804156f05915b13ea9761604df982905",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -359,7 +359,7 @@ ...@@ -359,7 +359,7 @@
"laravel", "laravel",
"translation" "translation"
], ],
"time": "2014-11-19 21:51:53" "time": "2014-11-26 09:05:17"
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
...@@ -1663,33 +1663,76 @@ ...@@ -1663,33 +1663,76 @@
], ],
"time": "2014-11-10 16:16:54" "time": "2014-11-10 16:16:54"
}, },
{
"name": "pingpong/generators",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/pingpong-labs/generators.git",
"reference": "259eea8deacd83fdbf784c10cf7bb17f2a2ff47a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pingpong-labs/generators/zipball/259eea8deacd83fdbf784c10cf7bb17f2a2ff47a",
"reference": "259eea8deacd83fdbf784c10cf7bb17f2a2ff47a",
"shasum": ""
},
"require": {
"illuminate/filesystem": "4.*|5.0.*",
"illuminate/support": "4.*|5.0.*",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4"
},
"type": "library",
"autoload": {
"psr-0": {
"Pingpong\\Generators": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Pingpong Labs",
"email": "pingpong.labs@gmail.com"
}
],
"description": "Laravel Generators",
"keywords": [
"generators",
"laravel",
"pingpong"
],
"time": "2014-11-13 08:03:31"
},
{ {
"name": "pingpong/modules", "name": "pingpong/modules",
"version": "1.1.6", "version": "1.1.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pingpong-labs/modules.git", "url": "https://github.com/pingpong-labs/modules.git",
"reference": "4843bfbf7516b5ee2bf2629d05c8eb311f20d42f" "reference": "7d2623b80d7ebd9857afd4fbb77a17ebab6478ea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pingpong-labs/modules/zipball/4843bfbf7516b5ee2bf2629d05c8eb311f20d42f", "url": "https://api.github.com/repos/pingpong-labs/modules/zipball/7d2623b80d7ebd9857afd4fbb77a17ebab6478ea",
"reference": "4843bfbf7516b5ee2bf2629d05c8eb311f20d42f", "reference": "7d2623b80d7ebd9857afd4fbb77a17ebab6478ea",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/config": ">=4.0.0", "laravel/framework": "~4|~5",
"illuminate/filesystem": ">=4.0.0", "php": ">=5.4.0",
"illuminate/html": ">=4.0.0", "pingpong/generators": "1.*"
"illuminate/routing": ">=4.0.0",
"illuminate/support": ">=4.0.0",
"illuminate/translation": ">=4.0.0",
"illuminate/view": ">=4.0.0",
"php": ">=5.4.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "0.9.*", "mockery/mockery": "~0.9",
"phpunit/phpunit": "4.1.*" "phpunit/phpunit": "~4",
"pingpong/testing": "1.*"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
...@@ -1705,7 +1748,7 @@ ...@@ -1705,7 +1748,7 @@
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "BSD-3-Clause"
], ],
"authors": [ "authors": [
{ {
...@@ -1713,7 +1756,7 @@ ...@@ -1713,7 +1756,7 @@
"email": "pingpong.labs@gmail.com" "email": "pingpong.labs@gmail.com"
} }
], ],
"description": "Laravel 4 - Simple Modules", "description": "Laravel Modules",
"keywords": [ "keywords": [
"hmvc", "hmvc",
"laravel", "laravel",
...@@ -1721,7 +1764,7 @@ ...@@ -1721,7 +1764,7 @@
"modules", "modules",
"pingpong" "pingpong"
], ],
"time": "2014-09-25 16:29:51" "time": "2014-11-26 08:52:28"
}, },
{ {
"name": "predis/predis", "name": "predis/predis",
...@@ -3130,53 +3173,6 @@ ...@@ -3130,53 +3173,6 @@
], ],
"time": "2014-10-04 10:04:20" "time": "2014-10-04 10:04:20"
}, },
{
"name": "pingpong/generators",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/pingpong-labs/generators.git",
"reference": "259eea8deacd83fdbf784c10cf7bb17f2a2ff47a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pingpong-labs/generators/zipball/259eea8deacd83fdbf784c10cf7bb17f2a2ff47a",
"reference": "259eea8deacd83fdbf784c10cf7bb17f2a2ff47a",
"shasum": ""
},
"require": {
"illuminate/filesystem": "4.*|5.0.*",
"illuminate/support": "4.*|5.0.*",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4"
},
"type": "library",
"autoload": {
"psr-0": {
"Pingpong\\Generators": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Pingpong Labs",
"email": "pingpong.labs@gmail.com"
}
],
"description": "Laravel Generators",
"keywords": [
"generators",
"laravel",
"pingpong"
],
"time": "2014-11-13 08:03:31"
},
{ {
"name": "sebastian/comparator", "name": "sebastian/comparator",
"version": "dev-master", "version": "dev-master",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment