diff --git a/composer.json b/composer.json index 376fc02..c38ad9a 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "uzulla/tinitter", "description": "sample web app", "require": { - "slim/slim": "2.4.*", + "slim/slim": "2.6.*", "slim/views": "0.1.*", "slim/extras": "2.0.*", "twig/twig": "1.*", diff --git a/composer.lock b/composer.lock index bc19c5b..727f0eb 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f79e57f1bff140f8fa63e63df3ffd79b", + "content-hash": "5931b62eaa91c28c9d6e2e9444b4c5af", "packages": [ { "name": "doctrine/instantiator", @@ -2003,16 +2003,16 @@ }, { "name": "slim/slim", - "version": "2.4.3", + "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/slimphp/Slim.git", - "reference": "4906b77a07c7bd6ff1a99aea903e940a2d4fa106" + "reference": "e434525b348963457e00fe3d46376ebb70581781" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slimphp/Slim/zipball/4906b77a07c7bd6ff1a99aea903e940a2d4fa106", - "reference": "4906b77a07c7bd6ff1a99aea903e940a2d4fa106", + "url": "https://api.github.com/repos/slimphp/Slim/zipball/e434525b348963457e00fe3d46376ebb70581781", + "reference": "e434525b348963457e00fe3d46376ebb70581781", "shasum": "" }, "require": { @@ -2045,7 +2045,11 @@ "rest", "router" ], - "time": "2014-04-05T18:33:59+00:00" + "support": { + "issues": "https://github.com/slimphp/Slim/issues", + "source": "https://github.com/slimphp/Slim/tree/master" + }, + "time": "2015-03-02T02:13:34+00:00" }, { "name": "slim/views", @@ -2564,5 +2568,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.6.0" }