From 419032146e23f619cf30599c57fe4537d96bd7f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 16:33:24 +0000 Subject: [PATCH] Bump nette/application from 3.0.4 to 3.0.6 Bumps [nette/application](https://github.com/nette/application) from 3.0.4 to 3.0.6. - [Release notes](https://github.com/nette/application/releases) - [Commits](https://github.com/nette/application/compare/v3.0.4...v3.0.6) Signed-off-by: dependabot[bot] --- composer.lock | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) mode change 100755 => 100644 composer.lock diff --git a/composer.lock b/composer.lock old mode 100755 new mode 100644 index 4c171e2..f254a56 --- a/composer.lock +++ b/composer.lock @@ -1,7 +1,7 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://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" ], "content-hash": "8bf93e0bdf11876d84b67869f3b48031", @@ -85,16 +85,16 @@ }, { "name": "nette/application", - "version": "v3.0.4", + "version": "v3.0.6", "source": { "type": "git", "url": "https://github.com/nette/application.git", - "reference": "da24ae52e65fe52fa6d26f2181a56ec48958ccb0" + "reference": "783ad6fc6444f63314175131885c04b3dd0291dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/application/zipball/da24ae52e65fe52fa6d26f2181a56ec48958ccb0", - "reference": "da24ae52e65fe52fa6d26f2181a56ec48958ccb0", + "url": "https://api.github.com/repos/nette/application/zipball/783ad6fc6444f63314175131885c04b3dd0291dd", + "reference": "783ad6fc6444f63314175131885c04b3dd0291dd", "shasum": "" }, "require": { @@ -111,7 +111,7 @@ "tracy/tracy": "<2.5" }, "require-dev": { - "latte/latte": "^2.6", + "latte/latte": "^2.6.2", "mockery/mockery": "^1.0", "nette/di": "^v3.0", "nette/forms": "^3.0", @@ -166,7 +166,7 @@ "routing", "seo" ], - "time": "2020-01-22T21:39:02+00:00" + "time": "2020-08-25T01:52:08+00:00" }, { "name": "nette/bootstrap", @@ -312,28 +312,25 @@ }, { "name": "nette/component-model", - "version": "v3.0.0", + "version": "v3.0.1", "source": { "type": "git", "url": "https://github.com/nette/component-model.git", - "reference": "3153441f3d64bbdac300e75b8e5dde36590f7e01" + "reference": "66409cf5507c77edb46ffa88cf6a92ff58395601" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/component-model/zipball/3153441f3d64bbdac300e75b8e5dde36590f7e01", - "reference": "3153441f3d64bbdac300e75b8e5dde36590f7e01", + "url": "https://api.github.com/repos/nette/component-model/zipball/66409cf5507c77edb46ffa88cf6a92ff58395601", + "reference": "66409cf5507c77edb46ffa88cf6a92ff58395601", "shasum": "" }, "require": { "nette/utils": "^2.5 || ^3.0", "php": ">=7.1" }, - "conflict": { - "nette/application": "<2.4", - "nette/nette": "<2.2" - }, "require-dev": { "nette/tester": "^2.0", + "phpstan/phpstan": "^0.12", "tracy/tracy": "^2.3" }, "type": "library", @@ -350,8 +347,8 @@ "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", - "GPL-2.0", - "GPL-3.0" + "GPL-2.0-only", + "GPL-3.0-only" ], "authors": [ { @@ -369,7 +366,7 @@ "components", "nette" ], - "time": "2019-02-20T07:13:15+00:00" + "time": "2020-04-21T13:48:20+00:00" }, { "name": "nette/database", @@ -1382,5 +1379,6 @@ "php": ">= 7.1", "ext-json": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }