From ce2d21003082c296fb3963de8659a888f6f0e682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 22:25:09 +0000 Subject: [PATCH] Bump slim/slim from 2.4.3 to 2.6.0 Bumps [slim/slim](https://github.com/codeguy/Slim) from 2.4.3 to 2.6.0. - [Commits](https://github.com/codeguy/Slim/compare/2.4.3...2.6.0) --- updated-dependencies: - dependency-name: slim/slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 42 ++++++++++++++++++++++++------------------ 2 files changed, 25 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index dafd52c..cec799d 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "php": ">=5.3.3", "michelf/php-markdown" : "1.4.*", - "slim/slim": "2.4.*" + "slim/slim": "2.6.*" }, "require-dev": { "phpunit/phpunit": "3.7.*" diff --git a/composer.lock b/composer.lock index a6adf62..a9ebfb3 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_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": "c3f37fcfb143dfc4c42a5485dd9a2479", + "content-hash": "2d6720532696483acae4e224591efb2c", "packages": [ { "name": "michelf/php-markdown", @@ -55,20 +55,20 @@ "keywords": [ "markdown" ], - "time": "2014-05-05 02:43:50" + "time": "2014-05-05T02:43:50+00:00" }, { "name": "slim/slim", - "version": "2.4.3", + "version": "2.6.0", "source": { "type": "git", - "url": "https://github.com/codeguy/Slim.git", - "reference": "4906b77a07c7bd6ff1a99aea903e940a2d4fa106" + "url": "https://github.com/slimphp/Slim.git", + "reference": "e434525b348963457e00fe3d46376ebb70581781" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/codeguy/Slim/zipball/4906b77a07c7bd6ff1a99aea903e940a2d4fa106", - "reference": "4906b77a07c7bd6ff1a99aea903e940a2d4fa106", + "url": "https://api.github.com/repos/slimphp/Slim/zipball/e434525b348963457e00fe3d46376ebb70581781", + "reference": "e434525b348963457e00fe3d46376ebb70581781", "shasum": "" }, "require": { @@ -101,7 +101,11 @@ "rest", "router" ], - "time": "2014-04-05 18:33:59" + "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": [ @@ -164,7 +168,7 @@ "testing", "xunit" ], - "time": "2014-09-02 10:13:14" + "time": "2014-09-02T10:13:14+00:00" }, { "name": "phpunit/php-file-iterator", @@ -209,7 +213,7 @@ "filesystem", "iterator" ], - "time": "2013-10-10 15:34:57" + "time": "2013-10-10T15:34:57+00:00" }, { "name": "phpunit/php-text-template", @@ -253,7 +257,7 @@ "keywords": [ "template" ], - "time": "2014-01-30 17:20:04" + "time": "2014-01-30T17:20:04+00:00" }, { "name": "phpunit/php-timer", @@ -297,7 +301,7 @@ "keywords": [ "timer" ], - "time": "2013-08-02 07:42:54" + "time": "2013-08-02T07:42:54+00:00" }, { "name": "phpunit/php-token-stream", @@ -347,7 +351,7 @@ "keywords": [ "tokenizer" ], - "time": "2014-03-03 05:10:30" + "time": "2014-03-03T05:10:30+00:00" }, { "name": "phpunit/phpunit", @@ -420,7 +424,7 @@ "testing", "xunit" ], - "time": "2014-04-30 12:24:19" + "time": "2014-04-30T12:24:19+00:00" }, { "name": "phpunit/phpunit-mock-objects", @@ -469,7 +473,7 @@ "mock", "xunit" ], - "time": "2013-01-13 10:24:48" + "time": "2013-01-13T10:24:48+00:00" }, { "name": "symfony/yaml", @@ -516,15 +520,17 @@ ], "description": "Symfony Yaml Component", "homepage": "http://symfony.com", - "time": "2014-09-22 09:14:18" + "time": "2014-09-22T09:14:18+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, + "prefer-lowest": false, "platform": { "php": ">=5.3.3" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.6.0" }