diff --git a/www/api/composer.lock b/www/api/composer.lock index 07b16d0..383afdd 100644 --- a/www/api/composer.lock +++ b/www/api/composer.lock @@ -1,27 +1,31 @@ { "_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" + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" ], - "hash": "3572ef5486e01be41b96a1fdace500a6", + "content-hash": "22d60a1750e0e5d3022134f0221b8dcf", "packages": [ { "name": "slim/slim", - "version": "2.2.0", + "version": "2.6.0", "source": { "type": "git", - "url": "https://github.com/codeguy/Slim", - "reference": "2.2.0" + "url": "https://github.com/slimphp/Slim.git", + "reference": "e434525b348963457e00fe3d46376ebb70581781" }, "dist": { "type": "zip", - "url": "https://github.com/codeguy/Slim/archive/2.2.0.zip", - "reference": "2.2.0", + "url": "https://api.github.com/repos/slimphp/Slim/zipball/e434525b348963457e00fe3d46376ebb70581781", + "reference": "e434525b348963457e00fe3d46376ebb70581781", "shasum": "" }, "require": { "php": ">=5.3.0" }, + "suggest": { + "ext-mcrypt": "Required for HTTP cookie encryption" + }, "type": "library", "autoload": { "psr-0": { @@ -46,23 +50,20 @@ "rest", "router" ], - "time": "2012-12-13 02:15:50" + "support": { + "issues": "https://github.com/slimphp/Slim/issues", + "source": "https://github.com/slimphp/Slim/tree/master" + }, + "time": "2015-03-02T02:13:34+00:00" } ], - "packages-dev": [ - - ], - "aliases": [ - - ], + "packages-dev": [], + "aliases": [], "minimum-stability": "stable", - "stability-flags": [ - - ], - "platform": [ - - ], - "platform-dev": [ - - ] + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": [], + "platform-dev": [], + "plugin-api-version": "2.6.0" }