diff --git a/composer.json b/composer.json index fce369f..ec89fe2 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "require" : { "nategood/httpful" : "*", "twig/twig" : "1.*", - "slim/slim" : "2.2.*", + "slim/slim" : "2.6.*", "j4mie/paris" : "1.*", "slim/extras" : "2.0.3", "j4mie/idiorm" : "1.*" diff --git a/composer.lock b/composer.lock index ab84303..0dcd2f5 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": "09ccb038358c936a23bd5ddd55174ad2", + "content-hash": "99a95437e499e065077dd5384253efc1", "packages": [ { "name": "j4mie/idiorm", @@ -224,21 +224,24 @@ }, { "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": { @@ -263,7 +266,11 @@ "rest", "router" ], - "time": "2012-12-13T02:15:50+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": "symfony/polyfill-ctype", @@ -434,5 +441,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }