diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/composer.lock b/composer.lock index 06e31689..c37550be 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "671bd4694072aed17a542db8f08db217", + "hash": "fdd9fc2aa1f8bdbc3e21d06ff0c7b184", "packages": [ { "name": "erusev/parsedown", @@ -84,7 +84,7 @@ }, { "name": "fguillot/picodb", - "version": "v0.0.2", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/fguillot/picoDb.git", @@ -393,17 +393,17 @@ }, { "name": "symfony/console", - "version": "v2.6.3", + "version": "v2.6.4", "target-dir": "Symfony/Component/Console", "source": { "type": "git", "url": "https://github.com/symfony/Console.git", - "reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476" + "reference": "e44154bfe3e41e8267d7a3794cd9da9a51cfac34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Console/zipball/6ac6491ff60c0e5a941db3ccdc75a07adbb61476", - "reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476", + "url": "https://api.github.com/repos/symfony/Console/zipball/e44154bfe3e41e8267d7a3794cd9da9a51cfac34", + "reference": "e44154bfe3e41e8267d7a3794cd9da9a51cfac34", "shasum": "" }, "require": { @@ -446,21 +446,21 @@ ], "description": "Symfony Console Component", "homepage": "http://symfony.com", - "time": "2015-01-06 17:50:02" + "time": "2015-01-25 04:39:26" }, { "name": "symfony/event-dispatcher", - "version": "v2.6.3", + "version": "v2.6.4", "target-dir": "Symfony/Component/EventDispatcher", "source": { "type": "git", "url": "https://github.com/symfony/EventDispatcher.git", - "reference": "40ff70cadea3785d83cac1c8309514b36113064e" + "reference": "f75989f3ab2743a82fe0b03ded2598a2b1546813" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/40ff70cadea3785d83cac1c8309514b36113064e", - "reference": "40ff70cadea3785d83cac1c8309514b36113064e", + "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/f75989f3ab2743a82fe0b03ded2598a2b1546813", + "reference": "f75989f3ab2743a82fe0b03ded2598a2b1546813", "shasum": "" }, "require": { @@ -504,13 +504,13 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "http://symfony.com", - "time": "2015-01-05 14:28:40" + "time": "2015-02-01 16:10:57" } ], "packages-dev": [ { "name": "symfony/stopwatch", - "version": "v2.6.3", + "version": "v2.6.4", "target-dir": "Symfony/Component/Stopwatch", "source": { "type": "git", @@ -560,6 +560,7 @@ "minimum-stability": "stable", "stability-flags": { "swiftmailer/swiftmailer": 0, + "fguillot/picodb": 20, "symfony/console": 0 }, "prefer-stable": false, |