diff --git a/composer.json b/composer.json index aad489c..56a58c4 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ ], "require": { "phpmailer/phpmailer":"6.1.6", - "slim/slim":"2.0", + "slim/slim":"2.6.0", "rain/raintpl":"3.0.0" }, "autoload": { diff --git a/composer.lock b/composer.lock index da978f9..b1ce049 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": "531b07c83af0032a01df80bc1eec295f", + "content-hash": "b70bb4e5695f025ced9553b6a99a8d90", "packages": [ { "name": "phpmailer/phpmailer", @@ -115,21 +115,24 @@ }, { "name": "slim/slim", - "version": "2.0.0", + "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/slimphp/Slim.git", - "reference": "3e95c9abbc57a8f023ab4dacebcab9dae4d9f1f0" + "reference": "e434525b348963457e00fe3d46376ebb70581781" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slimphp/Slim/zipball/3e95c9abbc57a8f023ab4dacebcab9dae4d9f1f0", - "reference": "3e95c9abbc57a8f023ab4dacebcab9dae4d9f1f0", + "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": { @@ -156,9 +159,9 @@ ], "support": { "issues": "https://github.com/slimphp/Slim/issues", - "source": "https://github.com/slimphp/Slim/tree/2.0.0" + "source": "https://github.com/slimphp/Slim/tree/master" }, - "time": "2012-09-09T14:54:09+00:00" + "time": "2015-03-02T02:13:34+00:00" } ], "packages-dev": [], @@ -169,5 +172,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.6.0" }